aboutsummaryrefslogtreecommitdiffstats
path: root/bl32/sp_min
Commit message (Expand)AuthorAgeFilesLines
...
* | sp_min: Implement `sp_min_plat_runtime_setup()`Dimitris Papastamos2017-06-201-0/+6
|/
* AArch32: Rework SMC context save and restore mechanismSoby Mathew2017-05-122-49/+34
* Use SPDX license identifiersdp-arm2017-05-035-125/+5
* PSCI: Build option to enable D-Caches early in warmbootSoby Mathew2017-04-191-13/+16
* Merge pull request #860 from jeenu-arm/hw-asstd-cohdavidcunado-arm2017-03-171-16/+19
|\
| * Enable data caches early with hardware-assisted coherencyJeenu Viswambharan2017-03-021-17/+20
* | Simplify translation tables headers dependenciesAntonio Nino Diaz2017-03-081-2/+2
|/
* Replace some memset call by zeromemDouglas Raillard2017-02-061-2/+3
* Introduce unified API to zero memoryDouglas Raillard2017-02-061-3/+4
* AArch32: Fix the stack alignment issueSoby Mathew2016-12-121-3/+6
* PSCI: Do psci_setup() as part of std_svc_setup()Soby Mathew2016-09-221-13/+16
* PSCI: Introduce PSCI Library argument structureSoby Mathew2016-09-221-2/+8
* AArch32: Support in SP_MIN to receive arguments from BL2Yatharth Kochar2016-09-211-1/+1
* AArch32: Refactor SP_MIN to support RESET_TO_SP_MINYatharth Kochar2016-09-212-171/+123
* AArch32: add a minimal secure payload (SP_MIN)Soby Mathew2016-08-105-0/+865