aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | Replace magic numbers in linkerscripts by PAGE_SIZEAntonio Nino Diaz2017-11-291-3/+5
| |/
* / ARM platforms: Fixup AArch32 buildsSoby Mathew2017-11-292-46/+71
|/
* AMU: Implement support for aarch32Dimitris Papastamos2017-11-292-0/+37
* AMU: Implement support for aarch64Dimitris Papastamos2017-11-293-0/+49
* Implement support for the Activity Monitor Unit on Cortex A75Dimitris Papastamos2017-11-291-0/+34
* Merge pull request #1145 from etienne-lms/rfc-armv7-2davidcunado-arm2017-11-2312-3/+256
|\
| * ARMv7: GICv2 driver can manage GICv1 with security extensionEtienne Carriere2017-11-081-0/+2
| * aarch32: add missing dmb() macroEtienne Carriere2017-11-081-0/+1
| * ARMv7 may not support Virtualization ExtensionsEtienne Carriere2017-11-082-1/+89
| * ARMv7: introduce Cortex-A12Etienne Carriere2017-11-081-0/+20
| * ARMv7: introduce Cortex-A17Etienne Carriere2017-11-081-0/+20
| * ARMv7: introduce Cortex-A7Etienne Carriere2017-11-081-0/+20
| * ARMv7: introduce Cortex-A5Etienne Carriere2017-11-081-0/+20
| * ARMv7: introduce Cortex-A9Etienne Carriere2017-11-081-0/+31
| * ARMv7: introduce Cortex-A15Etienne Carriere2017-11-081-0/+20
| * ARMv7 architecture have specific system registersEtienne Carriere2017-11-082-2/+22
| * ARMv7 does not support SDCREtienne Carriere2017-11-081-0/+2
| * ARMv7 does not support STL instructionEtienne Carriere2017-11-081-0/+9
* | Merge pull request #1163 from antonio-nino-diaz-arm/an/parangedavidcunado-arm2017-11-231-0/+1
|\ \
| * | Add ARMv8.2 ID_AA64MMFR0_EL1.PARange valueAntonio Nino Diaz2017-11-171-0/+1
* | | Merge pull request #1165 from geesun/qx/support-sha512davidcunado-arm2017-11-221-0/+10
|\ \ \
| * | | tbbr: Add build flag HASH_ALG to let the user to select the SHAQixiang Xu2017-11-211-0/+10
* | | | Merge pull request #1161 from jeenu-arm/sdei-fixesdavidcunado-arm2017-11-221-1/+1
|\ \ \ \
| * | | | SDEI: Fix type of register countJeenu Viswambharan2017-11-201-1/+1
| |/ / /
* / / / Refactor Statistical Profiling Extensions implementationDimitris Papastamos2017-11-206-21/+21
|/ / /
* / / Move FPEXC32_EL2 to FP ContextDavid Cunado2017-11-151-3/+7
|/ /
* | SDEI: Add API for explicit dispatchJeenu Viswambharan2017-11-131-0/+3
* | ARM platforms: Enable SDEIJeenu Viswambharan2017-11-131-1/+14
* | ARM platforms: Define exception macrosJeenu Viswambharan2017-11-131-0/+6
* | ARM platforms: Provide SDEI entry point validationJeenu Viswambharan2017-11-132-0/+7
* | ARM platforms: Make arm_validate_ns_entrypoint() commonJeenu Viswambharan2017-11-131-0/+1
* | BL31: Add SDEI dispatcherJeenu Viswambharan2017-11-132-0/+188
* | BL31: Program Priority Mask for SMC handlingJeenu Viswambharan2017-11-132-4/+9
* | BL31: Introduce Exception Handling FrameworkJeenu Viswambharan2017-11-132-1/+90
* | GIC: Introduce API to get interrupt IDJeenu Viswambharan2017-11-132-0/+4
* | Merge pull request #1148 from antonio-nino-diaz-arm/an/spmdavidcunado-arm2017-11-0911-16/+355
|\ \ | |/ |/|
| * SPM: FVP: Introduce port of SPMAntonio Nino Diaz2017-11-094-6/+139
| * SPM: Introduce Secure Partition ManagerAntonio Nino Diaz2017-11-086-10/+211
| * xlat: Make function to calculate TCR PA bits publicAntonio Nino Diaz2017-11-081-0/+5
* | Merge pull request #1153 from robertovargas-arm/fix-macrosdavidcunado-arm2017-11-061-1/+1
|\ \ | |/ |/|
| * Fix usage of IMAGE_BLx macrosRoberto Vargas2017-11-011-1/+1
* | Merge pull request #1151 from JoelHutton/jh/MISRA-Mandatorydavidcunado-arm2017-11-031-6/+6
|\ \
| * | Change sizeof to use type of struct not functionJoel Hutton2017-10-311-6/+6
| |/
* | Merge pull request #1137 from soby-mathew/sm/arm_plat_en_gicv3_savedavidcunado-arm2017-11-034-2/+50
|\ \
| * | ARM platforms: enable GICv3 state save/restoreSoby Mathew2017-10-112-1/+4
| * | ARM platforms: Add support for EL3 TZC memory regionSoby Mathew2017-10-112-1/+46
* | | Merge pull request #1150 from dp-arm/dp/eventsdavidcunado-arm2017-11-011-0/+18
|\ \ \
| * | | aarch64: Add PubSub events to capture security state transitionsDimitris Papastamos2017-10-311-0/+18
* | | | Merge pull request #1141 from robertovargas-arm/boot_redundancydavidcunado-arm2017-10-311-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Add platform hooks for boot redundancy supportRoberto Vargas2017-10-241-0/+2
| | |/ | |/|