summaryrefslogtreecommitdiff
path: root/bl2u/bl2u.ld.S
Commit message (Expand)AuthorAgeFilesLines
* build: always prefix section names with `.`Chris Kay2023-02-201-4/+4
* style: normalize linker script code styleChris Kay2023-02-101-33/+33
* linker_script: move .data section to bl_common.ld.hMasahiro Yamada2020-04-251-11/+1
* linker_script: move stacks section to bl_common.ld.hMasahiro Yamada2020-04-241-6/+1
* linker_script: move bss section to bl_common.ld.hMasahiro Yamada2020-04-021-12/+1
* linker_script: replace common read-only data with RODATA_COMMONMasahiro Yamada2020-04-021-0/+5
* Factor xlat_table sections in linker scripts out into a header fileMasahiro Yamada2020-03-111-10/+3
* Reduce space lost to object alignmentSamuel Holland2019-12-041-6/+6
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-041-1/+2
* Add .extab and .exidx sectionsRoberto Vargas2018-07-111-0/+9
* Use ALIGN instead of NEXT in linker scriptsRoberto Vargas2018-07-111-4/+4
* Add comments about mismatched TCR_ELx and xlat tablesAntonio Nino Diaz2018-02-271-2/+3
* Replace magic numbers in linkerscripts by PAGE_SIZEAntonio Nino Diaz2017-11-291-6/+7
* Use SPDX license identifiersdp-arm2017-05-031-25/+1
* Add support for GCC stack protectionDouglas Raillard2017-03-311-0/+5
* Introduce unified API to zero memoryDouglas Raillard2017-02-061-2/+3
* Introduce SEPARATE_CODE_AND_RODATA build flagSandrine Bailleux2016-07-081-0/+18
* FWU: Add Generic BL2U FWU image support in BL2Yatharth Kochar2015-12-091-0/+134