1. 29670e6 fix(misra): fix MISRA defects by Arvind Ram Prakash · 3 months ago
  2. b5ec138 feat(context-mgmt): report context memory usage by Juan Pablo Conde · 7 months ago
  3. 4fc00d2 refactor(cm): move EL3 registers to global context by Elizabeth Ho · 11 months ago
  4. 6805e8d feat(fvp): capture timestamps in bl stages by thagon01-arm · 11 months ago
  5. 1f9ecfe fix(bl31): resolve runtime console garbage in next stage by Prasad Kummari · 10 months ago
  6. 36cebf9 refactor(cm): introduce a real manage_extensions_nonsecure() by Boyan Karatotev · 1 year, 3 months ago
  7. 1d8795e refactor(context-mgmt): move FEAT_HCX save/restore into C by Andre Przywara · 1 year, 7 months ago
  8. f20ad90 refactor(cpufeat): convert FEAT_HCX to new scheme by Andre Przywara · 1 year, 7 months ago
  9. f92c0cb refactor(context mgmt): add cm_prepare_el3_exit_ns function by Zelalem Aweke · 2 years, 4 months ago
  10. 9461a89 refactor(el3-runtime): add arch-features detection mechanism by Jayanth Dodderi Chidanand · 2 years, 5 months ago
  11. 4d37db8 feat(rme): add ENABLE_RME build option and support for RMM image by Zelalem Aweke · 2 years, 11 months ago
  12. f91e59f feat(hcx): add build option to enable FEAT_HCX by johpow01 · 2 years, 10 months ago
  13. e1ecd23 arm_fpga: Add support for unknown MPIDs by Javier Almansa Sobrino · 3 years, 10 months ago
  14. f41355c Refactor ARMv8.3 Pointer Authentication support code by Alexei Fedorov · 4 years, 9 months ago
  15. 56b68ad Minor changes to documentation and comments by Antonio Nino Diaz · 5 years ago
  16. 47a9064 BL31: Enable pointer authentication support by Antonio Nino Diaz · 5 years ago
  17. 1fbc97b Correct typographical errors by Paul Beesley · 5 years ago
  18. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 5 years ago
  19. 864ca6f context_mgmt: Fix MISRA defects by Antonio Nino Diaz · 6 years ago
  20. 5753e49 Mark BL31 initialization functions by Daniel Boulby · 6 years ago
  21. f417a46 BL31: Fix warning about BL32 init function by Antonio Nino Diaz · 6 years ago
  22. f1c808d Convert BL31 error message into warning by Antonio Nino Diaz · 6 years ago
  23. e0b757d Fix MISRA defects in BL31 common code by Antonio Nino Diaz · 6 years ago
  24. 0571270 Fix MISRA rule 8.4 in common code by Roberto Vargas · 6 years ago
  25. 10a6727 BL31: Introduce Exception Handling Framework by Jeenu Viswambharan · 7 years ago
  26. 9930501 Fix order of #includes by Isla Mitchell · 7 years ago
  27. 6715485 Merge pull request #927 from jeenu-arm/state-switch by davidcunado-arm · 7 years ago
  28. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  29. 2a9b882 Add macro to check whether the CPU implements an EL by Jeenu Viswambharan · 7 years ago
  30. e3962d0 Flush console where necessary by Antonio Nino Diaz · 7 years ago
  31. 3cac786 Add PMF instrumentation points in TF by dp-arm · 8 years ago
  32. 8da8966 PSCI: Do psci_setup() as part of std_svc_setup() by Soby Mathew · 8 years ago
  33. 89256b8 PSCI: Introduce PSCI Library argument structure by Soby Mathew · 8 years ago
  34. d019487 Introduce PSCI Library Interface by Soby Mathew · 8 years ago
  35. d75d2ba Build option to include AArch32 registers in cpu context by Soby Mathew · 8 years ago
  36. 7d19941 Remove dashes from image names: 'BL3-x' --> 'BL3x' by Juan Castillo · 8 years ago
  37. 1ff495b Ensure BL31 does not print to boot console by default by Soby Mathew · 8 years ago
  38. b2e224c Introduce print_entry_point_info() function by Sandrine Bailleux · 9 years ago
  39. e9c4a64 Make generic code work in presence of system caches by Achin Gupta · 9 years ago
  40. 3700a92 PSCI: Migrate TF to the new platform API and CM helpers by Soby Mathew · 9 years ago
  41. 91b624e Rationalize console log output by Dan Handley · 10 years ago
  42. 4e81341 Support asynchronous method for BL3-2 initialization by Vikram Kanigiri · 10 years ago
  43. f558cac Rework incorrect use of assert() and panic() in codebase by Juan Castillo · 10 years ago
  44. 04be3a5 Add support for printing version at runtime by Juan Castillo · 10 years ago
  45. afe7e2f Implement a leaner printf for Trusted Firmware by Soby Mathew · 10 years ago
  46. 2d55240 Remove all checkpatch errors from codebase by Juan Castillo · 10 years ago
  47. 4e12607 Initialise CPU contexts from entry_point_info by Andrew Thoelke · 10 years ago
  48. 4d2d553 Remove early_exceptions from BL3-1 by Andrew Thoelke · 10 years ago
  49. 8c28fe0 Per-cpu data cache restructuring by Andrew Thoelke · 10 years ago
  50. a2f6553 Provide cm_get/set_context() for current CPU by Andrew Thoelke · 10 years ago
  51. 614f395 Pass the args to the BL3-3 entrypoint by Vikram Kanigiri · 10 years ago
  52. 701fea7 Further renames of platform porting functions by Dan Handley · 10 years ago
  53. 7ce42df Move BL porting functions into platform.h by Dan Handley · 10 years ago
  54. 29c7ae1 Merge pull request #99 from vikramkanigiri:vk/tf-issues-133_V3 by Andrew Thoelke · 10 years ago
  55. d8c9d26 Rework memory information passing to BL3-x images by Vikram Kanigiri · 10 years ago
  56. da56743 Populate BL31 input parameters as per new spec by Vikram Kanigiri · 10 years ago
  57. e2e9fb8 Merge pull request #83 from athoelke/at/tf-issues-126 by Andrew Thoelke · 10 years ago
  58. 2ecdd8f Set SCR_EL3.RW correctly before exiting bl31_main by Andrew Thoelke · 10 years ago
  59. 5e5c207 Rework BL3-1 unhandled exception handling and reporting by Soby Mathew · 10 years ago
  60. 42e75a7 Correct usage of data and instruction barriers by Andrew Thoelke · 10 years ago
  61. a4cb68e Remove variables from .data section by Dan Handley · 10 years ago
  62. 2bd4ef2 Reduce deep nesting of header files by Dan Handley · 10 years ago
  63. e2712bc Always use named structs in header files by Dan Handley · 10 years ago
  64. ecf0a71 Generate build time and date message at link time. by Jon Medhurst · 10 years ago
  65. 7f36660 Implement late binding for runtime hooks by Jeenu Viswambharan · 10 years ago
  66. 35ca351 Add support for BL3-2 in BL3-1 by Achin Gupta · 10 years ago
  67. caa8493 Add support for handling runtime service requests by Jeenu Viswambharan · 10 years ago
  68. 7421b46 Add runtime services framework by Achin Gupta · 10 years ago
  69. 7aea908 Add context management library by Achin Gupta · 10 years ago
  70. e83b0ca Update year in copyright text to 2014 by Dan Handley · 10 years ago
  71. 93ca221 Make BL31's ns_entry_info a single-cpu area by Sandrine Bailleux · 11 years ago
  72. ab2d31e Enable third party contributions by Dan Handley · 11 years ago
  73. 4f6ad66 ARMv8 Trusted Firmware release v0.2 by Achin Gupta · 11 years ago