summaryrefslogtreecommitdiff
path: root/bl32
Commit message (Expand)AuthorAgeFilesLines
* feat(errata_abi): errata management firmware interfaceSona Mathew2023-05-051-0/+4
* Merge changes from topic "align-sections" into integrationJoanna Farley2023-04-262-0/+12
|\
| * build(tsp): sort sections by alignment by defaultChris Kay2023-04-171-0/+6
| * build(sp-min): sort sections by alignment by defaultChris Kay2023-04-171-0/+6
* | refactor(cpufeat): enable FEAT_DIT for FEAT_STATE_CHECKEDAndre Przywara2023-04-251-1/+1
|/
* 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-202-9/+9
* build: clarify linker script generationChris Kay2023-02-102-4/+4
* style: normalize linker script code styleChris Kay2023-02-102-75/+78
* fix(tsp): loop / crash if mmap of region failsThomas Viehweger2023-02-101-2/+2
* fix(tsp): use verbose for power logsShruti Gupta2022-12-081-8/+8
* fix(el3-spmc): fix coverity scan warningsShruti Gupta2022-12-082-4/+7
* feat(debug): add helpers for aborts on AARCH32Yann Gautier2022-10-031-3/+3
* feat(tsp): enable test cases for EL3 SPMCMarc Bonnici2022-08-257-94/+464
* feat(tsp): add ffa_helpers to enable more FF-A functionalityMarc Bonnici2022-08-253-1/+234
* feat(tsp): add FF-A support to the TSPAchin Gupta2022-08-247-223/+613
* fix(security): update Cortex-A15 CPU lib files for CVE-2022-23960John Powell2022-04-281-1/+5
* test(el3-runtime): dit is retained on world switchDaniel Boulby2022-02-031-1/+19
* fix: use correct printf format for uint64_tManish Pandey2021-11-121-1/+2
* fix: libc: use long for 64-bit types on aarch64Scott Branden2021-11-081-2/+4
* build(amu): introduce `amu.mk`Chris Kay2021-10-261-4/+4
* fix(pie): invalidate data cache in the entire image range if PIE is enabledZelalem Aweke2021-10-191-3/+19
* 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
* Avoid the use of linker *_SIZE__ macrosYann Gautier2021-04-211-5/+11
* bl32: Enable TRNG service buildAndre Przywara2021-02-111-0/+5
* Add support for FEAT_MTPMU for Armv8.6Javier Almansa Sobrino2020-12-111-1/+5
* TSP: Fix GCC 11.0.0 compilation error.Alexei Fedorov2020-11-133-26/+21
* Merge "Increase type widths to satisfy width requirements" into integrationJoanna Farley2020-10-181-1/+1
|\
| * Increase type widths to satisfy width requirementsJimmy Brisson2020-10-121-1/+1
* | 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 .rela.dyn section to bl_common.ld.hMasahiro Yamada2020-06-291-11/+1
* linker_script: move .data section to bl_common.ld.hMasahiro Yamada2020-04-252-10/+2
* linker_script: move stacks section to bl_common.ld.hMasahiro Yamada2020-04-242-12/+2
* linker_script: move bss section to bl_common.ld.hMasahiro Yamada2020-04-022-26/+2
* linker_script: replace common read-only data with RODATA_COMMONMasahiro Yamada2020-04-022-9/+4
* linker_script: move more common code to bl_common.ld.hMasahiro Yamada2020-04-022-109/+11
* bl32: sp_min: reduce the alignment for fconf_populatorMasahiro Yamada2020-03-311-2/+2
* Bug fix: Protect TSP prints with lockMadhukar Pappireddy2020-03-201-0/+4
* 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-112-19/+5
|/
* TSP: corrected log informationManish Pandey2020-03-061-2/+2
* TSP: add PIE supportMasahiro Yamada2020-01-242-2/+60
* Prevent speculative execution past ERETAnthony Steinhauser2020-01-221-2/+2
* pmf: Make the runtime instrumentation work on AArch32Bence Szépkúti2019-12-173-0/+83