summaryrefslogtreecommitdiff
path: root/bl2
AgeCommit message (Expand)Author
2023-09-07feat(fvp): capture timestamps in bl stagesthagon01-arm
2023-06-29refactor(pmu): convert FEAT_MTPMU to C and move to persistent register initBoyan Karatotev
2023-06-12chore(bl): add UNALIGNED symbols for TEXT/RODATAMichal Simek
2023-06-07Merge changes from topic "bk/clearups" into integrationOlivier Deprez
2023-06-01Merge changes from topic "hm/memmap-feat" into integrationSandrine Bailleux
2023-05-30refactor(cpus): convert print_errata_status to CBoyan Karatotev
2023-05-12build(bl2): add symbols for memory layoutHarrison Mutai
2023-04-28chore(pauth): remove redundant pauth_disable_el3() callBoyan Karatotev
2023-04-17build(bl2): sort sections by alignment by defaultChris Kay
2023-03-15refactor(build): distinguish BL2 as TF-A entry point and BL2 running at EL3Arvind Ram Prakash
2023-02-20build: always prefix section names with `.`Chris Kay
2023-02-10build: clarify linker script generationChris Kay
2023-02-10style: normalize linker script code styleChris Kay
2022-10-20style(linker_script): fix indentationJorge Troncoso
2022-10-03feat(debug): add helpers for aborts on AARCH32Yann Gautier
2022-03-31fix(bl2): define RAM_NOLOAD for XIPYann Gautier
2022-03-27feat(bl2): add support to separate no-loadable sectionsJiafei Pan
2022-02-15fix(bl2): correct messages with image_idYann Gautier
2022-01-11refactor(measured-boot): avoid Measured-Boot dependency on Trusted-BootManish V Badarkhe
2021-10-12feat(measured boot): move init and teardown functions to platform layerManish V Badarkhe
2021-10-05refactor(gpt): productize and refactor GPT libraryjohpow01
2021-10-05feat(rme): add GPT LibraryZelalem Aweke
2021-10-04feat(rme): run BL2 in root world when FEAT_RME is enabledZelalem Aweke
2021-08-02feat(fwu): initialize FWU driver in BL2Manish V Badarkhe
2021-04-21Add PIE support for AARCH32Yann Gautier
2021-04-21Avoid the use of linker *_SIZE__ macrosYann Gautier
2020-12-11Add support for FEAT_MTPMU for Armv8.6Javier Almansa Sobrino
2020-07-21TF-A: Add support for Measured Boot driver in BL1 and BL2Alexei Fedorov
2020-06-29linker_script: move .rela.dyn section to bl_common.ld.hMasahiro Yamada
2020-04-25linker_script: move .data section to bl_common.ld.hMasahiro Yamada
2020-04-24linker_script: move stacks section to bl_common.ld.hMasahiro Yamada
2020-04-04Merge "Fix MISRA C issues in BL1/BL2/BL31" into integrationMark Dykes
2020-04-03Fix MISRA C issues in BL1/BL2/BL31John Powell
2020-04-02linker_script: move bss section to bl_common.ld.hMasahiro Yamada
2020-04-02linker_script: replace common read-only data with RODATA_COMMONMasahiro Yamada
2020-04-02linker_script: move more common code to bl_common.ld.hMasahiro Yamada
2020-03-11Factor xlat_table sections in linker scripts out into a header fileMasahiro Yamada
2020-03-01aarch32: stop speculative execution past exception returnsMadhukar Pappireddy
2020-02-11Merge changes from topic "lm/fconf" into integrationSandrine Bailleux
2020-02-07fconf: initial commitLouis Mayencourt
2020-02-05coverity: Fix MISRA null pointer violationsZelalem
2020-02-03BL2: Print ID of images we fail loadingSandrine Bailleux
2020-01-24BL2_AT_EL3: add PIE supportMasahiro Yamada
2020-01-22Prevent speculative execution past ERETAnthony Steinhauser
2019-12-12Merge "PIE: make call to GDT relocation fixup generalized" into integrationSoby Mathew
2019-12-12PIE: make call to GDT relocation fixup generalizedManish Pandey
2019-12-04Reduce space lost to object alignmentSamuel Holland
2019-09-13Refactor ARMv8.3 Pointer Authentication support codeAlexei Fedorov
2019-08-01Switch AARCH32/AARCH64 to __aarch64__Julius Werner
2019-06-14bl2_el3: clean up linker scriptMasahiro Yamada