Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_MEMTEST_START (Results 1 – 25 of 216) sorted by relevance

123456789

/u-boot/include/configs/
A Dimx8mm_beacon.h114 #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM macro
115 #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + (PHYS_SDRAM_SIZE >> 1))
A Dimx8mq_phanbell.h165 #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM macro
166 #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + \
A Dpico-imx8mq.h144 #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM macro
145 #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + \
A Dkontron_sl28.h36 #define CONFIG_SYS_MEMTEST_START 0x80000000 macro
/u-boot/configs/
A Ds32v234evb_defconfig5 CONFIG_SYS_MEMTEST_START=0xc0000000
A Dusbarmory_defconfig5 CONFIG_SYS_MEMTEST_START=0x70000000
A Dmx7ulp_evk_plugin_defconfig5 CONFIG_SYS_MEMTEST_START=0x60000000
A Dstv0991_defconfig7 CONFIG_SYS_MEMTEST_START=0x00000000
A Dxpress_defconfig5 CONFIG_SYS_MEMTEST_START=0x80000000
A Dpic32mzdask_defconfig4 CONFIG_SYS_MEMTEST_START=0x88000000
A Dsansa_fuze_plus_defconfig8 CONFIG_SYS_MEMTEST_START=0x40000000
A Dmx7ulp_evk_defconfig5 CONFIG_SYS_MEMTEST_START=0x60000000
A Dmx6ulz_14x14_evk_defconfig5 CONFIG_SYS_MEMTEST_START=0x80000000
A Dboston32r2_defconfig3 CONFIG_SYS_MEMTEST_START=0x80000000
A Dboston32r2el_defconfig3 CONFIG_SYS_MEMTEST_START=0x80000000
A Dboston32r6_defconfig3 CONFIG_SYS_MEMTEST_START=0x80000000
A Dboston32r6el_defconfig3 CONFIG_SYS_MEMTEST_START=0x80000000
A Dboston64r2_defconfig3 CONFIG_SYS_MEMTEST_START=0x80000000
A Dboston64r2el_defconfig3 CONFIG_SYS_MEMTEST_START=0x80000000
A Dboston64r6_defconfig3 CONFIG_SYS_MEMTEST_START=0x80000000
A Dboston64r6el_defconfig3 CONFIG_SYS_MEMTEST_START=0x80000000
/u-boot/board/socrates/
A Dsdram.c68 uint *pstart = (uint *) CONFIG_SYS_MEMTEST_START; in testdram()
/u-boot/board/keymile/km83xx/
A Dkm83xx.c240 *vstart = CONFIG_SYS_MEMTEST_START; in arch_memory_test_prepare()
241 *size = CONFIG_SYS_MEMTEST_END - CONFIG_SYS_MEMTEST_START; in arch_memory_test_prepare()
/u-boot/board/freescale/mpc837xerdb/
A Dmpc837xerdb.c29 uint *pstart = (uint *) CONFIG_SYS_MEMTEST_START; in testdram()
34 CONFIG_SYS_MEMTEST_START, in testdram()
/u-boot/board/sbc8548/
A Dsbc8548.c204 uint *pstart = (uint *) CONFIG_SYS_MEMTEST_START; in testdram()
209 CONFIG_SYS_MEMTEST_START, in testdram()

Completed in 21 milliseconds

123456789