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
/
bl31
/
bl31_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
context_mgmt: Fix MISRA defects
Antonio Nino Diaz
2018-11-01
1
-2
/
+2
*
Mark BL31 initialization functions
Daniel Boulby
2018-10-03
1
-2
/
+2
*
BL31: Fix warning about BL32 init function
Antonio Nino Diaz
2018-09-18
1
-4
/
+2
*
Convert BL31 error message into warning
Antonio Nino Diaz
2018-09-06
1
-1
/
+2
*
Fix MISRA defects in BL31 common code
Antonio Nino Diaz
2018-08-30
1
-3
/
+8
*
Fix MISRA rule 8.4 in common code
Roberto Vargas
2018-02-28
1
-1
/
+2
*
BL31: Introduce Exception Handling Framework
Jeenu Viswambharan
2017-11-13
1
-0
/
+6
*
Fix order of #includes
Isla Mitchell
2017-07-12
1
-1
/
+1
*
Merge pull request #927 from jeenu-arm/state-switch
davidcunado-arm
2017-05-11
1
-2
/
+1
|
\
|
*
Add macro to check whether the CPU implements an EL
Jeenu Viswambharan
2017-05-02
1
-2
/
+1
*
|
Use SPDX license identifiers
dp-arm
2017-05-03
1
-25
/
+1
|
/
*
Flush console where necessary
Antonio Nino Diaz
2017-03-31
1
-1
/
+4
*
Add PMF instrumentation points in TF
dp-arm
2016-10-12
1
-0
/
+7
*
PSCI: Do psci_setup() as part of std_svc_setup()
Soby Mathew
2016-09-22
1
-10
/
+16
*
PSCI: Introduce PSCI Library argument structure
Soby Mathew
2016-09-22
1
-1
/
+4
*
Introduce PSCI Library Interface
Soby Mathew
2016-07-19
1
-4
/
+7
*
Build option to include AArch32 registers in cpu context
Soby Mathew
2016-06-03
1
-0
/
+13
*
Remove dashes from image names: 'BL3-x' --> 'BL3x'
Juan Castillo
2015-12-14
1
-5
/
+5
*
Ensure BL31 does not print to boot console by default
Soby Mathew
2015-12-09
1
-1
/
+7
*
Introduce print_entry_point_info() function
Sandrine Bailleux
2015-11-02
1
-3
/
+1
*
Make generic code work in presence of system caches
Achin Gupta
2015-09-14
1
-3
/
+0
*
PSCI: Migrate TF to the new platform API and CM helpers
Soby Mathew
2015-08-13
1
-2
/
+2
*
Rationalize console log output
Dan Handley
2014-08-12
1
-5
/
+12
*
Support asynchronous method for BL3-2 initialization
Vikram Kanigiri
2014-08-01
1
-4
/
+1
*
Rework incorrect use of assert() and panic() in codebase
Juan Castillo
2014-07-28
1
-1
/
+1
*
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
-2
/
+2
*
Remove all checkpatch errors from codebase
Juan Castillo
2014-06-24
1
-2
/
+2
*
Initialise CPU contexts from entry_point_info
Andrew Thoelke
2014-06-23
1
-38
/
+3
*
Remove early_exceptions from BL3-1
Andrew Thoelke
2014-06-17
1
-11
/
+1
*
Per-cpu data cache restructuring
Andrew Thoelke
2014-06-16
1
-1
/
+0
*
Provide cm_get/set_context() for current CPU
Andrew Thoelke
2014-06-11
1
-5
/
+2
*
Pass the args to the BL3-3 entrypoint
Vikram Kanigiri
2014-05-28
1
-2
/
+14
*
Further renames of platform porting functions
Dan Handley
2014-05-27
1
-1
/
+1
*
Move BL porting functions into platform.h
Dan Handley
2014-05-23
1
-0
/
+1
*
Merge pull request #99 from vikramkanigiri:vk/tf-issues-133_V3
Andrew Thoelke
2014-05-23
1
-9
/
+8
|
\
|
*
Rework memory information passing to BL3-x images
Vikram Kanigiri
2014-05-22
1
-5
/
+4
|
*
Populate BL31 input parameters as per new spec
Vikram Kanigiri
2014-05-22
1
-4
/
+4
*
|
Merge pull request #83 from athoelke/at/tf-issues-126
Andrew Thoelke
2014-05-22
1
-0
/
+6
|
\
\
|
|
/
|
/
|
|
*
Set SCR_EL3.RW correctly before exiting bl31_main
Andrew Thoelke
2014-05-16
1
-0
/
+6
*
|
Rework BL3-1 unhandled exception handling and reporting
Soby Mathew
2014-05-16
1
-1
/
+1
|
/
*
Correct usage of data and instruction barriers
Andrew Thoelke
2014-05-07
1
-0
/
+1
*
Remove variables from .data section
Dan Handley
2014-05-06
1
-1
/
+2
*
Reduce deep nesting of header files
Dan Handley
2014-05-06
1
-7
/
+4
*
Always use named structs in header files
Dan Handley
2014-05-06
1
-3
/
+3
*
Generate build time and date message at link time.
Jon Medhurst
2014-03-05
1
-3
/
+2
*
Implement late binding for runtime hooks
Jeenu Viswambharan
2014-02-26
1
-10
/
+30
*
Add support for BL3-2 in BL3-1
Achin Gupta
2014-02-20
1
-10
/
+82
*
Add support for handling runtime service requests
Jeenu Viswambharan
2014-02-17
1
-8
/
+28
*
Add runtime services framework
Achin Gupta
2014-02-17
1
-2
/
+1
[next]