aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | utils_def: Add REGSZ and make BIT() assembly-compatibleJulius Werner2017-12-121-1/+8
| | |/ | |/|
* | | Merge pull request #1227 from geesun/qx/emmc_macrosdavidcunado-arm2018-01-191-1/+4
|\ \ \
| * | | emmc: add macros CMD21, BUS_WIDTH_DDR_4 and BUS_WIDTH_DDR_8Qixiang Xu2018-01-171-1/+4
* | | | Merge pull request #1200 from robertovargas-arm/bl2-el3davidcunado-arm2018-01-199-13/+45
|\ \ \ \ | |_|_|/ |/| | |
| * | | Mark functions defined in assembly filesRoberto Vargas2018-01-181-1/+1
| * | | bl2-el3: Add BL2 at EL3 support in FVPRoberto Vargas2018-01-182-0/+9
| * | | bl2-el3: Add BL2_EL3 imageRoberto Vargas2018-01-186-12/+35
* | | | utils: rename struct mem_region_t to struct mem_regionMasahiro Yamada2018-01-161-1/+1
| |/ / |/| |
* | | Merge pull request #1219 from antonio-nino-diaz-arm/an/mm-versiondavidcunado-arm2018-01-162-17/+38
|\ \ \
| * | | SPM: Fix version header definitionsAntonio Nino Diaz2018-01-102-17/+38
| |/ /
* | | Merge pull request #1215 from vwadekar/tlkd-ns-dram-rangesdavidcunado-arm2018-01-161-1/+2
|\ \ \
| * | | spd: tlkd: support for "NS memory ranges" function IDVarun Wadekar2018-01-081-1/+2
| |/ /
* | | Merge pull request #1197 from dp-arm/dp/amudavidcunado-arm2018-01-127-1/+116
|\ \ \
| * | | Add hooks to save/restore AMU context for Cortex A75Dimitris Papastamos2018-01-111-0/+12
| * | | AMU: Add hooks to save/restore AMU contextDimitris Papastamos2018-01-111-0/+5
| * | | AMU: Add configuration helpers for aarch64Dimitris Papastamos2018-01-114-0/+72
| * | | AMU: Add plat interface to select which group 1 counters to enableDimitris Papastamos2018-01-111-1/+20
| * | | Add PubSub events for CPU powerdown/powerupDimitris Papastamos2018-01-111-0/+7
| |/ /
* | | Merge pull request #1214 from dp-arm/dp/cve_2017_5715davidcunado-arm2018-01-113-11/+43
|\ \ \
| * | | Use PFR0 to identify need for mitigation of CVE-2017-5915Dimitris Papastamos2018-01-111-0/+3
| * | | Workaround for CVE-2017-5715 on Cortex A73 and A75Dimitris Papastamos2018-01-112-1/+30
| * | | Workaround for CVE-2017-5715 on Cortex A57 and A72Dimitris Papastamos2018-01-111-10/+10
| |/ /
* / / Increase BL31 memory space by 2 pagesDimitris Papastamos2018-01-111-1/+1
|/ /
* | Move TSP to TZC secured DRAMDimitris Papastamos2018-01-031-1/+1
* | ARM platforms: Allow platforms to define SDEI eventsJeenu Viswambharan2017-12-191-0/+11
|/