Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/plat/qemu/include/
Dplatform_def.h97 #define BL_RAM_BASE (SHARED_RAM_BASE + SHARED_RAM_SIZE) macro
111 #define BL1_RW_LIMIT (BL_RAM_BASE + BL_RAM_SIZE)
129 #define BL31_LIMIT (BL_RAM_BASE + BL_RAM_SIZE)
138 #define BL32_SRAM_BASE BL_RAM_BASE
147 # define BL32_MEM_BASE BL_RAM_BASE
/device/linaro/bootloader/arm-trusted-firmware/plat/qemu/
Dqemu_bl1_setup.c43 bl1_tzram_layout.total_base = BL_RAM_BASE; in bl1_early_platform_setup()
48 bl1_tzram_layout.free_base = BL_RAM_BASE; in bl1_early_platform_setup()