summaryrefslogtreecommitdiff
path: root/bl32
Commit message (Expand)AuthorAgeFilesLines
* 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
* AArch32: Disable Secure Cycle CounterAlexei Fedorov2019-09-261-19/+1
* Refactor ARMv8.3 Pointer Authentication support codeAlexei Fedorov2019-09-132-21/+23
* Enable MTE support in both secure and non-secure worldsJustin Chadwell2019-09-091-0/+8
* Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__Julius Werner2019-08-011-2/+2
* Remove references to old project name from common filesJohn Tsichritzis2019-07-101-4/+4
* Add support for Branch Target IdentificationAlexei Fedorov2019-05-242-7/+8
* 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
* Apply stricter speculative load restrictionJohn Tsichritzis2019-03-121-1/+3
* TSP: Enable pointer authentication supportAntonio Nino Diaz2019-02-273-6/+40
* locks: linker variables to calculate per-cpu bakery lock sizeVarun Wadekar2019-02-071-1/+3
* Remove duplicated definitions of linker symbolsAntonio Nino Diaz2019-02-011-1/+1
* Correct typographical errorsPaul Beesley2019-01-154-9/+9
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-0411-44/+56
* Standardise header guards across codebaseAntonio Nino Diaz2018-11-082-7/+6
* 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 end_vector_entry assembler macroRoberto Vargas2018-07-111-16/+16
* | Add .extab and .exidx sectionsRoberto Vargas2018-07-111-0/+9
* | Use ALIGN instead of NEXT in linker scriptsRoberto Vargas2018-07-112-8/+8
|/
* TSP: Enable cache along with MMUJeenu Viswambharan2018-06-271-31/+3
* 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
* types: use int-ll64 for both aarch32 and aarch64Masahiro Yamada2018-04-272-3/+3