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
/
common
/
bl_common.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Increase type widths to satisfy width requirements
Jimmy Brisson
2020-10-12
1
-2
/
+2
*
fconf: Add TBBR disable_authentication property
Louis Mayencourt
2020-02-07
1
-1
/
+1
*
Refactor load_auth_image_internal().
Sandrine Bailleux
2019-11-14
1
-33
/
+59
*
Refactor ARMv8.3 Pointer Authentication support code
Alexei Fedorov
2019-09-13
1
-50
/
+0
*
Switch AARCH32/AARCH64 to __aarch64__
Julius Werner
2019-08-01
1
-3
/
+3
*
Correctly check for support of Address Authentication
Antonio Nino Diaz
2019-03-01
1
-1
/
+1
*
Add support for pointer authentication
Antonio Nino Diaz
2019-02-27
1
-1
/
+52
*
Remove dead code related to LOAD_IMAGE_V2=0
Sandrine Bailleux
2019-01-31
1
-86
/
+0
*
Sanitise includes across codebase
Antonio Nino Diaz
2019-01-04
1
-9
/
+10
*
Remove some MISRA defects in common code
Antonio Nino Diaz
2018-10-04
1
-15
/
+18
*
Remove build option LOAD_IMAGE_V2
Roberto Vargas
2018-09-28
1
-294
/
+1
*
Fix MISRA Rule 5.3 Part 1
Daniel Boulby
2018-06-12
1
-1
/
+1
*
Allow disabling authentication dynamically
Soby Mathew
2018-05-18
1
-20
/
+53
*
Unify cache flush code path after image load
Soby Mathew
2017-12-05
1
-17
/
+7
*
Add platform hooks for boot redundancy support
Roberto Vargas
2017-10-24
1
-3
/
+15
*
Use SPDX license identifiers
dp-arm
2017-05-03
1
-25
/
+1
*
Simplify translation tables headers dependencies
Antonio Nino Diaz
2017-03-08
1
-1
/
+1
*
Introduce unified API to zero memory
Douglas Raillard
2017-02-06
1
-3
/
+3
*
Export is_mem_free() function
Sandrine Bailleux
2016-12-20
1
-2
/
+2
*
Optimize cache flush when authenticating images
Antonio Nino Diaz
2016-11-29
1
-25
/
+53
*
Add new version of image loading.
Yatharth Kochar
2016-09-20
1
-7
/
+159
*
AArch32: resolve build error when LOG_LEVEL=50
Soby Mathew
2016-08-31
1
-0
/
+2
*
Remove dcache invalidation after image authentication
Dan Handley
2016-08-17
1
-6
/
+12
*
Ensure addresses in is_mem_free() don't overflow
Sandrine Bailleux
2016-07-25
1
-15
/
+54
*
Rework type usage in Trusted Firmware
Soby Mathew
2016-07-18
1
-31
/
+26
*
Update comments in load_image()
Sandrine Bailleux
2016-06-07
1
-13
/
+20
*
Refactor the xlat_tables library code
Soby Mathew
2016-04-13
1
-0
/
+1
*
Add support for %p in tf_printf()
Antonio Nino Diaz
2016-02-18
1
-7
/
+8
*
Merge pull request #423 from jcastillo-arm/jc/genfw/1211
Achin Gupta
2015-11-04
1
-4
/
+4
|
\
|
*
Remove deprecated IO return definitions
Juan Castillo
2015-11-02
1
-4
/
+4
*
|
Introduce print_entry_point_info() function
Sandrine Bailleux
2015-11-02
1
-0
/
+24
|
/
*
Use standard errno definitions in load_auth_image()
Juan Castillo
2015-10-23
1
-10
/
+10
*
Ensure BL2 security state is secure
Vikram Kanigiri
2015-09-02
1
-13
/
+0
*
TBB: abort boot if BL3-2 cannot be authenticated
Juan Castillo
2015-08-20
1
-4
/
+9
*
TBB: switch to the new authentication framework
Juan Castillo
2015-06-25
1
-1
/
+53
*
Use numbers to identify images instead of names
Juan Castillo
2015-06-25
1
-22
/
+19
*
Fix type mismatches in verbose logging
Dan Handley
2015-04-27
1
-2
/
+2
*
Skip reserving memory for non-executable and BL3-0 images
Juan Castillo
2015-01-28
1
-2
/
+9
*
Rationalize console log output
Dan Handley
2014-08-12
1
-7
/
+5
*
Rework incorrect use of assert() and panic() in codebase
Juan Castillo
2014-07-28
1
-3
/
+2
*
Implement a leaner printf for Trusted Firmware
Soby Mathew
2014-07-25
1
-4
/
+4
*
Remove concept of top/bottom image loading
Sandrine Bailleux
2014-07-01
1
-218
/
+97
*
Make the entry point argument optional in load_image()
Sandrine Bailleux
2014-06-05
1
-2
/
+5
*
Move BL porting functions into platform.h
Dan Handley
2014-05-23
1
-2
/
+3
*
Rework memory information passing to BL3-x images
Vikram Kanigiri
2014-05-22
1
-59
/
+2
*
Populate BL31 input parameters as per new spec
Vikram Kanigiri
2014-05-22
1
-21
/
+32
*
Rework handover interface between BL stages
Vikram Kanigiri
2014-05-22
1
-90
/
+0
*
Introduce macros to manipulate the SPSR
Vikram Kanigiri
2014-05-22
1
-14
/
+0
*
Introduce IS_IN_ELX() macros
Sandrine Bailleux
2014-05-09
1
-5
/
+2
*
Remove variables from .data section
Dan Handley
2014-05-06
1
-7
/
+7
[next]