1. ecf0a71 Generate build time and date message at link time. by Jon Medhurst · 10 years ago
  2. b1eb093 fvp: Make use of the generic MMU translation table setup code by Jon Medhurst · 10 years ago
  3. bb1fe20 Add generic functions for setting up aarch64 MMU translation tables by Jon Medhurst · 10 years ago
  4. 407a95c Update Makefiles to get proper dependency checking working. by Jon Medhurst · 10 years ago
  5. d0212c2 Fix implementation and users of gicd_set_ipriorityr() by Jon Medhurst · 10 years ago
  6. d11a7f3 Fix assert in bakery_lock_release() by Jon Medhurst · 10 years ago
  7. 619c5b3 Add v0.3 release documentation by Dan Handley · 10 years ago
  8. 3cb6c9d Consolidate design and porting documentation by Dan Handley · 10 years ago
  9. 3cad00d Add EL3 runtime services and SPD documentation by Dan Handley · 10 years ago
  10. 7fb153b Separate firmware design out of user-guide.md by Dan Handley · 10 years ago
  11. 6cef39a Update versions of dependencies in user-guide.md by Dan Handley · 10 years ago
  12. 97cc9ee Remove duplicate xlat_table descriptions by Jeenu Viswambharan · 10 years ago
  13. 7c596b2 fvp: Initialise UART earlier by Sandrine Bailleux · 10 years ago
  14. 090630e Tolerate runtime service initialization failure by Jeenu Viswambharan · 10 years ago
  15. 7f36660 Implement late binding for runtime hooks by Jeenu Viswambharan · 10 years ago
  16. 9128ffe Update contributing.md to new CLA location by Dan Handley · 10 years ago
  17. d19e497 Reduce GICv3 debug output by Harry Liebel · 10 years ago
  18. 8aa559c Revert accidental removal of BL2 from help message by Jeenu Viswambharan · 10 years ago
  19. d59a6c6 Update .gitignore by Jeenu Viswambharan · 10 years ago
  20. cd52932 Fix semihosting with latest toolchain by Ryan Harkin · 10 years ago
  21. 2f2cef4 Cleanup FIP build targets and messages by Jeenu Viswambharan · 10 years ago
  22. 08c28d5 Report recoverable errors as warnings by Jeenu Viswambharan · 10 years ago
  23. 916a2c1 Rework arithmetic operations in Test Secure Payload by Achin Gupta · 10 years ago
  24. 607084e Add power management support in the SPD by Achin Gupta · 10 years ago
  25. 375f538 Add Test Secure Payload Dispatcher (TSPD) service by Achin Gupta · 10 years ago
  26. dd3dc32 Fix FIP offset address when file not found by Jeenu Viswambharan · 10 years ago
  27. 7c88f3f Add Test Secure Payload (BL3-2) image by Achin Gupta · 10 years ago
  28. 0a9f747 Move PSCI to runtime services directory by Achin Gupta · 10 years ago
  29. 8aa0cd4 Specify address of UART device to use as a console by Achin Gupta · 10 years ago
  30. a0cd989 Factor out translation table setup in ARM FVP port by Achin Gupta · 10 years ago
  31. 35ca351 Add support for BL3-2 in BL3-1 by Achin Gupta · 10 years ago
  32. a3050ed Add support for BL3-2 in BL2 by Achin Gupta · 10 years ago
  33. e4d084e Rework BL2 to BL3-1 hand over interface by Achin Gupta · 10 years ago
  34. a7934d6 Add exception vector guards by Jeenu Viswambharan · 10 years ago
  35. ca823d2 Increase coherent stack sizes by Achin Gupta · 10 years ago
  36. caa8493 Add support for handling runtime service requests by Jeenu Viswambharan · 10 years ago
  37. 07f4e07 Introduce new exception handling framework by Achin Gupta · 10 years ago
  38. 7421b46 Add runtime services framework by Achin Gupta · 10 years ago
  39. ef7a28c psci: Use context library for preserving EL3 state by Achin Gupta · 10 years ago
  40. 7aea908 Add context management library by Achin Gupta · 10 years ago
  41. 9ac63c5 Add helper library for cpu context management by Achin Gupta · 10 years ago
  42. b739f22 Setup VBAR_EL3 incrementally by Achin Gupta · 10 years ago
  43. 65f0730 Fix spilled-over BL1 exception vector by Jeenu Viswambharan · 10 years ago
  44. 74cbb83 Move translation tables into separate section by Jeenu Viswambharan · 10 years ago
  45. d265bd7 Add Firmware Image Package (FIP) documentation by Harry Liebel · 10 years ago
  46. 561cd33 Add Firmware Image Package (FIP) driver by Harry Liebel · 10 years ago
  47. f58ad36 Add Firmware Image Package creation tool by Harry Liebel · 10 years ago
  48. 9d72b4e Implement load_image in terms of IO abstraction by James Morrissey · 10 years ago
  49. f2f9bb5 Add IO abstraction framework by James Morrissey · 10 years ago
  50. 40a6f64 Fix asserts appearing in release builds by James Morrissey · 10 years ago
  51. df64a55 Compile assembly files with -DDEBUG flag by Sandrine Bailleux · 10 years ago
  52. c3810c8 Fix memmove and memcpy by Jon Medhurst · 10 years ago
  53. 36eaaf3 Allow style checking of tree and local changes by Ian Spray · 10 years ago
  54. 35fab8c Build system: Add cscope target to the Makefile by Joakim Bech · 10 years ago
  55. b2187ab fvp: clear a pending cluster power off request by Achin Gupta · 10 years ago
  56. 75f7367 psci: fix affinity level upgrade issue by Achin Gupta · 11 years ago
  57. a45e397 psci: preserve target affinity level during suspend by Achin Gupta · 11 years ago
  58. a59caa4 psci: replace secure context with suspend context by Achin Gupta · 11 years ago
  59. 03cb8fb fvp: rename fvp_* files to plat_* by Ryan Harkin · 10 years ago
  60. 72ee331 Build system: add 'make help' option by Ryan Harkin · 10 years ago
  61. d7a6b0f Build system: minor spacing tidyup by Ryan Harkin · 10 years ago
  62. 25cff83 Build system: Fixes #2: Add multi-platform support by Ryan Harkin · 10 years ago
  63. 5443f2b remove empty definition of display_boot_progress() by Achin Gupta · 10 years ago
  64. 3a4cae0 Change comments in assembler files to help ctags by Jeenu Viswambharan · 10 years ago
  65. eaec590 Probe for GICv3 re-distributors on core bring-up by Harry Liebel · 11 years ago
  66. 4f60368 Do not trap access to floating point registers by Harry Liebel · 10 years ago
  67. e83b0ca Update year in copyright text to 2014 by Dan Handley · 10 years ago
  68. 5407885 Refer to separate issue tracking repository by Dan Handley · 10 years ago
  69. 8468739 Move GIC setup to a separate file by Ian Spray · 10 years ago
  70. e22fb91 Build project with 'pedantic' by Harry Liebel · 10 years ago
  71. 0af6d64 Do not let GCC use built-in functions by Harry Liebel · 11 years ago
  72. bdb774d Fix SPSR register size in gp_regs structure by Sandrine Bailleux · 11 years ago
  73. a960f28 Local C library documentation updates by Harry Liebel · 11 years ago
  74. 1bc9e1f Add strchr() and putchar() to local C library by Harry Liebel · 11 years ago
  75. 0f702c6 Create local C library implementation (2/2) by Harry Liebel · 11 years ago
  76. c81b1d0 Create local C library implementation (1/2) by Harry Liebel · 11 years ago
  77. 57bb658 Add debug macros by Harry Liebel · 11 years ago
  78. 93ca221 Make BL31's ns_entry_info a single-cpu area by Sandrine Bailleux · 11 years ago
  79. 34edaed BL2: Sanity check value in x0 in the entry point code by Sandrine Bailleux · 11 years ago
  80. ba6980a Move RUN_IMAGE constant from bl1.h to bl_common.h by Sandrine Bailleux · 11 years ago
  81. ee12f6f Remove useless copies of meminfo structures by Sandrine Bailleux · 11 years ago
  82. dc98e53 psci: update docs with status of cpu_suspend api by Achin Gupta · 11 years ago
  83. 0959db5 psci: rectify and homogenise generic code by Achin Gupta · 11 years ago
  84. 3140a9e psci: rework cpu_off assertion and minor cleanups by Achin Gupta · 11 years ago
  85. 2d94d4a remove check on non-secure entrypoint parameter by Achin Gupta · 11 years ago
  86. c2b43af move timer #defines & remove duplicate declaration by Achin Gupta · 11 years ago
  87. c8afc78 psci: fix error due to a non zero context id by Achin Gupta · 11 years ago
  88. 994dfce psci: fix values of incorrectly defined constants by Achin Gupta · 11 years ago
  89. b127cdb clear wakeup enable bit upon resuming from suspend by Achin Gupta · 11 years ago
  90. 4a826dd rework general purpose registers save and restore by Achin Gupta · 11 years ago
  91. ab2d31e Enable third party contributions by Dan Handley · 11 years ago
  92. cd29b0a Update user guide further to linker scripts changes by Sandrine Bailleux · 11 years ago
  93. 65f546a Properly initialise the C runtime environment by Sandrine Bailleux · 11 years ago
  94. 8d69a03 Various improvements/cleanups on the linker scripts by Sandrine Bailleux · 11 years ago
  95. 3e850a8 Treat compiler, assembler and linker warnings as errors by Sandrine Bailleux · 11 years ago
  96. eaaeece Generate build products in sub-directories by James Morrissey · 11 years ago
  97. 375ae68 Increase default amount of RAM for Base FVPs in FDTs by Harry Liebel · 11 years ago
  98. 942f405 fvp: Remove call to bl2_get_ns_mem_layout() function by Sandrine Bailleux · 11 years ago
  99. 295538b AArch64: Remove EL-agnostic TLB helper functions by Sandrine Bailleux · 11 years ago
  100. 3738274 Unmask SError and Debug exceptions. by Sandrine Bailleux · 11 years ago