Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/renesas/rza/soc/rza3m/include/
H A Drza3m_def.h26 #define PLAT_SPIROM_BASE 0x20000000 macro
39 #define PLAT_SPIROM_SIZE (0x30000000 - PLAT_SPIROM_BASE)
42 #define PLAT_SPIROM_FIP_BASE (PLAT_SPIROM_BASE + 0x0001D200)
/rk3399_ARM-atf/plat/renesas/rza/common/
H A Dplat_image_load.c68 !is_fit(header, PLAT_SPIROM_BASE, PLAT_SPIROM_SIZE) && in rz_check_fsp_header()