Searched refs:BL2_SIZE (Results 1 – 4 of 4) sorted by relevance
13 #define BL2_SIZE (80*1024/4) /* BL2 size is 80KB(0x00005000) */ macro15 #define BL2_SIZE (170*1024/4) /* BL2 size is 170KB(0x0000AA00) */ macro25 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;
13 #define BL2_SIZE (80*1024/4) /* BL2 size is 80KB(0x00005000) */ macro15 #define BL2_SIZE (170*1024/4) /* BL2 size is 170KB(0x0000AA00) */ macro25 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;
91 #define BL2_SIZE 0x0000d000 /* page multiple */ macro126 #define BL2_LIMIT (BL2_BASE + BL2_SIZE)128 #define BL31_OFFSET (BL2_OFFSET + BL2_SIZE)
127 #define BL2_SIZE 0x1D000 macro128 #define BL2_BASE (BL31_BASE - BL2_SIZE)153 BL2_SIZE - BL31_SIZE)
Completed in 6 milliseconds