aboutsummaryrefslogtreecommitdiff
path: root/bl32
AgeCommit message (Expand)Author
2017-10-23BL31: Introduce Publish and Subscribe frameworkJeenu Viswambharan
2017-10-13Init and save / restore of PMCR_EL0 / PMCRDavid Cunado
2017-09-05Set NS version SCTLR during warmboot pathDavid Cunado
2017-08-22Merge pull request #1054 from jwerner-chromium/JW_crash_x30davidcunado-arm
2017-08-22Merge pull request #1053 from jwerner-chromium/JW_func_aligndavidcunado-arm
2017-08-21Fix x30 reporting for unhandled exceptionsJulius Werner
2017-08-15Add new alignment parameter to func assembler macroJulius Werner
2017-08-09bl32: add secure interrupt handling in AArch32 sp_minEtienne Carriere
2017-06-28Merge pull request #978 from etienne-lms/minor-builddanh-arm
2017-06-23Merge pull request #995 from davidcunado-arm/dc/init_regdavidcunado-arm
2017-06-23bl: security_state should be of type unsigned intEtienne Carriere
2017-06-21Fully initialise essential control registersDavid Cunado
2017-06-20sp_min: Flush console at end of main()Dimitris Papastamos
2017-06-20sp_min: Implement `sp_min_plat_runtime_setup()`Dimitris Papastamos
2017-05-12AArch32: Rework SMC context save and restore mechanismSoby Mathew
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-04-19PSCI: Build option to enable D-Caches early in warmbootSoby Mathew
2017-03-31Add support for GCC stack protectionDouglas Raillard
2017-03-17Merge pull request #860 from jeenu-arm/hw-asstd-cohdavidcunado-arm
2017-03-08Simplify translation tables headers dependenciesAntonio Nino Diaz
2017-03-02Enable data caches early with hardware-assisted coherencyJeenu Viswambharan
2017-02-06Replace some memset call by zeromemDouglas Raillard
2017-02-06Introduce unified API to zero memoryDouglas Raillard
2016-12-23Abort preempted TSP STD SMC after PSCI CPU suspendDouglas Raillard
2016-12-14Merge pull request #775 from soby-mathew/sm/AArch32_stack_aligndanh-arm
2016-12-12AArch32: Fix the stack alignment issueSoby Mathew
2016-12-05Define and use no_ret macro where no return is expectedJeenu Viswambharan
2016-09-22PSCI: Do psci_setup() as part of std_svc_setup()Soby Mathew
2016-09-22PSCI: Introduce PSCI Library argument structureSoby Mathew
2016-09-21AArch32: Support in SP_MIN to receive arguments from BL2Yatharth Kochar
2016-09-21AArch32: Refactor SP_MIN to support RESET_TO_SP_MINYatharth Kochar
2016-08-10AArch32: add a minimal secure payload (SP_MIN)Soby Mathew
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
2015-12-04Enable use of FIQs and IRQs as TSP interruptsSoby Mathew
2015-12-04Unify interrupt return paths from TSP into the TSPDSoby Mathew
2015-09-14Make generic code work in presence of system cachesAchin Gupta
2015-09-10Pass the target suspend level to SPD suspend hooksAchin Gupta
2015-08-13PSCI: Migrate SPDs and TSP to the new platform and framework APISoby Mathew
2015-04-28Add linker symbol declarations to bl_common.hDan Handley
2015-04-28Allow deeper platform port directory structureDan Handley
2015-04-27Fix type mismatches in verbose loggingDan Handley