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