aboutsummaryrefslogtreecommitdiffstats
path: root/plat
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #1652 from antonio-nino-diaz-arm/an/decouple-armAntonio Niño Díaz2018-10-3010-28/+179
|\ \ \ \ \
| * | | | | warp7, ls1043: Remove unneeded include pathsAntonio Nino Diaz2018-10-302-2/+0
| * | | | | poplar: Decouple from plat/arm filesAntonio Nino Diaz2018-10-308-26/+179
* | | | | | plat/arm: Fix MISRA defects in SiP SVC handlerAntonio Nino Diaz2018-10-291-1/+1
|/ / / / /
* | | | | Merge pull request #1644 from soby-mathew/sm/pie_protoSoby Mathew2018-10-296-16/+41
|\ \ \ \ \
| * | | | | FVP: Enable PIE for RESET_TO_BL31=1Soby Mathew2018-10-293-2/+11
| * | | | | plat/arm: Use `mov_imm` macro to load immediate valuesSoby Mathew2018-10-292-7/+7
| * | | | | Add helper to return reference to a symbolSoby Mathew2018-10-291-7/+23
| | |/ / / | |/| | |
* | | | | Merge pull request #1616 from antonio-nino-diaz-arm/an/gxbbSoby Mathew2018-10-2915-0/+1306
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | gxbb: Workaround for PSCI_CPU_OFFAntonio Nino Diaz2018-10-261-0/+55
| * | | | gxbb: Implement PSCI_CPU_OFFAntonio Nino Diaz2018-10-261-0/+16
| * | | | gxbb: Initial port of Amlogic Meson S905 (GXBB)Antonio Nino Diaz2018-10-2615-0/+1235
| | |/ / | |/| |
* | | | Convert arm_setup_page_tables into a generic helperRoberto Vargas2018-10-2614-52/+53
* | | | xlat: Fix compatibility between v1 and v2Antonio Nino Diaz2018-10-268-22/+10
|/ / /
* | | Merge pull request #1638 from chandnich/sgi575-updateAntonio Niño Díaz2018-10-2514-188/+87
|\ \ \
| * | | plat/arm/sgi: add system-id node in HW_CONFIG dtsChandni Cherukuri2018-10-182-12/+27
| * | | plat/arm/sgi: move fdts files to sgi575 board directoryChandni Cherukuri2018-10-184-13/+13
| * | | plat/arm/sgi: remove unused codeChandni Cherukuri2018-10-187-136/+4
| * | | plat/arm/sgi: reorganize platform macrosChandni Cherukuri2018-10-184-16/+32
| |/ /
* | | Merge pull request #1636 from antonio-nino-diaz-arm/an/consoleAntonio Niño Díaz2018-10-2520-19/+380
|\ \ \
| * | | Deprecate weak crash console functionsAntonio Nino Diaz2018-10-252-0/+8
| * | | rockchip: Use common crash console functionsAntonio Nino Diaz2018-10-253-0/+3
| * | | Add sample crash console functionsAntonio Nino Diaz2018-10-252-0/+184
| * | | plat/arm: Make crash console functions strongAntonio Nino Diaz2018-10-251-3/+3
| * | | Add plat_crash_console_flush to platforms without itAntonio Nino Diaz2018-10-257-5/+91
| * | | zynqmp: Remove dependency on arm_helpers.SAntonio Nino Diaz2018-10-255-11/+91
* | | | Merge pull request #1640 from soby-mathew/sm/fin_con_regAntonio Niño Díaz2018-10-252-2/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Multi-console: Deprecate the `finish_console_register` macroSoby Mathew2018-10-192-2/+4
| |/ /
* | | rpi3: Add mem reserve region to DTB if presentAntonio Nino Diaz2018-10-243-12/+83
* | | Merge pull request #1643 from antonio-nino-diaz-arm/an/libfdtAntonio Niño Díaz2018-10-241-1/+1
|\ \ \
| * | | juno: Increase BL2 max sizeAntonio Nino Diaz2018-10-231-1/+1
* | | | Merge pull request #1639 from chandnich/scmi-updateAntonio Niño Díaz2018-10-245-10/+49
|\ \ \ \ | |/ / / |/| | |
| * | | plat/arm/scmi: introduce plat_css_get_scmi_info APIChandni Cherukuri2018-10-185-10/+49
| |/ /
* | | Merge pull request #1648 from jforissier/qemu-dt-1MAntonio Niño Díaz2018-10-231-1/+1
|\ \ \
| * | | qemu: increase PLAT_QEMU_DT_MAX_SIZE to 1 MiBJerome Forissier2018-10-181-1/+1
* | | | tzc: Fix MISRA defectsAntonio Nino Diaz2018-10-232-4/+4
| |/ / |/| |
* | | Merge pull request #1632 from Yann-lms/stm32mp1_mmcSoby Mathew2018-10-185-5/+191
|\ \ \ | |_|/ |/| |
| * | stm32mp1: update platform files to use MMC devicesYann Gautier2018-10-154-3/+190
| * | stm32mp1: add sdmmc2 driverYann Gautier2018-10-151-2/+1
| |/
* | Merge pull request #1582 from ldts/rcar_gen3/upstreamSoby Mathew2018-10-1822-0/+4716
|\ \
| * | rcar_gen3: drivers: stagingJorge Ramirez-Ortiz2018-10-171-5/+5
| * | rcar-gen3: initial commit for the rcar-gen3 boardsJorge Ramirez-Ortiz2018-10-1722-0/+4716
| |/
* | Merge pull request #1553 from glneo/dcache-late-disableSoby Mathew2018-10-182-1/+17
|\ \
| * | ti: k3: common: Do not disable cache on TI K3 core powerdownAndrew F. Davis2018-10-162-1/+17
| |/
* | Merge pull request #1629 from robertovargas-arm/hw-assisted-coherency-lockSoby Mathew2018-10-183-6/+26
|\ \
| * | scmi: Optimize bakery locks when HW_ASSISTED_COHERENCY is enabledRoberto Vargas2018-10-163-6/+26
| |/
* | Merge pull request #1631 from deepan02/deepak-arm/relocate-jump_if_cpu_midrSoby Mathew2018-10-184-59/+3
|\ \
| * | plat/arm: relocate the jump_if_cpu_midr macro.Deepak Pandey2018-10-154-59/+3
* | | Merge pull request #1628 from antonio-nino-diaz-arm/an/sharingSoby Mathew2018-10-187-15/+130
|\ \ \ | |_|/ |/| |
| * | plat/arm: Remove file arm_board_def.hAntonio Nino Diaz2018-10-114-4/+127