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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add end_vector_entry assembler macro
Roberto Vargas
2018-07-11
1
-16
/
+16
*
Add .extab and .exidx sections
Roberto Vargas
2018-07-11
1
-0
/
+9
*
Use ALIGN instead of NEXT in linker scripts
Roberto Vargas
2018-07-11
1
-2
/
+2
*
Make TF UUID RFC 4122 compliant
Roberto Vargas
2018-06-14
1
-2
/
+2
*
Fix MISRA rule 8.4 Part 4
Roberto Vargas
2018-04-13
1
-1
/
+2
*
Fix MISRA rule 8.3 Part 4
Roberto Vargas
2018-04-13
1
-3
/
+3
*
Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statements
Dimitris Papastamos
2018-03-29
1
-0
/
+2
|
\
|
*
bl1: fix switch statements to comply with MISRA rules
Jonathan Wright
2018-03-26
1
-0
/
+2
*
|
Clean usage of void pointers to access symbols
Joel Hutton
2018-03-27
1
-7
/
+5
|
/
*
Rename 'smcc' to 'smccc'
Antonio Nino Diaz
2018-03-21
6
-13
/
+13
*
Merge pull request #1282 from robertovargas-arm/misra-changes
davidcunado-arm
2018-02-28
1
-1
/
+1
|
\
|
*
Fix MISRA rule 8.8 in common code
Roberto Vargas
2018-02-28
1
-1
/
+1
*
|
Merge pull request #1286 from antonio-nino-diaz-arm/an/mmu-mismatch
davidcunado-arm
2018-02-28
1
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
Add comments about mismatched TCR_ELx and xlat tables
Antonio Nino Diaz
2018-02-27
1
-2
/
+3
*
|
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
2
-5
/
+26
|
/
*
Ensure the correct execution of TLBI instructions
Antonio Nino Diaz
2018-02-21
1
-0
/
+1
*
Merge pull request #1173 from etienne-lms/armv7-qemu
davidcunado-arm
2018-02-07
1
-0
/
+5
|
\
|
*
aarch32: use lr as bl32 boot argument on aarch32 only systems
Etienne Carriere
2018-02-02
1
-0
/
+5
*
|
bl1: add bl1_plat_handle_{pre,post}_image_load()
Masahiro Yamada
2018-02-02
1
-2
/
+15
|
/
*
bl2-el3: Don't compile BL1 when BL2_AT_EL3 is defined in FVP
Roberto Vargas
2018-01-18
1
-1
/
+4
*
Replace magic numbers in linkerscripts by PAGE_SIZE
Antonio Nino Diaz
2017-11-29
1
-5
/
+6
*
Fix order of #includes
Isla Mitchell
2017-07-12
3
-3
/
+3
*
Merge pull request #978 from etienne-lms/minor-build
danh-arm
2017-06-28
5
-4
/
+6
|
\
|
*
bl1: include bl1_private.h in aarch* files
Etienne Carriere
2017-06-23
4
-0
/
+4
|
*
context_mgmt: declare extern cm_set_next_context() for AArch32
Etienne Carriere
2017-06-23
1
-2
/
+0
|
*
bl: security_state should be of type unsigned int
Etienne Carriere
2017-06-23
1
-2
/
+2
*
|
Merge pull request #994 from soby-mathew/sm/fwu_fix
davidcunado-arm
2017-06-26
1
-9
/
+14
|
\
\
|
*
|
Fix issues in FWU code
Soby Mathew
2017-06-21
1
-9
/
+14
|
|
/
*
/
Fully initialise essential control registers
David Cunado
2017-06-21
2
-4
/
+4
|
/
*
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
4
-17
/
+150
*
AArch32: Rework SMC context save and restore mechanism
Soby Mathew
2017-05-12
2
-10
/
+24
*
Merge pull request #927 from jeenu-arm/state-switch
davidcunado-arm
2017-05-11
1
-6
/
+4
|
\
|
*
Add macro to check whether the CPU implements an EL
Jeenu Viswambharan
2017-05-02
1
-6
/
+4
*
|
Use SPDX license identifiers
dp-arm
2017-05-03
14
-350
/
+14
|
/
*
Merge pull request #907 from antonio-nino-diaz-arm/an/smc-ret0
davidcunado-arm
2017-04-26
1
-1
/
+1
|
\
|
*
tspd:FWU:Fix usage of SMC_RET0
Antonio Nino Diaz
2017-04-20
1
-1
/
+1
*
|
Control inclusion of helper code used for asserts
Antonio Nino Diaz
2017-04-20
1
-2
/
+2
|
/
*
Merge pull request #885 from antonio-nino-diaz-arm/an/console-flush
davidcunado-arm
2017-04-12
1
-0
/
+3
|
\
|
*
Flush console where necessary
Antonio Nino Diaz
2017-03-31
1
-0
/
+3
*
|
Add support for GCC stack protection
Douglas Raillard
2017-03-31
1
-4
/
+10
|
/
*
Move plat/common source file definitions to generic Makefiles
dp-arm
2017-03-20
1
-2
/
+2
*
Introduce unified API to zero memory
Douglas Raillard
2017-02-06
2
-4
/
+5
*
Report errata workaround status to console
Jeenu Viswambharan
2017-01-30
2
-2
/
+5
*
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
[next]