1. 25232af Introduce IS_IN_ELX() macros by Sandrine Bailleux · Fri May 09 11:23:11 2014 +0100
  2. 9ceff0f Merge pull request #63 from soby-mathew/sm/save_callee_saved_registers_in_cpu_context-1 by danh-arm · Thu May 08 12:25:02 2014 +0100
  3. 6c5192a Preserve x19-x29 across world switch for exception handling by Soby Mathew · Wed Apr 30 15:36:37 2014 +0100
  4. 6bdfa91 Merge pull request #58 from athoelke/optimise-cache-flush-v2 by danh-arm · Thu May 08 12:01:10 2014 +0100
  5. 86f0665 Merge pull request #61 from athoelke/use-mrs-msr-from-assembler-v2 by danh-arm · Thu May 08 12:00:10 2014 +0100
  6. 99cb464 Merge pull request #60 from athoelke/disable-mmu-v2 by danh-arm · Thu May 08 11:55:19 2014 +0100
  7. aa3266a Remove unused 'PL011_BASE' macro by Sandrine Bailleux · Tue May 06 13:25:37 2014 +0100
  8. 6a5b3a4 Optimise data cache clean/invalidate operation by Andrew Thoelke · Fri Apr 25 10:49:30 2014 +0100
  9. 5879ffd Remove unused or invalid asm helper functions by Andrew Thoelke · Mon Apr 28 12:33:52 2014 +0100
  10. f977ed8 Access system registers directly in assembler by Andrew Thoelke · Mon Apr 28 12:32:02 2014 +0100
  11. 438c63a Replace disable_mmu with assembler version by Andrew Thoelke · Mon Apr 28 12:06:18 2014 +0100
  12. a4cb68e Remove variables from .data section by Dan Handley · Wed Apr 23 13:47:06 2014 +0100
  13. 2bd4ef2 Reduce deep nesting of header files by Dan Handley · Wed Apr 09 13:14:54 2014 +0100
  14. e2712bc Always use named structs in header files by Dan Handley · Thu Apr 10 15:37:22 2014 +0100
  15. 27f6e7d Move PSCI global functions out of private header by Dan Handley · Wed Apr 23 15:22:18 2014 +0100
  16. bcd60ba Separate BL functions out of arch.h by Dan Handley · Thu Apr 17 18:53:42 2014 +0100
  17. 930ee2e Refactor GIC header files by Dan Handley · Thu Apr 17 17:48:52 2014 +0100
  18. f3c8f32 Separate out CASSERT macro into own header by Dan Handley · Thu Apr 17 17:29:58 2014 +0100
  19. 714a0d2 Make use of user/system includes more consistent by Dan Handley · Wed Apr 09 13:13:04 2014 +0100
  20. 4d2e49d Move FVP power driver to FVP platform by Dan Handley · Fri Apr 11 11:52:12 2014 +0100
  21. a70615f Move include and source files to logical locations by Dan Handley · Wed Apr 09 12:48:25 2014 +0100
  22. f100f41 Preserve PSCI cpu_suspend 'power_state' parameter. by Vikram Kanigiri · Tue Apr 01 19:26:26 2014 +0100
  23. afd1ec7 Add TrustZone (TZC-400) driver by Harry Liebel · Tue Apr 01 19:19:22 2014 +0100
  24. 65668f9 Allocate single stacks for BL1 and BL2 by Andrew Thoelke · Thu Mar 20 10:48:23 2014 +0000
  25. a686542 Merge pull request #36 from athoelke/at/gc-sections-80 by danh-arm · Tue Apr 15 09:39:47 2014 +0100
  26. 3fa9847 Define frequency of system counter in platform code by Sandrine Bailleux · Mon Mar 31 11:25:18 2014 +0100
  27. 82a6e1a Add missing #include guard in xlat_tables.h by Sandrine Bailleux · Thu Apr 03 13:48:04 2014 +0100
  28. 38bde41 Place assembler functions in separate sections by Andrew Thoelke · Tue Mar 18 13:46:55 2014 +0000
  29. 3b7c59b Add standby state support in PSCI cpu_suspend api by Vikram Kanigiri · Fri Mar 21 11:57:10 2014 +0000
  30. 78a6e0c Remove partially qualified asm helper functions by Vikram Kanigiri · Tue Mar 11 17:41:00 2014 +0000
  31. be87cfc Rework bakery lock with WFE/SEV sequence by Jeenu Viswambharan · Thu Mar 13 11:16:25 2014 +0000
  32. df1ddb5 Implement standard calls for TSP by Jeenu Viswambharan · Fri Feb 28 11:23:35 2014 +0000
  33. 1814a3e Implement ARM Standard Service by Jeenu Viswambharan · Fri Feb 28 10:08:33 2014 +0000
  34. 87274c4 bl_common: add image_size() by Ryan Harkin · Tue Feb 04 11:43:57 2014 +0000
  35. ecf0a71 Generate build time and date message at link time. by Jon Medhurst · Mon Feb 17 12:18:24 2014 +0000
  36. bb1fe20 Add generic functions for setting up aarch64 MMU translation tables by Jon Medhurst · Fri Jan 24 15:41:33 2014 +0000
  37. d11a7f3 Fix assert in bakery_lock_release() by Jon Medhurst · Thu Feb 06 14:13:16 2014 +0000
  38. 7f36660 Implement late binding for runtime hooks by Jeenu Viswambharan · Thu Feb 20 17:11:00 2014 +0000
  39. cd52932 Fix semihosting with latest toolchain by Ryan Harkin · Mon Feb 10 17:17:04 2014 +0000
  40. 607084e Add power management support in the SPD by Achin Gupta · Sun Feb 09 18:24:19 2014 +0000
  41. 7c88f3f Add Test Secure Payload (BL3-2) image by Achin Gupta · Tue Feb 18 18:09:12 2014 +0000
  42. a0cd989 Factor out translation table setup in ARM FVP port by Achin Gupta · Sun Feb 09 13:30:38 2014 +0000
  43. 35ca351 Add support for BL3-2 in BL3-1 by Achin Gupta · Wed Feb 19 17:58:33 2014 +0000
  44. e4d084e Rework BL2 to BL3-1 hand over interface by Achin Gupta · Wed Feb 19 17:18:23 2014 +0000
  45. a7934d6 Add exception vector guards by Jeenu Viswambharan · Fri Feb 07 15:53:18 2014 +0000
  46. caa8493 Add support for handling runtime service requests by Jeenu Viswambharan · Thu Feb 06 10:36:15 2014 +0000
  47. 07f4e07 Introduce new exception handling framework by Achin Gupta · Sun Feb 02 12:02:23 2014 +0000
  48. 7421b46 Add runtime services framework by Achin Gupta · Sat Feb 01 18:53:26 2014 +0000
  49. ef7a28c psci: Use context library for preserving EL3 state by Achin Gupta · Sat Feb 01 08:59:56 2014 +0000
  50. 7aea908 Add context management library by Achin Gupta · Sat Feb 01 07:51:28 2014 +0000
  51. 9ac63c5 Add helper library for cpu context management by Achin Gupta · Thu Jan 16 12:08:03 2014 +0000
  52. b739f22 Setup VBAR_EL3 incrementally by Achin Gupta · Sat Jan 18 16:50:09 2014 +0000
  53. 561cd33 Add Firmware Image Package (FIP) driver by Harry Liebel · Fri Feb 14 14:42:48 2014 +0000
  54. f58ad36 Add Firmware Image Package creation tool by Harry Liebel · Fri Jan 10 18:00:33 2014 +0000
  55. 9d72b4e Implement load_image in terms of IO abstraction by James Morrissey · Mon Feb 10 17:04:32 2014 +0000
  56. f2f9bb5 Add IO abstraction framework by James Morrissey · Mon Feb 10 16:18:59 2014 +0000
  57. 75f7367 psci: fix affinity level upgrade issue by Achin Gupta · Thu Dec 05 16:33:10 2013 +0000
  58. a59caa4 psci: replace secure context with suspend context by Achin Gupta · Thu Dec 05 14:21:04 2013 +0000
  59. eaec590 Probe for GICv3 re-distributors on core bring-up by Harry Liebel · Thu Dec 12 13:00:29 2013 +0000
  60. 4f60368 Do not trap access to floating point registers by Harry Liebel · Tue Jan 14 18:11:48 2014 +0000
  61. e83b0ca Update year in copyright text to 2014 by Dan Handley · Tue Jan 14 18:17:09 2014 +0000
  62. 8468739 Move GIC setup to a separate file by Ian Spray · Thu Jan 02 16:57:12 2014 +0000
  63. e22fb91 Build project with 'pedantic' by Harry Liebel · Fri Jan 03 14:18:15 2014 +0000
  64. bdb774d Fix SPSR register size in gp_regs structure by Sandrine Bailleux · Tue Dec 17 13:47:14 2013 +0000
  65. 1bc9e1f Add strchr() and putchar() to local C library by Harry Liebel · Thu Dec 12 16:46:30 2013 +0000
  66. 0f702c6 Create local C library implementation (2/2) by Harry Liebel · Tue Dec 17 18:19:04 2013 +0000
  67. c81b1d0 Create local C library implementation (1/2) by Harry Liebel · Tue Dec 17 18:31:42 2013 +0000
  68. 57bb658 Add debug macros by Harry Liebel · Thu Dec 19 13:30:58 2013 +0000
  69. 93ca221 Make BL31's ns_entry_info a single-cpu area by Sandrine Bailleux · Mon Dec 02 15:57:09 2013 +0000
  70. ba6980a Move RUN_IMAGE constant from bl1.h to bl_common.h by Sandrine Bailleux · Mon Dec 02 15:41:25 2013 +0000
  71. ee12f6f Remove useless copies of meminfo structures by Sandrine Bailleux · Thu Nov 28 14:55:58 2013 +0000
  72. 3140a9e psci: rework cpu_off assertion and minor cleanups by Achin Gupta · Mon Dec 02 16:23:12 2013 +0000
  73. c2b43af move timer #defines & remove duplicate declaration by Achin Gupta · Thu Oct 31 11:27:43 2013 +0000
  74. 994dfce psci: fix values of incorrectly defined constants by Achin Gupta · Sat Oct 26 13:10:31 2013 +0100
  75. 4a826dd rework general purpose registers save and restore by Achin Gupta · Mon Nov 25 14:00:56 2013 +0000
  76. ab2d31e Enable third party contributions by Dan Handley · Mon Dec 02 19:25:12 2013 +0000
  77. 8d69a03 Various improvements/cleanups on the linker scripts by Sandrine Bailleux · Wed Nov 27 09:38:52 2013 +0000
  78. 295538b AArch64: Remove EL-agnostic TLB helper functions by Sandrine Bailleux · Fri Nov 15 14:46:44 2013 +0000
  79. 3738274 Unmask SError and Debug exceptions. by Sandrine Bailleux · Mon Nov 18 17:26:59 2013 +0000
  80. 4f6ad66 ARMv8 Trusted Firmware release v0.2 by Achin Gupta · Fri Oct 25 09:08:21 2013 +0100