aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | SDEI: Add API for explicit dispatchJeenu Viswambharan2017-11-132-0/+89
| * | ARM platforms: Enable SDEIJeenu Viswambharan2017-11-133-1/+51
| * | ARM platforms: Define exception macrosJeenu Viswambharan2017-11-133-0/+34
| * | ARM platforms: Provide SDEI entry point validationJeenu Viswambharan2017-11-133-0/+55
| * | ARM platforms: Make arm_validate_ns_entrypoint() commonJeenu Viswambharan2017-11-134-9/+18
| * | BL31: Add SDEI dispatcherJeenu Viswambharan2017-11-1313-1/+2452
| * | BL31: Program Priority Mask for SMC handlingJeenu Viswambharan2017-11-133-4/+173
| * | BL31: Introduce Exception Handling FrameworkJeenu Viswambharan2017-11-137-1/+451
| * | GIC: Introduce API to get interrupt IDJeenu Viswambharan2017-11-136-5/+46
| * | GIC: Fix Group 0 enablingJeenu Viswambharan2017-11-134-6/+31
| * | GICv2: Fix populating PE target dataJeenu Viswambharan2017-11-132-3/+21
|/ /
* | Merge pull request #1158 from antonio-nino-diaz-arm/an/spm-fixdavidcunado-arm2017-11-101-2/+2
|\ \
| * | SPM: Fix pointer to MP info in boot info structAntonio Nino Diaz2017-11-101-2/+2
|/ /
* | Merge pull request #1148 from antonio-nino-diaz-arm/an/spmdavidcunado-arm2017-11-0931-28/+1658
|\ \
| * | SPM: FVP: Introduce port of SPMAntonio Nino Diaz2017-11-098-8/+297
| * | SPM: Introduce Secure Partition ManagerAntonio Nino Diaz2017-11-0818-14/+1351
| * | xlat: Make function to calculate TCR PA bits publicAntonio Nino Diaz2017-11-082-3/+7
| * | spd: Use `ENABLE_ASSERTIONS` instead of `DEBUG`Antonio Nino Diaz2017-11-083-3/+3
* | | Merge pull request #1154 from soby-mathew/sm/fix_psci_statdavidcunado-arm2017-11-083-12/+15
|\ \ \ | |_|/ |/| |
| * | Fix PSCI STAT time stamp collectionSoby Mathew2017-11-033-12/+15
* | | Merge pull request #1155 from masahir0y/uniphierdavidcunado-arm2017-11-074-3/+5
|\ \ \
| * | | uniphier: make sure to create build directory before ROT keyMasahiro Yamada2017-11-071-1/+1
| * | | Build: introduce ${BUILD_PLAT} target to create the top build directoryMasahiro Yamada2017-11-073-2/+4
| | |/ | |/|
* | | Merge pull request #1153 from robertovargas-arm/fix-macrosdavidcunado-arm2017-11-069-21/+25
|\ \ \ | |/ / |/| |
| * | Fix usage of IMAGE_BLx macrosRoberto Vargas2017-11-017-19/+19
| * | Always define ARM_TSP_RAM_LOCATION_IDRoberto Vargas2017-11-011-2/+5
| * | Include debug.h in debug.SRoberto Vargas2017-11-011-0/+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 #1142 from etienne-lms/qemu-intdavidcunado-arm2017-11-031-11/+30
|\ \ \
| * | | qemu: update deprecated interrupt registeringEtienne Carriere2017-11-021-11/+30
* | | | Merge pull request #1137 from soby-mathew/sm/arm_plat_en_gicv3_savedavidcunado-arm2017-11-0317-31/+291
|\ \ \ \ | |_|_|/ |/| | |
| * | | ARM platforms: enable GICv3 state save/restoreSoby Mathew2017-10-1111-28/+229
| * | | ARM platforms: Add support for EL3 TZC memory regionSoby Mathew2017-10-116-3/+62
* | | | Merge pull request #1150 from dp-arm/dp/eventsdavidcunado-arm2017-11-013-19/+41
|\ \ \ \
| * | | | aarch64: Add PubSub events to capture security state transitionsDimitris Papastamos2017-10-313-19/+41
* | | | | Merge pull request #1149 from robertovargas-arm/fwu-testingdavidcunado-arm2017-10-311-0/+50
|\ \ \ \ \
| * | | | | Add FWU booting instructions to the user guideRoberto Vargas2017-10-311-0/+50
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1141 from robertovargas-arm/boot_redundancydavidcunado-arm2017-10-316-3/+91
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add platform hooks for boot redundancy supportRoberto Vargas2017-10-246-3/+91
| | |_|/ | |/| |
* | | | Merge pull request #1144 from geesun/qx/resize_bl2_sizedavidcunado-arm2017-10-305-8/+22
|\ \ \ \ | |_|/ / |/| | |
| * | | plat/arm: enlarge the BL2 size on Arm platforms when TBB is enabledQixiang Xu2017-10-253-5/+13
| * | | plat/arm: change the default option of ARM_TSP_RAM_LOCATIONQixiang Xu2017-10-252-3/+9
| |/ /
* | | Merge pull request #1147 from etienne-lms/qemu-optee-loaddavidcunado-arm2017-10-271-3/+2
|\ \ \
| * | | qemu/optee: load OP-TEE pageable part 2MB above OP-TEE imageEtienne Carriere2017-10-261-3/+2
| |/ /
* | | Merge pull request #1143 from etienne-lms/qemu-hpendavidcunado-arm2017-10-262-1/+3
|\ \ \
| * | | qemu: fix holding pen mailbox sequenceEtienne Carriere2017-10-242-1/+3
| |/ /
* | | Merge pull request #1138 from michpappas/tf-issues#526_qemu_does_not_support_TBBdavidcunado-arm2017-10-264-49/+141
|\ \ \ | |/ / |/| |
| * | qemu: Add support for Trusted Board BootMichalis Pappas2017-10-254-49/+141
* | | Merge pull request #1139 from hzhuang1/fix_edmacdavidcunado-arm2017-10-233-0/+35
|\ \ \