Home
last modified time | relevance | path

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

/trusted-firmware-a/tools/renesas/rcar_layout_create/
A Dsa0.c13 #define BL2_SIZE (80*1024/4) /* BL2 size is 80KB(0x00005000) */ macro
15 #define BL2_SIZE (170*1024/4) /* BL2 size is 170KB(0x0000AA00) */ macro
25 const unsigned int __attribute__ ((section (".sa0_bl2dst_size3"))) bl2dst_size3 = BL2_SIZE;
30 const unsigned int __attribute__ ((section (".sa0_bl2dst_size1"))) bl2dst_size1 = BL2_SIZE;
/trusted-firmware-a/tools/renesas/rzg_layout_create/
A Dsa0.c13 #define BL2_SIZE (80*1024/4) /* BL2 size is 80KB(0x00005000) */ macro
15 #define BL2_SIZE (170*1024/4) /* BL2 size is 170KB(0x0000AA00) */ macro
25 const unsigned int __attribute__ ((section(".sa0_bl2dst_size3"))) bl2dst_size3 = BL2_SIZE;
30 const unsigned int __attribute__ ((section(".sa0_bl2dst_size1"))) bl2dst_size1 = BL2_SIZE;
/trusted-firmware-a/plat/hisilicon/poplar/include/
A Dpoplar_layout.h91 #define BL2_SIZE 0x0000d000 /* page multiple */ macro
126 #define BL2_LIMIT (BL2_BASE + BL2_SIZE)
128 #define BL31_OFFSET (BL2_OFFSET + BL2_SIZE)
/trusted-firmware-a/plat/qemu/qemu_sbsa/include/
A Dplatform_def.h127 #define BL2_SIZE 0x1D000 macro
128 #define BL2_BASE (BL31_BASE - BL2_SIZE)
153 BL2_SIZE - BL31_SIZE)

Completed in 6 milliseconds