1. 37e1aea Add hw TRNG from SEL0 SP by julhal01 · 4 years, 6 months ago
  2. 5fe411b Add simple_c test runner by julhal01 · 4 years, 6 months ago
  3. 3ec4c32 Add test_runner service by julhal01 · 4 years, 6 months ago
  4. 2c18fbf Add platform specific TRNG driver by julhal01 · 4 years, 6 months ago
  5. ffa98d8 Add platform support by julhal01 · 4 years, 7 months ago
  6. 734dbad Add packed-c protocol support for crypto service by julhal01 · 4 years, 8 months ago
  7. c3f4e9a Extend RPC parameters by julhal01 · 4 years, 8 months ago
  8. 35c6d64 Create and export SP layout JSON by Balint Dobszay · 4 years, 4 months ago
  9. 0fdceea Add example SP manifests by Balint Dobszay · 4 years, 4 months ago
  10. 840696b Fix nanopb python dependencies by Gyorgy Szing · 4 years, 5 months ago
  11. 101ce2d Update specifications section by Gyorgy Szing · 4 years, 5 months ago
  12. daf2efd Fix: "arm-linux" builds allow wrong GCC compiler by Gyorgy Szing · 4 years, 5 months ago
  13. 345686a libsp: Remove non-trivial designated initializers by Imre Kis · 4 years, 6 months ago
  14. 7cbf6a2 Use firmware-test-builder in existing tests by Imre Kis · 4 years, 6 months ago
  15. d4ed659 libsp: Integrate firmware-test-builder by Imre Kis · 4 years, 7 months ago
  16. 36ef73a Fix: output binary path for opteesp environment by Balint Dobszay · 4 years, 6 months ago
  17. c31afbf Fix: deployments fail to install to a single tree by Gyorgy Szing · 4 years, 6 months ago
  18. d80f856 Fix: CROSS_COMPILE env variable is ignored by Gyorgy Szing · 4 years, 6 months ago
  19. 1b631eb Align with Linux FF-A driver by Balint Dobszay · 4 years, 7 months ago
  20. f5f4a55 libsp: Unit testing sp_memory_management.c by Imre Kis · 4 years, 7 months ago
  21. b6a63bf libsp: Unit testing sp_discovery.h by Imre Kis · 4 years, 7 months ago
  22. a53ba37 libsp: Add sp_rxtx.h mock implementation by Imre Kis · 4 years, 7 months ago
  23. 86ec34f libsp: Unit testing the functions of sp_rxtx.c by Imre Kis · 4 years, 8 months ago
  24. 4844cff libsp: Add ffa_api.h mock implementation by Imre Kis · 4 years, 7 months ago
  25. 29d7753 libsp: Unit testing ffa_memory_descriptors.c by Imre Kis · 4 years, 8 months ago
  26. bee5270 libsp: Unit testing the functions of ffa_api.h by Imre Kis · 4 years, 8 months ago
  27. 18dfa71 libsp: Add ffa_internal_api.h mock implementation by Imre Kis · 4 years, 8 months ago
  28. 721104f libsp: Add mock assert implementation by Imre Kis · 4 years, 8 months ago
  29. 2808834 libsp: Fix header file order by Imre Kis · 4 years, 7 months ago
  30. 1f89e82 libsp: Add missing include to sp_api_defines.h by Imre Kis · 4 years, 7 months ago
  31. c81995e libsp: Refactoring sp_discovery.c by Imre Kis · 4 years, 7 months ago
  32. 78f102c libsp: Fix buffer boundary check in sp_discovery by Imre Kis · 4 years, 7 months ago
  33. 21e0665 libsp: Fix SP memory management formatting by Imre Kis · 4 years, 7 months ago
  34. d614cc4 libsp: Handle SP memory management invalid args by Imre Kis · 4 years, 7 months ago
  35. e07cb6c libsp: Move sp_memory_attr definition by Imre Kis · 4 years, 7 months ago
  36. 0202c9f libsp: Fix formatting of sp_rxtx.c by Imre Kis · 4 years, 7 months ago
  37. e76ade8 DOC: update documentation. by Julian Hall · 4 years, 9 months ago
  38. 3924b1b libsp: Fix RXTX buffer page count range check by Imre Kis · 4 years, 7 months ago
  39. ce67e65 libsp: Fix scope of sp_rxtx.c internal variables by Imre Kis · 4 years, 7 months ago
  40. aaa3bed libsp: Add missing extern "C" linkage-specification by Imre Kis · 4 years, 8 months ago
  41. eff4b28 Add testing and demo deployments by Julian Hall · 4 years, 9 months ago
  42. 4061ed6 Add crypto deployment by Julian Hall · 4 years, 9 months ago
  43. 72c3f04 Add secure storage service and demo deployments by Balint Dobszay · 4 years, 9 months ago
  44. b1d5d5f Add deployment for libts by Julian Hall · 4 years, 9 months ago
  45. 38c729b Add demo application by Julian Hall · 4 years, 9 months ago
  46. 3d844c2 Add test application by Julian Hall · 4 years, 9 months ago
  47. c02fffb Add crypto service by Julian Hall · 4 years, 9 months ago
  48. 8b6e686 Add secure storage service by Balint Dobszay · 4 years, 9 months ago
  49. 8cff2b8 Add service locator component by Julian Hall · 4 years, 9 months ago
  50. df86fce Add serializer service for protobuf by Julian Hall · 4 years, 9 months ago
  51. 2dcd69c Add generalised service provider by Julian Hall · 4 years, 9 months ago
  52. 3bd6ae9 Add RPC caller and endpoint for FF-A by Balint Dobszay · 4 years, 9 months ago
  53. f7f8495 Add direct and dummy RPC caller by Julian Hall · 4 years, 9 months ago
  54. 6c59e4e Add generic RPC layer by Julian Hall · 4 years, 9 months ago
  55. 07679f2 Add Linux PC and Arm environments by Julian Hall · 4 years, 9 months ago
  56. a7e89b0 Add UUID helper component by Julian Hall · 4 years, 9 months ago
  57. ba1095c Add build test runner: b-test. by Gyorgy Szing · 4 years, 9 months ago
  58. 4909180 libsp: Add build system files. by Gyorgy Szing · 4 years, 9 months ago
  59. 6632159 libsp: Add high level SP discovery function. by Imre Kis · 4 years, 9 months ago
  60. 34253f4 libsp: Add high level memory management interfaces. by Imre Kis · 4 years, 9 months ago
  61. 9c8ef92 libsp: Add memory descriptor handler functions. by Imre Kis · 4 years, 9 months ago
  62. 6447693 libsp: Add high level RXTX buffer handling interface. by Imre Kis · 4 years, 9 months ago
  63. e3112e0 libsp: Implement memory management interfaces. by Imre Kis · 4 years, 9 months ago
  64. 9fcf841 libsp: Introduce FF-A support. by Imre Kis · 4 years, 9 months ago
  65. 3b32e7b Copying utility headers from optee_os. by Imre Kis · 4 years, 9 months ago
  66. 4021c29 Add documentation skeleton. by Gyorgy Szing · 4 years, 9 months ago
  67. 2116e25 Initial empty commit. by Gyorgy Szing · 4 years, 9 months ago