aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1284 from jeenu-arm/tspd-ehfdavidcunado-arm2018-02-281-2/+2
|\
| * EHF: Introduce preempted return code parameter to ehf_allow_ns_preemption()Jeenu Viswambharan2018-02-271-2/+2
* | Merge pull request #1274 from dp-arm/dp/a75davidcunado-arm2018-02-272-26/+52
|\ \
| * | MISRA fixes for Cortex A75 AMU implementationDimitris Papastamos2018-02-271-3/+3
| * | Refactor AMU support for Cortex A75Dimitris Papastamos2018-02-272-23/+6
| * | Factor out CPU AMU helpersDimitris Papastamos2018-02-271-0/+43
* | | Implement {spe,sve}_supported() helpers and refactor codeDimitris Papastamos2018-02-272-2/+4
|/ /
* | Dynamic cfg: MISRA fixesSoby Mathew2018-02-262-4/+5
* | ARM Platforms: Load HW_CONFIG in BL2Soby Mathew2018-02-264-3/+22
* | ARM Platorms: Load TB_FW_CONFIG in BL1Soby Mathew2018-02-262-1/+10
* | Dynamic cfg: Introduce fdt wrappersSoby Mathew2018-02-261-0/+19
* | Add dynamic config image IDsSoby Mathew2018-02-261-0/+9
* | BL1: Deprecate the `bl1_init_bl2_mem_layout()` APISoby Mathew2018-02-262-2/+7
* | ARM Platforms: Migrate to new BL handover interfaceSoby Mathew2018-02-261-7/+7
* | Introduce the new BL handover interfaceSoby Mathew2018-02-262-0/+11
* | Dynamic cfg: Add HW and TB_FW configs to CoTSoby Mathew2018-02-261-1/+7
* | Dynamic cfg: Update the toolsSoby Mathew2018-02-262-3/+9
* | Add image_id to bl1_plat_handle_post/pre_image_load()Soby Mathew2018-02-261-7/+4
|/
* Merge pull request #1264 from fengbaopeng/integrationdavidcunado-arm2018-02-241-0/+19
|\
| * drivers:ufs: fix hynix ufs bug with quirk on hi36xx SoCfengbaopeng2018-02-241-0/+19
* | Redefine SMC_UNK as -1 instead of 0xFFFFFFFFAntonio Nino Diaz2018-02-151-3/+3
|/
* Merge pull request #1256 from jeenu-arm/tsp-ehfdavidcunado-arm2018-02-121-1/+11
|\
| * Deprecate one EL3 interrupt routing model with EL3 exception handlingJeenu Viswambharan2018-02-061-1/+11
* | Merge pull request #1173 from etienne-lms/armv7-qemudavidcunado-arm2018-02-071-1/+9
|\ \
| * | aarch32: use lr as bl32 boot argument on aarch32 only systemsEtienne Carriere2018-02-021-1/+9
* | | Merge pull request #1224 from masahir0y/gzipdavidcunado-arm2018-02-063-1/+51
|\ \ \ | |_|/ |/| |
| * | image_decompress: add APIs for decompressing imagesMasahiro Yamada2018-02-021-0/+24
| * | bl1: add bl1_plat_handle_{pre,post}_image_load()Masahiro Yamada2018-02-021-0/+9
| * | bl2: add bl2_plat_handle_pre_image_load()Masahiro Yamada2018-02-021-1/+2
| * | zlib: add gunzip() supportMasahiro Yamada2018-02-021-0/+16
* | | Merge pull request #1253 from dp-arm/dp/amu32davidcunado-arm2018-02-022-2/+38
|\ \ \ | |_|/ |/| |
| * | AMU: Implement context save/restore for aarch32Joel Hutton2018-01-312-2/+2
| * | AMU: Add assembler helper functions for aarch32Joel Hutton2018-01-311-0/+36
| |/
* | Merge pull request #1240 from dp-arm/dp/smcccdavidcunado-arm2018-02-013-27/+26
|\ \ | |/ |/|
| * Optimize/cleanup BPIALL workaroundDimitris Papastamos2018-01-291-26/+2
| * Implement support for SMCCC v1.1Dimitris Papastamos2018-01-292-1/+24
* | Merge pull request #1235 from jwerner-chromium/JW_udelaydavidcunado-arm2018-01-301-5/+5
|\ \ | |/ |/|
| * Make div_round_up() correct for divisors that are not a power of 2Julius Werner2018-01-221-5/+5
* | Merge pull request #1234 from SNG-ARM/masterdavidcunado-arm2018-01-251-17/+17
|\ \
| * | SPM: Declare explicit width based types in secure_partition_boot_info_t struc...Sughosh Ganu2018-01-221-17/+17
* | | Merge pull request #1228 from dp-arm/dp/cve_2017_5715davidcunado-arm2018-01-254-17/+27
|\ \ \
| * | | Workaround for CVE-2017-5715 for Cortex A9, A15 and A17Dimitris Papastamos2018-01-181-1/+2
| * | | sp_min: Implement workaround for CVE-2017-5715Dimitris Papastamos2018-01-183-16/+25
* | | | Merge pull request #1193 from jwerner-chromium/JW_corebootdavidcunado-arm2018-01-249-5/+263
|\ \ \ \ | |_|/ / |/| | |
| * | | coreboot: Add support for CBMEM consoleJulius Werner2018-01-191-0/+27
| * | | Add platform-independent coreboot support libraryJulius Werner2018-01-191-0/+24
| * | | drivers: cadence: cdns: Update CDNS driver to support MULTI_CONSOLE_APIJulius Werner2018-01-191-0/+24
| * | | drivers: arm: pl011: Update PL011 driver to support MULTI_CONSOLE_APIJulius Werner2018-01-191-0/+24
| * | | drivers: ti: uart: Update 16550 UART driver to support MULTI_CONSOLE_APIJulius Werner2018-01-191-0/+24
| * | | Add new function-pointer-based console APIJulius Werner2017-12-123-4/+132