summaryrefslogtreecommitdiff
path: root/bl32/sp_min
Commit message (Expand)AuthorAgeFilesLines
* feat(errata_abi): errata management firmware interfaceSona Mathew2023-05-051-0/+4
* build(sp-min): sort sections by alignment by defaultChris Kay2023-04-171-0/+6
* refactor(amu): unify ENABLE_AMU and ENABLE_FEAT_AMUv1Andre Przywara2023-03-271-1/+1
* refactor(cpufeat): enable SYS_REG_TRACE for FEAT_STATE_CHECKEDAndre Przywara2023-03-221-1/+1
* refactor(trf): enable FEAT_TRF for FEAT_STATE_CHECKEDAndre Przywara2023-02-271-1/+1
* build: always prefix section names with `.`Chris Kay2023-02-201-5/+5
* build: clarify linker script generationChris Kay2023-02-101-2/+2
* style: normalize linker script code styleChris Kay2023-02-101-44/+46
* feat(debug): add helpers for aborts on AARCH32Yann Gautier2022-10-031-3/+3
* fix(security): update Cortex-A15 CPU lib files for CVE-2022-23960John Powell2022-04-281-1/+5
* build(amu): introduce `amu.mk`Chris Kay2021-10-261-4/+4
* feat(trf): enable trace filter control register access from lower NS ELManish V Badarkhe2021-08-261-0/+4
* feat(sys_reg_trace): enable trace system registers access from lower NS ELsManish V Badarkhe2021-08-261-0/+4
* Add PIE support for AARCH32Yann Gautier2021-04-212-5/+15
* bl32: Enable TRNG service buildAndre Przywara2021-02-111-0/+5
* Add support for FEAT_MTPMU for Armv8.6Javier Almansa Sobrino2020-12-111-1/+5
* bl32: add an assert on BL32_SIZE in sp_min.ld.SYann Gautier2020-10-051-0/+2
* bl32: use SORT_BY_ALIGNMENT macro in sp_min.ld.SYann Gautier2020-10-051-9/+9
* linker_script: move .data section to bl_common.ld.hMasahiro Yamada2020-04-251-5/+1
* linker_script: move stacks section to bl_common.ld.hMasahiro Yamada2020-04-241-6/+1
* linker_script: move bss section to bl_common.ld.hMasahiro Yamada2020-04-021-14/+1
* linker_script: replace common read-only data with RODATA_COMMONMasahiro Yamada2020-04-021-7/+2
* linker_script: move more common code to bl_common.ld.hMasahiro Yamada2020-04-021-90/+9
* bl32: sp_min: reduce the alignment for fconf_populatorMasahiro Yamada2020-03-311-2/+2
* Merge changes from topic "mp/enhanced_pal_hw" into integrationMark Dykes2020-03-121-0/+10
|\
| * fconf: necessary modifications to support fconf in BL31 & SP_MINMadhukar Pappireddy2020-03-111-1/+11
* | Factor xlat_table sections in linker scripts out into a header fileMasahiro Yamada2020-03-111-10/+3
|/
* pmf: Make the runtime instrumentation work on AArch32Bence Szépkúti2019-12-173-0/+83
* AArch32: Disable Secure Cycle CounterAlexei Fedorov2019-09-261-19/+1
* sp_min: allow inclusion of a platform-specific linker scriptHeiko Stuebner2019-04-251-0/+3
* sp_min: make sp_min_warm_entrypoint publicHeiko Stuebner2019-04-251-1/+0
* locks: linker variables to calculate per-cpu bakery lock sizeVarun Wadekar2019-02-071-1/+3
* Correct typographical errorsPaul Beesley2019-01-152-4/+4
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-043-21/+24
* Standardise header guards across codebaseAntonio Nino Diaz2018-11-081-3/+3
* plat/arm: Support direct Linux kernel boot in AArch32Manish Pandey2018-11-051-0/+2
* libc: Fix all includes in codebaseAntonio Nino Diaz2018-08-221-1/+1
* Merge pull request #1473 from robertovargas-arm/misraDimitris Papastamos2018-07-111-0/+1
|\
| * Fix MISRA rule 8.4Roberto Vargas2018-07-101-0/+1
* | Add .extab and .exidx sectionsRoberto Vargas2018-07-111-0/+9
* | Use ALIGN instead of NEXT in linker scriptsRoberto Vargas2018-07-111-4/+4
|/
* DynamIQ: Enable MMU without using stackJeenu Viswambharan2018-06-271-7/+4
* Rename symbols and files relating to CVE-2017-5715Dimitris Papastamos2018-05-233-6/+6
* Rename 'smcc' to 'smccc'Antonio Nino Diaz2018-03-212-7/+7
* Remove sp_min functions from plat_common.cSoby Mathew2018-03-021-0/+1
* Merge pull request #1286 from antonio-nino-diaz-arm/an/mmu-mismatchdavidcunado-arm2018-02-281-2/+3
|\
| * Add comments about mismatched TCR_ELx and xlat tablesAntonio Nino Diaz2018-02-271-2/+3
* | Introduce the new BL handover interfaceSoby Mathew2018-02-261-7/+14
|/
* AMU: Add assembler helper functions for aarch32Joel Hutton2018-01-311-1/+2
* sp_min: Implement workaround for CVE-2017-5715Dimitris Papastamos2018-01-184-8/+164