1. f100f41 Preserve PSCI cpu_suspend 'power_state' parameter. by Vikram Kanigiri · Tue Apr 01 19:26:26 2014 +0100
  2. 4bc8526 Merge pull request #33 from hliebel/hl/secure-memory by danh-arm · Thu Apr 24 19:38:28 2014 +0100
  3. eb98579 FVP secure memory support documentation by Harry Liebel · Tue Apr 01 19:28:07 2014 +0100
  4. cef9339 Enable secure memory support for FVPs by Harry Liebel · Tue Apr 01 19:27:38 2014 +0100
  5. afd1ec7 Add TrustZone (TZC-400) driver by Harry Liebel · Tue Apr 01 19:19:22 2014 +0100
  6. 300912d Merge pull request #43 from danh-arm/dh/tf-issues#129 by danh-arm · Tue Apr 22 11:02:13 2014 +0100
  7. cc470ee Merge pull request #44 from danh-arm/dh/tf-issues#136 by danh-arm · Tue Apr 22 11:01:58 2014 +0100
  8. 09df037 Merge pull request #45 from danh-arm/dh/tf-issues#114 by danh-arm · Wed Apr 16 17:20:11 2014 +0100
  9. 48a8127 Remove redundant code from bl1_plat_helpers.S by Dan Handley · Tue Apr 15 12:25:28 2014 +0100
  10. 5e40d83 Merge pull request #40 from athoelke/at/up-stacks-76-v2 by danh-arm · Wed Apr 16 15:29:03 2014 +0100
  11. 65668f9 Allocate single stacks for BL1 and BL2 by Andrew Thoelke · Thu Mar 20 10:48:23 2014 +0000
  12. 43f5679 Rename FVP "mmap" array to avoid name confusion by Dan Handley · Tue Apr 15 10:38:02 2014 +0100
  13. a686542 Merge pull request #36 from athoelke/at/gc-sections-80 by danh-arm · Tue Apr 15 09:39:47 2014 +0100
  14. f56298a Move console.c to pl011 specific driver location by Dan Handley · Mon Apr 14 17:03:01 2014 +0100
  15. 05f922b Merge pull request #38 from sandrine-bailleux/sb/tf-issue-125 by danh-arm · Fri Apr 11 18:39:01 2014 +0100
  16. 3fa9847 Define frequency of system counter in platform code by Sandrine Bailleux · Mon Mar 31 11:25:18 2014 +0100
  17. 74c1a2a Revert "Move architecture timer setup to platform-specific code" by Sandrine Bailleux · Mon Mar 31 10:44:09 2014 +0100
  18. e184c8a Merge pull request #35 from sandrine-bailleux/sb/add-missing-include-guard by danh-arm · Mon Apr 07 16:49:37 2014 +0100
  19. f64bf53 Merge pull request #34 from danh-arm/dh/new-integration-process by danh-arm · Fri Apr 04 17:15:20 2014 +0100
  20. 82a6e1a Add missing #include guard in xlat_tables.h by Sandrine Bailleux · Thu Apr 03 13:48:04 2014 +0100
  21. 7b7312e Update contributing.md with new integration process by Dan Handley · Fri Mar 28 10:49:39 2014 +0000
  22. 38bde41 Place assembler functions in separate sections by Andrew Thoelke · Tue Mar 18 13:46:55 2014 +0000
  23. e01ea34 Use --gc-sections during link by Andrew Thoelke · Tue Mar 18 07:13:52 2014 +0000
  24. c7f2069 Fix build failure due to a typo in TSPD code by Achin Gupta · Wed Mar 26 18:44:15 2014 +0000
  25. 2d3e42d Build system: Trigger dependency checking only for build targets by Sandrine Bailleux · Fri Mar 21 14:17:51 2014 +0000
  26. 3ff77de Initialise UART console in all bootloader stages by Vikram Kanigiri · Tue Mar 25 17:35:26 2014 +0000
  27. 52f52b4 Move console functions out of pl011.c by Soby Mathew · Wed Mar 12 14:52:51 2014 +0000
  28. a08588a Build system: Remove last traces of 'PLAT=all' by Sandrine Bailleux · Fri Mar 21 13:16:35 2014 +0000
  29. 1734119 Fix build by correcting asm helper function usage in TSPD by Vikram Kanigiri · Mon Mar 24 11:21:35 2014 +0000
  30. 4d05275 Separate out BL2, BL3-1 and BL3-2 early exception vectors from BL1 by Sandrine Bailleux · Mon Mar 24 10:24:08 2014 +0000
  31. 9d8ba4c Move per cpu exception stack in BL31 to tzfw_normal_stacks by Vikram Kanigiri · Thu Mar 20 16:27:01 2014 +0000
  32. 3b7c59b Add standby state support in PSCI cpu_suspend api by Vikram Kanigiri · Fri Mar 21 11:57:10 2014 +0000
  33. a9de1bb Semihosting: Fix file mode to load binaries on Windows by Sandrine Bailleux · Thu Mar 20 15:51:02 2014 +0000
  34. 78a6e0c Remove partially qualified asm helper functions by Vikram Kanigiri · Tue Mar 11 17:41:00 2014 +0000
  35. ca0aeb7 Fix the disable_mmu code by Vikram Kanigiri · Thu Mar 20 12:23:21 2014 +0000
  36. a3a936e TSP: Make the platform-specific makefile mandatory by Sandrine Bailleux · Thu Mar 13 14:48:31 2014 +0000
  37. 0c51e07 Fix file_to_uuid() function by Sandrine Bailleux · Wed Mar 19 16:03:48 2014 +0000
  38. fce7a7d FIP tool: Fix error message for missing FIP filename by Sandrine Bailleux · Wed Mar 19 13:39:52 2014 +0000
  39. 8c60fee FIP tool: Add support for '--help' option. by Sandrine Bailleux · Wed Mar 19 13:21:42 2014 +0000
  40. 29e5442 FIP tool: Small optimisation for option parsing by Sandrine Bailleux · Wed Mar 19 13:09:54 2014 +0000
  41. be87cfc Rework bakery lock with WFE/SEV sequence by Jeenu Viswambharan · Thu Mar 13 11:16:25 2014 +0000
  42. 2a30a75 Specify image entry in linker script by Jeenu Viswambharan · Tue Mar 11 11:06:45 2014 +0000
  43. df1ddb5 Implement standard calls for TSP by Jeenu Viswambharan · Fri Feb 28 11:23:35 2014 +0000
  44. 1814a3e Implement ARM Standard Service by Jeenu Viswambharan · Fri Feb 28 10:08:33 2014 +0000
  45. 5741894 Move architecture timer setup to platform-specific code by Jeenu Viswambharan · Tue Jan 07 10:21:18 2014 +0000
  46. 7c151c4 Remove unused 'CPU present' flag by Jeenu Viswambharan · Tue Jan 07 10:20:48 2014 +0000
  47. 5ac51a0 Remove change log instructions from contribution.md by Dan Handley · Tue Mar 04 11:51:32 2014 +0000
  48. 87274c4 bl_common: add image_size() by Ryan Harkin · Tue Feb 04 11:43:57 2014 +0000
  49. 1bf80fc fvp: plat_io_storage: remove duplicated code by Ryan Harkin · Tue Feb 18 17:40:24 2014 +0000
  50. 66573cb Enable platforms to omit some bootloaders by Jon Medhurst · Thu Feb 13 15:19:28 2014 +0000
  51. ecf0a71 Generate build time and date message at link time. by Jon Medhurst · Mon Feb 17 12:18:24 2014 +0000
  52. b1eb093 fvp: Make use of the generic MMU translation table setup code by Jon Medhurst · Wed Feb 26 16:27:53 2014 +0000
  53. bb1fe20 Add generic functions for setting up aarch64 MMU translation tables by Jon Medhurst · Fri Jan 24 15:41:33 2014 +0000
  54. 407a95c Update Makefiles to get proper dependency checking working. by Jon Medhurst · Wed Feb 12 15:54:48 2014 +0000
  55. d0212c2 Fix implementation and users of gicd_set_ipriorityr() by Jon Medhurst · Tue Feb 11 14:48:56 2014 +0000
  56. d11a7f3 Fix assert in bakery_lock_release() by Jon Medhurst · Thu Feb 06 14:13:16 2014 +0000
  57. 619c5b3 Add v0.3 release documentation by Dan Handley · Wed Feb 26 17:20:40 2014 +0000
  58. 3cb6c9d Consolidate design and porting documentation by Dan Handley · Thu Feb 27 19:46:37 2014 +0000
  59. 3cad00d Add EL3 runtime services and SPD documentation by Dan Handley · Tue Feb 25 19:09:48 2014 +0000
  60. 7fb153b Separate firmware design out of user-guide.md by Dan Handley · Tue Feb 25 13:28:04 2014 +0000
  61. 6cef39a Update versions of dependencies in user-guide.md by Dan Handley · Wed Feb 19 16:30:22 2014 +0000
  62. 97cc9ee Remove duplicate xlat_table descriptions by Jeenu Viswambharan · Mon Feb 24 15:20:28 2014 +0000
  63. 7c596b2 fvp: Initialise UART earlier by Sandrine Bailleux · Fri Feb 21 14:16:16 2014 +0000
  64. 090630e Tolerate runtime service initialization failure by Jeenu Viswambharan · Thu Feb 20 17:19:39 2014 +0000
  65. 7f36660 Implement late binding for runtime hooks by Jeenu Viswambharan · Thu Feb 20 17:11:00 2014 +0000
  66. 9128ffe Update contributing.md to new CLA location by Dan Handley · Mon Feb 24 12:17:36 2014 +0000
  67. d19e497 Reduce GICv3 debug output by Harry Liebel · Mon Feb 24 12:01:27 2014 +0000
  68. 8aa559c Revert accidental removal of BL2 from help message by Jeenu Viswambharan · Fri Feb 21 11:42:08 2014 +0000
  69. d59a6c6 Update .gitignore by Jeenu Viswambharan · Tue Feb 18 12:57:55 2014 +0000
  70. cd52932 Fix semihosting with latest toolchain by Ryan Harkin · Mon Feb 10 17:17:04 2014 +0000
  71. 2f2cef4 Cleanup FIP build targets and messages by Jeenu Viswambharan · Wed Feb 19 09:38:18 2014 +0000
  72. 08c28d5 Report recoverable errors as warnings by Jeenu Viswambharan · Thu Feb 20 12:03:31 2014 +0000
  73. 916a2c1 Rework arithmetic operations in Test Secure Payload by Achin Gupta · Sun Feb 09 23:11:46 2014 +0000
  74. 607084e Add power management support in the SPD by Achin Gupta · Sun Feb 09 18:24:19 2014 +0000
  75. 375f538 Add Test Secure Payload Dispatcher (TSPD) service by Achin Gupta · Tue Feb 18 18:12:48 2014 +0000
  76. dd3dc32 Fix FIP offset address when file not found by Jeenu Viswambharan · Thu Feb 20 11:51:00 2014 +0000
  77. 7c88f3f Add Test Secure Payload (BL3-2) image by Achin Gupta · Tue Feb 18 18:09:12 2014 +0000
  78. 0a9f747 Move PSCI to runtime services directory by Achin Gupta · Sun Feb 09 17:48:12 2014 +0000
  79. 8aa0cd4 Specify address of UART device to use as a console by Achin Gupta · Sun Feb 09 13:47:08 2014 +0000
  80. a0cd989 Factor out translation table setup in ARM FVP port by Achin Gupta · Sun Feb 09 13:30:38 2014 +0000
  81. 35ca351 Add support for BL3-2 in BL3-1 by Achin Gupta · Wed Feb 19 17:58:33 2014 +0000
  82. a3050ed Add support for BL3-2 in BL2 by Achin Gupta · Wed Feb 19 17:52:35 2014 +0000
  83. e4d084e Rework BL2 to BL3-1 hand over interface by Achin Gupta · Wed Feb 19 17:18:23 2014 +0000
  84. a7934d6 Add exception vector guards by Jeenu Viswambharan · Fri Feb 07 15:53:18 2014 +0000
  85. ca823d2 Increase coherent stack sizes by Achin Gupta · Sun Feb 02 13:04:00 2014 +0000
  86. caa8493 Add support for handling runtime service requests by Jeenu Viswambharan · Thu Feb 06 10:36:15 2014 +0000
  87. 07f4e07 Introduce new exception handling framework by Achin Gupta · Sun Feb 02 12:02:23 2014 +0000
  88. 7421b46 Add runtime services framework by Achin Gupta · Sat Feb 01 18:53:26 2014 +0000
  89. ef7a28c psci: Use context library for preserving EL3 state by Achin Gupta · Sat Feb 01 08:59:56 2014 +0000
  90. 7aea908 Add context management library by Achin Gupta · Sat Feb 01 07:51:28 2014 +0000
  91. 9ac63c5 Add helper library for cpu context management by Achin Gupta · Thu Jan 16 12:08:03 2014 +0000
  92. b739f22 Setup VBAR_EL3 incrementally by Achin Gupta · Sat Jan 18 16:50:09 2014 +0000
  93. 65f0730 Fix spilled-over BL1 exception vector by Jeenu Viswambharan · Fri Feb 07 15:50:57 2014 +0000
  94. 74cbb83 Move translation tables into separate section by Jeenu Viswambharan · Mon Feb 17 17:26:51 2014 +0000
  95. d265bd7 Add Firmware Image Package (FIP) documentation by Harry Liebel · Fri Jan 31 19:04:10 2014 +0000
  96. 561cd33 Add Firmware Image Package (FIP) driver by Harry Liebel · Fri Feb 14 14:42:48 2014 +0000
  97. f58ad36 Add Firmware Image Package creation tool by Harry Liebel · Fri Jan 10 18:00:33 2014 +0000
  98. 9d72b4e Implement load_image in terms of IO abstraction by James Morrissey · Mon Feb 10 17:04:32 2014 +0000
  99. f2f9bb5 Add IO abstraction framework by James Morrissey · Mon Feb 10 16:18:59 2014 +0000
  100. 40a6f64 Fix asserts appearing in release builds by James Morrissey · Mon Feb 10 14:24:36 2014 +0000