aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* TSP: Enable pointer authentication supportAntonio Nino Diaz2019-02-274-7/+42
* BL31: Enable pointer authentication supportAntonio Nino Diaz2019-02-274-11/+48
* BL2_AT_EL3: Enable pointer authentication supportAntonio Nino Diaz2019-02-274-15/+74
* BL2: Enable pointer authentication supportAntonio Nino Diaz2019-02-275-15/+52
* BL1: Enable pointer authentication supportAntonio Nino Diaz2019-02-275-20/+63
* plat/arm: Implement ARMv8.3-PAuth interfacesAntonio Nino Diaz2019-02-272-0/+37
* Add support for pointer authenticationAntonio Nino Diaz2019-02-2713-5/+166
* Add ARMv8.3-PAuth registers to CPU contextAntonio Nino Diaz2019-02-2711-20/+201
* Cleanup context handling libraryAntonio Nino Diaz2019-02-272-34/+34
* Merge pull request #1834 from thloh85-intel/s10_bl31Antonio Niño Díaz2019-02-2711-19/+1305
|\
| * plat: intel: Add BL31 support to Intel Stratix10 SoCFPGA platformTien Hock, Loh2019-02-2611-19/+1305
* | Merge pull request #1831 from antonio-nino-diaz-arm/an/sccdAntonio Niño Díaz2019-02-274-15/+29
|\ \
| * | Disable processor Cycle Counting in Secure stateAntonio Nino Diaz2019-02-184-15/+29
* | | Merge pull request #1826 from smaeul/allwinnerAntonio Niño Díaz2019-02-277-25/+34
|\ \ \
| * | | allwinner: Clean up CPU ops functionsSamuel Holland2019-02-174-21/+30
| * | | allwinner: Constify data structuresSamuel Holland2019-02-173-4/+4
* | | | Merge pull request #1836 from Yann-lms/docs_and_m4Antonio Niño Díaz2019-02-229-1/+98
|\ \ \ \
| * | | | stm32mp1: add minimal support for co-processor Cortex-M4Yann Gautier2019-02-208-0/+92
| * | | | docs: stm32mp1: add links to documentationYann Gautier2019-02-201-1/+6
| | |_|/ | |/| |
* | | | Merge pull request #1835 from jts-arm/renameAntonio Niño Díaz2019-02-2216-176/+176
|\ \ \ \
| * | | | Rename Cortex-Helios to Neoverse E1John Tsichritzis2019-02-193-28/+28
| * | | | Rename Cortex-Helios filenames to Neoverse E1John Tsichritzis2019-02-192-0/+0
| * | | | Rename Cortex-Ares to Neoverse N1John Tsichritzis2019-02-1910-82/+82
| * | | | Rename Cortex-Ares filenames to Neoverse N1John Tsichritzis2019-02-193-0/+0
| | |_|/ | |/| |
* | | | Merge pull request #1828 from uarif1/masterAntonio Niño Díaz2019-02-2130-24/+1802
|\ \ \ \
| * | | | Documentation for Versatile Express Fixed Virtual PlatformsUsama Arif2019-02-191-0/+81
| * | | | plat/arm: Support for Cortex A5 in FVP Versatile Express platformUsama Arif2019-02-195-0/+157
| * | | | Division functionality for cores that dont have divide hardware.Usama Arif2019-02-192-1/+35
| * | | | ARMv7: support non-LPAE mapping (not xlat_v2)Etienne Carriere2019-02-192-1/+555
| * | | | plat/arm: Introduce FVP Versatile Express platform.Usama Arif2019-02-1919-6/+958
| * | | | Rename PLAT_ARM_BL31_RUN_UART* variableUsama Arif2019-02-184-16/+16
| |/ / /
* | | | Merge pull request #1833 from marex/arm/master/pci-v2.0.0Antonio Niño Díaz2019-02-212-2/+74
|\ \ \ \ | |_|/ / |/| | |
| * | | rcar_gen3: plat: Prevent PCIe hang during L1X config accessMarek Vasut2019-02-202-2/+74
* | | | Merge pull request #1832 from jts-arm/docsAntonio Niño Díaz2019-02-206-0/+131
|\ \ \ \
| * | | | docs: Document romlib designSathees Balya2019-02-196-0/+131
| | |/ / | |/| |
* | | | Merge pull request #1830 from antonio-nino-diaz-arm/an/fix-fw-designAntonio Niño Díaz2019-02-201-5/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | docs: Update documentation about ARMv8.2-TTCNPAntonio Nino Diaz2019-02-191-5/+3
|/ / /
* | | Merge pull request #1825 from antonio-nino-diaz-arm/an/csv2Antonio Niño Díaz2019-02-191-5/+17
|\ \ \ | |/ / |/| |
| * | Update macro to check need for CVE-2017-5715 mitigationAntonio Nino Diaz2019-02-141-5/+17
* | | Merge pull request #1824 from antonio-nino-diaz-arm/an/move-dyn-xlatAntonio Niño Díaz2019-02-182-3/+4
|\ \ \
| * | | fvp: trusty: Move dynamic xlat enable to platformAntonio Nino Diaz2019-02-122-3/+4
* | | | Merge pull request #1823 from antonio-nino-diaz-arm/an/spm-regsAntonio Niño Díaz2019-02-181-8/+0
|\ \ \ \
| * | | | SPM: Remove unnecessary register saveAntonio Nino Diaz2019-02-141-8/+0
| | |/ / | |/| |
* | | | Merge pull request #1821 from Yann-lms/stm32mp1_2019-02-14Antonio Niño Díaz2019-02-1846-1980/+3148
|\ \ \ \ | |_|_|/ |/| | |
| * | | stm32mp1: introduce STM32MP1 discovery boardsYann Gautier2019-02-144-0/+503
| * | | stm32mp1: update clock driverYann Gautier2019-02-1414-567/+843
| * | | stm32mp1: add timeout detection in reset driverYann Gautier2019-02-142-12/+35
| * | | stm32mp1: use functions to retrieve some peripheral addressesYann Gautier2019-02-1410-17/+161
| * | | stm32mp1: split clkfunc codeYann Gautier2019-02-148-242/+261
| * | | stm32mp1: update I2C and PMIC driversYann Gautier2019-02-148-730/+931