Home
last modified time | relevance | path

Searched refs:BL1_RO_BASE (Results 1 – 23 of 23) sorted by relevance

/external/arm-trusted-firmware/bl1/
Dbl1.ld.S23 ROM (rx): ORIGIN = BL1_RO_BASE, LENGTH = BL1_RO_LIMIT - BL1_RO_BASE
29 . = BL1_RO_BASE;
/external/arm-trusted-firmware/plat/hisilicon/poplar/include/
Dpoplar_layout.h117 #define BL1_RO_BASE (LLOADER_TEXT_BASE + BL1_RO_OFFSET) macro
118 #define BL1_RO_LIMIT (BL1_RO_BASE + BL1_RO_SIZE)
/external/arm-trusted-firmware/plat/hisilicon/hikey/include/
Dhikey_layout.h38 #define BL1_RO_BASE (XG2RAM0_BASE + BL1_XG2RAM0_OFFSET) macro
63 #define BL2_BASE (BL1_RO_BASE) /* 0xf980_1000 */
/external/arm-trusted-firmware/plat/hisilicon/hikey960/include/
Dplatform_def.h52 #define BL1_RO_BASE (0x1AC00000) macro
53 #define BL1_RO_LIMIT (BL1_RO_BASE + 0x20000)
/external/arm-trusted-firmware/plat/marvell/armada/common/
Dmarvell_bl1_setup.c61 BL1_RO_BASE, in marvell_bl1_plat_arch_setup()
/external/arm-trusted-firmware/plat/hisilicon/poplar/
Dbl1_plat_setup.c83 BL1_RO_BASE, /* l-loader and BL1 ROM */ in bl1_plat_arch_setup()
/external/arm-trusted-firmware/include/plat/marvell/armada/a3k/common/
Dmarvell_def.h142 #define BL1_RO_BASE PLAT_MARVELL_TRUSTED_ROM_BASE macro
/external/arm-trusted-firmware/plat/marvell/armada/a8k/common/include/
Dplatform_def.h128 #define PLAT_MARVELL_CPU_ENTRY_ADDR BL1_RO_BASE
/external/arm-trusted-firmware/include/plat/marvell/armada/a8k/common/
Dmarvell_def.h173 #define BL1_RO_BASE PLAT_MARVELL_TRUSTED_ROM_BASE macro
/external/arm-trusted-firmware/plat/hisilicon/hikey/
Dhikey_bl1_setup.c68 BL1_RO_BASE, in bl1_plat_arch_setup()
/external/arm-trusted-firmware/plat/marvell/armada/a3k/common/include/
Dplatform_def.h118 #define PLAT_MARVELL_CPU_ENTRY_ADDR BL1_RO_BASE
/external/arm-trusted-firmware/plat/layerscape/board/ls1043/include/
Dplatform_def.h81 #define BL1_RO_BASE PLAT_LS_TRUSTED_ROM_BASE macro
/external/arm-trusted-firmware/plat/intel/soc/common/include/
Dplatform_def.h120 #define BL1_RO_BASE (0xffe00000) macro
/external/arm-trusted-firmware/plat/brcm/board/stingray/include/
Dplatform_def.h94 #define BL1_RO_BASE PLAT_BRCM_TRUSTED_ROM_BASE macro
/external/arm-trusted-firmware/plat/rpi/rpi3/include/
Dplatform_def.h169 #define BL1_RO_BASE SEC_ROM_BASE macro
/external/arm-trusted-firmware/plat/qemu/qemu/include/
Dplatform_def.h124 #define BL1_RO_BASE SEC_ROM_BASE macro
/external/arm-trusted-firmware/plat/arm/board/fvp_ve/include/
Dplatform_def.h199 #define BL1_RO_BASE 0x00000000 macro
/external/arm-trusted-firmware/plat/hisilicon/hikey960/
Dhikey960_bl1_setup.c103 BL1_RO_BASE, in bl1_plat_arch_setup()
/external/arm-trusted-firmware/plat/arm/board/a5ds/include/
Dplatform_def.h216 #define BL1_RO_BASE 0x00000000 macro
/external/arm-trusted-firmware/plat/qemu/qemu_sbsa/include/
Dplatform_def.h116 #define BL1_RO_BASE SEC_ROM_BASE macro
/external/arm-trusted-firmware/include/plat/arm/common/
Darm_def.h381 #define BL1_RO_BASE PLAT_ARM_TRUSTED_ROM_BASE macro
/external/arm-trusted-firmware/docs/design/
Dfirmware-design.rst136 vector defined by the constant ``BL1_RO_BASE``. The BL1 data section is copied
/external/arm-trusted-firmware/docs/getting_started/
Dporting-guide.rst179 - **#define : BL1_RO_BASE**