summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1312 from davidcunado-arm/dc/update_docsv1.5-rc3davidcunado-arm2018-03-1534-1047/+1329
|\
| * Update model support in User GuideDavid Cunado2018-03-151-18/+45
| * Update change-log.rst for v1.5David Cunado2018-03-151-2/+289
| * Update Arm TF references to TF-ADan Handley2018-03-1534-1031/+999
|/
* Merge pull request #1308 from soby-mathew/sm/doc_dyn_cfgdavidcunado-arm2018-03-153-51/+132
|\
| * Docs: Update design guide for dynamic configSoby Mathew2018-03-133-51/+132
* | Merge pull request #1310 from JoelHutton/jh/aarch32_mem_protect_fixdavidcunado-arm2018-03-151-0/+1
|\ \
| * | FVP AArch32: Fix flash access in BL32 for mem_protectJoel Hutton2018-03-151-0/+1
| |/
* | Merge pull request #1305 from dp-arm/dp/smcccdavidcunado-arm2018-03-149-35/+117
|\ \ | |/ |/|
| * Fixup `SMCCC_ARCH_FEATURES` semanticsDimitris Papastamos2018-03-149-17/+88
| * Use PFR0 to identify need for mitigation of CVE-2017-5715Dimitris Papastamos2018-03-144-18/+29
|/
* Merge pull request #1303 from soby-mathew/sm/fix_juno_fwuv1.5-rc2davidcunado-arm2018-03-0810-72/+24
|\
| * Juno: Change the Firmware update detect mechanismSoby Mathew2018-03-089-72/+22
| * BL2U: Fix ARM platform timer initilizationSoby Mathew2018-03-071-0/+2
* | Merge pull request #1277 from hzhuang1/testing/bl2_el3_v0.6davidcunado-arm2018-03-0824-1414/+1058
|\ \
| * | hikey960: move out duplicated codeHaojian Zhuang2018-03-055-852/+450
| * | hikey960: fix invoking driver init in image load driverHaojian Zhuang2018-03-053-9/+4
| * | hikey960: migrate to bl2_el3Haojian Zhuang2018-03-057-49/+535
| * | hikey960: drop LOAD_IMAGE v1Haojian Zhuang2018-03-055-230/+4
| * | hikey960: fix memory overlapped in memory mapHaojian Zhuang2018-03-051-16/+2
| * | hikey960: avoid to dump message when fetch boardidHaojian Zhuang2018-03-051-5/+1
| * | hikey: move out duplicated codeHaojian Zhuang2018-03-055-758/+404
| * | hikey: migrate to bl2_el3Haojian Zhuang2018-03-058-56/+450
| * | hikey: clean dcache for SRAM after initializedHaojian Zhuang2018-03-051-0/+1
| * | hikey: drop LOAD_IMAGE v1Haojian Zhuang2018-03-055-226/+8
| * | hikey: fix memory overlapped in memory mapHaojian Zhuang2018-01-301-16/+2
* | | Merge pull request #1302 from hzhuang1/fix_builddavidcunado-arm2018-03-072-5/+5
|\ \ \ | |_|/ |/| |
| * | hikey: fix build issue with CLANGHaojian Zhuang2018-03-061-2/+2
| * | hikey960: fix build issue with CLANGHaojian Zhuang2018-03-061-3/+3
* | | Merge pull request #1239 from arve-android/trusty-fixesdavidcunado-arm2018-03-076-26/+235
|\ \ \
| * | | trusty: Add boot parameter documentationArve Hjønnevåg2018-03-051-0/+17
| * | | trusty: Fix another reported misra violationArve Hjønnevåg2018-03-021-1/+1
| * | | trusty: Fix reported misra violationArve Hjønnevåg2018-03-011-1/+1
| * | | trusty: Fix reported static check errorsArve Hjønnevåg2018-02-282-2/+2
| * | | trusty: Change type of aarch32 flag t boolArve Hjønnevåg2018-02-281-2/+3
| * | | tegra/trusty: Setup tegra specific trusty args in platform codeArve Hjønnevåg2018-02-212-4/+18
| * | | trusty: generic-arm64-smcall: Use SPDX license identifiersArve Hjønnevåg2018-02-012-50/+2
| * | | trusty: Pass cpu suspend/resume reason to trustyArve Hjønnevåg2018-01-241-8/+8
| * | | trusty: Run bl33 in EL1 instead of EL2 is trusty image is 32-bitArve Hjønnevåg2018-01-241-0/+25
| * | | trusty: Add fpu/simd supportArve Hjønnevåg2018-01-242-4/+5
| * | | trusty: Add generic-arm64 supportArve Hjønnevåg2018-01-243-0/+173
| * | | trusty: Restore working trusty setup code and include trusty image in buildArve Hjønnevåg2018-01-242-10/+36
* | | | Merge pull request #1301 from ldebieve/lde/issue-tf#562davidcunado-arm2018-03-061-0/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | bl2-el3: Fix bl32 lr_svc used for bl33 entry addressLionel Debieve2018-03-051-0/+5
|/ / /
* | | Merge pull request #1300 from davidcunado-arm/ak/fix_argsv1.5-rc1davidcunado-arm2018-03-051-5/+14
|\ \ \
| * | | Dynamic cfg: Do not populate args if already initializedAmit Daniel Kachhap2018-03-051-5/+14
|/ / /
* | | Merge pull request #1288 from michpappas/tf-issues#558_qemu_separate_code_and...davidcunado-arm2018-03-057-25/+22
|\ \ \
| * | | qemu: Support SEPARATE_CODE_AND_RODATAMichalis Pappas2018-02-287-25/+22
* | | | Merge pull request #1298 from michpappas/tf-issues#560_qemu_UART1_data_abortdavidcunado-arm2018-03-051-1/+1
|\ \ \ \
| * | | | qemu: Accessing UART1 causes a data abortMichalis Pappas2018-03-041-1/+1