index
:
platform_external_arm-trusted-firmware
android-s-beta-4
android-s-beta-5
android10-mainline-networking-release
android10-mainline-resolv-release
android11-d1-b-release
android11-d1-release
android11-d1-s1-release
android11-d1-s5-release
android11-d1-s6-release
android11-d1-s7-release
android11-d2-release
android11-dev
android11-gsi
android11-mainline-captiveportallogin-release
android11-mainline-cellbroadcast-release
android11-mainline-conscrypt-release
android11-mainline-documentsui-release
android11-mainline-extservices-release
android11-mainline-media-release
android11-mainline-media-swcodec-release
android11-mainline-networkstack-release
android11-mainline-os-statsd-release
android11-mainline-permission-release
android11-mainline-release
android11-mainline-sparse-2020-dec-release
android11-mainline-sparse-2021-jan-release
android11-mainline-tethering-release
android11-platform-release
android11-qpr1-c-release
android11-qpr1-d-release
android11-qpr1-d-s1-release
android11-qpr1-release
android11-qpr1-s1-release
android11-qpr1-s2-release
android11-qpr2-release
android11-qpr3-release
android11-qpr3-s1-release
android11-release
android11-s1-release
android11-security-release
android11-tests-release
main-cg-testing-release
master
ndk-sysroot-r21
sdk-release
simpleperf-release
upstream-master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bl1
/
bl1_fwu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unsigned long should not be used as per coding guidelines
Deepika Bhavnani
2019-09-13
1
-1
/
+1
*
Switch AARCH32/AARCH64 to __aarch64__
Julius Werner
2019-08-01
1
-4
/
+4
*
BL1: Fix type consistency
Ambroise Vincent
2019-04-01
1
-5
/
+5
*
Remove several warnings reported with W=2
Ambroise Vincent
2019-04-01
1
-3
/
+0
*
Sanitise includes across codebase
Antonio Nino Diaz
2019-01-04
1
-10
/
+13
*
Merge pull request #1584 from danielboulby-arm/db/Switches
Soby Mathew
2018-10-03
1
-4
/
+2
|
\
|
*
Ensure the flow through switch statements is clear
Daniel Boulby
2018-09-21
1
-4
/
+2
*
|
Remove build option LOAD_IMAGE_V2
Roberto Vargas
2018-09-28
1
-15
/
+0
|
/
*
Fix MISRA rule 8.3 Part 4
Roberto Vargas
2018-04-13
1
-3
/
+3
*
bl1: fix switch statements to comply with MISRA rules
Jonathan Wright
2018-03-26
1
-0
/
+2
*
Rename 'smcc' to 'smccc'
Antonio Nino Diaz
2018-03-21
1
-1
/
+1
*
Add image_id to bl1_plat_handle_post/pre_image_load()
Soby Mathew
2018-02-26
1
-1
/
+22
*
Fix order of #includes
Isla Mitchell
2017-07-12
1
-1
/
+1
*
Merge pull request #978 from etienne-lms/minor-build
danh-arm
2017-06-28
1
-2
/
+0
|
\
|
*
context_mgmt: declare extern cm_set_next_context() for AArch32
Etienne Carriere
2017-06-23
1
-2
/
+0
*
|
Fix issues in FWU code
Soby Mathew
2017-06-21
1
-9
/
+14
|
/
*
FWU: Introduce FWU_SMC_IMAGE_RESET
Antonio Nino Diaz
2017-06-01
1
-0
/
+61
*
FWU: Check for overlaps when loading images
Antonio Nino Diaz
2017-06-01
1
-0
/
+149
*
AArch32: Add `TRUSTED_BOARD_BOOT` support
dp-arm
2017-05-15
1
-5
/
+32
*
Use SPDX license identifiers
dp-arm
2017-05-03
1
-25
/
+1
*
tspd:FWU:Fix usage of SMC_RET0
Antonio Nino Diaz
2017-04-20
1
-1
/
+1
*
Introduce unified API to zero memory
Douglas Raillard
2017-02-06
1
-2
/
+2
*
Fix integer overflows in BL1 FWU code
Sandrine Bailleux
2016-12-20
1
-6
/
+12
*
Add some debug assertions in BL1 FWU copy code
Sandrine Bailleux
2016-12-20
1
-0
/
+12
*
bl1_fwu_image_copy() refactoring
Sandrine Bailleux
2016-12-20
1
-56
/
+31
*
Minor refactoring of BL1 FWU code
Sandrine Bailleux
2016-12-20
1
-43
/
+53
*
Enable TRUSTED_BOARD_BOOT support for LOAD_IMAGE_V2=1
Yatharth Kochar
2016-12-14
1
-3
/
+9
*
Fix the inconsistencies in bl1_tbbr_image_descs[]
Yatharth Kochar
2016-02-22
1
-21
/
+21
*
Merge pull request #470 from danh-arm/dh/fwu-done-fix
danh-arm
2015-12-15
1
-4
/
+4
|
\
|
*
FWU: Pass client cookie to FWU_SMC_UPDATE_DONE
Dan Handley
2015-12-15
1
-4
/
+4
*
|
FWU: Remove image_id arg from FWU_SMC_IMAGE_RESUME
Dan Handley
2015-12-15
1
-36
/
+39
|
/
*
FWU: Fix secure memory check in image auth
Dan Handley
2015-12-14
1
-1
/
+2
*
FWU: Add Generic Firmware Update framework support in BL1
Yatharth Kochar
2015-12-09
1
-0
/
+503