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
/
services
/
spd
/
tspd
Commit message (
Expand
)
Author
Age
Files
Lines
*
spd: Use `ENABLE_ASSERTIONS` instead of `DEBUG`
Antonio Nino Diaz
2017-11-08
1
-1
/
+1
*
Fix order of #includes
Isla Mitchell
2017-07-12
1
-1
/
+1
*
Merge pull request #925 from dp-arm/dp/spdx
davidcunado-arm
2017-05-04
6
-150
/
+6
|
\
|
*
Use SPDX license identifiers
dp-arm
2017-05-03
6
-150
/
+6
*
|
Merge pull request #919 from davidcunado-arm/dc/smc_yielding_generic
davidcunado-arm
2017-05-02
3
-39
/
+41
|
\
\
|
|
/
|
/
|
|
*
Update terminology: standard SMC to yielding SMC
David Cunado
2017-04-26
3
-39
/
+41
*
|
tspd:FWU:Fix usage of SMC_RET0
Antonio Nino Diaz
2017-04-20
1
-1
/
+1
|
/
*
Fix TSPD implementation of STD SMC ABORT
Douglas Raillard
2017-02-23
1
-3
/
+14
*
Replace some memset call by zeromem
Douglas Raillard
2017-02-06
1
-2
/
+3
*
Abort preempted TSP STD SMC after PSCI CPU suspend
Douglas Raillard
2016-12-23
4
-9
/
+91
*
Miscellaneous doc fixes for v1.2
Sandrine Bailleux
2015-12-21
1
-3
/
+3
*
TSP: Allow preemption of synchronous S-EL1 interrupt handling
Soby Mathew
2015-12-09
1
-8
/
+13
*
Enable use of FIQs and IRQs as TSP interrupts
Soby Mathew
2015-12-04
4
-34
/
+44
*
Unify interrupt return paths from TSP into the TSPD
Soby Mathew
2015-12-04
1
-31
/
+16
*
Remove the IMF_READ_INTERRUPT_ID build option
Soby Mathew
2015-11-26
1
-9
/
+0
*
Pass the target suspend level to SPD suspend hooks
Achin Gupta
2015-09-10
1
-4
/
+4
*
PSCI: Migrate SPDs and TSP to the new platform and framework API
Soby Mathew
2015-08-13
2
-28
/
+17
*
Add support to indicate size and end of assembly functions
Kévin Petit
2015-04-08
1
-0
/
+2
*
Demonstrate model for routing IRQs to EL3
Soby Mathew
2015-01-26
4
-16
/
+171
*
Save 'power_state' early in PSCI CPU_SUSPEND call
Soby Mathew
2015-01-23
1
-7
/
+4
*
Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIs
Juan Castillo
2014-08-19
2
-8
/
+53
*
Clarify platform porting interface to TSP
Dan Handley
2014-08-19
1
-1
/
+1
*
Support asynchronous method for BL3-2 initialization
Vikram Kanigiri
2014-08-01
1
-26
/
+52
*
Rework the TSPD setup code
Vikram Kanigiri
2014-08-01
4
-35
/
+52
*
Rework incorrect use of assert() and panic() in codebase
Juan Castillo
2014-07-28
1
-0
/
+2
*
Initialise CPU contexts from entry_point_info
Andrew Thoelke
2014-06-23
2
-50
/
+18
*
Provide cm_get/set_context() for current CPU
Andrew Thoelke
2014-06-11
2
-16
/
+16
*
Fix compilation issue for IMF_READ_INTERRUPT_ID build flag
Soby Mathew
2014-05-29
1
-1
/
+1
*
Merge pull request #110 from soby-mathew:sm/support_normal_irq_in_tsp-v4 into...
Dan Handley
2014-05-27
1
-28
/
+25
|
\
|
*
Fixup Standard SMC Resume Handling
Soby Mathew
2014-05-27
1
-28
/
+25
*
|
Further renames of platform porting functions
Dan Handley
2014-05-27
1
-1
/
+1
*
|
Split platform.h into separate headers
Dan Handley
2014-05-23
3
-2
/
+2
*
|
Remove extern keyword from function declarations
Dan Handley
2014-05-23
1
-5
/
+5
*
|
Use a vector table for TSP entrypoints
Andrew Thoelke
2014-05-23
3
-18
/
+18
|
/
*
Non-Secure Interrupt support during Standard SMC processing in TSP
Soby Mathew
2014-05-23
2
-27
/
+129
*
Add S-EL1 interrupt handling support in the TSPD
Achin Gupta
2014-05-22
3
-9
/
+167
*
Use secure timer to generate S-EL1 interrupts
Achin Gupta
2014-05-22
1
-1
/
+5
*
Add context library API to change a bit in SCR_EL3
Achin Gupta
2014-05-22
2
-4
/
+4
*
Rework 'state' field usage in per-cpu TSP context
Achin Gupta
2014-05-22
4
-13
/
+51
*
Rework memory information passing to BL3-x images
Vikram Kanigiri
2014-05-22
1
-16
/
+3
*
Populate BL31 input parameters as per new spec
Vikram Kanigiri
2014-05-22
1
-3
/
+3
*
Introduce macros to manipulate the SPSR
Vikram Kanigiri
2014-05-22
1
-1
/
+1
*
Rework BL3-1 unhandled exception handling and reporting
Soby Mathew
2014-05-16
1
-2
/
+0
*
Reduce deep nesting of header files
Dan Handley
2014-05-06
5
-32
/
+24
*
Always use named structs in header files
Dan Handley
2014-05-06
4
-29
/
+29
*
Separate out CASSERT macro into own header
Dan Handley
2014-05-06
1
-0
/
+1
*
Remove vpath usage in makefiles
Dan Handley
2014-05-06
1
-7
/
+4
*
Make use of user/system includes more consistent
Dan Handley
2014-05-06
5
-6
/
+5
*
Move include and source files to logical locations
Dan Handley
2014-05-06
1
-1
/
+1
*
Place assembler functions in separate sections
Andrew Thoelke
2014-03-26
1
-2
/
+2
[next]