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
/
include
/
bl32
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce the new BL handover interface
Soby Mathew
2018-02-26
1
-0
/
+4
*
spd: tlkd: support for "NS memory ranges" function ID
Varun Wadekar
2018-01-08
1
-1
/
+2
*
bl32: add secure interrupt handling in AArch32 sp_min
Etienne Carriere
2017-08-09
1
-0
/
+3
*
sp_min: Implement `sp_min_plat_runtime_setup()`
Dimitris Papastamos
2017-06-20
1
-2
/
+3
*
Migrate secure payload dispatchers to new SMC terminology
David Cunado
2017-05-04
1
-12
/
+12
*
Merge pull request #925 from dp-arm/dp/spdx
davidcunado-arm
2017-05-04
4
-100
/
+4
|
\
|
*
Use SPDX license identifiers
dp-arm
2017-05-03
4
-100
/
+4
*
|
Merge pull request #919 from davidcunado-arm/dc/smc_yielding_generic
davidcunado-arm
2017-05-02
1
-10
/
+10
|
\
\
|
|
/
|
/
|
|
*
Update terminology: standard SMC to yielding SMC
David Cunado
2017-04-26
1
-10
/
+10
*
|
Move defines in utils.h to utils_def.h to fix shared header compile issues
Scott Branden
2017-04-29
1
-1
/
+1
|
/
*
Resolve build errors flagged by GCC 6.2
David Cunado
2017-01-26
1
-8
/
+10
*
Abort preempted TSP STD SMC after PSCI CPU suspend
Douglas Raillard
2016-12-23
1
-2
/
+11
*
Fix TSP_STD_FID macro
Douglas Raillard
2016-12-20
1
-9
/
+8
*
AArch32: Support in SP_MIN to receive arguments from BL2
Yatharth Kochar
2016-09-21
1
-1
/
+2
*
AArch32: add a minimal secure payload (SP_MIN)
Soby Mathew
2016-08-10
1
-0
/
+42
*
Enable use of FIQs and IRQs as TSP interrupts
Soby Mathew
2015-12-04
1
-6
/
+7
*
Unify interrupt return paths from TSP into the TSPD
Soby Mathew
2015-12-04
1
-1
/
+0
*
Send power management events to the Trusted OS (TLK)
Varun Wadekar
2015-09-30
1
-0
/
+6
*
Pass arguments/results between EL3/S-EL1 via CPU registers (x0-x7)
Varun Wadekar
2015-04-13
1
-1
/
+0
*
Open/Close TA sessions, send commands/events to TAs
Varun Wadekar
2015-03-31
1
-1
/
+10
*
Preempt/Resume standard function ID calls
Varun Wadekar
2015-03-31
1
-0
/
+2
*
Translate secure/non-secure virtual addresses
Varun Wadekar
2015-03-31
1
-0
/
+1
*
Register NS shared memory for SP's activity logs and TA sessions
Varun Wadekar
2015-03-31
1
-0
/
+12
*
Add TLK Dispatcher (tlkd) based on the Test Dispatcher (tspd)
Varun Wadekar
2015-03-31
1
-0
/
+58
*
Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIs
Juan Castillo
2014-08-19
1
-0
/
+4
*
Clarify platform porting interface to TSP
Dan Handley
2014-08-19
2
-0
/
+44
*
Move TSP private declarations into separate header
Dan Handley
2014-08-14
1
-87
/
+2
*
Move BL porting functions into platform.h
Dan Handley
2014-05-23
1
-48
/
+0
*
Split platform.h into separate headers
Dan Handley
2014-05-23
1
-1
/
+1
*
Remove extern keyword from function declarations
Dan Handley
2014-05-23
2
-36
/
+36
*
Use a vector table for TSP entrypoints
Andrew Thoelke
2014-05-23
1
-74
/
+15
*
Non-Secure Interrupt support during Standard SMC processing in TSP
Soby Mathew
2014-05-23
1
-7
/
+36
*
Add support for synchronous FIQ handling in TSP
Achin Gupta
2014-05-22
1
-9
/
+38
*
Use secure timer to generate S-EL1 interrupts
Achin Gupta
2014-05-22
1
-0
/
+7
*
Reduce deep nesting of header files
Dan Handley
2014-05-06
2
-8
/
+11
*
Always use named structs in header files
Dan Handley
2014-05-06
2
-18
/
+18
*
Separate out CASSERT macro into own header
Dan Handley
2014-05-06
1
-1
/
+1
*
Move include and source files to logical locations
Dan Handley
2014-05-06
2
-0
/
+246