Home
last modified time | relevance | path

Searched refs:ASPEED_SRAM_BASE (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/
H A Dplatform.h25 #define ASPEED_SRAM_BASE 0x1E720000 macro
41 #define ASPEED_SRAM_BASE 0x1E720000 macro
62 #define ASPEED_SRAM_BASE 0x10000000 macro
/openbmc/u-boot/include/configs/
H A Daspeed-common.h31 #define CONFIG_SYS_INIT_RAM_ADDR (ASPEED_SRAM_BASE + CONFIG_PRE_CON_BUF_SZ)
34 #define CONFIG_SYS_INIT_RAM_ADDR (ASPEED_SRAM_BASE)
/openbmc/u-boot/cmd/aspeed/nettest/
H A Dmem_io.c6 return readl(ASPEED_SRAM_BASE + addr); in SRAM_RD()