summaryrefslogtreecommitdiff
path: root/bl32/tsp
Commit message (Expand)AuthorAgeFilesLines
* Merge changes from topic "align-sections" into integrationJoanna Farley2023-04-261-0/+6
|\
| * build(tsp): 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
|/
* build: always prefix section names with `.`Chris Kay2023-02-201-4/+4
* build: clarify linker script generationChris Kay2023-02-101-2/+2
* style: normalize linker script code styleChris Kay2023-02-101-31/+32
* 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(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
* 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
* fix(pie): invalidate data cache in the entire image range if PIE is enabledZelalem Aweke2021-10-191-3/+19
* Avoid the use of linker *_SIZE__ macrosYann Gautier2021-04-211-5/+11
* TSP: Fix GCC 11.0.0 compilation error.Alexei Fedorov2020-11-133-26/+21
* Increase type widths to satisfy width requirementsJimmy Brisson2020-10-121-1/+1
* 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-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-12/+1
* linker_script: replace common read-only data with RODATA_COMMONMasahiro Yamada2020-04-021-2/+2
* linker_script: move more common code to bl_common.ld.hMasahiro Yamada2020-04-021-19/+2
* Bug fix: Protect TSP prints with lockMadhukar Pappireddy2020-03-201-0/+4
* Factor xlat_table sections in linker scripts out into a header fileMasahiro Yamada2020-03-111-9/+2
* 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
* 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
* Add support for Branch Target IdentificationAlexei Fedorov2019-05-242-7/+8
* Apply stricter speculative load restrictionJohn Tsichritzis2019-03-121-1/+3
* TSP: Enable pointer authentication supportAntonio Nino Diaz2019-02-273-6/+40
* Remove duplicated definitions of linker symbolsAntonio Nino Diaz2019-02-011-1/+1
* Correct typographical errorsPaul Beesley2019-01-152-5/+5
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-048-23/+32
* Standardise header guards across codebaseAntonio Nino Diaz2018-11-081-4/+3
* Add end_vector_entry assembler macroRoberto Vargas2018-07-111-16/+16
* Use ALIGN instead of NEXT in linker scriptsRoberto Vargas2018-07-111-4/+4
* TSP: Enable cache along with MMUJeenu Viswambharan2018-06-271-31/+3
* types: use int-ll64 for both aarch32 and aarch64Masahiro Yamada2018-04-272-3/+3
* Fix MISRA rule 8.4 Part 3Roberto Vargas2018-04-131-0/+40
* Fix MISRA rule 8.3 Part 3Roberto Vargas2018-04-131-2/+2
* Add comments about mismatched TCR_ELx and xlat tablesAntonio Nino Diaz2018-02-271-2/+3
* Replace magic numbers in linkerscripts by PAGE_SIZEAntonio Nino Diaz2017-11-291-6/+7
* Merge pull request #1054 from jwerner-chromium/JW_crash_x30davidcunado-arm2017-08-221-14/+14
|\
| * Fix x30 reporting for unhandled exceptionsJulius Werner2017-08-211-14/+14