⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 porting.txt

📁 lubbock是Intel官方为pxa255提供的bios
💻 TXT
字号:
Add machine definition to configure.in:    h3600)	AC_MSG_RESULT(Ipaq H3600)	AC_DEFINE(H3600)	AC_DEFINE(USE_SERIAL3)	BLOB_PLATFORM_OBJ="h3600.o"	AC_MSG_WARN([Warning: untested platform!])	BLOB_FLASH_OBJS="nullflash.o"	use_cpu="sa1110"	use_lcd="no"	;;Add machine define to acconfig.h:/* Define for Ipaq H3600 */#undef H3600Add machine to include/blob/arch.h:#elif defined H3600# include <blob/arch/h3600.h>Add machine dependent architecture file:cd include/blob/arch/cp assabet.h h3600.hEdit h3600.hAdd machine dependent architecture header file to Makefile.am    h3600.hAdd machine to "arch" variable in utils/build/build_all andutils/build/build_Makefile.Add machine dependent source file to EXTRA_blob_rest_elf32_SOURCES insrc/blob/Makefile.amAdd machine dependent source file:cd src/blobcp assabet.c h3600.cEdit h3600.cEdit memsetup-sa1110.S and add correct memory setupAdd architecture number to include/blob/linux.h:#elif defined H3600# define ARCH_NUMBER (22)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -