aboutsummaryrefslogtreecommitdiffstats
path: root/plat
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #1898 from hadi-asyrafi/watchdogAntonio Niño Díaz2019-04-016-1/+158
|\ \ | |/ |/|
| * intel: Enable watchdog timer on Intel S10 platformMuhammad Hadi Asyrafi Abdul Halim2019-03-216-1/+158
* | ROMLIB bug fixesJohn Tsichritzis2019-03-212-4/+60
* | Merge pull request #1892 from sandrine-bailleux-arm/sb/pauthSoby Mathew2019-03-181-4/+2
|\ \ | |/ |/|
| * Put Pointer Authentication key value in BSS sectionSandrine Bailleux2019-03-141-4/+2
* | Merge pull request #1866 from mmind/rockchip-fdt-paramDimitris Papastamos2019-03-154-0/+36
|\ \
| * | rockchip: add an fdt parsing stub for platform paramHeiko Stuebner2019-03-144-0/+36
* | | Merge pull request #1888 from jts-arm/zeusDimitris Papastamos2019-03-151-1/+3
|\ \ \
| * | | Introduce preliminary support for Neoverse ZeusJohn Tsichritzis2019-03-141-1/+3
| | |/ | |/|
* | | Merge pull request #1891 from soby-mathew/sm/increase_fvp_stackDimitris Papastamos2019-03-151-6/+0
|\ \ \
| * | | fvp: Increase the size of the stack for FVPLouis Mayencourt2019-03-141-6/+0
| |/ /
* | | Merge pull request #1859 from JackyBai/masterSoby Mathew2019-03-1314-184/+945
|\ \ \ | |/ / |/| |
| * | plat: imx8m: Add the basic support for imx8mmJacky Bai2019-03-136-0/+453
| * | plat: imx8m: refactor the code to make it reusableJacky Bai2019-03-129-184/+492
* | | Merge pull request #1874 from hadi-asyrafi/qspi_bootSoby Mathew2019-03-134-46/+75
|\ \ \
| * | | intel: QSPI boot enablementMuhammad Hadi Asyrafi Abdul Halim2019-03-134-46/+75
* | | | Merge pull request #1873 from hadi-asyrafi/driver_qspiSoby Mathew2019-03-132-0/+999
|\ \ \ \
| * | | | intel: Add driver for QSPIMuhammad Hadi Asyrafi Abdul Halim2019-03-132-0/+999
| |/ / /
* | | | plat/arm: mhu: make mhu driver genericMasahisa Kojima2019-03-137-1/+7
* | | | plat/synquacer: enable SCMI supportMasahisa Kojima2019-03-138-18/+320
* | | | allwinner: regulators: pick correct DT subnodeAndre Przywara2019-03-081-4/+8
* | | | zynqmp: pm: Add support for setting PMU configuration objectLuca Ceresoli2019-03-081-1/+4
|/ / /
* | | Merge pull request #1863 from thloh85-intel/mmc_fixesDimitris Papastamos2019-03-081-0/+1
|\ \ \
| * | | plat: intel: Add MMC OCR voltage information for initializationTien Hock, Loh2019-03-081-0/+1
* | | | Merge pull request #1864 from hadi-asyrafi/mailbox_fixDimitris Papastamos2019-03-071-5/+10
|\ \ \ \
| * | | | intel: Mailbox service un-accessibleMuhammad Hadi Asyrafi Abdul Halim2019-03-071-5/+10
| | |/ / | |/| |
* | | | Merge pull request #1862 from thloh85-intel/s10_bl2Dimitris Papastamos2019-03-071-1/+2
|\ \ \ \
| * | | | plat: intel: Improve ECC scrubbing performanceTien Hock, Loh2019-03-071-1/+2
| | |/ / | |/| |
* | | | stm32mp1: zeromem device_info structYann Gautier2019-03-071-1/+2
| |/ / |/| |
* | | Merge pull request #1847 from jts-arm/mbedtlsAntonio Niño Díaz2019-03-051-23/+1
|\ \ \
| * | | Remove Mbed TLS dependency from plat_bl_common.cJohn Tsichritzis2019-02-281-23/+1
* | | | Merge pull request #1853 from vwadekar/dummy_io_storageAntonio Niño Díaz2019-03-054-3/+30
|\ \ \ \
| * | | | Tegra: dummy support for the io_storage backendVarun Wadekar2019-03-014-3/+30
* | | | | rcar_gen3: Add M3-W 3.0 supportMarek Vasut2019-03-044-5/+23
* | | | | Merge pull request #1844 from chandnich/rename_sgiclarkAntonio Niño Díaz2019-03-043-17/+17
|\ \ \ \ \
| * | | | | css/sgi: replace all uses of Clark with new product namesChandni Cherukuri2019-02-283-17/+17
| | |/ / / | |/| | |
* | | | | Merge pull request #1837 from spencercw/masterAntonio Niño Díaz2019-03-042-0/+10
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | imx: Configure CAAM job rings master ID for i.MX8MQChris Spencer2019-02-222-0/+10
* | | | | Merge pull request #1815 from Anson-Huang/gicAntonio Niño Díaz2019-03-011-0/+21
|\ \ \ \ \
| * | | | | imx: make sure GIC redistributor is awake before initializationAnson Huang2019-03-011-0/+21
| | |/ / / | |/| | |
* | | | | Merge pull request #1751 from vwadekar/tegra-scatter-file-supportAntonio Niño Díaz2019-03-012-0/+299
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Tegra: Support for scatterfile for the BL31 imageVarun Wadekar2019-02-272-0/+299
* | | | | Merge pull request #1845 from ambroise-arm/av/errataAntonio Niño Díaz2019-03-011-0/+5
|\ \ \ \ \
| * | | | | juno: Enable CPU errata workaroundsAmbroise Vincent2019-02-281-0/+5
| | |/ / / | |/| | |
* / | | | Minor changes to documentation and commentsAntonio Nino Diaz2019-02-281-7/+7
|/ / / /
* | | | Merge pull request #1829 from antonio-nino-diaz-arm/an/pauthAntonio Niño Díaz2019-02-272-0/+37
|\ \ \ \
| * | | | plat/arm: Implement ARMv8.3-PAuth interfacesAntonio Nino Diaz2019-02-272-0/+37
* | | | | Merge pull request #1840 from grandpaul/rpi3-sdhost-improve1Antonio Niño Díaz2019-02-271-2/+2
|\ \ \ \ \
| * | | | | rpi3: sdhost: SDHost driver improvementYing-Chun Liu (PaulLiu)2019-02-271-2/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #1838 from chandnich/renameAntonio Niño Díaz2019-02-2714-104/+104
|\ \ \ \ \ | |_|/ / / |/| | | |