project/bcm63xx/atf.git
2018-02-01 Masahiro Yamadazlib: add gunzip() support
2018-02-01 Masahiro Yamadazlib: import zlib files from zlib 1.2.11
2018-02-01 Masahiro YamadaBuild: add GZIP compression filter
2018-02-01 Masahiro YamadaBuild: support pre-tool image processing
2018-02-01 Masahiro YamadaBuild: change the first parameter of TOOL_ADD_IMG to...
2018-02-01 Masahiro YamadaBuild: make tools depend on $(BIN) instead of PHONY...
2018-02-01 Masahiro YamadaBuild: remove third argument of CERT_ADD_CMD_OPT
2018-02-01 Masahiro YamadaBuild: rename FIP_ADD_IMG to TOOL_ADD_IMG
2018-02-01 Masahiro YamadaBuild: rename FIP_ADD_PAYLOAD to TOOL_ADD_PAYLOAD
2018-02-01 Masahiro YamadaBuild: move cert_create arguments and dependency to...
2018-02-01 Masahiro YamadaBuild: rip off unneeded $(eval ...) from buid macros
2018-02-01 Masahiro YamadaBuild: merge build macros between FIP_ and FWU_FIP_
2018-02-01 Masahiro YamadaBuild: squash MAKE_TOOL_ARGS into MAKE_BL
2018-02-01 Masahiro YamadaBuild: refactor BL32 build rules
2018-02-01 Masahiro YamadaBuild: replace $(call MAKE_TOOL_ARGS,...) with $(call...
2018-02-01 Masahiro YamadaBuild: check if specified external image exists
2018-02-01 davidcunado-armMerge pull request #1236 from dbasehore/gic-save-restore
2018-01-30 davidcunado-armMerge pull request #1242 from afaerber/fiptool-hikey-pad
2018-01-30 davidcunado-armMerge pull request #1220 from jwerner-chromium/JW_ld_bfd
2018-01-30 davidcunado-armMerge pull request #1248 from stevecapperarm/fixes...
2018-01-30 davidcunado-armMerge pull request #1235 from jwerner-chromium/JW_udelay
2018-01-29 davidcunado-armMerge pull request #1237 from sandrine-bailleux-arm...
2018-01-29 davidcunado-armMerge pull request #1246 from sandrine-bailleux-arm...
2018-01-29 davidcunado-armMerge pull request #1243 from afaerber/hikey-docs
2018-01-29 Julius WernerMakefile: Use ld.bfd linker if available
2018-01-29 Sandrine BailleuxFix documentation for CnP bit
2018-01-29 davidcunado-armMerge pull request #1241 from vchong/fixmemprot
2018-01-29 Sandrine BailleuxSPM: Map devices in the 1st GB
2018-01-29 Andreas Färberdocs: hikey: Fix typo
2018-01-27 Andreas Färberfiptool: Fix use after free
2018-01-27 Victor Chonghikey: fix assert in sec_protect()
2018-01-26 davidcunado-armMerge pull request #1205 from petegriffin/hikey-protect...
2018-01-26 Derek Basehorerockchip: Disable rdist before pwr_dm_suspend is called
2018-01-25 Julius Wernerdelay_timer: Guarantee that delay time can never be...
2018-01-25 davidcunado-armMerge pull request #1232 from masahir0y/uniphier
2018-01-25 davidcunado-armMerge pull request #1234 from SNG-ARM/master
2018-01-25 davidcunado-armMerge pull request #1231 from Leo-Yan/hikey960_enable_f...
2018-01-25 davidcunado-armMerge pull request #1228 from dp-arm/dp/cve_2017_5715
2018-01-24 davidcunado-armMerge pull request #1223 from vchong/poplar_bl1loadsfip
2018-01-24 davidcunado-armMerge pull request #1193 from jwerner-chromium/JW_coreboot
2018-01-24 Masahiro Yamadauniphier: switch to BL2-AT-EL3 and remove BL1 support
2018-01-24 Masahiro Yamadauniphier: set PROGRAMMABLE_RESET_ADDRESS to disable...
2018-01-24 davidcunado-armMerge pull request #1233 from soby-mathew/sm/rm_uniphie...
2018-01-24 Peter Griffinhikey: configure 4 MB of secure DRAM for OP-TEE Secure...
2018-01-24 Jerome Forissierhikey: configure the top 16MB of DRAM as secure
2018-01-24 Derek Basehorerockchip/rk3399: Save and restore GIC
2018-01-24 Derek Basehorerockchip/rk3399: Add udelay to wait loops
2018-01-24 Derek Basehorerockchip/rk3399: Fix QOS save/restore
2018-01-24 Derek BasehoreGICv3: Fix Dist restore for when the GIC is reset
2018-01-24 Derek Basehorerockchip/rk3399: Change PD_CTR_LOOP to 10000
2018-01-23 Steve CapperCorrect the Makefile logic for disabling PIE
2018-01-22 Julius WernerMake div_round_up() correct for divisors that are not...
2018-01-22 Sughosh GanuSPM: Declare explicit width based types in secure_parti...
2018-01-22 Soby MathewAllow API deprecation for uniphier platform
2018-01-22 Victor Chongpoplar: Add support for recovery build
2018-01-22 Victor Chongpoplar: Enable emmc support
2018-01-22 Leo YanHikey960: Enable invalid FIQ handling
2018-01-20 davidcunado-armMerge pull request #1229 from manojkumar-arm/manojkumar...
2018-01-19 davidcunado-armMerge pull request #1227 from geesun/qx/emmc_macros
2018-01-19 Julius Wernercoreboot: Add support for CBMEM console
2018-01-19 Julius Wernerrockchip: Move to MULTI_CONSOLE_API
2018-01-19 Julius Wernerrockchip: Use coreboot-supplied serial console on coreb...
2018-01-19 Julius WernerAdd platform-independent coreboot support library
2018-01-19 Julius Wernerdrivers: cadence: cdns: Update CDNS driver to support...
2018-01-19 Julius Wernerdrivers: arm: pl011: Update PL011 driver to support...
2018-01-19 Julius Wernerdrivers: ti: uart: Update 16550 UART driver to support...
2018-01-19 Julius WernerAdd default crash console code to hook up to new consol...
2018-01-19 davidcunado-armMerge pull request #1200 from robertovargas-arm/bl2-el3
2018-01-19 Manoj Kumarlib/cpus: fix branching in reset function for cortex...
2018-01-18 Roberto Vargasbl2-el3: Don't compile BL1 when BL2_AT_EL3 is defined...
2018-01-18 Roberto Vargasbl2-el3: Don't include BL2 in fip for BL2 at EL3
2018-01-18 Roberto Vargasbl2-el3: Add documentation for BL2 at EL3
2018-01-18 Dimitris PapastamosWorkaround for CVE-2017-5715 for Cortex A9, A15 and A17
2018-01-18 Dimitris Papastamossp_min: Implement workaround for CVE-2017-5715
2018-01-18 Dimitris PapastamosPrint erratum application report for CVE-2017-5715
2018-01-18 Dimitris PapastamosChange the default errata format string
2018-01-18 Roberto Vargasbl2-el3: Mark all the assembly functions in bl2 at el3
2018-01-18 Roberto VargasMark functions defined in assembly files
2018-01-18 Roberto Vargasbl2-el3: Add BL2 at EL3 support in FVP
2018-01-18 Roberto Vargasbl2-el3: Add BL2_EL3 image
2018-01-17 davidcunado-armMerge pull request #1226 from masahir0y/utils
2018-01-17 davidcunado-armMerge pull request #1211 from Leo-Yan/remove_ca73_cpu_n...
2018-01-17 Qixiang Xuemmc: add macros CMD21, BUS_WIDTH_DDR_4 and BUS_WIDTH_DDR_8
2018-01-16 Masahiro Yamadautils: rename struct mem_region_t to struct mem_region
2018-01-16 Leo YanHikey960: Change CPU standby state for WFI
2018-01-16 Leo YanRevert "Hikey960: Change to use recommended power state...
2018-01-16 davidcunado-armMerge pull request #1221 from hzhuang1/fix_HLE
2018-01-16 davidcunado-armMerge pull request #1219 from antonio-nino-diaz-arm...
2018-01-16 davidcunado-armMerge pull request #1218 from antonio-nino-diaz-arm...
2018-01-16 davidcunado-armMerge pull request #1216 from hzhuang1/fix_psci
2018-01-16 davidcunado-armMerge pull request #1215 from vwadekar/tlkd-ns-dram...
2018-01-15 davidcunado-armMerge pull request #1217 from robertovargas-arm/doc...
2018-01-15 davidcunado-armMerge pull request #1213 from masahir0y/uniphier
2018-01-15 davidcunado-armMerge pull request #1225 from dp-arm/dp/amu-remove...
2018-01-15 Dimitris PapastamosAMU: Remove unnecessary WARN()
2018-01-12 davidcunado-armMerge pull request #1197 from dp-arm/dp/amu
2018-01-11 davidcunado-armMerge pull request #1214 from dp-arm/dp/cve_2017_5715
2018-01-11 davidcunado-armMerge pull request #1222 from davidcunado-arm/dp/bl31_mem
2018-01-11 Dimitris PapastamosIncrease BL31 memory space by 2 pages
2018-01-11 Dimitris PapastamosAdd hooks to save/restore AMU context for Cortex A75
next