aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Standardise header guards across codebaseAntonio Nino Diaz2018-11-08188-543/+586
* Arm platforms: Fix DRAM address macrosSandrine Bailleux2018-11-071-2/+2
* Introduce fdtw_read_array() helperAntonio Nino Diaz2018-11-021-0/+2
* Introduce new fdt helper to read string propertiesAntonio Nino Diaz2018-11-021-0/+3
* libc: Adapt strlcpy to this codebaseAntonio Nino Diaz2018-11-021-0/+1
* bakery: Fix MISRA defectsAntonio Nino Diaz2018-11-012-14/+32
* plat/arm: Fix MISRA defects in dyn configAntonio Nino Diaz2018-11-011-3/+3
* plat/arm: Fix types of constants in headersAntonio Nino Diaz2018-11-013-31/+31
* context_mgmt: Fix MISRA defectsAntonio Nino Diaz2018-11-017-37/+49
* Merge pull request #1657 from antonio-nino-diaz-arm/an/libfdtAntonio Niño Díaz2018-11-012-68/+9
|\
| * libfdt: Downgrade to version 1.4.6-9Antonio Nino Diaz2018-10-302-68/+9
* | Merge pull request #1623 from MISL-EBU-System-SW/a3700-supportAntonio Niño Díaz2018-11-018-5/+379
|\ \
| * | plat: marvell: Add support for Armada-37xx SoC platformKonstantin Porotchkin2018-10-316-3/+370
| * | plat: marvell: Fix the wrong include protectorKonstantin Porotchkin2018-10-181-2/+2
| * | lib/mmio: Add mmio_clrsetbits_16 inline functionKonstantin Porotchkin2018-10-181-0/+7
* | | Merge pull request #1650 from chandnich/sgiclark-ares-supportAntonio Niño Díaz2018-10-311-0/+7
|\ \ \
| * | | plat/arm/css: Add SID registers for SGx platformsChandni Cherukuri2018-10-261-0/+7
* | | | Merge pull request #1646 from Andre-ARM/allwinner/pmic-v2Antonio Niño Díaz2018-10-311-0/+20
|\ \ \ \
| * | | | allwinner: Add RSB driverAndre Przywara2018-10-201-0/+20
* | | | | Fix MISRA defects in PMFAntonio Nino Diaz2018-10-292-9/+9
* | | | | Fix MISRA defects in workaround and errata frameworkAntonio Nino Diaz2018-10-296-23/+26
* | | | | plat/arm: Fix MISRA defects in SiP SVC handlerAntonio Nino Diaz2018-10-292-14/+16
* | | | | Fix MISRA defects in extension libsAntonio Nino Diaz2018-10-296-30/+36
| |_|_|/ |/| | |
* | | | Merge pull request #1644 from soby-mathew/sm/pie_protoSoby Mathew2018-10-297-18/+56
|\ \ \ \
| * | | | PIE: Position Independant Executable support for BL31Soby Mathew2018-10-291-0/+1
| * | | | Make errata reporting mandatory for CPU filesSoby Mathew2018-10-292-4/+2
| * | | | PIE: Use PC relative adrp/adr for symbol referenceSoby Mathew2018-10-293-14/+30
| * | | | Add helper to return reference to a symbolSoby Mathew2018-10-291-0/+23
* | | | | Merge pull request #1616 from antonio-nino-diaz-arm/an/gxbbSoby Mathew2018-10-291-0/+37
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | meson: console: Introduce console driverAntonio Nino Diaz2018-10-261-0/+37
| | |/ / | |/| |
* | | | Convert arm_setup_page_tables into a generic helperRoberto Vargas2018-10-262-6/+5
* | | | xlat: Fix compatibility between v1 and v2Antonio Nino Diaz2018-10-264-14/+13
|/ / /
* | | Merge pull request #1640 from soby-mathew/sm/fin_con_regAntonio Niño Díaz2018-10-252-1/+86
|\ \ \
| * | | Multi-console: Deprecate the `finish_console_register` macroSoby Mathew2018-10-192-1/+86
| |/ /
* | | Merge pull request #1643 from antonio-nino-diaz-arm/an/libfdtAntonio Niño Díaz2018-10-244-67/+283
|\ \ \
| * | | libfdt: Import version v1.4.7Antonio Nino Diaz2018-10-233-0/+2211
| * | | libfdt: Remove current versionAntonio Nino Diaz2018-10-233-1996/+0
| * | | libc: Integrate strrchr in libcAntonio Nino Diaz2018-10-231-0/+1
* | | | Merge pull request #1641 from jeenu-arm/ptrauthAntonio Niño Díaz2018-10-242-1/+10
|\ \ \ \ | |/ / / |/| | |
| * | | AArch64: Enable lower ELs to use pointer authenticationJeenu Viswambharan2018-10-162-1/+10
* | | | tzc: Fix MISRA defectsAntonio Nino Diaz2018-10-235-181/+184
| |/ / |/| |
* | | Merge pull request #1632 from Yann-lms/stm32mp1_mmcSoby Mathew2018-10-185-1/+86
|\ \ \ | |_|/ |/| |
| * | stm32mp1: add an IO to read MMC devicesYann Gautier2018-10-151-0/+14
| * | stm32mp1: add an IO to read STM32IMAGE binariesYann Gautier2018-10-151-0/+32
| * | Add new defines for STM32MP1 platformYann Gautier2018-10-152-1/+9
| * | stm32mp1: add sdmmc2 driverYann Gautier2018-10-151-0/+31
| |/
* | Merge pull request #1629 from robertovargas-arm/hw-assisted-coherency-lockSoby Mathew2018-10-181-0/+9
|\ \
| * | scmi: Optimize bakery locks when HW_ASSISTED_COHERENCY is enabledRoberto Vargas2018-10-161-0/+9
| |/
* | Merge pull request #1631 from deepan02/deepak-arm/relocate-jump_if_cpu_midrSoby Mathew2018-10-182-0/+27
|\ \
| * | plat/arm: relocate the jump_if_cpu_midr macro.Deepak Pandey2018-10-152-0/+27