1. ffbf32a Makefile: remove extra include paths in INCLUDES by Ambroise Vincent · Thu Mar 28 09:01:18 2019 +0000
  2. dfc1d3c trusty: Include file with GIC definitions by Antonio Nino Diaz · Wed Feb 27 15:11:18 2019 +0000
  3. 60ef675 fvp: trusty: Move dynamic xlat enable to platform by Antonio Nino Diaz · Tue Feb 12 13:32:03 2019 +0000
  4. 95a3368 trusty: Require dynamic translation tables by Antonio Nino Diaz · Wed Feb 06 13:27:52 2019 +0000
  5. be57abb spd: trusty: memmap trusty's code memory before peeking by Varun Wadekar · Thu Jan 03 10:44:22 2019 -0800
  6. ea50cd7 spd: trusty: pass max affinity level to Trusty by Stephen Wolfe · Thu Mar 29 12:32:08 2018 -0700
  7. 22d7ddf Merge pull request #1781 from dtwlin/m2 by Antonio Niño Díaz · Fri Jan 25 10:30:36 2019 +0000
  8. 72f6fed spd: trusty: trusty_setup should bail on unknown image by David Lin · Thu Jan 24 14:15:57 2019 -0800
  9. 50b328a spd: trusty : fix defects flagged by MISRA scan by Anthony Zhou · Tue Sep 19 16:36:22 2017 +0800
  10. 1fbc97b Correct typographical errors by Paul Beesley · Fri Jan 11 18:26:51 2019 +0000
  11. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · Fri Dec 14 00:18:21 2018 +0000
  12. 5eb8837 Standardise header guards across codebase by Antonio Nino Diaz · Thu Nov 08 10:20:19 2018 +0000
  13. 41bd97e trusty: Fix return value of trusty_init() by Antonio Nino Diaz · Tue Sep 18 13:13:24 2018 +0100
  14. 00086e3 libc: Use printf and snprintf across codebase by Antonio Nino Diaz · Thu Aug 16 16:46:06 2018 +0100
  15. 6bca8be Replace stdio.h functions by TF functions by Antonio Nino Diaz · Thu Aug 09 15:30:28 2018 +0100
  16. 3ed16a1 Fix handler prototype in Trusty generic dispatcher by Sandrine Bailleux · Wed Aug 01 15:55:34 2018 +0200
  17. e93a0f4 types: use int-ll64 for both aarch32 and aarch64 by Masahiro Yamada · Fri Feb 02 15:09:36 2018 +0900
  18. 5ac9d96 Fix pointer type mismatch of handlers by Masahiro Yamada · Thu Apr 19 01:18:48 2018 +0900
  19. 5621275 spd: add static qualifier to locally used functions and data by Masahiro Yamada · Thu Apr 19 01:14:42 2018 +0900
  20. 4cfec80 Trusty: Fix sanity check on NS entry point by Sandrine Bailleux · Mon Mar 19 10:41:06 2018 +0100
  21. 9d31cac trusty: Fix another reported misra violation by Arve Hjønnevåg · Fri Mar 02 10:10:00 2018 -0800
  22. d1771c6 trusty: Fix reported misra violation by Arve Hjønnevåg · Thu Mar 01 11:38:18 2018 -0800
  23. ee8c303 trusty: Fix reported static check errors by Arve Hjønnevåg · Wed Feb 28 17:18:55 2018 -0800
  24. ddeb2e7 trusty: Change type of aarch32 flag t bool by Arve Hjønnevåg · Wed Feb 28 17:15:06 2018 -0800
  25. 8f53949 tegra/trusty: Setup tegra specific trusty args in platform code by Arve Hjønnevåg · Wed Feb 21 17:36:44 2018 -0800
  26. 0a66162 trusty: generic-arm64-smcall: Use SPDX license identifiers by Arve Hjønnevåg · Thu Feb 01 15:44:04 2018 -0800
  27. 3420e1a trusty: Pass cpu suspend/resume reason to trusty by Arve Hjønnevåg · Mon Nov 27 11:05:46 2017 -0800
  28. 19ad775 trusty: Run bl33 in EL1 instead of EL2 is trusty image is 32-bit by Arve Hjønnevåg · Thu Sep 28 14:59:10 2017 -0700
  29. cef22ea trusty: Add fpu/simd support by Arve Hjønnevåg · Tue Aug 04 16:19:27 2015 -0700
  30. 2db97ad trusty: Add generic-arm64 support by Arve Hjønnevåg · Tue May 12 19:23:24 2015 -0700
  31. afb6f74 trusty: Restore working trusty setup code and include trusty image in build by Arve Hjønnevåg · Tue Nov 28 14:05:30 2017 -0800
  32. 98f8090 trusty: save/restore FPU registers in world switch by Aijun Sun · Tue Sep 19 16:52:08 2017 +0800
  33. 9930501 Fix order of #includes by Isla Mitchell · Tue Jul 11 14:54:08 2017 +0100
  34. c8833ea Migrate secure payload dispatchers to new SMC terminology by David Cunado · Sun Apr 16 17:15:08 2017 +0100
  35. fa3cf0b Use SPDX license identifiers by dp-arm · Wed May 03 09:38:09 2017 +0100
  36. ba33a28 spd: trusty: support for AARCH64 mode by Varun Wadekar · Thu Feb 23 10:34:06 2017 -0800
  37. bd3c953 spd: trusty: save context starting from the stack end by Varun Wadekar · Thu Feb 16 18:14:37 2017 -0800
  38. 528a792 spd: trusty: add SET_ROT_PARAMS handling by Varun Wadekar · Thu Sep 29 16:08:16 2016 -0700
  39. cd712fd spd: trusty: pass boot params to the Trusted OS by Wayne Lin · Tue May 24 15:28:42 2016 -0700
  40. 4338482 spd: trusty: only process one function ID at a time by Anthony Zhou · Wed Apr 20 10:16:48 2016 +0800
  41. 700ebe5 spd: trusty: pass VMID via X7 by Anthony Zhou · Sat Oct 31 06:03:41 2015 +0800
  42. 43e89d3 spd: trusty: OEN_TAP_START aperture for standard calls by Amith · Wed Aug 19 20:13:12 2015 -0700
  43. 2e36de8 Resolve build errors flagged by GCC 6.2 by David Cunado · Thu Jan 19 10:26:16 2017 +0000
  44. f822090 Check Trusty is present during the SPD's initialization by Sandrine Bailleux · Wed Nov 30 11:24:01 2016 +0000
  45. f148e6f Fix a coding style issue in trusty.c by Sandrine Bailleux · Wed Nov 23 10:53:07 2016 +0000
  46. 5f665c8 Fix compilation warning in Trusty SPD by Sandrine Bailleux · Wed Nov 23 09:50:53 2016 +0000
  47. c1d2a28 spd: dispatcher for interacting with the Trusty TEE by Varun Wadekar · Tue Nov 08 15:46:48 2016 -0800