Searched refs:SEC_SRAM_SIZE (Results 1 – 9 of 9) sorted by relevance
76 #define SEC_SRAM_SIZE ULL(0x00100000) macro94 #define SEC_SRAM_SIZE ULL(0x00100000) macro123 #define BL_RAM_SIZE (SEC_SRAM_SIZE - SHARED_RAM_SIZE)
34 #define SEC_SRAM_SIZE UL(0x00020000) /* 128k */ macro
33 #define SEC_SRAM_SIZE UL(0x00020000) /* 128k */ macro
36 #define SEC_SRAM_SIZE UL(0x00020000) /* 128k */ macro
210 rc = fdt_add_mem_rsv(dtb, SEC_SRAM_BASE, SEC_SRAM_SIZE); in rpi3_dtb_add_mem_rsv()216 SEC_SRAM_BASE + SEC_SRAM_SIZE); in rpi3_dtb_add_mem_rsv()
87 #define SEC_SRAM_SIZE 0x00100000 macro119 #define BL_RAM_SIZE (SEC_SRAM_SIZE - SHARED_RAM_SIZE)
75 #define SEC_SRAM_SIZE 0x20000000 macro105 #define BL_RAM_SIZE (SEC_SRAM_SIZE - SHARED_RAM_SIZE)
54 #define BL31_SIZE SEC_SRAM_SIZE
1264 …- increase SEC_SRAM_SIZE to 128k ([38164e6](https://review.trustedfirmware.org/plugins/gitiles/TF-…
Completed in 20 milliseconds