summaryrefslogtreecommitdiff
path: root/bl2
Commit message (Expand)AuthorAgeFilesLines
* build(bl2): sort sections by alignment by defaultChris Kay2023-04-171-0/+6
* refactor(build): distinguish BL2 as TF-A entry point and BL2 running at EL3Arvind Ram Prakash2023-03-152-10/+12
* build: always prefix section names with `.`Chris Kay2023-02-202-8/+8
* build: clarify linker script generationChris Kay2023-02-101-4/+4
* style: normalize linker script code styleChris Kay2023-02-102-85/+107
* style(linker_script): fix indentationJorge Troncoso2022-10-201-6/+6
* feat(debug): add helpers for aborts on AARCH32Yann Gautier2022-10-032-6/+6
* 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
* fix(bl2): correct messages with image_idYann Gautier2022-02-151-7/+6
* refactor(measured-boot): avoid Measured-Boot dependency on Trusted-BootManish V Badarkhe2022-01-111-3/+4
* feat(measured boot): move init and teardown functions to platform layerManish V Badarkhe2021-10-121-13/+5
* refactor(gpt): productize and refactor GPT libraryjohpow012021-10-051-1/+1
* feat(rme): add GPT LibraryZelalem Aweke2021-10-051-1/+3
* feat(rme): run BL2 in root world when FEAT_RME is enabledZelalem Aweke2021-10-048-91/+193
* feat(fwu): initialize FWU driver in BL2Manish V Badarkhe2021-08-021-1/+6
* Add PIE support for AARCH32Yann Gautier2021-04-211-2/+3
* Avoid the use of linker *_SIZE__ macrosYann Gautier2021-04-211-3/+5
* Add support for FEAT_MTPMU for Armv8.6Javier Almansa Sobrino2020-12-111-1/+5
* TF-A: Add support for Measured Boot driver in BL1 and BL2Alexei Fedorov2020-07-211-2/+16
* 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-252-21/+4
* linker_script: move stacks section to bl_common.ld.hMasahiro Yamada2020-04-242-12/+2
* Merge "Fix MISRA C issues in BL1/BL2/BL31" into integrationMark Dykes2020-04-041-6/+8
|\
| * Fix MISRA C issues in BL1/BL2/BL31John Powell2020-04-031-6/+8
* | linker_script: move bss section to bl_common.ld.hMasahiro Yamada2020-04-022-24/+2
* | linker_script: replace common read-only data with RODATA_COMMONMasahiro Yamada2020-04-022-10/+4
* | linker_script: move more common code to bl_common.ld.hMasahiro Yamada2020-04-022-72/+10
|/
* Factor xlat_table sections in linker scripts out into a header fileMasahiro Yamada2020-03-112-19/+5
* aarch32: stop speculative execution past exception returnsMadhukar Pappireddy2020-03-011-1/+1
* Merge changes from topic "lm/fconf" into integrationSandrine Bailleux2020-02-111-1/+11
|\
| * fconf: initial commitLouis Mayencourt2020-02-071-1/+11
* | coverity: Fix MISRA null pointer violationsZelalem2020-02-051-7/+7
|/
* BL2: Print ID of images we fail loadingSandrine Bailleux2020-02-031-1/+2
* BL2_AT_EL3: add PIE supportMasahiro Yamada2020-01-242-1/+44
* Prevent speculative execution past ERETAnthony Steinhauser2020-01-221-2/+2
* Merge "PIE: make call to GDT relocation fixup generalized" into integrationSoby Mathew2019-12-121-1/+2
|\
| * PIE: make call to GDT relocation fixup generalizedManish Pandey2019-12-121-1/+2
* | Reduce space lost to object alignmentSamuel Holland2019-12-042-12/+12
|/
* Refactor ARMv8.3 Pointer Authentication support codeAlexei Fedorov2019-09-133-51/+43
* Switch AARCH32/AARCH64 to __aarch64__Julius Werner2019-08-011-9/+9
* bl2_el3: clean up linker scriptMasahiro Yamada2019-06-141-16/+3
* Add support for Branch Target IdentificationAlexei Fedorov2019-05-243-5/+14
* Merge pull request #1878 from jts-arm/sctlrSoby Mathew2019-03-132-4/+7
|\
| * Apply stricter speculative load restrictionJohn Tsichritzis2019-03-122-4/+7
* | bl2-el3: Fix exit to bl32 by ensuring a more complete write to SPSRBryan O'Donoghue2019-03-131-1/+1
|/
* BL2_AT_EL3: Enable pointer authentication supportAntonio Nino Diaz2019-02-273-15/+72
* BL2: Enable pointer authentication supportAntonio Nino Diaz2019-02-274-14/+47
* Move BL1 and BL2 private defines to bl_common.hAntonio Nino Diaz2019-01-151-16/+1
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-0410-27/+30