summaryrefslogtreecommitdiff
path: root/bl1/bl1_fwu.c
AgeCommit message (Expand)Author
2019-09-13Unsigned long should not be used as per coding guidelinesDeepika Bhavnani
2019-08-01Switch AARCH32/AARCH64 to __aarch64__Julius Werner
2019-04-01BL1: Fix type consistencyAmbroise Vincent
2019-04-01Remove several warnings reported with W=2Ambroise Vincent
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2018-10-03Merge pull request #1584 from danielboulby-arm/db/SwitchesSoby Mathew
2018-09-28Remove build option LOAD_IMAGE_V2Roberto Vargas
2018-09-21Ensure the flow through switch statements is clearDaniel Boulby
2018-04-13Fix MISRA rule 8.3 Part 4Roberto Vargas
2018-03-26bl1: fix switch statements to comply with MISRA rulesJonathan Wright
2018-03-21Rename 'smcc' to 'smccc'Antonio Nino Diaz
2018-02-26Add image_id to bl1_plat_handle_post/pre_image_load()Soby Mathew
2017-07-12Fix order of #includesIsla Mitchell
2017-06-28Merge pull request #978 from etienne-lms/minor-builddanh-arm
2017-06-23context_mgmt: declare extern cm_set_next_context() for AArch32Etienne Carriere
2017-06-21Fix issues in FWU codeSoby Mathew
2017-06-01FWU: Introduce FWU_SMC_IMAGE_RESETAntonio Nino Diaz
2017-06-01FWU: Check for overlaps when loading imagesAntonio Nino Diaz
2017-05-15AArch32: Add `TRUSTED_BOARD_BOOT` supportdp-arm
2017-05-03Use SPDX license identifiersdp-arm
2017-04-20tspd:FWU:Fix usage of SMC_RET0Antonio Nino Diaz
2017-02-06Introduce unified API to zero memoryDouglas Raillard
2016-12-20Fix integer overflows in BL1 FWU codeSandrine Bailleux
2016-12-20Add some debug assertions in BL1 FWU copy codeSandrine Bailleux
2016-12-20bl1_fwu_image_copy() refactoringSandrine Bailleux
2016-12-20Minor refactoring of BL1 FWU codeSandrine Bailleux
2016-12-14Enable TRUSTED_BOARD_BOOT support for LOAD_IMAGE_V2=1Yatharth Kochar
2016-02-22Fix the inconsistencies in bl1_tbbr_image_descs[]Yatharth Kochar
2015-12-15Merge pull request #470 from danh-arm/dh/fwu-done-fixdanh-arm
2015-12-15FWU: Pass client cookie to FWU_SMC_UPDATE_DONEDan Handley
2015-12-15FWU: Remove image_id arg from FWU_SMC_IMAGE_RESUMEDan Handley
2015-12-14FWU: Fix secure memory check in image authDan Handley
2015-12-09FWU: Add Generic Firmware Update framework support in BL1Yatharth Kochar