index
:
imx-atf.git
imx_4.14.78_1.0.0_ga
imx_4.9.51_imx8_beta1
imx_5.4.24_2.1.0
toradex_imx_5.4.24_2.1.0
toradex_imx_5.4.70_2.3.0
Reference implementation of ARM secure world software for i.MX
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
bl32
Age
Commit message (
Expand
)
Author
2019-08-01
Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__
Julius Werner
2019-04-25
sp_min: make sp_min_warm_entrypoint public
Heiko Stuebner
2019-02-27
TSP: Enable pointer authentication support
Antonio Nino Diaz
2019-01-31
tlkd: support new TLK SMCs
Mihir Joshi
2019-01-04
Sanitise includes across codebase
Antonio Nino Diaz
2018-11-08
Standardise header guards across codebase
Antonio Nino Diaz
2018-09-28
Remove deprecated early platform setup interfaces
Antonio Nino Diaz
2018-02-26
Introduce the new BL handover interface
Soby Mathew
2018-01-08
spd: tlkd: support for "NS memory ranges" function ID
Varun Wadekar
2017-08-09
bl32: add secure interrupt handling in AArch32 sp_min
Etienne Carriere
2017-06-20
sp_min: Implement `sp_min_plat_runtime_setup()`
Dimitris Papastamos
2017-05-04
Migrate secure payload dispatchers to new SMC terminology
David Cunado
2017-05-04
Merge pull request #925 from dp-arm/dp/spdx
davidcunado-arm
2017-05-03
Use SPDX license identifiers
dp-arm
2017-05-02
Merge pull request #919 from davidcunado-arm/dc/smc_yielding_generic
davidcunado-arm
2017-04-29
Move defines in utils.h to utils_def.h to fix shared header compile issues
Scott Branden
2017-04-26
Update terminology: standard SMC to yielding SMC
David Cunado
2017-01-26
Resolve build errors flagged by GCC 6.2
David Cunado
2016-12-23
Abort preempted TSP STD SMC after PSCI CPU suspend
Douglas Raillard
2016-12-20
Fix TSP_STD_FID macro
Douglas Raillard
2016-09-21
AArch32: Support in SP_MIN to receive arguments from BL2
Yatharth Kochar
2016-08-10
AArch32: add a minimal secure payload (SP_MIN)
Soby Mathew
2015-12-04
Enable use of FIQs and IRQs as TSP interrupts
Soby Mathew
2015-12-04
Unify interrupt return paths from TSP into the TSPD
Soby Mathew
2015-09-30
Send power management events to the Trusted OS (TLK)
Varun Wadekar
2015-04-13
Pass arguments/results between EL3/S-EL1 via CPU registers (x0-x7)
Varun Wadekar
2015-03-31
Open/Close TA sessions, send commands/events to TAs
Varun Wadekar
2015-03-31
Preempt/Resume standard function ID calls
Varun Wadekar
2015-03-31
Translate secure/non-secure virtual addresses
Varun Wadekar
2015-03-31
Register NS shared memory for SP's activity logs and TA sessions
Varun Wadekar
2015-03-31
Add TLK Dispatcher (tlkd) based on the Test Dispatcher (tspd)
Varun Wadekar
2014-08-19
Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIs
Juan Castillo
2014-08-19
Clarify platform porting interface to TSP
Dan Handley
2014-08-14
Move TSP private declarations into separate header
Dan Handley
2014-05-23
Move BL porting functions into platform.h
Dan Handley
2014-05-23
Split platform.h into separate headers
Dan Handley
2014-05-23
Remove extern keyword from function declarations
Dan Handley
2014-05-23
Use a vector table for TSP entrypoints
Andrew Thoelke
2014-05-23
Non-Secure Interrupt support during Standard SMC processing in TSP
Soby Mathew
2014-05-22
Add support for synchronous FIQ handling in TSP
Achin Gupta
2014-05-22
Use secure timer to generate S-EL1 interrupts
Achin Gupta
2014-05-06
Reduce deep nesting of header files
Dan Handley
2014-05-06
Always use named structs in header files
Dan Handley
2014-05-06
Separate out CASSERT macro into own header
Dan Handley
2014-05-06
Move include and source files to logical locations
Dan Handley