1. 8964fd2 Fix reset to BL3-1 instructions in user guide by Dan Handley · Wed Aug 13 12:06:42 2014 +0100
  2. 534ae7f Merge pull request #179 from jcastillo-arm/jc/tf-issues/219 by danh-arm · Mon Aug 04 10:34:18 2014 +0100
  3. 6dc22e3 Merge pull request #178 from soby-mathew/sm/optmize_el3_context by danh-arm · Mon Aug 04 10:31:54 2014 +0100
  4. 10f31b5 Merge pull request #175 from vikramkanigiri/vk/spd-init-by-stack-unwinding by danh-arm · Fri Aug 01 12:17:51 2014 +0100
  5. 4e81341 Support asynchronous method for BL3-2 initialization by Vikram Kanigiri · Tue Jul 15 16:49:22 2014 +0100
  6. 9d70f0f Rework the TSPD setup code by Vikram Kanigiri · Tue Jul 15 16:46:43 2014 +0100
  7. b3dbeb0 Call platform_is_primary_cpu() only from reset handler by Juan Castillo · Wed Jul 16 15:53:43 2014 +0100
  8. 2ed46e9 Optimize EL3 register state stored in cpu_context structure by Soby Mathew · Fri Jul 04 16:02:26 2014 +0100
  9. 5cd545d Merge pull request #177 from jcastillo-arm/jc/tf-issues/096 by danh-arm · Mon Jul 28 14:33:44 2014 +0100
  10. 45c31c4 Merge pull request #172 from soby-mathew/sm/asm_assert by danh-arm · Mon Jul 28 14:28:40 2014 +0100
  11. 3299181 Merge pull request #170 from achingupta/ag/tf-issues#226 by danh-arm · Mon Jul 28 14:27:25 2014 +0100
  12. 289162c Merge pull request #169 from achingupta/ag/tf-issues#198 by danh-arm · Mon Jul 28 14:24:52 2014 +0100
  13. f558cac Rework incorrect use of assert() and panic() in codebase by Juan Castillo · Thu Jun 05 09:45:36 2014 +0100
  14. 0da9593 Add CPUECTLR_EL1 and Snoop Control register to crash reporting by Soby Mathew · Wed Jul 16 09:23:52 2014 +0100
  15. c1adbbc Rework the crash reporting in BL3-1 to use less stack by Soby Mathew · Wed Jun 25 10:07:40 2014 +0100
  16. 041f62a Implement an assert() callable from assembly code by Soby Mathew · Mon Jul 14 16:58:03 2014 +0100
  17. 066f713 Introduce crash console APIs for crash reporting by Soby Mathew · Mon Jul 14 16:57:23 2014 +0100
  18. 69817f7 Parametrize baudrate and UART clock during console_init() by Soby Mathew · Mon Jul 14 15:43:21 2014 +0100
  19. c389d77 Introduce asm console functions in TF by Soby Mathew · Tue Jun 24 12:28:41 2014 +0100
  20. 9f09835 Simplify management of SCTLR_EL3 and SCTLR_EL1 by Achin Gupta · Fri Jul 18 18:38:28 2014 +0100
  21. 9c60d80 Remove the concept of coherent stacks by Achin Gupta · Thu Jun 26 11:12:37 2014 +0100
  22. 225002d Merge pull request #176 from danh-arm/jc/tf-issues/203-v3 by danh-arm · Fri Jul 25 15:11:47 2014 +0100
  23. 04be3a5 Add support for printing version at runtime by Juan Castillo · Mon Jun 30 11:41:46 2014 +0100
  24. b4fd939 Merge pull request #167 from jcastillo-arm/jc/tf-issues/217 by Dan Handley · Fri Jul 25 14:57:54 2014 +0100
  25. 1175cc5 Merge pull request #168 from sandrine-bailleux/sb/set-default-gic-arch by Dan Handley · Fri Jul 25 14:56:46 2014 +0100
  26. 036f6d2 Merge pull request #174 from soby-mathew:sm/lean_printf_v2 by Dan Handley · Fri Jul 25 14:54:38 2014 +0100
  27. afe7e2f Implement a leaner printf for Trusted Firmware by Soby Mathew · Thu Jun 12 17:23:58 2014 +0100
  28. e1aa516 Remove coherent stack usage from the warm boot path by Achin Gupta · Thu Jun 26 09:58:52 2014 +0100
  29. e998254 Make enablement of the MMU more flexible by Achin Gupta · Thu Jun 26 08:59:07 2014 +0100
  30. f4a9709 Remove coherent stack usage from the cold boot path by Achin Gupta · Wed Jun 25 19:26:22 2014 +0100
  31. 5fe57c1 Define ARM_GIC_ARCH default value for all platforms by Sandrine Bailleux · Thu Jul 17 17:23:14 2014 +0100
  32. 9a5b56e FVP: Ensure system reset wake-up results in cold boot by Juan Castillo · Fri Jul 11 10:23:18 2014 +0100
  33. 47a6483 Merge pull request #162 from jcastillo-arm/jc/tf-issues/194 by danh-arm · Fri Jul 11 14:17:05 2014 +0100
  34. cfa5e84 Merge pull request #164 from sandrine-bailleux/sb/bl30-support-v2 by danh-arm · Fri Jul 11 14:16:13 2014 +0100
  35. 3c449d7 Merge pull request #163 from sandrine-bailleux/sb/tf-issue-117-v2 by danh-arm · Fri Jul 11 11:19:27 2014 +0100
  36. f52d25a Update the documentation about the memory layout on FVP by Sandrine Bailleux · Mon Jun 23 17:00:23 2014 +0100
  37. f841ef0 Add support for BL3-0 image by Sandrine Bailleux · Tue Jun 24 14:19:36 2014 +0100
  38. e2e0c65 fvp: Reuse BL1 and BL2 memory through image overlaying by Sandrine Bailleux · Mon Jun 16 16:12:27 2014 +0100
  39. e8e04ec Merge pull request #157 from sandrine-bailleux/sb/tf-issue-109 by danh-arm · Thu Jul 10 14:45:19 2014 +0100
  40. 49db8c2 Merge pull request #146 from danh-arm/dh/refactor-fvp-gic by danh-arm · Thu Jul 10 14:44:24 2014 +0100
  41. e868705 Merge pull request #161 from danh-arm/lm/calc-tcr-bits by danh-arm · Thu Jul 10 14:43:48 2014 +0100
  42. 258e94f Allow FP register context to be optional at build time by Juan Castillo · Wed Jun 25 17:26:36 2014 +0100
  43. fb42b12 Refactor fvp gic code to be a generic driver by Dan Handley · Fri Jun 20 09:43:15 2014 +0100
  44. 1c54d97 Refactor fvp_config into common platform header by Dan Handley · Fri Jun 20 12:02:01 2014 +0100
  45. 741a382 Calculate TCR bits based on VA and PA by Lin Ma · Fri Jun 27 16:56:30 2014 -0700
  46. e3060e2 fvp: Properly detect the location of BL1 R/W data by Sandrine Bailleux · Fri Jun 13 14:48:18 2014 +0100
  47. 467d057 Remove concept of top/bottom image loading by Sandrine Bailleux · Tue Jun 24 14:02:34 2014 +0100
  48. f268c72 Merge pull request #151 from vikramkanigiri/vk/t133-code-readability by Andrew Thoelke · Fri Jun 27 14:10:04 2014 +0100
  49. 206d8af Merge pull request #155 from athoelke/at/support-foundation-v2.1 by Andrew Thoelke · Fri Jun 27 12:53:26 2014 +0100
  50. 960347d Support later revisions of the Foundation FVP by Andrew Thoelke · Thu Jun 26 14:27:26 2014 +0100
  51. 22129f5 Merge pull request #154 from athoelke/at/inline-mmio by Andrew Thoelke · Thu Jun 26 23:02:28 2014 +0100
  52. 8749532 Merge pull request #153 from athoelke/at/remove-psci-mpidr by Andrew Thoelke · Thu Jun 26 23:01:43 2014 +0100
  53. 2bc0785 Remove current CPU mpidr from PSCI common code by Andrew Thoelke · Mon Jun 09 12:44:21 2014 +0100
  54. 3c74a44 Merge pull request #152 from jcastillo-arm/jc/tf-issues/073-v2 by danh-arm · Tue Jun 24 16:48:31 2014 +0100
  55. 043f846 Merge pull request #150 from sandrine-bailleux/sb/fix-plat-print-gic-regs by danh-arm · Tue Jun 24 16:48:18 2014 +0100
  56. 94ac0d8 Merge pull request #149 from sandrine-bailleux/sb/warn-missing-include-dirs by danh-arm · Tue Jun 24 16:44:37 2014 +0100
  57. 42970b0 Merge pull request #147 from athoelke/at/remove-bakery-mpidr by danh-arm · Tue Jun 24 16:44:12 2014 +0100
  58. af9dd82 Inline the mmio accessor functions by Andrew Thoelke · Tue Jun 24 14:18:35 2014 +0100
  59. 2d55240 Remove all checkpatch errors from codebase by Juan Castillo · Fri Jun 13 17:05:10 2014 +0100
  60. cf79bf5 Simplify entry point information generation code on FVP by Vikram Kanigiri · Mon Jun 02 14:59:00 2014 +0100
  61. 21aa520 fvp: Fix register name in 'plat_print_gic_regs' macro by Sandrine Bailleux · Tue Jun 03 09:52:26 2014 +0100
  62. 958cc02 Remove calling CPU mpidr from bakery lock API by Andrew Thoelke · Mon Jun 09 12:54:15 2014 +0100
  63. fb06094 Merge pull request #145 from athoelke/at/psci-memory-optimization-v2 by danh-arm · Mon Jun 23 18:04:29 2014 +0100
  64. dc589aa Merge pull request #144 from athoelke/at/init-context-v2 by danh-arm · Mon Jun 23 18:02:36 2014 +0100
  65. 56f4470 Correctly dimension the PSCI aff_map_node array by Andrew Thoelke · Fri Jun 20 00:36:14 2014 +0100
  66. e9a0d11 Eliminate psci_suspend_context array by Andrew Thoelke · Fri Jun 20 00:38:03 2014 +0100
  67. 4e12607 Initialise CPU contexts from entry_point_info by Andrew Thoelke · Wed Jun 04 21:10:52 2014 +0100
  68. f1c7cd7 Merge pull request #143 from athoelke/at/remove-nsram by danh-arm · Mon Jun 23 14:41:34 2014 +0100
  69. 4af473c Merge pull request #140 from athoelke/at/psci_smc_handler by danh-arm · Mon Jun 23 14:40:20 2014 +0100
  70. 47e74a8 Compile with '-Wmissing-include-dirs' flag by Sandrine Bailleux · Mon Jun 23 13:37:53 2014 +0100
  71. 40110f7 Merge pull request #138 from athoelke/at/cpu-context by danh-arm · Mon Jun 23 13:10:00 2014 +0100
  72. 37db22d Merge pull request #137 from athoelke/at/no-early-exceptions by danh-arm · Mon Jun 23 13:06:05 2014 +0100
  73. fb3fd02 Merge pull request #136 from athoelke/at/cpu-data by danh-arm · Mon Jun 23 12:47:47 2014 +0100
  74. 10ee89f Merge pull request #142 from athoelke/at/fix-console_putc by danh-arm · Mon Jun 23 12:43:58 2014 +0100
  75. 30b04fc Remove NSRAM from FVP memory map by Andrew Thoelke · Fri Jun 20 12:23:20 2014 +0100
  76. 560a3e5 Remove broken assertion in console_putc() by Andrew Thoelke · Fri Jun 20 11:12:39 2014 +0100
  77. 900def0 Merge pull request #135 from soby-mathew/sm/remove-reinit-of-timers by danh-arm · Wed Jun 18 18:34:31 2014 +0100
  78. bb12891 Remove re-initialisation of system timers after warm boot for FVP by Soby Mathew · Fri Jun 06 10:18:52 2014 +0100
  79. 0572273 Merge pull request #134 from jcastillo-arm/jc/tf-issues/179 by danh-arm · Tue Jun 17 15:12:14 2014 +0100
  80. 4d2d553 Remove early_exceptions from BL3-1 by Andrew Thoelke · Mon Jun 02 12:38:12 2014 +0100
  81. c02dbd6 Move CPU context pointers into cpu_data by Andrew Thoelke · Mon Jun 02 10:00:25 2014 +0100
  82. 8c28fe0 Per-cpu data cache restructuring by Andrew Thoelke · Mon Jun 02 11:40:35 2014 +0100
  83. d73898a Set correct value for SYS_ID_REV_SHIFT in FVP by Juan Castillo · Fri Jun 13 17:10:00 2014 +0100
  84. e385767 Merge pull request #133 from athoelke/at/crash-reporting-opt by danh-arm · Mon Jun 16 12:45:08 2014 +0100
  85. d25686a Merge pull request #131 from athoelke/at/cm_get_context by danh-arm · Mon Jun 16 12:41:58 2014 +0100
  86. ddb312d Merge pull request #130 from athoelke/at/inline-asm-sysreg-v2 by danh-arm · Mon Jun 16 12:41:48 2014 +0100
  87. 14f6fa0 Merge pull request #128 from sandrine-bailleux/sb/make-load_image-ep-optional by danh-arm · Mon Jun 16 11:58:21 2014 +0100
  88. 978079b Merge pull request #127 from sandrine-bailleux/sb/fix-pl011-fifo-polling by achingupta · Thu Jun 12 09:15:06 2014 +0100
  89. 992d045 Merge pull request #126 from sandrine-bailleux/sb/include-missing-hfile by achingupta · Thu Jun 12 09:14:05 2014 +0100
  90. fdad706 Merge pull request #125 from sandrine-bailleux/sb/remove-bl2_el_change_mem_ptr by achingupta · Thu Jun 12 09:12:52 2014 +0100
  91. 385f4d4 Make the BL3-1 crash reporting optional by Andrew Thoelke · Tue Jun 03 11:50:53 2014 +0100
  92. a2f6553 Provide cm_get/set_context() for current CPU by Andrew Thoelke · Wed May 14 17:09:32 2014 +0100
  93. 3785c3e Merge Pull Request #120 (patch 1) from 'linmaonly:lin_patch2' by Andrew Thoelke · Tue Jun 10 23:33:07 2014 +0100
  94. 89a3c84 PSCI SMC handler improvements by Andrew Thoelke · Tue Jun 10 16:37:37 2014 +0100
  95. 3f78dc3 Make system register functions inline assembly by Andrew Thoelke · Mon Jun 02 15:44:43 2014 +0100
  96. 1c3e228 fvp: Remove unused 'bl2_el_change_mem_ptr' variable by Sandrine Bailleux · Thu May 29 13:55:51 2014 +0100
  97. 3ab33f3 Make the entry point argument optional in load_image() by Sandrine Bailleux · Wed May 28 11:31:18 2014 +0100
  98. efbd3b2 PL011: Fix a bug in the UART FIFO polling by Sandrine Bailleux · Mon Jun 02 13:52:38 2014 +0100
  99. af1ef2b Include 'platform_def.h' header file in 'crash_reporting.S' by Sandrine Bailleux · Tue May 27 15:46:07 2014 +0100
  100. 001f3cf Merge pull request #122 from 'danh-arm:dh/v0.4-docs' by Dan Handley · Tue Jun 03 18:50:13 2014 +0100