Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/lib/romlib/
Dromlib.ld.S12 RAM (rwx): ORIGIN = ROMLIB_RW_BASE, LENGTH = ROMLIB_RW_END - ROMLIB_RW_BASE
/trusted-firmware-a-latest/include/plat/nuvoton/common/
Dnpcm845x_arm_def.h332 ROMLIB_RW_BASE, \
333 ROMLIB_RW_END - ROMLIB_RW_BASE, \
426 #define ROMLIB_RW_BASE (BL1_RW_BASE + PLAT_ARM_MAX_BL1_RW_SIZE) macro
428 ROMLIB_RW_BASE + PLAT_ARM_MAX_ROMLIB_RW_SIZE)
/trusted-firmware-a-latest/include/plat/arm/common/
Darm_def.h407 ROMLIB_RW_BASE, \
408 ROMLIB_RW_END - ROMLIB_RW_BASE,\
573 #define ROMLIB_RW_BASE (BL1_RW_BASE + PLAT_ARM_MAX_BL1_RW_SIZE) macro
574 #define ROMLIB_RW_END (ROMLIB_RW_BASE + PLAT_ARM_MAX_ROMLIB_RW_SIZE)
/trusted-firmware-a-latest/docs/components/
Dromlib-design.rst120 section is defined by the ROMLIB_RW_BASE and ROMLIB_RW_END macros.