aboutsummaryrefslogtreecommitdiffstats
path: root/plat
Commit message (Expand)AuthorAgeFilesLines
* FVP: Add dummy configs for BL31, BL32 and BL33Soby Mathew2018-05-219-41/+231
* FVP: Enable capability to disable auth via dynamic configSoby Mathew2018-05-186-4/+99
* 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
| * zynqmp: pm: Added APIs for xilsecure linux supportSiva Durga Prasad Paladugu2018-05-173-0/+44
| * plat: zynqmp: Add support for CG/EG/EV device detectionSiva Durga Prasad Paladugu2018-05-172-3/+77
| * aarch64: zynqmp: Add new Ids for RFSoCSiva Durga Prasad Paladugu2018-05-171-0/+24
| * zynqmp: Fix CSU ID SVD mask fo getting chip IDSiva Durga Prasad Paladugu2018-05-171-1/+2
| * zynqmp: pm: Allow to set shutdown scope via pm_system_shutdown APISiva Durga Prasad Paladugu2018-05-174-3/+35
| * zynqmp: pm: Implement PM_INIT_FINALIZE PM API callFilip Drazic2018-05-173-0/+21
| * zynqmp: pm: Rename PM_INIT to PM_INIT_FINALIZEFilip Drazic2018-05-171-1/+1
| * zynqmp: pm: Implemented new pm API to load secure imagesSiva Durga Prasad Paladugu2018-05-173-0/+36
| * xilinx: zynqmp: Read bootmode register using PM APISiva Durga Prasad Paladugu2018-05-171-1/+7
| * zynqmp: pm: Decode start address related SMC arguments for pm_req_wakeupFilip Drazic2018-05-171-1/+8
| * zynqmp: pm: Move pm_client_wakeup call from pm_req_wakeupFilip Drazic2018-05-172-3/+2
| * zynqmp: pm: Remove unused NODE_AFI, add NODE_EXTERNMirela Simonovic2018-05-171-1/+1
| * zynqmp: pm: Add support for setting suspend-to-RAM modeSiva Durga Prasad Paladugu2018-05-173-0/+34
| * zynqmp: pm: Implement pm_get_node_status API functionAnes Hadziahmetagic2018-05-173-8/+18
* | Merge pull request #1384 from rockchip-linux/for_m0_patchDimitris Papastamos2018-05-1719-111/+175
|\ \ | |/ |/|
| * rockchip/rk3399: Add watchdog support in pmusramDerek Basehore2018-05-156-36/+70
| * rockchip/rk3399: Split M0 binary into twoLin Huang2018-05-1514-74/+104
| * rockchip/rk3399: improve pmu powermode configure when suspendLin Huang2018-05-151-1/+1
* | Merge pull request #1387 from vishwanathahg/sgi575/core_pos_calcDimitris Papastamos2018-05-167-57/+44
|\ \
| * | css/sgi: rework the core position calculation functionVishwanatha HG2018-05-164-20/+44
| * | css/sgi: remove redundant copy of gic driver dataVishwanatha HG2018-05-163-37/+0
* | | Merge pull request #1381 from antonio-nino-diaz-arm/an/kernel-bootDimitris Papastamos2018-05-162-2/+36
|\ \ \
| * | | plat/arm: Introduce ARM_LINUX_KERNEL_AS_BL33 build optionAntonio Nino Diaz2018-05-112-2/+36
* | | | Merge pull request #1379 from CJKay/nsram-fixDimitris Papastamos2018-05-152-0/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | css: Fix erroneous non-secure RAM base address/size for SGI-575Chris Kay2018-05-112-0/+6
| |/ /
* | | Fix build error with correct format stringJeenu Viswambharan2018-05-151-1/+1
* | | Merge pull request #1373 from jeenu-arm/ras-supportDimitris Papastamos2018-05-155-1/+56
|\ \ \
| * | | ARM Platforms: Support RASJeenu Viswambharan2018-05-044-1/+34
| * | | RAS: Add support for node registrationJeenu Viswambharan2018-05-041-0/+10
| * | | AArch64: Introduce External Abort handlingJeenu Viswambharan2018-05-041-0/+12
* | | | Revert "plat/arm: Migrate AArch64 port to the multi console driver"Antonio Nino Diaz2018-05-1510-141/+29
| |_|/ |/| |
* | | plat/arm: Migrate AArch64 port to the multi console driverAntonio Nino Diaz2018-05-1110-29/+141
| |/ |/|
* | Merge pull request #1354 from robertovargas-arm/mem_protectdanh-arm2018-05-089-24/+100
|\ \ | |/ |/|
| * ARM platforms: Demonstrate mem_protect from el3_runtimeRoberto Vargas2018-05-019-24/+100