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
/
trusty
/
trusty.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
spd: trusty: allow clients to retrieve service UUID
Varun Wadekar
2020-08-31
1
-1
/
+20
*
spd: trusty: disable error messages seen during boot
Varun Wadekar
2020-03-18
1
-2
/
+2
*
SPMD: Adds partially supported EL2 registers.
Max Shvetsov
2020-03-03
1
-3
/
+3
*
trusty: Allow getting trusty memsize from BL32_MEM_SIZE instead of TSP_SEC_ME...
Arve Hjønnevåg
2020-02-12
1
-0
/
+4
*
Makefile: remove extra include paths in INCLUDES
Ambroise Vincent
2019-04-03
1
-1
/
+1
*
spd: trusty: memmap trusty's code memory before peeking
Varun Wadekar
2019-02-05
1
-0
/
+12
*
spd: trusty: pass max affinity level to Trusty
Stephen Wolfe
2019-01-31
1
-8
/
+8
*
Merge pull request #1781 from dtwlin/m2
Antonio Niño Díaz
2019-01-25
1
-1
/
+2
|
\
|
*
spd: trusty: trusty_setup should bail on unknown image
David Lin
2019-01-24
1
-1
/
+2
*
|
spd: trusty : fix defects flagged by MISRA scan
Anthony Zhou
2019-01-23
1
-56
/
+61
|
/
*
Correct typographical errors
Paul Beesley
2019-01-15
1
-3
/
+3
*
Sanitise includes across codebase
Antonio Nino Diaz
2019-01-04
1
-9
/
+10
*
trusty: Fix return value of trusty_init()
Antonio Nino Diaz
2018-09-18
1
-1
/
+1
*
types: use int-ll64 for both aarch32 and aarch64
Masahiro Yamada
2018-04-27
1
-4
/
+4
*
Fix pointer type mismatch of handlers
Masahiro Yamada
2018-04-27
1
-10
/
+10
*
spd: add static qualifier to locally used functions and data
Masahiro Yamada
2018-04-21
1
-1
/
+1
*
Trusty: Fix sanity check on NS entry point
Sandrine Bailleux
2018-03-21
1
-1
/
+1
*
trusty: Fix another reported misra violation
Arve Hjønnevåg
2018-03-02
1
-1
/
+1
*
trusty: Fix reported misra violation
Arve Hjønnevåg
2018-03-01
1
-1
/
+1
*
trusty: Fix reported static check errors
Arve Hjønnevåg
2018-02-28
1
-1
/
+1
*
trusty: Change type of aarch32 flag t bool
Arve Hjønnevåg
2018-02-28
1
-2
/
+3
*
tegra/trusty: Setup tegra specific trusty args in platform code
Arve Hjønnevåg
2018-02-21
1
-3
/
+0
*
trusty: Pass cpu suspend/resume reason to trusty
Arve Hjønnevåg
2018-01-24
1
-8
/
+8
*
trusty: Run bl33 in EL1 instead of EL2 is trusty image is 32-bit
Arve Hjønnevåg
2018-01-24
1
-0
/
+25
*
trusty: Add fpu/simd support
Arve Hjønnevåg
2018-01-24
1
-4
/
+3
*
trusty: Restore working trusty setup code and include trusty image in build
Arve Hjønnevåg
2018-01-24
1
-10
/
+34
*
trusty: save/restore FPU registers in world switch
Aijun Sun
2017-09-19
1
-0
/
+15
*
Fix order of #includes
Isla Mitchell
2017-07-12
1
-2
/
+2
*
Migrate secure payload dispatchers to new SMC terminology
David Cunado
2017-05-04
1
-4
/
+4
*
Use SPDX license identifiers
dp-arm
2017-05-03
1
-25
/
+1
*
spd: trusty: support for AARCH64 mode
Varun Wadekar
2017-03-06
1
-22
/
+6
*
spd: trusty: save context starting from the stack end
Varun Wadekar
2017-03-06
1
-2
/
+3
*
spd: trusty: add SET_ROT_PARAMS handling
Varun Wadekar
2017-03-06
1
-0
/
+12
*
spd: trusty: pass boot params to the Trusted OS
Wayne Lin
2017-03-06
1
-0
/
+11
*
spd: trusty: only process one function ID at a time
Anthony Zhou
2017-03-06
1
-0
/
+16
*
spd: trusty: pass VMID via X7
Anthony Zhou
2017-03-06
1
-6
/
+39
*
spd: trusty: OEN_TAP_START aperture for standard calls
Amith
2017-02-23
1
-1
/
+1
*
Check Trusty is present during the SPD's initialization
Sandrine Bailleux
2016-11-30
1
-0
/
+5
*
Fix a coding style issue in trusty.c
Sandrine Bailleux
2016-11-23
1
-1
/
+1
*
Fix compilation warning in Trusty SPD
Sandrine Bailleux
2016-11-23
1
-4
/
+2
*
spd: dispatcher for interacting with the Trusty TEE
Varun Wadekar
2016-11-08
1
-0
/
+400