aboutsummaryrefslogtreecommitdiff
path: root/bl32/tsp
AgeCommit message (Expand)Author
2020-11-13TSP: Fix GCC 11.0.0 compilation error.Alexei Fedorov
2020-10-12Increase type widths to satisfy width requirementsJimmy Brisson
2020-06-29linker_script: move .rela.dyn section to bl_common.ld.hMasahiro Yamada
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-20Bug fix: Protect TSP prints with lockMadhukar Pappireddy
2020-03-11Factor xlat_table sections in linker scripts out into a header fileMasahiro Yamada
2020-03-06TSP: corrected log informationManish Pandey
2020-01-24TSP: add PIE supportMasahiro Yamada
2020-01-22Prevent speculative execution past ERETAnthony Steinhauser
2019-09-13Refactor ARMv8.3 Pointer Authentication support codeAlexei Fedorov
2019-09-09Enable MTE support in both secure and non-secure worldsJustin Chadwell
2019-08-01Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__Julius Werner
2019-05-24Add support for Branch Target IdentificationAlexei Fedorov
2019-03-12Apply stricter speculative load restrictionJohn Tsichritzis
2019-02-27TSP: Enable pointer authentication supportAntonio Nino Diaz
2019-02-01Remove duplicated definitions of linker symbolsAntonio Nino Diaz
2019-01-15Correct typographical errorsPaul Beesley
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2018-11-08Standardise header guards across codebaseAntonio Nino Diaz
2018-07-11Add end_vector_entry assembler macroRoberto Vargas
2018-07-11Use ALIGN instead of NEXT in linker scriptsRoberto Vargas
2018-06-27TSP: Enable cache along with MMUJeenu Viswambharan
2018-04-27types: use int-ll64 for both aarch32 and aarch64Masahiro Yamada
2018-04-13Fix MISRA rule 8.4 Part 3Roberto Vargas
2018-04-13Fix MISRA rule 8.3 Part 3Roberto Vargas
2018-02-27Add comments about mismatched TCR_ELx and xlat tablesAntonio Nino Diaz
2017-11-29Replace magic numbers in linkerscripts by PAGE_SIZEAntonio Nino Diaz
2017-08-22Merge pull request #1054 from jwerner-chromium/JW_crash_x30davidcunado-arm
2017-08-21Fix x30 reporting for unhandled exceptionsJulius Werner
2017-08-15Add new alignment parameter to func assembler macroJulius Werner
2017-05-04Merge pull request #925 from dp-arm/dp/spdxdavidcunado-arm
2017-05-03Use SPDX license identifiersdp-arm
2017-04-26Update terminology: standard SMC to yielding SMCDavid Cunado
2017-03-31Add support for GCC stack protectionDouglas Raillard
2017-03-08Simplify translation tables headers dependenciesAntonio Nino Diaz
2017-02-06Introduce unified API to zero memoryDouglas Raillard
2016-12-23Abort preempted TSP STD SMC after PSCI CPU suspendDouglas Raillard
2016-12-05Define and use no_ret macro where no return is expectedJeenu Viswambharan
2016-08-09Move spinlock library code to AArch64 folderSoby Mathew
2016-07-08TSP: Print BL32_BASE rather than __RO_START__Sandrine Bailleux
2016-07-08Introduce SEPARATE_CODE_AND_RODATA build flagSandrine Bailleux
2016-05-26Introduce some helper macros for exception vectorsSandrine Bailleux
2016-04-01Make:Remove calls to shell from makefiles.Evan Lloyd
2016-03-14Remove all non-configurable dead loopsAntonio Nino Diaz
2015-12-14Remove dashes from image names: 'BL3-x' --> 'BL3x'Juan Castillo
2015-12-09TSP: Allow preemption of synchronous S-EL1 interrupt handlingSoby Mathew