porting.txt
来自「lubbock是Intel官方为pxa255提供的bios」· 文本 代码 · 共 82 行
TXT
82 行
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 + =
减小字号Ctrl + -
显示快捷键?