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_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
BL1: Enable pointer authentication support
Antonio Nino Diaz
2019-02-27
1
-1
/
+23
*
Sanitise includes across codebase
Antonio Nino Diaz
2019-01-04
1
-11
/
+14
*
Remove deprecated bl1_init_bl2_mem_layout()
Antonio Nino Diaz
2018-09-28
1
-19
/
+0
*
Remove build option LOAD_IMAGE_V2
Roberto Vargas
2018-09-28
1
-34
/
+0
*
Fix some violations to MISRA rule 8.3
Sandrine Bailleux
2018-07-11
1
-2
/
+2
*
Make TF UUID RFC 4122 compliant
Roberto Vargas
2018-06-14
1
-2
/
+2
*
Rename 'smcc' to 'smccc'
Antonio Nino Diaz
2018-03-21
1
-1
/
+1
*
Fix MISRA rule 8.8 in common code
Roberto Vargas
2018-02-28
1
-1
/
+1
*
BL1: Deprecate the `bl1_init_bl2_mem_layout()` API
Soby Mathew
2018-02-26
1
-41
/
+32
*
Add image_id to bl1_plat_handle_post/pre_image_load()
Soby Mathew
2018-02-26
1
-4
/
+4
*
bl1: add bl1_plat_handle_{pre,post}_image_load()
Masahiro Yamada
2018-02-02
1
-2
/
+15
*
Fix order of #includes
Isla Mitchell
2017-07-12
1
-1
/
+1
*
AArch32: Add `TRUSTED_BOARD_BOOT` support
dp-arm
2017-05-15
1
-0
/
+17
*
Use SPDX license identifiers
dp-arm
2017-05-03
1
-25
/
+1
*
Control inclusion of helper code used for asserts
Antonio Nino Diaz
2017-04-20
1
-2
/
+2
*
Flush console where necessary
Antonio Nino Diaz
2017-03-31
1
-0
/
+3
*
Report errata workaround status to console
Jeenu Viswambharan
2017-01-30
1
-1
/
+3
*
AArch32: Add generic changes in BL1
Yatharth Kochar
2016-09-21
1
-10
/
+19
*
Changes for new version of image loading in BL1/BL2
Yatharth Kochar
2016-09-20
1
-3
/
+22
*
Move SIZE_FROM_LOG2_WORDS macro to utils.h
Soby Mathew
2016-08-09
1
-0
/
+1
*
Remove dashes from image names: 'BL3-x' --> 'BL3x'
Juan Castillo
2015-12-14
1
-1
/
+1
*
FWU: Add Generic Firmware Update framework support in BL1
Yatharth Kochar
2015-12-09
1
-0
/
+56
*
Add descriptor based image management support in BL1
Yatharth Kochar
2015-12-09
1
-53
/
+53
*
Remove `RUN_IMAGE` usage as opcode passed to next EL.
Yatharth Kochar
2015-12-09
1
-3
/
+0
*
Introduce SPIN_ON_BL1_EXIT build flag
Sandrine Bailleux
2015-11-26
1
-0
/
+8
*
Improve display_boot_progress() function
Sandrine Bailleux
2015-11-02
1
-3
/
+4
*
Introduce print_entry_point_info() function
Sandrine Bailleux
2015-11-02
1
-15
/
+4
*
Add optional platform error handler API
Juan Castillo
2015-10-28
1
-5
/
+1
*
Ensure BL2 security state is secure
Vikram Kanigiri
2015-09-02
1
-3
/
+5
*
TBB: switch to the new authentication framework
Juan Castillo
2015-06-25
1
-39
/
+4
*
Use numbers to identify images instead of names
Juan Castillo
2015-06-25
1
-2
/
+4
*
Fix incorrect assertions in bl1_main()
Andrew Thoelke
2015-06-19
1
-3
/
+3
*
Remove use of PLATFORM_CACHE_LINE_SIZE
Dan Handley
2015-04-27
1
-7
/
+22
*
TBB: authenticate BL2 image and certificate
Juan Castillo
2015-01-28
1
-0
/
+43
*
Rationalize console log output
Dan Handley
2014-08-12
1
-23
/
+23
*
Add support for printing version at runtime
Juan Castillo
2014-07-25
1
-1
/
+2
*
Implement a leaner printf for Trusted Firmware
Soby Mathew
2014-07-25
1
-13
/
+12
*
Remove concept of top/bottom image loading
Sandrine Bailleux
2014-07-01
1
-14
/
+40
*
Move BL porting functions into platform.h
Dan Handley
2014-05-23
1
-1
/
+0
*
Split platform.h into separate headers
Dan Handley
2014-05-23
1
-0
/
+1
*
Populate BL31 input parameters as per new spec
Vikram Kanigiri
2014-05-22
1
-35
/
+41
*
Rework handover interface between BL stages
Vikram Kanigiri
2014-05-22
1
-17
/
+44
*
Introduce macros to manipulate the SPSR
Vikram Kanigiri
2014-05-22
1
-1
/
+1
*
Reduce deep nesting of header files
Dan Handley
2014-05-06
1
-5
/
+5
*
Always use named structs in header files
Dan Handley
2014-05-06
1
-3
/
+3
*
Separate BL functions out of arch.h
Dan Handley
2014-05-06
1
-2
/
+1
*
Remove partially qualified asm helper functions
Vikram Kanigiri
2014-03-21
1
-1
/
+1
*
Generate build time and date message at link time.
Jon Medhurst
2014-03-05
1
-1
/
+1
*
Rework BL2 to BL3-1 hand over interface
Achin Gupta
2014-02-20
1
-1
/
+5
*
Fix asserts appearing in release builds
James Morrissey
2014-02-17
1
-0
/
+2
[next]