Home
last modified time | relevance | path

Searched refs:BL1_RW_SIZE (Results 1 – 7 of 7) sorted by relevance

/external/arm-trusted-firmware/plat/hisilicon/poplar/include/
Dpoplar_layout.h89 #define BL1_RW_SIZE 0x00008000 /* page multiple */ macro
90 #define BL1_SIZE (BL1_RO_SIZE + BL1_RW_SIZE)
122 #define BL1_RW_LIMIT (BL1_RW_BASE + BL1_RW_SIZE)
/external/arm-trusted-firmware/plat/hisilicon/hikey/include/
Dhikey_layout.h41 #define BL1_RW_SIZE (0x00080000) macro
/external/arm-trusted-firmware/plat/hisilicon/hikey960/include/
Dplatform_def.h55 #define BL1_RW_SIZE (0x00188000) macro
/external/arm-trusted-firmware/plat/hisilicon/poplar/
Dbl1_plat_setup.c73 bl1_tzram_layout.total_size = BL1_RW_SIZE; in bl1_early_platform_setup()
/external/arm-trusted-firmware/plat/hisilicon/hikey/
Dhikey_bl1_setup.c53 bl1_tzram_layout.total_size = BL1_RW_SIZE; in bl1_early_platform_setup()
/external/arm-trusted-firmware/plat/intel/soc/common/include/
Dplatform_def.h124 #define BL1_RW_SIZE (0x14000) macro
/external/arm-trusted-firmware/plat/hisilicon/hikey960/
Dhikey960_bl1_setup.c88 bl1_tzram_layout.total_size = BL1_RW_SIZE; in bl1_early_platform_setup()