Home
last modified time | relevance | path

Searched refs:PLAT_SRAM_BASE (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/plat/renesas/rza/soc/rza3m/include/
H A Drza3m_def.h32 #define PLAT_SRAM_BASE PLAT_MSRAM_BASE macro
50 #define PLAT_BOOTINFO_BASE PLAT_SRAM_BASE
53 #define PARAMS_BASE (PLAT_SRAM_BASE + 0x0001F000)
/rk3399_ARM-atf/plat/renesas/rza/common/
H A Dplat_image_load.c67 if (!is_fit(header, PLAT_SRAM_BASE, PLAT_SRAM_SIZE) && in rz_check_fsp_header()