Home
last modified time | relevance | path

Searched refs:SRAM_BASE (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/include/configs/
H A Diot_devkit.h49 #define SRAM_BASE 0x30000000 macro
62 #define CONFIG_SYS_LOAD_ADDR SRAM_BASE
/openbmc/qemu/tests/tcg/arm/system/
H A Dtest-armv6m-undef.S30 #define SRAM_BASE 0x20000000 macro
41 .word SRAM_BASE + SRAM_SIZE /* 0. SP_main */
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dxor.h9 #define SRAM_BASE 0x40000000 macro
/openbmc/u-boot/drivers/ddr/marvell/axp/
H A Dddr3_sdram.c508 if (src < SRAM_BASE) { in ddr3_dram_sram_burst()
542 if (dst > SRAM_BASE) { in ddr3_dram_sram_burst()
H A Dxor.c44 base = (SRAM_BASE & 0xFFFF0000) | 0x1E00; in mv_sys_xor_init()
H A Dddr3_hw_training.h93 #define SRAM_BASE 0x40000000 macro