Home
last modified time | relevance | path

Searched refs:STM32_DDR_BASE (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/configs/
H A Dstm32mp1.h33 #define CONFIG_SYS_SDRAM_BASE STM32_DDR_BASE
44 #define CONFIG_SYS_LOAD_ADDR STM32_DDR_BASE
/openbmc/u-boot/arch/arm/mach-stm32mp/include/mach/
H A Dstm32.h36 #define STM32_DDR_BASE 0xC0000000 macro
/openbmc/u-boot/board/st/stm32mp1/
H A Dstm32mp1.c192 gd->bd->bi_boot_params = STM32_DDR_BASE + 0x100; in board_init()
/openbmc/u-boot/drivers/ram/stm32mp1/
H A Dstm32mp1_ram.c158 priv->info.base = STM32_DDR_BASE; in stm32mp1_ddr_probe()