aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* plat/common: move arch-agnostic fallback functions to C fileMasahiro Yamada2018-02-024-67/+34
* zlib: add gunzip() supportMasahiro Yamada2018-02-023-0/+142
* zlib: import zlib files from zlib 1.2.11Masahiro Yamada2018-02-0214-0/+6591
* Build: add GZIP compression filterMasahiro Yamada2018-02-021-0/+13
* Build: support pre-tool image processingMasahiro Yamada2018-02-021-2/+29
* Build: change the first parameter of TOOL_ADD_IMG to lowercaseMasahiro Yamada2018-02-017-21/+25
* Build: make tools depend on $(BIN) instead of PHONY targetMasahiro Yamada2018-02-011-2/+2
* Build: remove third argument of CERT_ADD_CMD_OPTMasahiro Yamada2018-02-012-5/+3
* Build: rename FIP_ADD_IMG to TOOL_ADD_IMGMasahiro Yamada2018-02-017-25/+25
* Build: rename FIP_ADD_PAYLOAD to TOOL_ADD_PAYLOADMasahiro Yamada2018-02-012-17/+18
* Build: move cert_create arguments and dependency to FIP_ADD_PAYLOADMasahiro Yamada2018-02-012-44/+8
* Build: rip off unneeded $(eval ...) from buid macrosMasahiro Yamada2018-02-011-6/+6
* Build: merge build macros between FIP_ and FWU_FIP_Masahiro Yamada2018-02-015-58/+26
* Build: squash MAKE_TOOL_ARGS into MAKE_BLMasahiro Yamada2018-02-011-11/+1
* Build: refactor BL32 build rulesMasahiro Yamada2018-02-011-3/+5
* Build: replace $(call MAKE_TOOL_ARGS,...) with $(call FIP_ADD_IMG,...)Masahiro Yamada2018-02-011-4/+4
* Build: check if specified external image existsMasahiro Yamada2018-02-011-1/+3
* Merge pull request #1236 from dbasehore/gic-save-restoredavidcunado-arm2018-02-015-8/+33
|\
| * rockchip: Disable rdist before pwr_dm_suspend is calledDerek Basehore2018-01-251-3/+3
| * rockchip/rk3399: Save and restore GICDerek Basehore2018-01-232-0/+10
| * rockchip/rk3399: Add udelay to wait loopsDerek Basehore2018-01-231-2/+8
| * rockchip/rk3399: Fix QOS save/restoreDerek Basehore2018-01-231-2/+2
| * GICv3: Fix Dist restore for when the GIC is resetDerek Basehore2018-01-231-0/+9
| * rockchip/rk3399: Change PD_CTR_LOOP to 10000Derek Basehore2018-01-231-1/+1
* | Merge pull request #1242 from afaerber/fiptool-hikey-paddavidcunado-arm2018-01-301-1/+1
|\ \
| * | fiptool: Fix use after freeAndreas Färber2018-01-271-1/+1
* | | Merge pull request #1220 from jwerner-chromium/JW_ld_bfddavidcunado-arm2018-01-301-0/+6
|\ \ \
| * | | Makefile: Use ld.bfd linker if availableJulius Werner2018-01-291-0/+6
* | | | Merge pull request #1248 from stevecapperarm/fixes/pie-logicdavidcunado-arm2018-01-301-1/+1
|\ \ \ \
| * | | | Correct the Makefile logic for disabling PIESteve Capper2018-01-231-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #1235 from jwerner-chromium/JW_udelaydavidcunado-arm2018-01-302-6/+8
|\ \ \ \
| * | | | delay_timer: Guarantee that delay time can never be undershotJulius Werner2018-01-251-1/+3
| * | | | Make div_round_up() correct for divisors that are not a power of 2Julius Werner2018-01-221-5/+5
| | |/ / | |/| |
* | | | Merge pull request #1237 from sandrine-bailleux-arm/sb/spm-timerdavidcunado-arm2018-01-291-0/+4
|\ \ \ \
| * | | | SPM: Map devices in the 1st GBSandrine Bailleux2018-01-291-0/+4
| | |_|/ | |/| |
* | | | Merge pull request #1246 from sandrine-bailleux-arm/topics/sb/fix-cnp-docdavidcunado-arm2018-01-291-3/+3
|\ \ \ \
| * | | | Fix documentation for CnP bitSandrine Bailleux2018-01-291-3/+3
| |/ / /
* | | | Merge pull request #1243 from afaerber/hikey-docsdavidcunado-arm2018-01-291-1/+1
|\ \ \ \
| * | | | docs: hikey: Fix typoAndreas Färber2018-01-291-1/+1
| |/ / /
* | | | Merge pull request #1241 from vchong/fixmemprotdavidcunado-arm2018-01-291-4/+6
|\ \ \ \
| * | | | hikey: fix assert in sec_protect()Victor Chong2018-01-281-4/+6
|/ / / /
* | | | Merge pull request #1205 from petegriffin/hikey-protect-memorydavidcunado-arm2018-01-264-0/+106
|\ \ \ \ | |/ / / |/| | |
| * | | hikey: configure 4 MB of secure DRAM for OP-TEE Secure Data PathPeter Griffin2018-01-241-4/+7
| * | | hikey: configure the top 16MB of DRAM as secureJerome Forissier2018-01-244-0/+103
* | | | Merge pull request #1232 from masahir0y/uniphierdavidcunado-arm2018-01-257-157/+74
|\ \ \ \
| * | | | uniphier: switch to BL2-AT-EL3 and remove BL1 supportMasahiro Yamada2018-01-246-134/+66
| * | | | uniphier: set PROGRAMMABLE_RESET_ADDRESS to disable warm boot mailboxMasahiro Yamada2018-01-242-23/+8
* | | | | 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 #1231 from Leo-Yan/hikey960_enable_fiq_handlingdavidcunado-arm2018-01-251-0/+33
|\ \ \ \ \