1. 78460a0 Use standard errno definitions in load_auth_image() by Juan Castillo · 9 years ago
  2. a2f8b16 Ensure BL2 security state is secure by Vikram Kanigiri · 9 years ago
  3. fedbc04 TBB: abort boot if BL3-2 cannot be authenticated by Juan Castillo · 9 years ago
  4. 962f7c5 TBB: delete deprecated PolarSSL authentication module by Juan Castillo · 9 years ago
  5. 1779ba6 TBB: switch to the new authentication framework by Juan Castillo · 9 years ago
  6. 16948ae Use numbers to identify images instead of names by Juan Castillo · 9 years ago
  7. d5e0a93 TBB: replace assert() with runtime checks in PolarSSL module by Juan Castillo · 9 years ago
  8. c3da66b TBB: use ASN.1 type DigestInfo to represent hashes by Juan Castillo · 9 years ago
  9. 1b70db0 Fix type mismatches in verbose logging by Dan Handley · 9 years ago
  10. 8b77962 Add support to indicate size and end of assembly functions by Kévin Petit · 9 years ago
  11. 81ee098 TBB: remove PolarSSL SHA1 functions from the binary by Juan Castillo · 9 years ago
  12. ba592e2 Fix violations to the coding style by Sandrine Bailleux · 9 years ago
  13. 40febc3 TBB: add authentication module interface by Juan Castillo · 10 years ago
  14. db6071c TBB: add PolarSSL based authentication module by Juan Castillo · 10 years ago
  15. c5fb47c Skip reserving memory for non-executable and BL3-0 images by Juan Castillo · 10 years ago
  16. aecc084 Rework use of labels in assembly macros. by Soby Mathew · 10 years ago
  17. 6ad2e46 Rationalize console log output by Dan Handley · 10 years ago
  18. dd2bdee Merge pull request #177 from jcastillo-arm/jc/tf-issues/096 by danh-arm · 10 years ago
  19. d3280be Rework incorrect use of assert() and panic() in codebase by Juan Castillo · 10 years ago
  20. 626ed51 Rework the crash reporting in BL3-1 to use less stack by Soby Mathew · 10 years ago
  21. bc92012 Implement an assert() callable from assembly code by Soby Mathew · 10 years ago
  22. b79af93 Implement a leaner printf for Trusted Firmware by Soby Mathew · 10 years ago
  23. 8f55dfb Remove concept of top/bottom image loading by Sandrine Bailleux · 10 years ago
  24. 63db7ba Make the entry point argument optional in load_image() by Sandrine Bailleux · 10 years ago
  25. dec5e0d Move BL porting functions into platform.h by Dan Handley · 10 years ago
  26. 6871c5d Rework memory information passing to BL3-x images by Vikram Kanigiri · 10 years ago
  27. 4112bfa Populate BL31 input parameters as per new spec by Vikram Kanigiri · 10 years ago
  28. 29fb905 Rework handover interface between BL stages by Vikram Kanigiri · 10 years ago
  29. 23ff9ba Introduce macros to manipulate the SPSR by Vikram Kanigiri · 10 years ago
  30. a43d431 Rework BL3-1 unhandled exception handling and reporting by Soby Mathew · 10 years ago
  31. b3254e8 Introduce IS_IN_ELX() macros by Sandrine Bailleux · 10 years ago
  32. 625de1d Remove variables from .data section by Dan Handley · 10 years ago
  33. 97043ac Reduce deep nesting of header files by Dan Handley · 10 years ago
  34. fb037bf Always use named structs in header files by Dan Handley · 10 years ago
  35. 35e98e5 Make use of user/system includes more consistent by Dan Handley · 10 years ago
  36. 4ecca33 Move include and source files to logical locations by Dan Handley · 10 years ago
  37. 6c595b3 Separate out BL2, BL3-1 and BL3-2 early exception vectors from BL1 by Sandrine Bailleux · 10 years ago
  38. 6ba0b6d Remove partially qualified asm helper functions by Vikram Kanigiri · 10 years ago
  39. ee9ad78 bl_common: add image_size() by Ryan Harkin · 11 years ago
  40. 090630e Tolerate runtime service initialization failure by Jeenu Viswambharan · 11 years ago
  41. 08c28d5 Report recoverable errors as warnings by Jeenu Viswambharan · 11 years ago
  42. 0a9f747 Move PSCI to runtime services directory by Achin Gupta · 11 years ago
  43. e4d084e Rework BL2 to BL3-1 hand over interface by Achin Gupta · 11 years ago
  44. caa8493 Add support for handling runtime service requests by Jeenu Viswambharan · 11 years ago
  45. 07f4e07 Introduce new exception handling framework by Achin Gupta · 11 years ago
  46. 7421b46 Add runtime services framework by Achin Gupta · 11 years ago
  47. ef7a28c psci: Use context library for preserving EL3 state by Achin Gupta · 11 years ago
  48. b739f22 Setup VBAR_EL3 incrementally by Achin Gupta · 11 years ago
  49. 9d72b4e Implement load_image in terms of IO abstraction by James Morrissey · 11 years ago
  50. 40a6f64 Fix asserts appearing in release builds by James Morrissey · 11 years ago
  51. 75f7367 psci: fix affinity level upgrade issue by Achin Gupta · 11 years ago
  52. a45e397 psci: preserve target affinity level during suspend by Achin Gupta · 11 years ago
  53. a59caa4 psci: replace secure context with suspend context by Achin Gupta · 11 years ago
  54. e83b0ca Update year in copyright text to 2014 by Dan Handley · 11 years ago
  55. ba6980a Move RUN_IMAGE constant from bl1.h to bl_common.h by Sandrine Bailleux · 11 years ago
  56. 0959db5 psci: rectify and homogenise generic code by Achin Gupta · 11 years ago
  57. 3140a9e psci: rework cpu_off assertion and minor cleanups by Achin Gupta · 11 years ago
  58. c8afc78 psci: fix error due to a non zero context id by Achin Gupta · 11 years ago
  59. ab2d31e Enable third party contributions by Dan Handley · 11 years ago
  60. 8d69a03 Various improvements/cleanups on the linker scripts by Sandrine Bailleux · 11 years ago
  61. 3738274 Unmask SError and Debug exceptions. by Sandrine Bailleux · 11 years ago
  62. 4f6ad66 ARMv8 Trusted Firmware release v0.2 by Achin Gupta · 11 years ago