Home
last modified time | relevance | path

Searched refs:__BL1_RAM_START__ (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/bl1/
Dbl1_private.h38 extern uint64_t __BL1_RAM_START__;
40 #define BL1_RAM_BASE (uint64_t)(&__BL1_RAM_START__)
Dbl1.ld.S131 __BL1_RAM_START__ = ADDR(.data); define
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dfirmware-design.md1210 * `__BL1_RAM_START__` This is the start address of BL1 RW data.