aboutsummaryrefslogtreecommitdiffstats
path: root/plat/arm
Commit message (Expand)AuthorAgeFilesLines
* plat/arm: Always define TSP memory regionAntonio Nino Diaz2019-01-041-0/+2
* romlib: Add platform specific jump table listSathees Balya2018-12-182-0/+34
* Merge pull request #1707 from antonio-nino-diaz-arm/an/spmAntonio Niño Díaz2018-12-113-9/+28
|\
| * SPM: Support multiple xlat tables contextsAntonio Nino Diaz2018-12-111-0/+4
| * SPM: Map memory regions from RDAntonio Nino Diaz2018-12-111-1/+1
| * SPM: Load image and RD from SP packageAntonio Nino Diaz2018-12-113-3/+10
| * SPM: Remove SP memory mappings definitionsAntonio Nino Diaz2018-12-101-3/+2
| * SPM: Deprecate boot info structAntonio Nino Diaz2018-12-101-1/+1
| * SPM: Introduce functions to load DTB filesAntonio Nino Diaz2018-12-101-0/+9
| * fvp: Increase stack size when SPM is enabledAntonio Nino Diaz2018-12-101-1/+1
* | Merge pull request #1714 from chandnich/sgiclark-heliosSoby Mathew2018-12-119-1/+214
|\ \ | |/ |/|
| * plat/arm/sgi: Add board support for SGI-Clark.Helios platformChandni Cherukuri2018-12-066-0/+173
| * plat/arm/sgi: override 'plat_psci_ops_t' for SGI-Clark.Helios platformChandni Cherukuri2018-12-061-0/+11
| * plat/arm/sgi: add platform support for SGI-Clark.Helios platformChandni Cherukuri2018-12-062-1/+30
* | plat/arm/sgi: Use NT_FW_CONFIG instead of HW_CONFIGChandni Cherukuri2018-12-057-15/+15
|/
* Merge pull request #1705 from chandnich/platform-idAntonio Nino Diaz2018-12-047-67/+53
|\
| * plat/arm/sgi: Use platform specific functions to get platform idsChandni Cherukuri2018-12-037-67/+53
* | Merge pull request #1699 from chandnich/sgi-mt-supportSoby Mathew2018-12-037-2/+27
|\ \ | |/ |/|
| * plat/arm/sgi: allow value of PLAT_MAX_PWR_LVL to be platform specificChandni Cherukuri2018-11-273-2/+4
| * plat/arm/sgi: override weak implementation of plat_arm_get_cpu_pe_countChandni Cherukuri2018-11-271-0/+8
| * plat/css: allow platforms to define the system power domain levelChandni Cherukuri2018-11-275-0/+15
* | plat/arm: remove weak implemention of 'plat_arm_psci_override_pm_ops' functionChandni Cherukuri2018-11-2910-10/+42
* | Merge pull request #1696 from satheesbalya-arm/sb1/sb1_2406_romlib_junoAntonio Niño Díaz2018-11-272-11/+22
|\ \ | |/ |/|
| * juno: Add romlib supportSathees Balya2018-11-232-11/+22
* | Merge pull request #1697 from antonio-nino-diaz-arm/an/archAntonio Niño Díaz2018-11-261-3/+3
|\ \
| * | Synchronise arch.h and arch_helpers.h with TF-A-TestsAntonio Nino Diaz2018-11-261-3/+3
| |/
* / plat/arm/sgi: add secure memory support for sgi575 and sgiclarkaVijayenthiran Subramaniam2018-11-218-21/+97
|/
* SPM: Register Secure Partition priority level with ehf moduleSughosh Ganu2018-11-143-0/+7
* Standardise header guards across codebaseAntonio Nino Diaz2018-11-0822-67/+72
* Merge pull request #1670 from antonio-nino-diaz-arm/an/misra-armSoby Mathew2018-11-075-28/+25
|\
| * plat/arm: Fix MISRA defects in common codeAntonio Nino Diaz2018-11-065-28/+25
* | plat/arm: Support direct Linux kernel boot in AArch32Manish Pandey2018-11-052-5/+21
|/
* Merge pull request #1663 from sudeep-holla/scpi_build_fixAntonio Niño Díaz2018-11-021-0/+2
|\
| * plat: juno: fix build for !CSS_USE_SCMI_DRIVERSudeep Holla2018-11-011-0/+2
* | plat/arm: Fix MISRA defects in dyn configAntonio Nino Diaz2018-11-011-8/+7
* | plat/arm: Fix types of constants in headersAntonio Nino Diaz2018-11-014-142/+142
* | context_mgmt: Fix MISRA defectsAntonio Nino Diaz2018-11-012-2/+2
|/
* Merge pull request #1650 from chandnich/sgiclark-ares-supportAntonio Niño Díaz2018-10-318-4/+193
|\
| * plat/arm/sgi: add support for SGI-Clark.Ares platformChandni Cherukuri2018-10-264-0/+102
| * plat/arm/sgi: add support for SGI-Clark platformChandni Cherukuri2018-10-263-4/+82
| * plat/arm/sgi: disable Ares cpu power down bit in reset handlerChandni Cherukuri2018-10-261-0/+9
* | Merge pull request #1655 from deepan02/deepak-arm/introduce-n1sdpAntonio Niño Díaz2018-10-319-0/+382
|\ \
| * | plat/arm: Introduce the N1SDP.Deepak Pandey2018-10-299-0/+382
* | | plat/arm: Fix MISRA defects in SiP SVC handlerAntonio Nino Diaz2018-10-291-1/+1
* | | FVP: Enable PIE for RESET_TO_BL31=1Soby Mathew2018-10-293-2/+11
* | | plat/arm: Use `mov_imm` macro to load immediate valuesSoby Mathew2018-10-292-7/+7
* | | Add helper to return reference to a symbolSoby Mathew2018-10-291-7/+23
|/ /
* | Convert arm_setup_page_tables into a generic helperRoberto Vargas2018-10-2610-47/+11
* | xlat: Fix compatibility between v1 and v2Antonio Nino Diaz2018-10-264-4/+6
|/
* Merge pull request #1638 from chandnich/sgi575-updateAntonio Niño Díaz2018-10-2514-188/+87
|\