1. bfef8b9 feat(context-mgmt): report context memory usage by Juan Pablo Conde · 1 year, 9 months ago
  2. 461c0a5 refactor(cm): move EL3 registers to global context by Elizabeth Ho · 2 years, 1 month ago
  3. ed8f06d feat(fvp): capture timestamps in bl stages by thagon01-arm · 2 years, 1 month ago
  4. 889e3d1 fix(bl31): resolve runtime console garbage in next stage by Prasad Kummari · 2 years ago
  5. 24a7073 refactor(cm): introduce a real manage_extensions_nonsecure() by Boyan Karatotev · 2 years, 5 months ago
  6. c5a3ebb refactor(context-mgmt): move FEAT_HCX save/restore into C by Andre Przywara · 2 years, 9 months ago
  7. d242128 refactor(cpufeat): convert FEAT_HCX to new scheme by Andre Przywara · 2 years, 9 months ago
  8. 8b95e84 refactor(context mgmt): add cm_prepare_el3_exit_ns function by Zelalem Aweke · 3 years, 6 months ago
  9. 6a0da73 refactor(el3-runtime): add arch-features detection mechanism by Jayanth Dodderi Chidanand · 3 years, 7 months ago
  10. 5b18de0 feat(rme): add ENABLE_RME build option and support for RMM image by Zelalem Aweke · 4 years, 1 month ago
  11. cb4ec47 feat(hcx): add build option to enable FEAT_HCX by johpow01 · 4 years ago
  12. 1994e56 arm_fpga: Add support for unknown MPIDs by Javier Almansa Sobrino · 5 years ago
  13. ed108b5 Refactor ARMv8.3 Pointer Authentication support code by Alexei Fedorov · 6 years ago
  14. 7330861 Minor changes to documentation and comments by Antonio Nino Diaz · 6 years ago
  15. 88cfd9a BL31: Enable pointer authentication support by Antonio Nino Diaz · 7 years ago
  16. 8aabea3 Correct typographical errors by Paul Beesley · 7 years ago
  17. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
  18. a0fee74 context_mgmt: Fix MISRA defects by Antonio Nino Diaz · 7 years ago
  19. 87c8513 Mark BL31 initialization functions by Daniel Boulby · 7 years ago
  20. 74ad948 BL31: Fix warning about BL32 init function by Antonio Nino Diaz · 7 years ago
  21. 46b9aa7 Convert BL31 error message into warning by Antonio Nino Diaz · 7 years ago
  22. c9512bc Fix MISRA defects in BL31 common code by Antonio Nino Diaz · 7 years ago
  23. 7fabe1a Fix MISRA rule 8.4 in common code by Roberto Vargas · 7 years ago
  24. 21b818c BL31: Introduce Exception Handling Framework by Jeenu Viswambharan · 8 years ago
  25. 2a4b4b7 Fix order of #includes by Isla Mitchell · 8 years ago
  26. d6104f5 Merge pull request #927 from jeenu-arm/state-switch by davidcunado-arm · 8 years ago
  27. 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
  28. f4c8aa9 Add macro to check whether the CPU implements an EL by Jeenu Viswambharan · 8 years ago
  29. 0b32628 Flush console where necessary by Antonio Nino Diaz · 8 years ago
  30. 872be88 Add PMF instrumentation points in TF by dp-arm · 9 years ago
  31. 58e946a PSCI: Do psci_setup() as part of std_svc_setup() by Soby Mathew · 9 years ago
  32. f426fc0 PSCI: Introduce PSCI Library argument structure by Soby Mathew · 9 years ago
  33. cf0b149 Introduce PSCI Library Interface by Soby Mathew · 9 years ago
  34. 8cd16e6 Build option to include AArch32 registers in cpu context by Soby Mathew · 9 years ago
  35. d178637 Remove dashes from image names: 'BL3-x' --> 'BL3x' by Juan Castillo · 10 years ago
  36. 78e6161 Ensure BL31 does not print to boot console by default by Soby Mathew · 10 years ago
  37. 68a68c9 Introduce print_entry_point_info() function by Sandrine Bailleux · 10 years ago
  38. 54dc71e Make generic code work in presence of system caches by Achin Gupta · 10 years ago
  39. 85a181c PSCI: Migrate TF to the new platform API and CM helpers by Soby Mathew · 10 years ago
  40. 6ad2e46 Rationalize console log output by Dan Handley · 11 years ago
  41. faaa2e7 Support asynchronous method for BL3-2 initialization by Vikram Kanigiri · 11 years ago
  42. d3280be Rework incorrect use of assert() and panic() in codebase by Juan Castillo · 11 years ago
  43. aaa3e72 Add support for printing version at runtime by Juan Castillo · 11 years ago
  44. b79af93 Implement a leaner printf for Trusted Firmware by Soby Mathew · 11 years ago
  45. 4f2104f Remove all checkpatch errors from codebase by Juan Castillo · 11 years ago
  46. 167a935 Initialise CPU contexts from entry_point_info by Andrew Thoelke · 11 years ago
  47. ee94cc6 Remove early_exceptions from BL3-1 by Andrew Thoelke · 11 years ago
  48. 5e91007 Per-cpu data cache restructuring by Andrew Thoelke · 11 years ago
  49. 08ab89d Provide cm_get/set_context() for current CPU by Andrew Thoelke · 11 years ago
  50. f05cb4a Pass the args to the BL3-3 entrypoint by Vikram Kanigiri · 11 years ago
  51. 9865ac1 Further renames of platform porting functions by Dan Handley · 11 years ago
  52. dec5e0d Move BL porting functions into platform.h by Dan Handley · 11 years ago
  53. db0de0e Merge pull request #99 from vikramkanigiri:vk/tf-issues-133_V3 by Andrew Thoelke · 11 years ago
  54. 6871c5d Rework memory information passing to BL3-x images by Vikram Kanigiri · 11 years ago
  55. 4112bfa Populate BL31 input parameters as per new spec by Vikram Kanigiri · 11 years ago
  56. ba9dbd1 Merge pull request #83 from athoelke/at/tf-issues-126 by Andrew Thoelke · 11 years ago
  57. bb5ffdb Set SCR_EL3.RW correctly before exiting bl31_main by Andrew Thoelke · 11 years ago
  58. a43d431 Rework BL3-1 unhandled exception handling and reporting by Soby Mathew · 11 years ago
  59. 8cec598 Correct usage of data and instruction barriers by Andrew Thoelke · 11 years ago
  60. 625de1d Remove variables from .data section by Dan Handley · 11 years ago
  61. 97043ac Reduce deep nesting of header files by Dan Handley · 11 years ago
  62. fb037bf Always use named structs in header files by Dan Handley · 11 years ago
  63. fb05246 Generate build time and date message at link time. by Jon Medhurst · 11 years ago
  64. 7f36660 Implement late binding for runtime hooks by Jeenu Viswambharan · 11 years ago
  65. 35ca351 Add support for BL3-2 in BL3-1 by Achin Gupta · 11 years ago
  66. caa8493 Add support for handling runtime service requests by Jeenu Viswambharan · 11 years ago
  67. 7421b46 Add runtime services framework by Achin Gupta · 12 years ago
  68. 7aea908 Add context management library by Achin Gupta · 12 years ago
  69. e83b0ca Update year in copyright text to 2014 by Dan Handley · 12 years ago
  70. 93ca221 Make BL31's ns_entry_info a single-cpu area by Sandrine Bailleux · 12 years ago
  71. ab2d31e Enable third party contributions by Dan Handley · 12 years ago
  72. 4f6ad66 ARMv8 Trusted Firmware release v0.2 by Achin Gupta · 12 years ago v0.2