aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* AMU: Add assembler helper functions for aarch32Joel Hutton2018-01-313-1/+303
* 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
|\ \ \ \ \
| * | | | | Hikey960: Enable invalid FIQ handlingLeo Yan2018-01-221-0/+33
| |/ / / /
* | | | | Merge pull request #1228 from dp-arm/dp/cve_2017_5715davidcunado-arm2018-01-2518-35/+414
|\ \ \ \ \
| * | | | | Workaround for CVE-2017-5715 for Cortex A9, A15 and A17Dimitris Papastamos2018-01-186-4/+127
| * | | | | sp_min: Implement workaround for CVE-2017-5715Dimitris Papastamos2018-01-187-24/+189
| * | | | | Print erratum application report for CVE-2017-5715Dimitris Papastamos2018-01-184-5/+96
| * | | | | Change the default errata format stringDimitris Papastamos2018-01-181-2/+2
* | | | | | Merge pull request #1223 from vchong/poplar_bl1loadsfipdavidcunado-arm2018-01-247-14/+152
|\ \ \ \ \ \
| * | | | | | poplar: Add support for recovery buildVictor Chong2018-01-225-5/+79
| * | | | | | poplar: Enable emmc supportVictor Chong2018-01-227-24/+88
| |/ / / / /
* | | | | | Merge pull request #1193 from jwerner-chromium/JW_corebootdavidcunado-arm2018-01-2433-327/+1583
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | coreboot: Add support for CBMEM consoleJulius Werner2018-01-194-0/+166
| * | | | | rockchip: Move to MULTI_CONSOLE_APIJulius Werner2018-01-196-40/+19
| * | | | | rockchip: Use coreboot-supplied serial console on coreboot systemsJulius Werner2018-01-196-3/+29
| * | | | | Add platform-independent coreboot support libraryJulius Werner2018-01-194-0/+137
| * | | | | drivers: cadence: cdns: Update CDNS driver to support MULTI_CONSOLE_APIJulius Werner2018-01-192-30/+139
| * | | | | drivers: arm: pl011: Update PL011 driver to support MULTI_CONSOLE_APIJulius Werner2018-01-192-33/+167
| * | | | | drivers: ti: uart: Update 16550 UART driver to support MULTI_CONSOLE_APIJulius Werner2018-01-192-25/+146
| * | | | | Add default crash console code to hook up to new console APIJulius Werner2018-01-192-21/+102
| * | | | | Add new function-pointer-based console APIJulius Werner2017-12-1210-164/+646
| * | | | | rockchip: Implement a panic handler that will reboot the systemJulius Werner2017-12-121-0/+14
| * | | | | utils_def: Add REGSZ and make BIT() assembly-compatibleJulius Werner2017-12-122-17/+24
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1233 from soby-mathew/sm/rm_uniphier_overridedavidcunado-arm2018-01-241-1/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Allow API deprecation for uniphier platformSoby Mathew2018-01-221-1/+0
|/ / / /