Searched refs:CONFIG_SYS_SPL_ARGS_ADDR (Results 1 – 25 of 40) sorted by relevance
12
/u-boot/include/configs/ |
A D | devkit8000.h | 169 #undef CONFIG_SYS_SPL_ARGS_ADDR 170 #define CONFIG_SYS_SPL_ARGS_ADDR (PHYS_SDRAM_1 + 0x100) macro
|
A D | ti_am335x_common.h | 40 #define CONFIG_SYS_SPL_ARGS_ADDR (CONFIG_SYS_SDRAM_BASE + \ macro
|
A D | vyasa-rk3288.h | 30 #define CONFIG_SYS_SPL_ARGS_ADDR 0x0ffe5000 macro
|
A D | ti_omap3_common.h | 58 #define CONFIG_SYS_SPL_ARGS_ADDR (CONFIG_SYS_SDRAM_BASE + \ macro
|
A D | xea.h | 22 #define CONFIG_SYS_SPL_ARGS_ADDR 0x44000000 macro
|
A D | ti_omap5_common.h | 101 #define CONFIG_SYS_SPL_ARGS_ADDR (CONFIG_SYS_SDRAM_BASE + \ macro
|
A D | mt7629.h | 45 #define CONFIG_SYS_SPL_ARGS_ADDR 0x40000000 macro
|
A D | mx6sabresd.h | 24 #define CONFIG_SYS_SPL_ARGS_ADDR 0x18000000 macro
|
A D | imx6dl-mamoj.h | 59 #define CONFIG_SYS_SPL_ARGS_ADDR 0x13000000 macro
|
A D | mx6sabreauto.h | 34 #define CONFIG_SYS_SPL_ARGS_ADDR 0x18000000 macro
|
A D | cm_t43.h | 113 #define CONFIG_SYS_SPL_ARGS_ADDR (CONFIG_SYS_SDRAM_BASE + (128 << 20)) macro
|
A D | mccmon6.h | 16 #define CONFIG_SYS_SPL_ARGS_ADDR 0x18000000 macro
|
A D | imx6_logic.h | 159 #define CONFIG_SYS_SPL_ARGS_ADDR 0x18000000 macro
|
A D | imx6-engicam.h | 156 # define CONFIG_SYS_SPL_ARGS_ADDR 0x18000000 macro
|
A D | pico-imx6.h | 19 #define CONFIG_SYS_SPL_ARGS_ADDR 0x18000000 macro
|
A D | ti_omap4_common.h | 122 #define CONFIG_SYS_SPL_ARGS_ADDR (CONFIG_SYS_SDRAM_BASE + \ macro
|
A D | brppt1.h | 42 #define CONFIG_SYS_SPL_ARGS_ADDR 0x80F80000 macro
|
A D | trats.h | 148 #define CONFIG_SYS_SPL_ARGS_ADDR CONFIG_SYS_SDRAM_BASE + 0x100 macro
|
A D | display5.h | 13 #define CONFIG_SYS_SPL_ARGS_ADDR 0x18000000 macro
|
A D | embestmx6boards.h | 83 #define CONFIG_SYS_SPL_ARGS_ADDR 0x13000000 macro
|
A D | gw_ventana.h | 14 #define CONFIG_SYS_SPL_ARGS_ADDR 0x18000000 macro
|
A D | pico-imx6ul.h | 21 #define CONFIG_SYS_SPL_ARGS_ADDR 0x88000000 macro
|
/u-boot/common/spl/ |
A D | spl_nor.c | 57 #if defined CONFIG_SYS_SPL_ARGS_ADDR && defined CONFIG_CMD_SPL_NOR_OFS in spl_nor_load_image() 58 memcpy((void *)CONFIG_SYS_SPL_ARGS_ADDR, in spl_nor_load_image()
|
A D | spl_ext.c | 98 err = ext4fs_read((void *)CONFIG_SYS_SPL_ARGS_ADDR, 0, filelen, &actlen); in spl_load_image_ext_os() 128 err = ext4fs_read((void *)CONFIG_SYS_SPL_ARGS_ADDR, 0, filelen, &actlen); in spl_load_image_ext_os()
|
A D | spl_fat.c | 129 err = file_fat_read(file, (void *)CONFIG_SYS_SPL_ARGS_ADDR, 0); in spl_load_image_fat_os() 154 (void *)CONFIG_SYS_SPL_ARGS_ADDR, 0); in spl_load_image_fat_os()
|
Completed in 38 milliseconds
12