summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Code change to fix small bugs"revert-1389-db/bugfixDimitris Papastamos2018-06-082-1/+7
* Merge pull request #1405 from dp-arm/dp/cve_2017_5715Dimitris Papastamos2018-06-081-11/+12
|\
| * Fast path SMCCC_ARCH_WORKAROUND_1 calls from AArch32Dimitris Papastamos2018-06-071-11/+12
* | Merge pull request #1389 from danielboulby-arm/db/bugfixDimitris Papastamos2018-06-082-7/+1
|\ \
| * | Remove rt_svc_descs pointer from inner scopeDaniel Boulby2018-05-251-1/+0
| * | Remove duplicate weak definitionDaniel Boulby2018-05-251-6/+1
* | | Merge pull request #1407 from soby-mathew/sm/juno_bl1_sizeDimitris Papastamos2018-06-081-2/+2
|\ \ \
| * | | Juno: Bump up the BL1-RW sizeSoby Mathew2018-06-071-2/+2
|/ / /
* | | Merge pull request #1404 from soby-mathew/sm/bl_layout_changeDimitris Papastamos2018-06-0713-153/+146
|\ \ \ | |_|/ |/| |
| * | docs: Firmware design update for BL memory layoutSoby Mathew2018-06-071-50/+65
| * | ARM platforms: Move BL31 below BL2 to enable BL2 overlaySoby Mathew2018-06-0712-103/+81
| |/
* | Merge pull request #1392 from dp-arm/dp/cve_2018_3639Dimitris Papastamos2018-05-2929-165/+424
|\ \ | |/ |/|
| * Add support for dynamic mitigation for CVE-2018-3639Dimitris Papastamos2018-05-2312-10/+116
| * aarch32: Implement static workaround for CVE-2018-3639Dimitris Papastamos2018-05-234-0/+39
| * Implement static workaround for CVE-2018-3639Dimitris Papastamos2018-05-2312-0/+114
| * Rename symbols and files relating to CVE-2017-5715Dimitris Papastamos2018-05-2314-155/+155
* | Merge pull request #1395 from antonio-nino-diaz-arm/an/spm-refactorDimitris Papastamos2018-05-2513-390/+384
|\ \ | |/ |/|
| * plat/arm: SPM: Force BL31 to DRAM when SPM is usedAntonio Nino Diaz2018-05-244-11/+16
| * SPM: Extract code out of the SMC handlerAntonio Nino Diaz2018-05-231-76/+84
| * SPM: Replace SP init flag by generic state enumAntonio Nino Diaz2018-05-232-11/+76
| * SPM: Shorten names of types and functionsAntonio Nino Diaz2018-05-234-14/+14
| * SPM: Move xlat-related functions to separate fileAntonio Nino Diaz2018-05-234-141/+166
| * SPM: Move all SP-related info to SP context structAntonio Nino Diaz2018-05-235-235/+127
| * context_mgmt: Make cm_init_context_common publicAntonio Nino Diaz2018-05-233-12/+11
* | Merge pull request #1386 from soby-mathew/sm/dyn_bl31Dimitris Papastamos2018-05-2327-74/+562
|\ \ | |/ |/|
| * FVP: Add dummy configs for BL31, BL32 and BL33Soby Mathew2018-05-2112-45/+235
| * Dynamic cfg: Enable support on CoT for other configsSoby Mathew2018-05-188-9/+145
| * FVP: Enable capability to disable auth via dynamic configSoby Mathew2018-05-187-4/+100
| * Allow disabling authentication dynamicallySoby Mathew2018-05-185-20/+86
* | Merge pull request #1393 from geesun/correct_commentDimitris Papastamos2018-05-221-2/+2
|\ \
| * | Correct some typo errors in commentQixiang Xu2018-05-221-2/+2
| |/
* | Merge pull request #1390 from soby-mathew/sm/fvp_rm_dtbDimitris Papastamos2018-05-229-19/+29
|\ \
| * | Docs: Update user guide for Dynamic Config on FVPSoby Mathew2018-05-211-19/+29
| * | Dynamic_config: remove the FVP dtb filesSoby Mathew2018-05-218-0/+0
| |/
* | Merge pull request #1359 from danielboulby-arm/db/match_flags_typeDimitris Papastamos2018-05-212-4/+8
|\ \ | |/ |/|
| * Ensure read and write of flags are 32 bitDaniel Boulby2018-05-172-4/+8
* | Merge pull request #1369 from sivadur/xilinxdiffdanh-arm2018-05-1717-271/+692
|\ \
| * | zynqmp: Add wdt timeout restart functionalitySiva Durga Prasad Paladugu2018-05-176-0/+243
| * | zynqmp: Fix EG/EV detection logicSiva Durga Prasad Paladugu2018-05-172-25/+43
| * | zynqmp: Add new API for processing secure imagesSiva Durga Prasad Paladugu2018-05-174-0/+30
| * | xilinx: zynqmp: pm_service: Fix APU only restartTejas Patel2018-05-173-5/+37
| * | plat: xilinx: zynqmp: Make fpga load blocking until completedSiva Durga Prasad Paladugu2018-05-171-1/+1
| * | plat: xilinx: zynqmp: Remove GET_CALLBACK_DATA functionSiva Durga Prasad Paladugu2018-05-173-24/+0
| * | zynqmp: pm_service: Make PMU IPI-1 channel unsecureRajan Vaja2018-05-171-1/+1
| * | zynqmp: pm: Remove unnecessary header includesRajan Vaja2018-05-171-2/+0
| * | xilinx: zynqmp: Remove PMU Firmware checksSiva Durga Prasad Paladugu2018-05-174-198/+7
| * | zynqmp: pm: Reverse logic for detecting that the PMU firmware is loadedSiva Durga Prasad Paladugu2018-05-171-4/+4
| * | plat: zynqmp: Don't panic() if we can't find the FSBL structAlistair Francis2018-05-172-8/+18
| * | plat: zynqmp: Let fsbl_atf_handover() return an error statusSiva Durga Prasad Paladugu2018-05-173-6/+22
| * | Include "bl_common.h" in Xilinx zynqmp_private.hWendy Liang2018-05-171-0/+1