summaryrefslogtreecommitdiff
path: root/bl2
AgeCommit message (Expand)Author
2026-08-20refactor(build): remove redundant `eval` callsChris Kay
2026-04-08feat(gpt): move gpt support under ENABLE_FEAT_RMEArunachalam Ganapathy
2026-04-08feat(rmmd): replace ENABLE_RME with ENABLE_RMMArunachalam Ganapathy
2026-02-20fix(bl2): pie fixup size calculationArunachalam Ganapathy
2026-02-02fix(bl2): disable FP traps early when crypto feature is enabledManish V Badarkhe
2026-01-28feat(crypto): enable the runtime instrumentation for crypto extensionXialin Liu
2026-01-28feat(crypto): enable access to SIMD crypto in BL1 and BL2Xialin Liu
2026-01-27feat(bl2): support RESET_TO_BL2 and ENABLE_RMEArunachalam Ganapathy
2026-01-27fix(fvp): increase resident text size of BL2Arunachalam Ganapathy
2025-12-12feat(cpufeat): enable USE_SPINLOCK_CAS to FEAT_STATE_CHECKEDBoyan Karatotev
2025-12-01feat(crypto): enable SIMD crypto extensions for S-EL1Xialin Liu
2025-10-21feat(build): setting CRYPTO_LIB via CRYPTO_SUPPORTLauren Wehrmeister
2025-10-21feat(build): set CRYPTO_SUPPORT macro per BLLauren Wehrmeister
2025-10-08refactor(build): make sorting of sections genericBoyan Karatotev
2025-09-12refactor: unify blx_setup() and blx_main()Boyan Karatotev
2025-09-10fix(bl2): unify the BL2 EL3 and RME entrypointsBoyan Karatotev
2025-05-05feat(bl): adding psa crypto - crypto_mod_finish()Lauren Wehrmeister
2025-04-16feat(cpufeat): enable FEAT_PAuth to FEAT_STATE_CHECKEDBoyan Karatotev
2025-04-14chore(cpufeat): remove PAuth presence checksBoyan Karatotev
2025-04-14feat(cpufeat): enable FEAT_BTI to FEAT_STATE_CHECKEDBoyan Karatotev
2025-03-17fix(aarch32): avoid using r12 to store boot paramsHarrison Mutai
2025-02-20refactor(cpus): register DSU errata with the errata framework's wrappersBoyan Karatotev
2024-05-08Merge changes from topic "early_console" into integrationManish Pandey
2024-04-29build: remove `MAKE_BUILD_STRINGS` functionChris Kay
2024-04-24feat(console): introduce EARLY_CONSOLEYann Gautier
2024-02-06build: use toolchain identifiers in conditionsChris Kay
2024-02-06build: use new toolchain variables for toolsChris Kay
2023-11-06feat(build): check that .text section starts at page boundaryAndrey Skvortsov
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