summaryrefslogtreecommitdiff
path: root/bl31/bl31_main.c
AgeCommit message (Expand)Author
2026-04-20fix(rmmd): fix rmm_init() return convention and LFA activation failureAshutosh Desai
2026-04-08feat(gpt): move gpt support under ENABLE_FEAT_RMEArunachalam Ganapathy
2026-04-08feat(rmmd): replace ENABLE_RME with ENABLE_RMMArunachalam Ganapathy
2026-03-25Merge changes I361f587a,Idc704ece,I5529dbe5 into integrationManish Pandey
2026-03-05fix(gic): init the GIC before the platform with a hookBoyan Karatotev
2026-03-04fix(bl31): don't enable D-cache inside a function callLaurentiu Mihalcea
2025-10-28fix(dsu): dsu config for all cores in hot resetAhmed Azeem
2025-09-12refactor(aarch64): move BL31 specific setup out of the PSCI entrypointBoyan Karatotev
2025-09-12refactor: unify blx_setup() and blx_main()Boyan Karatotev
2025-08-05fix(bl31): declare function as staticSigned-off-by: Maheedhar Bollapalli
2025-07-28fix(cpufeat): do feature detection before feature enablementBoyan Karatotev
2025-07-28feat(cpufeat): do feature detection on secondary cores tooBoyan Karatotev
2025-07-08refactor(cm): gather per-world context management to the same placeBoyan Karatotev
2025-06-23Merge "feat(dsu): support power control and autonomous powerdown config" into...Manish Pandey
2025-06-23fix(bl31): typecast operands to match data typeMaheedhar Bollapalli
2025-06-20feat(dsu): support power control and autonomous powerdown configArvind Ram Prakash
2025-04-17refactor(gic): promote most of the GIC driver to common codeBoyan Karatotev
2025-04-14chore(cpufeat): remove PAuth presence checksBoyan Karatotev
2025-03-09fix(bl31): add const qualifierNithin G
2025-02-25perf(amu): greatly simplify AMU context managementBoyan Karatotev
2024-05-08Merge changes from topic "early_console" into integrationManish Pandey
2024-05-08refactor(console): consolidate console runtime switchSalman Nabi
2024-04-29build: remove `MAKE_BUILD_STRINGS` functionChris Kay
2024-04-24feat(console): introduce EARLY_CONSOLEYann Gautier
2024-03-07fix(misra): fix MISRA defectsArvind Ram Prakash
2023-12-29feat(context-mgmt): report context memory usageJuan Pablo Conde
2023-10-31refactor(cm): move EL3 registers to global contextElizabeth Ho
2023-09-07feat(fvp): capture timestamps in bl stagesthagon01-arm
2023-09-06fix(bl31): resolve runtime console garbage in next stagePrasad Kummari
2023-06-29refactor(cm): introduce a real manage_extensions_nonsecure()Boyan Karatotev
2023-01-11refactor(context-mgmt): move FEAT_HCX save/restore into CAndre Przywara
2023-01-11refactor(cpufeat): convert FEAT_HCX to new schemeAndre Przywara
2022-04-12refactor(context mgmt): add cm_prepare_el3_exit_ns functionZelalem Aweke
2022-04-04refactor(el3-runtime): add arch-features detection mechanismJayanth Dodderi Chidanand
2021-10-05feat(rme): add ENABLE_RME build option and support for RMM imageZelalem Aweke
2021-09-27feat(hcx): add build option to enable FEAT_HCXjohpow01
2020-09-25arm_fpga: Add support for unknown MPIDsJavier Almansa Sobrino
2019-09-13Refactor ARMv8.3 Pointer Authentication support codeAlexei Fedorov
2019-02-28Minor changes to documentation and commentsAntonio Nino Diaz
2019-02-27BL31: Enable pointer authentication supportAntonio Nino Diaz
2019-01-15Correct typographical errorsPaul Beesley
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2018-11-01context_mgmt: Fix MISRA defectsAntonio Nino Diaz
2018-10-03Mark BL31 initialization functionsDaniel Boulby
2018-09-18BL31: Fix warning about BL32 init functionAntonio Nino Diaz
2018-09-06Convert BL31 error message into warningAntonio Nino Diaz
2018-08-30Fix MISRA defects in BL31 common codeAntonio Nino Diaz
2018-02-28Fix MISRA rule 8.4 in common codeRoberto Vargas
2017-11-13BL31: Introduce Exception Handling FrameworkJeenu Viswambharan
2017-07-12Fix order of #includesIsla Mitchell