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
/
bl32
/
tsp
/
tsp_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
TSP: corrected log information
Manish Pandey
2020-03-06
1
-2
/
+2
*
Refactor ARMv8.3 Pointer Authentication support code
Alexei Fedorov
2019-09-13
1
-9
/
+11
*
Enable MTE support in both secure and non-secure worlds
Justin Chadwell
2019-09-09
1
-0
/
+8
*
TSP: Enable pointer authentication support
Antonio Nino Diaz
2019-02-27
1
-0
/
+20
*
Remove duplicated definitions of linker symbols
Antonio Nino Diaz
2019-02-01
1
-1
/
+1
*
Correct typographical errors
Paul Beesley
2019-01-15
1
-3
/
+3
*
Sanitise includes across codebase
Antonio Nino Diaz
2019-01-04
1
-6
/
+8
*
types: use int-ll64 for both aarch32 and aarch64
Masahiro Yamada
2018-04-27
1
-2
/
+2
*
Merge pull request #925 from dp-arm/dp/spdx
davidcunado-arm
2017-05-04
1
-25
/
+1
|
\
|
*
Use SPDX license identifiers
dp-arm
2017-05-03
1
-25
/
+1
*
|
Update terminology: standard SMC to yielding SMC
David Cunado
2017-04-26
1
-3
/
+3
|
/
*
Abort preempted TSP STD SMC after PSCI CPU suspend
Douglas Raillard
2016-12-23
1
-1
/
+18
*
TSP: Print BL32_BASE rather than __RO_START__
Sandrine Bailleux
2016-07-08
1
-7
/
+6
*
Pass the target suspend level to SPD suspend hooks
Achin Gupta
2015-09-10
1
-3
/
+3
*
PSCI: Migrate SPDs and TSP to the new platform and framework API
Soby Mathew
2015-08-13
1
-33
/
+27
*
Add linker symbol declarations to bl_common.h
Dan Handley
2015-04-28
1
-6
/
+0
*
Enable type-checking of arguments passed to printf() et al.
Sandrine Bailleux
2015-03-06
1
-17
/
+17
*
Save 'power_state' early in PSCI CPU_SUSPEND call
Soby Mathew
2015-01-23
1
-3
/
+1
*
Remove coherent memory from the BL memory maps
Soby Mathew
2015-01-22
1
-3
/
+3
*
Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIs
Juan Castillo
2014-08-19
1
-0
/
+66
*
Clarify platform porting interface to TSP
Dan Handley
2014-08-19
1
-1
/
+2
*
Move TSP private declarations into separate header
Dan Handley
2014-08-14
1
-0
/
+1
*
Rationalize console log output
Dan Handley
2014-08-12
1
-39
/
+47
*
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
-7
/
+6
*
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
*
Use a vector table for TSP entrypoints
Andrew Thoelke
2014-05-23
1
-23
/
+2
*
Non-Secure Interrupt support during Standard SMC processing in TSP
Soby Mathew
2014-05-23
1
-11
/
+14
*
Enable secure timer to generate S-EL1 interrupts
Achin Gupta
2014-05-22
1
-0
/
+21
*
Add support for synchronous FIQ handling in TSP
Achin Gupta
2014-05-22
1
-1
/
+2
*
Rework memory information passing to BL3-x images
Vikram Kanigiri
2014-05-22
1
-8
/
+19
*
Reduce deep nesting of header files
Dan Handley
2014-05-06
1
-4
/
+5
*
Always use named structs in header files
Dan Handley
2014-05-06
1
-11
/
+11
*
Generate build time and date message at link time.
Jon Medhurst
2014-03-05
1
-3
/
+1
*
Rework arithmetic operations in Test Secure Payload
Achin Gupta
2014-02-20
1
-18
/
+15
*
Add power management support in the SPD
Achin Gupta
2014-02-20
1
-12
/
+3
*
Add Test Secure Payload (BL3-2) image
Achin Gupta
2014-02-20
1
-0
/
+355