aboutsummaryrefslogtreecommitdiffstats
path: root/bl1/bl1_fwu.c
Commit message (Expand)AuthorAgeFilesLines
* coverity: fix MISRA violationsZelalem2020-02-181-7/+7
* Unsigned long should not be used as per coding guidelinesDeepika Bhavnani2019-09-131-1/+1
* Switch AARCH32/AARCH64 to __aarch64__Julius Werner2019-08-011-4/+4
* BL1: Fix type consistencyAmbroise Vincent2019-04-011-5/+5
* Remove several warnings reported with W=2Ambroise Vincent2019-04-011-3/+0
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-041-10/+13
* Merge pull request #1584 from danielboulby-arm/db/SwitchesSoby Mathew2018-10-031-4/+2
|\
| * Ensure the flow through switch statements is clearDaniel Boulby2018-09-211-4/+2
* | Remove build option LOAD_IMAGE_V2Roberto Vargas2018-09-281-15/+0
|/
* Fix MISRA rule 8.3 Part 4Roberto Vargas2018-04-131-3/+3
* bl1: fix switch statements to comply with MISRA rulesJonathan Wright2018-03-261-0/+2
* Rename 'smcc' to 'smccc'Antonio Nino Diaz2018-03-211-1/+1
* Add image_id to bl1_plat_handle_post/pre_image_load()Soby Mathew2018-02-261-1/+22
* Fix order of #includesIsla Mitchell2017-07-121-1/+1
* Merge pull request #978 from etienne-lms/minor-builddanh-arm2017-06-281-2/+0
|\
| * context_mgmt: declare extern cm_set_next_context() for AArch32Etienne Carriere2017-06-231-2/+0
* | Fix issues in FWU codeSoby Mathew2017-06-211-9/+14
|/
* FWU: Introduce FWU_SMC_IMAGE_RESETAntonio Nino Diaz2017-06-011-0/+61
* FWU: Check for overlaps when loading imagesAntonio Nino Diaz2017-06-011-0/+149
* AArch32: Add `TRUSTED_BOARD_BOOT` supportdp-arm2017-05-151-5/+32
* Use SPDX license identifiersdp-arm2017-05-031-25/+1
* tspd:FWU:Fix usage of SMC_RET0Antonio Nino Diaz2017-04-201-1/+1
* Introduce unified API to zero memoryDouglas Raillard2017-02-061-2/+2
* Fix integer overflows in BL1 FWU codeSandrine Bailleux2016-12-201-6/+12
* Add some debug assertions in BL1 FWU copy codeSandrine Bailleux2016-12-201-0/+12
* bl1_fwu_image_copy() refactoringSandrine Bailleux2016-12-201-56/+31
* Minor refactoring of BL1 FWU codeSandrine Bailleux2016-12-201-43/+53
* Enable TRUSTED_BOARD_BOOT support for LOAD_IMAGE_V2=1Yatharth Kochar2016-12-141-3/+9
* Fix the inconsistencies in bl1_tbbr_image_descs[]Yatharth Kochar2016-02-221-21/+21
* Merge pull request #470 from danh-arm/dh/fwu-done-fixdanh-arm2015-12-151-4/+4
|\
| * FWU: Pass client cookie to FWU_SMC_UPDATE_DONEDan Handley2015-12-151-4/+4
* | FWU: Remove image_id arg from FWU_SMC_IMAGE_RESUMEDan Handley2015-12-151-36/+39
|/
* FWU: Fix secure memory check in image authDan Handley2015-12-141-1/+2
* FWU: Add Generic Firmware Update framework support in BL1Yatharth Kochar2015-12-091-0/+503