LIBS-$(CONFIG_SPL_LIBDISK_SUPPORT) += disk/libdisk.o LIBS-$(CONFIG_SPL_I2C_SUPPORT) += drivers/i2c/libi2c.o LIBS-$(CONFIG_SPL_GPIO_SUPPORT) += drivers/gpio/libgpio.o LIBS-$(CONFIG_SPL_MMC_SUPPORT) += drivers/mmc/libmmc.o LIBS-$(CONFIG_SPL_SERIAL_SUPPORT) += drivers/serial/lib...
CONFIG_SUPPORT_SPL表示是否支持SPL功能,一般是在具体arch的Kconfig的版型菜单中,根据需要select
LIBS-$(CONFIG_SPL_LIBCOMMON_SUPPORT) += common/libcommon.o LIBS-$(CONFIG_SPL_LIBDISK_SUPPORT) += disk/libdisk.o LIBS-$(CONFIG_SPL_I2C_SUPPORT) += drivers/i2c/libi2c.o LIBS-$(CONFIG_SPL_GPIO_SUPPORT) += drivers/gpio/libgpio.o LIBS-$(CONFIG_SPL_MMC_SUPPORT) += drivers/mmc/libmm...
CONFIG_SPL_SYS_[DI]CACHE_OFF: add Browse files Browse the repository at this point in the history While converting CONFIG_SYS_[DI]CACHE_OFF to Kconfig, there are instances where these configuration items are conditional on SPL. This commit adds SPL variants of these configuration items, uses...
CONFIG_SPL_I2C_SUPPORT=y # CONFIG_CMD_FLASH is not set # CONFIG_SPL_DOS_PARTITION is not set # CONFIG_SPL_ISO_PARTITION is not set # CONFIG_SPL_EFI_PARTITION is not set CONFIG_SCSI_AHCI=y CONFIG_SUN4I_EMAC=y 1 change: 0 additions & 1 deletion 1 configs/A10s-OLinuXino-M_defconf...
To address this challenge, this paper presents a tool, called SPLConfig, to support business during product configuration in SPL. Based on feature models, SPLConfig automatically finds an optimal product configuration that maximizes the customer satisfaction. 展开 ...
ubootspl.bin放到片内SRAM运行,进行初始化内存,将uboot.bin拷贝到外存SDRAM中运行,然后PC指针直接跳转到SDRAM中进行运行。 这就是#ifdef CONFIG_SPL_BUILD 宏的由来。 异常向量的地址映射问题 根据ARM的手册我们知道,异常向量地址的入口为0x00000000或者0xffff0000然而片内内存中开始地址0x00000000为ROM区,开始地址不...
$config['fieldsets_configs'][$_grp] = $parsedFSConfig; } $subject->addParsedConfig($config); } 开发者ID:modelframework,项目名称:modelframework,代码行数:33,代码来源:GroupsObserver.php 示例3: update ▲点赞 4▼ publicfunctionupdate(\SplSubject $subject){/**@varModelConfigParser $subject */...
only BOOTP + TFTP so undefine other stuff to save space */ 12 13#ifndef CONFIG_SPL_DM 14#undef CONFIG_DM_SERIAL 15#undef CONFIG_DM_I2C 16#undef CONFIG_DM_SPI 17#endif 18 19#undef CONFIG_DM_STDIO 20 21#endif /* CONFIG_SPL_BUILD */ 22#endif /* __CONFIG_UNCMD_SPL_H__ */ 23...
在下文中一共展示了SplSubject::getViewConfigVerify方法的9个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。 示例1: update ▲点赞 6▼ /** *@param\SplSubject|View $subject ...