summaryrefslogtreecommitdiff
path: root/bl32
AgeCommit message (Expand)Author
2023-08-04feat(bl32): print entry point before exiting SP_MINStephan Gerhold
2023-08-04fix(bl32): avoid clearing argument registers in RESET_TO_SP_MIN caseStephan Gerhold
2023-08-04fix(bl32): always include arm_arch_svc in SP_MINStephan Gerhold
2023-06-29refactor(pmu): convert FEAT_MTPMU to C and move to persistent register initBoyan Karatotev
2023-06-21fix(tsp): fix destination ID in direct requestMarc Bonnici
2023-06-12chore(bl): add UNALIGNED symbols for TEXT/RODATAMichal Simek
2023-06-01Merge changes from topic "hm/memmap-feat" into integrationSandrine Bailleux
2023-05-22fix(tsp): flush uart consoleGovindraj Raja
2023-05-12build(bl32): add symbols for memory layoutHarrison Mutai
2023-05-05feat(errata_abi): errata management firmware interfaceSona Mathew
2023-04-26Merge changes from topic "align-sections" into integrationJoanna Farley
2023-04-25refactor(cpufeat): enable FEAT_DIT for FEAT_STATE_CHECKEDAndre Przywara
2023-04-17build(tsp): sort sections by alignment by defaultChris Kay
2023-04-17build(sp-min): sort sections by alignment by defaultChris Kay
2023-03-27refactor(amu): unify ENABLE_AMU and ENABLE_FEAT_AMUv1Andre Przywara
2023-03-22refactor(cpufeat): enable SYS_REG_TRACE for FEAT_STATE_CHECKEDAndre Przywara
2023-02-27refactor(trf): enable FEAT_TRF for FEAT_STATE_CHECKEDAndre Przywara
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
2023-02-10fix(tsp): loop / crash if mmap of region failsThomas Viehweger
2022-12-08fix(tsp): use verbose for power logsShruti Gupta
2022-12-08fix(el3-spmc): fix coverity scan warningsShruti Gupta
2022-10-03feat(debug): add helpers for aborts on AARCH32Yann Gautier
2022-08-25feat(tsp): enable test cases for EL3 SPMCMarc Bonnici
2022-08-25feat(tsp): add ffa_helpers to enable more FF-A functionalityMarc Bonnici
2022-08-24feat(tsp): add FF-A support to the TSPAchin Gupta
2022-04-28fix(security): update Cortex-A15 CPU lib files for CVE-2022-23960John Powell
2022-02-03test(el3-runtime): dit is retained on world switchDaniel Boulby
2021-11-12fix: use correct printf format for uint64_tManish Pandey
2021-11-08fix: libc: use long for 64-bit types on aarch64Scott Branden
2021-10-26build(amu): introduce `amu.mk`Chris 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(sys_reg_trace): enable trace system registers access from lower NS ELsManish V Badarkhe
2021-04-21Add PIE support for AARCH32Yann Gautier
2021-04-21Avoid the use of linker *_SIZE__ macrosYann Gautier
2021-02-11bl32: Enable TRNG service buildAndre Przywara
2020-12-11Add support for FEAT_MTPMU for Armv8.6Javier Almansa Sobrino
2020-11-13TSP: Fix GCC 11.0.0 compilation error.Alexei Fedorov
2020-10-18Merge "Increase type widths to satisfy width requirements" into integrationJoanna Farley
2020-10-12Increase type widths to satisfy width requirementsJimmy Brisson
2020-10-05bl32: add an assert on BL32_SIZE in sp_min.ld.SYann Gautier
2020-10-05bl32: use SORT_BY_ALIGNMENT macro in sp_min.ld.SYann Gautier
2020-06-29linker_script: move .rela.dyn section to bl_common.ld.hMasahiro Yamada
2020-04-25linker_script: move .data section to bl_common.ld.hMasahiro Yamada
2020-04-24linker_script: move stacks section to bl_common.ld.hMasahiro Yamada
2020-04-02linker_script: move bss section to bl_common.ld.hMasahiro Yamada
2020-04-02linker_script: replace common read-only data with RODATA_COMMONMasahiro Yamada
2020-04-02linker_script: move more common code to bl_common.ld.hMasahiro Yamada