summaryrefslogtreecommitdiff
path: root/bl2/bl2_el3.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-56/+75
* fix(bl2): define RAM_NOLOAD for XIPYann Gautier2022-03-311-1/+1
* feat(bl2): add support to separate no-loadable sectionsJiafei Pan2022-03-271-4/+18
* linker_script: move .rela.dyn section to bl_common.ld.hMasahiro Yamada2020-06-291-11/+1
* linker_script: move .data section to bl_common.ld.hMasahiro Yamada2020-04-251-10/+3
* 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-6/+2
* linker_script: move more common code to bl_common.ld.hMasahiro Yamada2020-04-021-50/+6
* Factor xlat_table sections in linker scripts out into a header fileMasahiro Yamada2020-03-111-10/+3
* BL2_AT_EL3: add PIE supportMasahiro Yamada2020-01-241-0/+35
* Reduce space lost to object alignmentSamuel Holland2019-12-041-6/+6
* bl2_el3: clean up linker scriptMasahiro Yamada2019-06-141-16/+3
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-041-1/+2
* Use ALIGN instead of NEXT in linker scriptsRoberto Vargas2018-07-111-4/+4
* Add support for BL2 in XIP memoryJiafei Pan2018-04-071-2/+55
* Add comments about mismatched TCR_ELx and xlat tablesAntonio Nino Diaz2018-02-271-2/+3
* bl2-el3: Mark all the assembly functions in bl2 at el3Roberto Vargas2018-01-181-2/+11
* bl2-el3: Add BL2_EL3 imageRoberto Vargas2018-01-181-0/+175