summaryrefslogtreecommitdiff
path: root/include/common
AgeCommit message (Expand)Author
7 daysfeat(lfa): update LFA service to support BL31 live activationJohn Powell
7 daysfeat(lfa): add relocatable code for BL31 live activationJohn Powell
13 daysMerge changes from topic "ifdef_PLAT_RO_XLAT_TABLES" into integrationHarrison Mutai
2026-06-22fix(bl): use #ifdef PLAT_RO_XLAT_TABLESYann Gautier
2026-06-22fix(bl): use #ifdef for __aarch64__ flagsYann Gautier
2026-06-19feat(cpufeat): create a central feature databaseBoyan Karatotev
2026-06-19refactor(cpufeat): rename FEAT_STATE_CHECK to FEAT_STATE_CHECKEDBoyan Karatotev
2026-05-14refactor(cpufeat): remove _MASK macros for ID registersBoyan Karatotev
2026-05-05feat(common): introduce SMC validation frameworkkennethkabogo
2026-04-08feat(rmmd): replace ENABLE_RME with ENABLE_RMMArunachalam Ganapathy
2026-01-14Merge changes from topic "bk/simpler_panic" into integrationGovindraj Raja
2026-01-13fix(debug): add debug log build optionJaiprakash Singh
2026-01-09fix(el3-runtime): remove lower_el_panic()Boyan Karatotev
2025-12-11feat(measured-boot): enable dynamic hash provisioningHarrison Mutai
2025-11-07feat(per-cpu): introduce framework accessors/definersRohit Mathew
2025-11-07feat(per-cpu): introduce linker changes for NUMA aware per-cpu frameworkRohit Mathew
2025-07-28feat(cpufeat): do feature detection on secondary cores tooBoyan Karatotev
2025-06-23fix(common): typecast operands to match data typeMaheedhar Bollapalli
2025-04-25fix(cpufeat): replace "bti" mnemonic with hint instructionsAndre Przywara
2025-04-16Merge changes Id942c20c,Idd286bea,I8917a26e,Iec8c3477,If3c25dcd, ... into int...André Przywara
2025-04-15perf(cpufeat): centralise PAuth key savingBoyan Karatotev
2025-04-11feat(psci): remove cpu context init by indexManish Pandey
2025-02-11feat(rmm): add PCIe IO info to Boot manifestAlexeiFedorov
2024-12-18feat(mbedtls): introduce crypto lib heap info structHarrison Mutai
2024-10-24feat(d128): add support for FEAT_D128Govindraj Raja
2024-10-01Merge "refactor: digest sizes" into integrationOlivier Deprez
2024-09-30refactor: digest sizesRaghu Krishnamurthy
2024-09-20feat(fdt-wrappers): add function to read uint64 with default valueNicolas Le Bayon
2024-08-17feat(cpufeat): add new feature state for asymmetric featuresManish Pandey
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
2023-10-26fix(tbbr): guard defines under MBEDTLS_CONFIG_FILEManish V Badarkhe
2023-10-26refactor(tbbr): enforce compile-time error for invalid algorithm selectionManish V Badarkhe
2023-10-13feat(tbbr): update PK_DER_LEN for ECDSA P-384 keyslaurenw-arm
2023-08-03feat(spmd): add spmd logical partitionsRaghu Krishnamurthy
2023-06-26refactor(fdt-wrappers): fix for unit testing errorsJuan Pablo Conde
2023-04-17fix(uuid): add missing `#include` directivesChris Kay
2023-03-09style: remove useless trailing semicolon and line continuationsElyes Haouas
2023-03-01fix(mbedtls): fix mbedtls coverity issuesGovindraj Raja
2023-02-27Merge changes from topic "mbedtls3_support" into integrationManish V Badarkhe
2023-02-23Merge changes from topic "panic_cleanup" into integrationBipin Ravi
2023-02-22refactor(bl31): use elx_panic for sysreg_handler64Govindraj Raja
2023-02-22Merge changes I51c13c52,I3358c51e into integrationManish Pandey
2023-02-22Merge "feat(gicv3): enlarge the range for intr_num of structure interrupt_pro...Manish Pandey
2023-02-21refactor(aarch64): rename do_panic and el3_panicGovindraj Raja
2023-02-21refactor(aarch64): refactor usage of elx_panicGovindraj Raja
2023-02-21refactor(mbedtls): avoid including MBEDTLS_CONFIG_FILEGovindraj Raja
2023-02-20build: always prefix section names with `.`Chris Kay
2023-02-06feat(gicv3): enlarge the range for intr_num of structure interrupt_prop_tMing Huang