summaryrefslogtreecommitdiff
path: root/bl1
AgeCommit message (Expand)Author
2026-06-22fix(bl): use #ifdef for __aarch64__ flagsYann Gautier
2026-04-13fix(bl1): harden FWU copy/auth overflow checksManish V Badarkhe
2026-04-10fix(cpus): unconstrain WORKAROUND_CVE_2025_0647Boyan Karatotev
2026-04-09Merge "fix(bl1): clear loaded ID on pre-image load failure" into integrationManish V Badarkhe
2026-03-03refactor(bl1): drop ENABLE_RME checkArunachalam Ganapathy
2026-02-19fix(bl1): clear loaded ID on pre-image load failureManish 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-23fix(security): add workaround for CVE-2025-0647John Powell
2025-12-19feat(el3-runtime): translate EL3 handled exceptions to C and always call prep...Boyan Karatotev
2025-12-12feat(cpufeat): enable USE_SPINLOCK_CAS to FEAT_STATE_CHECKEDBoyan Karatotev
2025-10-30fix(bl1): use per-world context correctlyBoyan Karatotev
2025-10-21feat(build): setting CRYPTO_LIB via CRYPTO_SUPPORTLauren Wehrmeister
2025-10-21feat(build): set CRYPTO_SUPPORT macro per BLLauren Wehrmeister
2025-10-14Merge changes Id711e387,I531a2ee1,Ic5b48514,I81f5f663,I6c529c13, ... into int...Govindraj Raja
2025-10-14refactor(bl1): simplify context getting and settingBoyan Karatotev
2025-10-08refactor(build): make sorting of sections genericBoyan Karatotev
2025-10-08feat(build): use clang as a linkerBoyan Karatotev
2025-09-26fix(cm): do not save SCR_EL3 on external abortsBoyan Karatotev
2025-09-12refactor: unify blx_setup() and blx_main()Boyan Karatotev
2025-07-09fix(el3-runtime): typecast operands to match data typeMaheedhar Bollapalli
2025-05-05feat(bl): adding psa crypto - crypto_mod_finish()Lauren Wehrmeister
2025-04-15perf(cpufeat): centralise PAuth key savingBoyan Karatotev
2025-04-14chore(cpufeat): remove PAuth presence checksBoyan Karatotev
2025-04-01fix(bl1): prevent null pointer dereferenceManish V Badarkhe
2025-02-20refactor(cpus): register DSU errata with the errata framework's wrappersBoyan Karatotev
2024-10-03fix(cpus): modify the fix for Cortex-A75 erratum 764081Sona Mathew
2024-05-08Merge changes from topic "early_console" into integrationManish Pandey
2024-04-29build: remove `MAKE_BUILD_STRINGS` functionChris Kay
2024-04-26refactor(bl1): clean up bl2 layout calculationHarrison Mutai
2024-04-24feat(console): introduce EARLY_CONSOLEYann Gautier
2024-04-11fix(bl1): add missing `__RW_{START,END}__` symbolsChris Kay
2024-04-11fix(bl1): add missing spinlock dependencyChris Kay
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): rename errata_report.h to errata.hBoyan Karatotev
2023-05-12build(bl1): add symbols for memory layoutHarrison Mutai
2023-05-05fix(pmu): unconditionally save PMCR_EL0Boyan Karatotev
2023-04-28chore(bl1): remove redundant bl1_arch_next_el_setupBoyan Karatotev
2023-04-17build(bl1): sort sections by alignment by defaultChris Kay
2023-03-09style: remove useless trailing semicolon and line continuationsElyes Haouas
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