summaryrefslogtreecommitdiff
path: root/include/arch/aarch32
AgeCommit message (Expand)Author
2023-11-01feat(ras): use FEAT_IESB for error synchronizationManish Pandey
2023-10-31Merge "feat(cpufeat): add memory retention bit define for CLUSTERPWRDN" into ...Madhukar Pappireddy
2023-10-11refactor(console): disable getc() by defaultSandrine Bailleux
2023-09-13feat(cpufeat): add memory retention bit define for CLUSTERPWRDNJacky Bai
2023-07-24fix(cm): set MDCR_EL3.{NSPBE, STE} explicitlyBoyan Karatotev
2023-06-29refactor(pmu): convert FEAT_MTPMU to C and move to persistent register initBoyan Karatotev
2023-06-29feat(pmu): introduce pmuv3 lib/extensions folderBoyan Karatotev
2023-06-07Merge "fix(qemu): fix 32-bit builds with stack protector" into integrationManish Pandey
2023-06-06Merge changes from topic "dummy_feat_aa32" into integrationManish Pandey
2023-05-30refactor(cpus): move cpu_ops field defines to a headerBoyan Karatotev
2023-05-23fix(qemu): fix 32-bit builds with stack protectorAndre Przywara
2023-05-23feat(cpufeat): deny AArch64-only features when building for AArch32Andre Przywara
2023-05-23feat(cpufeat): add AArch32 PAN detection supportAndre Przywara
2023-05-09Merge changes I1bfa797e,I0ec7a70e into integrationManish Pandey
2023-05-09fix(tree): correct some typosElyes Haouas
2023-05-05feat(errata_abi): errata management firmware interfaceSona Mathew
2023-04-25refactor(cpufeat): enable FEAT_DIT for FEAT_STATE_CHECKEDAndre Przywara
2023-03-27refactor(amu): use new AMU feature check routinesAndre Przywara
2023-03-22refactor(cpufeat): enable SYS_REG_TRACE for FEAT_STATE_CHECKEDAndre Przywara
2023-03-20refactor(spe): enable FEAT_SPE for FEAT_STATE_CHECKEDAndre Przywara
2023-03-15Merge "refactor(build): distinguish BL2 as TF-A entry point and BL2 running a...Manish Pandey
2023-03-15refactor(build): distinguish BL2 as TF-A entry point and BL2 running at EL3Arvind Ram Prakash
2023-03-09style: remove useless trailing semicolon and line continuationsElyes Haouas
2023-02-27refactor(trf): enable FEAT_TRF for FEAT_STATE_CHECKEDAndre Przywara
2023-02-27refactor(cpufeat): wrap CPU ID register field isolationAndre Przywara
2022-10-03feat(debug): add AARCH32 CP15 fault registersYann Gautier
2022-09-14feat(gic): add APIs to raise NS and S-EL1 SGIsFlorian Lugou
2022-03-27feat(bl2): add support to separate no-loadable sectionsJiafei Pan
2021-12-14feat(ccidx): update the do_dcsw_op function to support FEAT_CCIDXjohpow01
2021-10-26refactor(amu): detect architected counters at runtimeChris Kay
2021-10-26refactor(amu): factor out register accessesChris Kay
2021-10-19fix(pie): invalidate data cache in the entire image range if PIE is enabledZelalem Aweke
2021-08-26feat(trf): enable trace filter control register access from lower NS ELManish V Badarkhe
2021-08-26feat(trf): initialize trap settings of trace filter control registers accessManish V Badarkhe
2021-08-26feat(sys_reg_trace): enable trace system registers access from lower NS ELsManish V Badarkhe
2021-08-26feat(sys_reg_trace): initialize trap settings of trace system registers accessManish V Badarkhe
2021-04-21Add PIE support for AARCH32Yann Gautier
2021-04-21Avoid the use of linker *_SIZE__ macrosYann Gautier
2021-03-18arch: Enable `FEAT_SB` for supported non-Armv8.5-A platformsChris Kay
2021-02-25Enable v8.6 AMU enhancements (FEAT_AMUv1p1)johpow01
2020-12-11Add support for FEAT_MTPMU for Armv8.6Javier Almansa Sobrino
2020-10-27aarch64/arm: Add compiler barrier to barrier instructionsAndre Przywara
2020-10-12Increase type widths to satisfy width requirementsJimmy Brisson
2020-08-10TF-A AMU extension: fix detection of group 1 counters.Alexei Fedorov
2020-04-15Provide a hint to power controller for DSU cluster power downMadhukar Pappireddy
2020-04-07locks: bakery: use is_dcache_enabled() helperMasahiro Yamada
2020-04-03Fix MISRA C issues in BL1/BL2/BL31John Powell
2020-03-19Merge "el3_entrypoint_common: avoid overwriting arg3" into integrationManish Pandey
2020-03-11Use Speculation Barrier instruction for v8.5 coresMadhukar Pappireddy
2020-03-01aarch32: stop speculative execution past exception returnsMadhukar Pappireddy