~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
path: root/bl2
Commit message (Expand)AuthorAge
* refactor(build): distinguish BL2 as TF-A entry point and BL2 running at EL3Arvind Ram Prakash2023-03-15
* build: always prefix section names with `.`Chris Kay2023-02-20
* build: clarify linker script generationChris Kay2023-02-10
* style: normalize linker script code styleChris Kay2023-02-10
* style(linker_script): fix indentationJorge Troncoso2022-10-20
* feat(debug): add helpers for aborts on AARCH32Yann Gautier2022-10-03
* fix(bl2): define RAM_NOLOAD for XIPYann Gautier2022-03-31
* feat(bl2): add support to separate no-loadable sectionsJiafei Pan2022-03-27
* fix(bl2): correct messages with image_idYann Gautier2022-02-15
* refactor(measured-boot): avoid Measured-Boot dependency on Trusted-BootManish V Badarkhe2022-01-11
* feat(measured boot): move init and teardown functions to platform layerManish V Badarkhe2021-10-12
* refactor(gpt): productize and refactor GPT libraryjohpow012021-10-05
* feat(rme): add GPT LibraryZelalem Aweke2021-10-05
* feat(rme): run BL2 in root world when FEAT_RME is enabledZelalem Aweke2021-10-04
* feat(fwu): initialize FWU driver in BL2Manish V Badarkhe2021-08-02
* Add PIE support for AARCH32Yann Gautier2021-04-21
* Avoid the use of linker *_SIZE__ macrosYann Gautier2021-04-21
* Add support for FEAT_MTPMU for Armv8.6Javier Almansa Sobrino2020-12-11
* TF-A: Add support for Measured Boot driver in BL1 and BL2Alexei Fedorov2020-07-21
* linker_script: move .rela.dyn section to bl_common.ld.hMasahiro Yamada2020-06-29
* linker_script: move .data section to bl_common.ld.hMasahiro Yamada2020-04-25
* linker_script: move stacks section to bl_common.ld.hMasahiro Yamada2020-04-24
* Merge "Fix MISRA C issues in BL1/BL2/BL31" into integrationMark Dykes2020-04-04
|\
| * Fix MISRA C issues in BL1/BL2/BL31John Powell2020-04-03
* | linker_script: move bss section to bl_common.ld.hMasahiro Yamada2020-04-02
* | linker_script: replace common read-only data with RODATA_COMMONMasahiro Yamada2020-04-02
* | linker_script: move more common code to bl_common.ld.hMasahiro Yamada2020-04-02
|/
* Factor xlat_table sections in linker scripts out into a header fileMasahiro Yamada2020-03-11
* aarch32: stop speculative execution past exception returnsMadhukar Pappireddy2020-03-01
* Merge changes from topic "lm/fconf" into integrationSandrine Bailleux2020-02-11
|\
| * fconf: initial commitLouis Mayencourt2020-02-07
* | coverity: Fix MISRA null pointer violationsZelalem2020-02-05
|/
* BL2: Print ID of images we fail loadingSandrine Bailleux2020-02-03
* BL2_AT_EL3: add PIE supportMasahiro Yamada2020-01-24
* Prevent speculative execution past ERETAnthony Steinhauser2020-01-22
* Merge "PIE: make call to GDT relocation fixup generalized" into integrationSoby Mathew2019-12-12
|\
| * PIE: make call to GDT relocation fixup generalizedManish Pandey2019-12-12
* | Reduce space lost to object alignmentSamuel Holland2019-12-04
|/
* Refactor ARMv8.3 Pointer Authentication support codeAlexei Fedorov2019-09-13
* Switch AARCH32/AARCH64 to __aarch64__Julius Werner2019-08-01
* bl2_el3: clean up linker scriptMasahiro Yamada2019-06-14
* Add support for Branch Target IdentificationAlexei Fedorov2019-05-24
* Merge pull request #1878 from jts-arm/sctlrSoby Mathew2019-03-13
|\
| * Apply stricter speculative load restrictionJohn Tsichritzis2019-03-12
* | bl2-el3: Fix exit to bl32 by ensuring a more complete write to SPSRBryan O'Donoghue2019-03-13
|/
* BL2_AT_EL3: Enable pointer authentication supportAntonio Nino Diaz2019-02-27
* BL2: Enable pointer authentication supportAntonio Nino Diaz2019-02-27
* Move BL1 and BL2 private defines to bl_common.hAntonio Nino Diaz2019-01-15
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-04
* correct some missing-prototype warningsYann Gautier2018-12-10