aboutsummaryrefslogtreecommitdiff
path: root/bl32/sp_min
AgeCommit message (Expand)Author
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-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-12chore(bl): add UNALIGNED symbols for TEXT/RODATAMichal Simek
2023-05-12build(bl32): add symbols for memory layoutHarrison Mutai
2023-05-05feat(errata_abi): errata management firmware interfaceSona Mathew
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
2022-10-03feat(debug): add helpers for aborts on AARCH32Yann Gautier
2022-04-28fix(security): update Cortex-A15 CPU lib files for CVE-2022-23960John Powell
2021-10-26build(amu): introduce `amu.mk`Chris Kay
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-02-11bl32: Enable TRNG service buildAndre Przywara
2020-12-11Add support for FEAT_MTPMU for Armv8.6Javier Almansa Sobrino
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-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
2020-03-31bl32: sp_min: reduce the alignment for fconf_populatorMasahiro Yamada
2020-03-12Merge changes from topic "mp/enhanced_pal_hw" into integrationMark Dykes
2020-03-11fconf: necessary modifications to support fconf in BL31 & SP_MINMadhukar Pappireddy
2020-03-11Factor xlat_table sections in linker scripts out into a header fileMasahiro Yamada
2019-12-17pmf: Make the runtime instrumentation work on AArch32Bence Szépkúti
2019-09-26AArch32: Disable Secure Cycle CounterAlexei Fedorov
2019-04-25sp_min: allow inclusion of a platform-specific linker scriptHeiko Stuebner
2019-04-25sp_min: make sp_min_warm_entrypoint publicHeiko Stuebner
2019-02-07locks: linker variables to calculate per-cpu bakery lock sizeVarun Wadekar
2019-01-15Correct typographical errorsPaul Beesley
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2018-11-08Standardise header guards across codebaseAntonio Nino Diaz
2018-11-05plat/arm: Support direct Linux kernel boot in AArch32Manish Pandey
2018-08-22libc: Fix all includes in codebaseAntonio Nino Diaz
2018-07-11Merge pull request #1473 from robertovargas-arm/misraDimitris Papastamos
2018-07-11Add .extab and .exidx sectionsRoberto Vargas
2018-07-11Use ALIGN instead of NEXT in linker scriptsRoberto Vargas
2018-07-10Fix MISRA rule 8.4Roberto Vargas