Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/bl1/
Dbl1_private.h19 extern uintptr_t __BL1_RAM_START__;
21 #define BL1_RAM_BASE (uintptr_t)(&__BL1_RAM_START__)
Dbl1.ld.S158 __BL1_RAM_START__ = ADDR(.data); define
/device/linaro/bootloader/arm-trusted-firmware/plat/qemu/
Dqemu_bl1_setup.c19 extern uint64_t __BL1_RAM_START__;
21 #define BL1_RAM_BASE (uint64_t)(&__BL1_RAM_START__)
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dfirmware-design.rst1509 - ``__BL1_RAM_START__`` Start address of BL1 read-write data.