1. 09a00ef Sanitise includes of include/drivers across codebase by Antonio Nino Diaz · 7 years ago
  2. 9e550b6 Merge changes from topic "jh/hikey960" by Sandrine Bailleux · 7 years ago
  3. 971545c Use lock-less printf() in assert macro by Sandrine Bailleux · 7 years ago
  4. a2d516f Always print file and line number in panic/unreachable macros by Sandrine Bailleux · 7 years ago
  5. c161738 Merge changes from topic "sb/exceptions" by Sandrine Bailleux · 7 years ago
  6. 3951dd9 Move unstable tests to a separate pool of tests by Sandrine Bailleux · 7 years ago
  7. d101967 Rework IRQ vector code by Sandrine Bailleux · 7 years ago
  8. 452f360 Add CFI debug info to vector entries by Sandrine Bailleux · 7 years ago
  9. 80ddcc3 Improve readability of exceptions stubs code by Sandrine Bailleux · 7 years ago
  10. 8b170a2 Fix comments in AArch64 exceptions code by Sandrine Bailleux · 7 years ago
  11. e223699 hikey960: Fake only 1 core by John Tsichritzis · 7 years ago
  12. 0541db1 hikey960: Enable SGI by John Tsichritzis · 7 years ago
  13. 317632b hikey960: Enable MMU by John Tsichritzis · 7 years ago
  14. d325554 Hikey960 port: initial commit by John Tsichritzis · 7 years ago
  15. a17e77c xlat v2: Dynamically detect need for CnP bit by Antonio Nino Diaz · 7 years ago
  16. 69068db Partial sync of architectural headers with TF repository by Antonio Nino Diaz · 7 years ago
  17. dddec6b Explain why we set HCR.TGE bit by Sandrine Bailleux · 7 years ago
  18. 9e7d37e Merge changes from topic "sb/smc-tests-tos" by Sandrine Bailleux · 7 years ago
  19. 48ea56b Merge changes from topic "an/spm" by Sandrine Bailleux · 7 years ago
  20. c5d315e Relax SMC tests when Trusted OS is present by Sandrine Bailleux · 7 years ago
  21. cab5e36 Make UUID buffer optional for is_trusted_os_present() by Sandrine Bailleux · 7 years ago
  22. bbdb276 Merge changes from topic "sb/init-code" by Sandrine Bailleux · 7 years ago
  23. 39caa2c Share AArch32 arch. init code between cold/warm boot code by Sandrine Bailleux · 7 years ago
  24. 3f556eb Add some tests for all types of SMCs by Sandrine Bailleux · 7 years ago
  25. 1779506 Rename SMC first argument by Sandrine Bailleux · 7 years ago
  26. 485cee0 Merge changes from topic "sb/terse-output" by Sandrine Bailleux · 7 years ago
  27. ba7695b Fix waitus() by Sandrine Bailleux · 7 years ago
  28. d01a4c6 Introduce syscounter_read() helper function by Sandrine Bailleux · 7 years ago
  29. 10a0254 SPM: Test interrupt preemption by Antonio Nino Diaz · 7 years ago
  30. 49b05a8 SPM: Test blocking requests while busy by Antonio Nino Diaz · 7 years ago
  31. 0d8a473 Merge "Make tests output more concise and clearer" by Sandrine Bailleux · 7 years ago
  32. cbc4516 Flush the UART before entering suspend mode by Sandrine Bailleux · 7 years ago
  33. a1948da Rework TFTF AArch64 entry point code by Sandrine Bailleux · 7 years ago
  34. 844b362 FWU: Do not pull TFTF exception vectors code by Sandrine Bailleux · 7 years ago
  35. a1497e3 SPM: Test request handling from multiple cores by Antonio Nino Diaz · 7 years ago
  36. ad8fcee SPM: Add more SPCI helpers by Antonio Nino Diaz · 7 years ago
  37. dfa5ed9 Remove redundant error message in tftf_initialise_timer() by Sandrine Bailleux · 7 years ago
  38. b907d9d Remove prints from VExpress NOR flash driver by Sandrine Bailleux · 7 years ago
  39. 8800925 Remove prints in get_overall_test_result() by Sandrine Bailleux · 7 years ago
  40. 800ecae Remove SHELL_COLOR build flag by Sandrine Bailleux · 7 years ago
  41. 125d58c Make tests output more concise and clearer by Sandrine Bailleux · 7 years ago
  42. 750b7cc Do not print CPU MPID in mp_printf() by Sandrine Bailleux · 7 years ago
  43. 411a6b2 Use vprintf() inside mp_printf() by Sandrine Bailleux · 7 years ago
  44. 6826138 Add vprintf() in standard C library by Sandrine Bailleux · 7 years ago
  45. 2b00132 plat/arm: Remove board/ directory by Sandrine Bailleux · 7 years ago
  46. a69c7af SGI-575: Remove incorrect inclusion of arm_def.h by Sandrine Bailleux · 7 years ago
  47. 9c0acae Merge "SPM: Makefile: Add targets to build resource description blobs" by Sandrine Bailleux · 7 years ago
  48. 2a287fc el3_payload: Add initial platform support for SGI-575 by Chandni Cherukuri · 7 years ago
  49. c73c291 readme: Add support for SGI-575 platform in readme.rst by Chandni Cherukuri · 7 years ago
  50. c6f0a5c plat/arm/board/sgi: Add board support for SGI-575 platform by Chandni Cherukuri · 7 years ago
  51. 8624474 plat/arm/sgi: Add initial platform support for SGI platforms by Chandni Cherukuri · 7 years ago
  52. 1451f61 SPM: Makefile: Add targets to build resource description blobs by Antonio Nino Diaz · 7 years ago
  53. 855b0b2 Remove MPIDR_{CLUSTER,CPU}_ID macros from arch.h by Antonio Nino Diaz · 7 years ago
  54. 1b97b11 Minor modification to the README file by Sandrine Bailleux · 7 years ago
  55. 2ac6f8f cactus: ivy: Add sleep service by Antonio Nino Diaz · 7 years ago
  56. 0b1ab40 ivy: Introduce new test Secure Partition by Antonio Nino Diaz · 7 years ago
  57. 6fb5fb0 cactus: Remove SPM_VERSION test by Antonio Nino Diaz · 7 years ago
  58. 7f10a06 cactus: Migrate get/set mem attributes tests to SPRT by Antonio Nino Diaz · 7 years ago
  59. 43ef393 cactus: Update service handling loop by Antonio Nino Diaz · 7 years ago
  60. e46924e SPM: Introduce SPRT C client library by Antonio Nino Diaz · 7 years ago
  61. fdd0823 lib/irq: Correct the spi_desc_table array index by Chandni Cherukuri · 7 years ago
  62. 652d20a SPM: Test open and close handle by Antonio Nino Diaz · 7 years ago
  63. 302d3d0 SPM: Import SPCI and SPRT headers by Antonio Nino Diaz · 7 years ago
  64. f6164aa SPM: Remove old interfaces and tests by Antonio Nino Diaz · 7 years ago
  65. 4762fef cactus: Fix base address in linkerscript by Antonio Nino Diaz · 7 years ago
  66. 1486f3b cactus: Remove boot info struct by Antonio Nino Diaz · 7 years ago
  67. 54287c8 cactus: Reorganize stack by Antonio Nino Diaz · 7 years ago
  68. 5bf366e cactus: Don't remap memory regions at boot by Antonio Nino Diaz · 7 years ago
  69. 7e1e5e8 cactus: Create resource description DTS by Antonio Nino Diaz · 7 years ago
  70. 99f4fd2 cactus: Use UART2 instead of UART0 by Antonio Nino Diaz · 7 years ago
  71. 941fab4 Make topology.h macros more readable by John Tsichritzis · 7 years ago
  72. 7d34d30 Move BL1 SMC FIDs macros out of platform layer by Sandrine Bailleux · 7 years ago
  73. 13d99f9 Fix type of SMC function ID by Sandrine Bailleux · 7 years ago
  74. 1454f50 Move timer register helpers from arch.h to arch_helpers.h by Antonio Nino Diaz · 7 years ago
  75. 8c0f86b Expand MPID_MASK define to affinity level 3 by Antonio Nino Diaz · 7 years ago
  76. ffe9da6 Remove unused AArch64 assembly helpers by Antonio Nino Diaz · 7 years ago
  77. ec58849 Remove some unused header inclusions in pmf.h by Sandrine Bailleux · 7 years ago
  78. dcfc483 Synchronise arch.h and arch_helpers.h with TF-A by Antonio Nino Diaz · 7 years ago
  79. 814003f xlat v2: Synchronise code with TF by Antonio Nino Diaz · 7 years ago
  80. 957514d stdlib: Increase compatibility with TF-A by Antonio Nino Diaz · 7 years ago
  81. 7ec31b8 Remove SMCCC_MINOR/MAJOR_VERSION macros by Sandrine Bailleux · 7 years ago
  82. 18c2c8d Drop support for semihosting by Sandrine Bailleux · 7 years ago
  83. 68d76a2 Drop support for TEST_REPORTS by Sandrine Bailleux · 7 years ago
  84. 2d0136e Update repository URL in the documentation by Sandrine Bailleux · 7 years ago
  85. 14eb927 Fix output format in system_timer.c by John Tsichritzis · 7 years ago
  86. a1c3cca Introduce test to access pointer authentication register by Jeenu Viswambharan · 7 years ago
  87. 7ab07c5 User guide: Add instructions for running SPM tests by Sathees Balya · 7 years ago
  88. 5ae1ee6 rt_instr: Print cluster/cpu ID by Dimitris Papastamos · 7 years ago
  89. aef556a Disable hardware alignment checking by Sandrine Bailleux · 7 years ago
  90. 7af6c6d Acknowledge that FWU tests do not work on AEM FVP revC by Sandrine Bailleux · 7 years ago
  91. 52cf479 el3_payload: Remove CROSS_COMPILE default by Sathees Balya · 7 years ago
  92. 88a956f RST rendering fix by John Tsichritzis · 7 years ago
  93. 4586e0d Fix RST rendering typos and broken links by John Tsichritzis · 7 years ago
  94. 43ded0f User guide: Document TESTS build option by Sandrine Bailleux · 7 years ago
  95. 043d536 Add a makefile rule to print set of tests by Sandrine Bailleux · 7 years ago
  96. 0c6ef87 Rename tests-common into tests-standard by Sandrine Bailleux · 7 years ago
  97. d78c03d Introduce support to build a subset of tests by Sandrine Bailleux · 7 years ago
  98. 9af15ea Add meta tests makefiles by Sandrine Bailleux · 7 years ago
  99. fe6ff41 Split tests makefile by Sandrine Bailleux · 7 years ago
  100. 30ea91c Make GICv2 spurious interrupt test platform-agnostic by Sandrine Bailleux · 7 years ago