summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-12Merge pull request #1256 from jeenu-arm/tsp-ehfdavidcunado-arm
2018-02-09Merge pull request #1257 from vchong/poplar_maintainerdavidcunado-arm
2018-02-09Merge pull request #1251 from vchong/ld_img_v2davidcunado-arm
2018-02-09Merge pull request #1260 from sandrine-bailleux-arm/topics/sb/fix-zlib-builddavidcunado-arm
2018-02-08zlib: Fix build error when LOG_LEVEL=50Sandrine Bailleux
2018-02-08Merge pull request #1254 from masahir0y/bl2-at-el3davidcunado-arm
2018-02-08hikey*, poplar: platform.mk: Fix typo in variable assignmentsVictor Chong
2018-02-08poplar: Support Trusted OS extra image (OP-TEE header) parsingVictor Chong
2018-02-08poplar: Add LOAD_IMAGE_V2 supportVictor Chong
2018-02-08poplar: Add build option for dram sizeVictor Chong
2018-02-07poplar: Fix typoVictor Chong
2018-02-07poplar: Remove unused function prototypeVictor Chong
2018-02-07maintainers.rst: Add maintainer for plat PoplarVictor Chong
2018-02-07Merge pull request #1173 from etienne-lms/armv7-qemudavidcunado-arm
2018-02-06[fix] aarch32: optee: define the OP-TEE secure payloadEtienne Carriere
2018-02-06interrupt-framework-design.rst: Cosmetic changesJeenu Viswambharan
2018-02-06TSPD: Require NS preemption along with EL3 exception handlingJeenu Viswambharan
2018-02-06TSPD: Explicitly allow NS preemption for Yielding SMCsJeenu Viswambharan
2018-02-06Deprecate one EL3 interrupt routing model with EL3 exception handlingJeenu Viswambharan
2018-02-06Add EL3_EXCEPTION_HANDLING to build command lineJeenu Viswambharan
2018-02-06Merge pull request #1224 from masahir0y/gzipdavidcunado-arm
2018-02-05qemu: support ARMv7/Cortex-A15Etienne Carriere
2018-02-05aarch32: optee: define the OP-TEE secure payloadEtienne Carriere
2018-02-02Merge pull request #1249 from masahir0y/uniphierdavidcunado-arm
2018-02-02aarch32: use lr as bl32 boot argument on aarch32 only systemsEtienne Carriere
2018-02-02Merge pull request #1253 from dp-arm/dp/amu32davidcunado-arm
2018-02-02uniphier: add ULL to physical address literalsMasahiro Yamada
2018-02-02uniphier: allocate xlat region of on-chip SRAM only when neededMasahiro Yamada
2018-02-02uniphier: get back original BL31/32 location used before BL2-AT-EL3Masahiro Yamada
2018-02-01Merge pull request #1247 from rockchip-linux/rk3399/fixes-memory-corruptionsdavidcunado-arm
2018-02-01Merge pull request #1245 from antonio-nino-diaz-arm/an/checkpatchdavidcunado-arm
2018-02-02uniphier: support GZIP-compressed imagesMasahiro Yamada
2018-02-02uniphier: add a helper to get image_infoMasahiro Yamada
2018-02-02image_decompress: add APIs for decompressing imagesMasahiro Yamada
2018-02-02bl1: add bl1_plat_handle_{pre,post}_image_load()Masahiro Yamada
2018-02-02bl2: add bl2_plat_handle_pre_image_load()Masahiro Yamada
2018-02-02plat/common: move arch-agnostic fallback functions to C fileMasahiro Yamada
2018-02-02zlib: add gunzip() supportMasahiro Yamada
2018-02-02zlib: import zlib files from zlib 1.2.11Masahiro Yamada
2018-02-02Build: add GZIP compression filterMasahiro Yamada
2018-02-02Build: support pre-tool image processingMasahiro Yamada
2018-02-01Build: change the first parameter of TOOL_ADD_IMG to lowercaseMasahiro Yamada
2018-02-01Build: make tools depend on $(BIN) instead of PHONY targetMasahiro Yamada
2018-02-01Build: remove third argument of CERT_ADD_CMD_OPTMasahiro Yamada
2018-02-01Build: rename FIP_ADD_IMG to TOOL_ADD_IMGMasahiro Yamada
2018-02-01Build: rename FIP_ADD_PAYLOAD to TOOL_ADD_PAYLOADMasahiro Yamada
2018-02-01Build: move cert_create arguments and dependency to FIP_ADD_PAYLOADMasahiro Yamada
2018-02-01Build: rip off unneeded $(eval ...) from buid macrosMasahiro Yamada
2018-02-01Build: merge build macros between FIP_ and FWU_FIP_Masahiro Yamada
2018-02-01Build: squash MAKE_TOOL_ARGS into MAKE_BLMasahiro Yamada