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
/
aarch64
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge pull request #310 from sandrine-bailleux/sb/tf-issue-304-phase1
danh-arm
2015-06-24
1
-127
/
+41
|
\
|
*
Introduce PROGRAMMABLE_RESET_ADDRESS build option
Sandrine Bailleux
2015-06-04
1
-1
/
+7
|
*
Rationalize reset handling code
Sandrine Bailleux
2015-06-04
1
-128
/
+36
*
|
Fix handling of spurious interrupts in BL3_1
Achin Gupta
2015-05-13
1
-20
/
+29
|
/
*
Add support to indicate size and end of assembly functions
Kévin Petit
2015-04-08
5
-0
/
+20
*
Initialise cpu ops after enabling data cache
Vikram Kanigiri
2015-03-13
2
-6
/
+4
*
Call reset handlers upon BL3-1 entry.
Yatharth Kochar
2015-01-26
1
-6
/
+12
*
Remove coherent memory from the BL memory maps
Soby Mathew
2015-01-22
1
-0
/
+2
*
Miscellaneous documentation fixes
Sandrine Bailleux
2014-08-27
3
-10
/
+6
*
Add CPU specific crash reporting handlers
Soby Mathew
2014-08-20
1
-18
/
+3
*
Add CPU specific power management operations
Soby Mathew
2014-08-20
1
-0
/
+6
*
Introduce framework for CPU specific operations
Soby Mathew
2014-08-20
1
-1
/
+1
*
Unmask SError interrupt and clear SCR_EL3.EA bit
Achin Gupta
2014-08-15
3
-12
/
+16
*
Merge pull request #179 from jcastillo-arm/jc/tf-issues/219
danh-arm
2014-08-04
1
-10
/
+0
|
\
|
*
Call platform_is_primary_cpu() only from reset handler
Juan Castillo
2014-08-01
1
-10
/
+0
*
|
Optimize EL3 register state stored in cpu_context structure
Soby Mathew
2014-07-31
1
-39
/
+0
|
/
*
Merge pull request #172 from soby-mathew/sm/asm_assert
danh-arm
2014-07-28
3
-276
/
+336
|
\
|
*
Add CPUECTLR_EL1 and Snoop Control register to crash reporting
Soby Mathew
2014-07-28
1
-0
/
+22
|
*
Rework the crash reporting in BL3-1 to use less stack
Soby Mathew
2014-07-28
3
-276
/
+314
*
|
Simplify management of SCTLR_EL3 and SCTLR_EL1
Achin Gupta
2014-07-28
2
-17
/
+17
*
|
Remove coherent stack usage from the warm boot path
Achin Gupta
2014-07-19
2
-40
/
+8
*
|
Remove coherent stack usage from the cold boot path
Achin Gupta
2014-07-19
1
-11
/
+6
|
/
*
Allow FP register context to be optional at build time
Juan Castillo
2014-07-10
1
-0
/
+2
*
Merge pull request #151 from vikramkanigiri/vk/t133-code-readability
Andrew Thoelke
2014-06-27
1
-0
/
+4
|
\
|
*
Simplify entry point information generation code on FVP
Vikram Kanigiri
2014-06-24
1
-0
/
+4
*
|
Initialise CPU contexts from entry_point_info
Andrew Thoelke
2014-06-23
2
-44
/
+6
*
|
Remove early_exceptions from BL3-1
Andrew Thoelke
2014-06-17
1
-3
/
+5
*
|
Per-cpu data cache restructuring
Andrew Thoelke
2014-06-16
3
-12
/
+119
|
/
*
Merge pull request #133 from athoelke/at/crash-reporting-opt
danh-arm
2014-06-16
1
-2
/
+9
|
\
|
*
Make the BL3-1 crash reporting optional
Andrew Thoelke
2014-06-11
1
-2
/
+9
*
|
Include 'platform_def.h' header file in 'crash_reporting.S'
Sandrine Bailleux
2014-06-05
1
-0
/
+1
|
/
*
Fix compilation issue for IMF_READ_INTERRUPT_ID build flag
Soby Mathew
2014-05-29
1
-1
/
+2
*
Pass 'cookie' parameter to interrupt handler in BL3-1
Soby Mathew
2014-05-29
1
-0
/
+3
*
Further renames of platform porting functions
Dan Handley
2014-05-27
1
-2
/
+2
*
Split platform.h into separate headers
Dan Handley
2014-05-23
1
-1
/
+1
*
Introduce interrupt handling framework in BL3-1
Achin Gupta
2014-05-22
2
-7
/
+109
*
Add support for BL3-1 as a reset vector
Vikram Kanigiri
2014-05-22
1
-9
/
+31
*
Populate BL31 input parameters as per new spec
Vikram Kanigiri
2014-05-22
1
-5
/
+5
*
Rework handover interface between BL stages
Vikram Kanigiri
2014-05-22
1
-13
/
+4
*
Merge pull request #78 from jeenuv:tf-issues-148
Andrew Thoelke
2014-05-19
1
-2
/
+12
|
\
|
*
Add build configuration for timer save/restore
Jeenu Viswambharan
2014-05-16
1
-2
/
+12
*
|
Rework BL3-1 unhandled exception handling and reporting
Soby Mathew
2014-05-16
2
-76
/
+317
|
/
*
Merge pull request #63 from soby-mathew/sm/save_callee_saved_registers_in_cpu...
danh-arm
2014-05-08
2
-17
/
+34
|
\
|
*
Preserve x19-x29 across world switch for exception handling
Soby Mathew
2014-05-08
2
-17
/
+34
*
|
Merge pull request #62 from athoelke/set-little-endian-v2
danh-arm
2014-05-08
1
-2
/
+1
|
\
\
|
*
|
Set processor endianness immediately after RESET
Andrew Thoelke
2014-05-07
1
-2
/
+1
|
|
/
*
|
Access system registers directly in assembler
Andrew Thoelke
2014-05-07
1
-4
/
+3
*
|
Correct usage of data and instruction barriers
Andrew Thoelke
2014-05-07
1
-1
/
+0
|
/
*
Reduce deep nesting of header files
Dan Handley
2014-05-06
4
-7
/
+10
*
Make use of user/system includes more consistent
Dan Handley
2014-05-06
2
-3
/
+3
[prev]
[next]