aboutsummaryrefslogtreecommitdiffstats
path: root/bl31
Commit message (Expand)AuthorAgeFilesLines
* BL31: Introduce Publish and Subscribe frameworkJeenu Viswambharan2017-10-231-0/+8
* Fix x30 reporting for unhandled exceptionsJulius Werner2017-08-211-11/+12
* Fix order of #includesIsla Mitchell2017-07-121-1/+1
* Fully initialise essential control registersDavid Cunado2017-06-211-6/+6
* Merge pull request #927 from jeenu-arm/state-switchdavidcunado-arm2017-05-111-2/+1
|\
| * Add macro to check whether the CPU implements an ELJeenu Viswambharan2017-05-021-2/+1
* | Use SPDX license identifiersdp-arm2017-05-038-200/+8
|/
* PSCI: Build option to enable D-Caches early in warmbootSoby Mathew2017-04-191-15/+16
* Merge pull request #885 from antonio-nino-diaz-arm/an/console-flushdavidcunado-arm2017-04-122-2/+7
|\
| * Flush console where necessaryAntonio Nino Diaz2017-03-311-1/+4
| * Add and use plat_crash_console_flush() APIAntonio Nino Diaz2017-03-311-1/+3
* | Add support for GCC stack protectionDouglas Raillard2017-03-311-1/+6
|/
* Move plat/common source file definitions to generic Makefilesdp-arm2017-03-201-1/+2
* Merge pull request #860 from jeenu-arm/hw-asstd-cohdavidcunado-arm2017-03-171-16/+21
|\
| * Enable data caches early with hardware-assisted coherencyJeenu Viswambharan2017-03-021-17/+22
* | Simplify translation tables headers dependenciesAntonio Nino Diaz2017-03-081-2/+2
|/
* Introduce unified API to zero memoryDouglas Raillard2017-02-061-2/+3
* Define and use no_ret macro where no return is expectedJeenu Viswambharan2016-12-052-15/+15
* Cosmetic change to exception tableDouglas Raillard2016-11-141-140/+107
* Merge pull request #724 from rockchip-linux/support-rk3399-sdramdavidcunado-arm2016-10-261-0/+3
|\
| * rockchip: optimize the link mechanism for SRAM codeCaesar Wang2016-10-251-0/+3
* | Add PMF instrumentation points in TFdp-arm2016-10-123-0/+55
|/
* PSCI: Do psci_setup() as part of std_svc_setup()Soby Mathew2016-09-221-10/+16
* PSCI: Introduce PSCI Library argument structureSoby Mathew2016-09-221-1/+4
* Introduce PSCI Library InterfaceSoby Mathew2016-07-194-58/+67
* Introduce `el3_runtime` and `PSCI` librariesSoby Mathew2016-07-185-282/+7
* Rework type usage in Trusted FirmwareSoby Mathew2016-07-181-10/+13
* Introduce SEPARATE_CODE_AND_RODATA build flagSandrine Bailleux2016-07-081-0/+42
* Add optional PSCI STAT residency & count functionsYatharth Kochar2016-06-161-0/+4
* Add Performance Measurement Framework(PMF)Yatharth Kochar2016-06-162-2/+32
* Merge pull request #636 from soby-mathew/sm/cpu_ctx_rem_aarch32_regsdanh-arm2016-06-031-0/+13
|\
| * Build option to include AArch32 registers in cpu contextSoby Mathew2016-06-031-0/+13
* | Introduce some helper macros for exception vectorsSandrine Bailleux2016-05-261-36/+23
|/
* Add 32 bit version of plat_get_syscnt_freqAntonio Nino Diaz2016-05-201-1/+1
* Dump platform-defined regs in crash reportingGerald Lejeune2016-04-141-5/+2
* Add ISR_EL1 to crash reportGerald Lejeune2016-03-301-1/+3
* Enable asynchronous abort exceptions during bootGerald Lejeune2016-03-301-3/+0
* Remove all non-configurable dead loopsAntonio Nino Diaz2016-03-141-5/+5
* Add support for %p in tf_printf()Antonio Nino Diaz2016-02-181-2/+2
* Miscellaneous doc fixes for v1.2Sandrine Bailleux2015-12-213-3/+3
* Remove dashes from image names: 'BL3-x' --> 'BL3x'Juan Castillo2015-12-144-9/+9
* Merge pull request #462 from soby-mathew/sm/runtime_consoledanh-arm2015-12-091-1/+7
|\
| * Ensure BL31 does not print to boot console by defaultSoby Mathew2015-12-091-1/+7
* | Move context management code to common locationYatharth Kochar2015-12-095-862/+138
* | Merge pull request #460 from sandrine-bailleux/sb/init-vttbrel2-vmiddanh-arm2015-12-091-0/+8
|\ \
| * | Initialize VTTBR_EL2 when bypassing EL2Sandrine Bailleux2015-12-091-0/+8
| |/
* | Merge pull request #457 from soby-mathew/sm/fix_fpregs_restoredanh-arm2015-12-091-1/+1
|\ \
| * | Fix issue in Floating point register restoreSoby Mathew2015-12-091-1/+1
| |/
* / Enable support for EL3 interrupt in IMFSoby Mathew2015-12-091-8/+8
|/
* Merge pull request #443 from achingupta/sb/el3_payloads-cb_single_cpudanh-arm2015-12-011-1/+1
|\