1. 317ba09 Fix broken standby state implementation in PSCI by Achin Gupta · 10 years ago
  2. 60bc4bb Merge pull request #65 from vikramkanigiri/vk/console_init by danh-arm · 10 years ago
  3. 401607c Merge pull request #63 from soby-mathew/sm/save_callee_saved_registers_in_cpu_context-1 by danh-arm · 10 years ago
  4. 770de65 Ensure a console is initialized before it is used by Vikram Kanigiri · 10 years ago
  5. 18a17e6 Merge pull request #62 from athoelke/set-little-endian-v2 by danh-arm · 10 years ago
  6. c3260f9 Preserve x19-x29 across world switch for exception handling by Soby Mathew · 10 years ago
  7. fd6fede Merge pull request #58 from athoelke/optimise-cache-flush-v2 by danh-arm · 10 years ago
  8. 8067ae3 Merge pull request #61 from athoelke/use-mrs-msr-from-assembler-v2 by danh-arm · 10 years ago
  9. a1ec2f4 Merge pull request #60 from athoelke/disable-mmu-v2 by danh-arm · 10 years ago
  10. b3e2268 Merge pull request #59 from athoelke/review-barriers-v2 by danh-arm · 10 years ago
  11. aefebcc Merge pull request #57 from sandrine-bailleux/sb/remove-pl011-base by danh-arm · 10 years ago
  12. 31bce47 Remove unused 'PL011_BASE' macro by Sandrine Bailleux · 10 years ago
  13. 5f6032a Optimise data cache clean/invalidate operation by Andrew Thoelke · 10 years ago
  14. 228a9f0 Remove unused or invalid asm helper functions by Andrew Thoelke · 10 years ago
  15. 7935d0a Access system registers directly in assembler by Andrew Thoelke · 10 years ago
  16. 2f5dcfe Replace disable_mmu with assembler version by Andrew Thoelke · 10 years ago
  17. 8cec598 Correct usage of data and instruction barriers by Andrew Thoelke · 10 years ago
  18. 40fd072 Set processor endianness immediately after RESET by Andrew Thoelke · 10 years ago
  19. e404d7f Merge pull request #49 from danh-arm/dh/remove-non-const-data by danh-arm · 10 years ago
  20. 625de1d Remove variables from .data section by Dan Handley · 10 years ago
  21. 408c376 Merge pull request #48 from danh-arm/dh/major-refactoring by danh-arm · 10 years ago
  22. 97043ac Reduce deep nesting of header files by Dan Handley · 10 years ago
  23. fb037bf Always use named structs in header files by Dan Handley · 10 years ago
  24. c594573 Move PSCI global functions out of private header by Dan Handley · 10 years ago
  25. 5b827a8 Separate BL functions out of arch.h by Dan Handley · 10 years ago
  26. 8a4fb6f Refactor GIC header files by Dan Handley · 10 years ago
  27. bdbfc3c Separate out CASSERT macro into own header by Dan Handley · 10 years ago
  28. bee8241 Remove vpath usage in makefiles by Dan Handley · 10 years ago
  29. 35e98e5 Make use of user/system includes more consistent by Dan Handley · 10 years ago
  30. e8246c0 Move FVP power driver to FVP platform by Dan Handley · 10 years ago
  31. 4ecca33 Move include and source files to logical locations by Dan Handley · 10 years ago
  32. b495bde Merge pull request #50 from vikramkanigiri/vk/tf-issues#26 by achingupta · 10 years ago
  33. 759ec93 Preserve PSCI cpu_suspend 'power_state' parameter. by Vikram Kanigiri · 10 years ago
  34. 429421d Merge pull request #33 from hliebel/hl/secure-memory by danh-arm · 10 years ago
  35. ce19cf1 FVP secure memory support documentation by Harry Liebel · 10 years ago
  36. f2199d9 Enable secure memory support for FVPs by Harry Liebel · 10 years ago
  37. cd116d1 Add TrustZone (TZC-400) driver by Harry Liebel · 10 years ago
  38. 12ae170 Merge pull request #43 from danh-arm/dh/tf-issues#129 by danh-arm · 10 years ago
  39. bc1a42b Merge pull request #44 from danh-arm/dh/tf-issues#136 by danh-arm · 10 years ago
  40. 19c7252 Merge pull request #45 from danh-arm/dh/tf-issues#114 by danh-arm · 10 years ago
  41. 9e1c4bd Remove redundant code from bl1_plat_helpers.S by Dan Handley · 10 years ago
  42. 7640b47 Merge pull request #40 from athoelke/at/up-stacks-76-v2 by danh-arm · 10 years ago
  43. 2bf28e6 Allocate single stacks for BL1 and BL2 by Andrew Thoelke · 10 years ago
  44. 67c7884 Rename FVP "mmap" array to avoid name confusion by Dan Handley · 10 years ago
  45. 9c2c763 Merge pull request #36 from athoelke/at/gc-sections-80 by danh-arm · 10 years ago
  46. d72f6e3 Move console.c to pl011 specific driver location by Dan Handley · 10 years ago
  47. 4b79cce Merge pull request #38 from sandrine-bailleux/sb/tf-issue-125 by danh-arm · 10 years ago
  48. 9e86490 Define frequency of system counter in platform code by Sandrine Bailleux · 10 years ago
  49. 65a9c0e Revert "Move architecture timer setup to platform-specific code" by Sandrine Bailleux · 10 years ago
  50. e6e54a1 Merge pull request #35 from sandrine-bailleux/sb/add-missing-include-guard by danh-arm · 10 years ago
  51. 92a7b0c Merge pull request #34 from danh-arm/dh/new-integration-process by danh-arm · 10 years ago
  52. e5dc4ed Add missing #include guard in xlat_tables.h by Sandrine Bailleux · 10 years ago
  53. 7b5bf5c Update contributing.md with new integration process by Dan Handley · 10 years ago
  54. 0a30cf5 Place assembler functions in separate sections by Andrew Thoelke · 10 years ago
  55. dccc537 Use --gc-sections during link by Andrew Thoelke · 10 years ago
  56. 2eb01d3 Fix build failure due to a typo in TSPD code by Achin Gupta · 10 years ago
  57. 8d2296f Build system: Trigger dependency checking only for build targets by Sandrine Bailleux · 10 years ago
  58. 0796fe0 Initialise UART console in all bootloader stages by Vikram Kanigiri · 10 years ago
  59. c1df3be Move console functions out of pl011.c by Soby Mathew · 10 years ago
  60. 08c7ed0 Build system: Remove last traces of 'PLAT=all' by Sandrine Bailleux · 10 years ago
  61. 31526cb Fix build by correcting asm helper function usage in TSPD by Vikram Kanigiri · 10 years ago
  62. 6c595b3 Separate out BL2, BL3-1 and BL3-2 early exception vectors from BL1 by Sandrine Bailleux · 10 years ago
  63. d8b07aa Move per cpu exception stack in BL31 to tzfw_normal_stacks by Vikram Kanigiri · 10 years ago
  64. d118f9f Add standby state support in PSCI cpu_suspend api by Vikram Kanigiri · 10 years ago
  65. 886278e Semihosting: Fix file mode to load binaries on Windows by Sandrine Bailleux · 10 years ago
  66. 6ba0b6d Remove partially qualified asm helper functions by Vikram Kanigiri · 10 years ago
  67. 5132060 Fix the disable_mmu code by Vikram Kanigiri · 10 years ago
  68. d1466a2 TSP: Make the platform-specific makefile mandatory by Sandrine Bailleux · 10 years ago
  69. 493c8cb Fix file_to_uuid() function by Sandrine Bailleux · 10 years ago
  70. 399aacd FIP tool: Fix error message for missing FIP filename by Sandrine Bailleux · 10 years ago
  71. 89f7b48 FIP tool: Add support for '--help' option. by Sandrine Bailleux · 10 years ago
  72. 12b99ca FIP tool: Small optimisation for option parsing by Sandrine Bailleux · 10 years ago
  73. 82a0aca Rework bakery lock with WFE/SEV sequence by Jeenu Viswambharan · 10 years ago
  74. 9f98aa1 Specify image entry in linker script by Jeenu Viswambharan · 10 years ago
  75. 52538b9 Implement standard calls for TSP by Jeenu Viswambharan · 10 years ago
  76. 64f6ea9 Implement ARM Standard Service by Jeenu Viswambharan · 10 years ago
  77. 1c297bf Move architecture timer setup to platform-specific code by Jeenu Viswambharan · 11 years ago
  78. 92a1286 Remove unused 'CPU present' flag by Jeenu Viswambharan · 11 years ago
  79. 5cfa93d Remove change log instructions from contribution.md by Dan Handley · 10 years ago
  80. ee9ad78 bl_common: add image_size() by Ryan Harkin · 10 years ago
  81. 48e2ca7 fvp: plat_io_storage: remove duplicated code by Ryan Harkin · 10 years ago
  82. 4bfc2d2 Enable platforms to omit some bootloaders by Jon Medhurst · 10 years ago
  83. fb05246 Generate build time and date message at link time. by Jon Medhurst · 10 years ago
  84. 38aa76a fvp: Make use of the generic MMU translation table setup code by Jon Medhurst · 10 years ago
  85. c481c26 Add generic functions for setting up aarch64 MMU translation tables by Jon Medhurst · 11 years ago
  86. 6d55d10 Update Makefiles to get proper dependency checking working. by Jon Medhurst · 10 years ago
  87. cf6eeb8 Fix implementation and users of gicd_set_ipriorityr() by Jon Medhurst · 10 years ago
  88. a4d9f26 Fix assert in bakery_lock_release() by Jon Medhurst · 10 years ago
  89. b238849 Add v0.3 release documentation by Dan Handley · 10 years ago
  90. 57de6d7 Consolidate design and porting documentation by Dan Handley · 10 years ago
  91. 5e1e920 Add EL3 runtime services and SPD documentation by Dan Handley · 10 years ago
  92. 247f60b Separate firmware design out of user-guide.md by Dan Handley · 10 years ago
  93. 3505c04 Update versions of dependencies in user-guide.md by Dan Handley · 10 years ago
  94. e3fff15 Remove duplicate xlat_table descriptions by Jeenu Viswambharan · 10 years ago
  95. 20d284c fvp: Initialise UART earlier by Sandrine Bailleux · 10 years ago
  96. 090630e Tolerate runtime service initialization failure by Jeenu Viswambharan · 10 years ago
  97. 7f36660 Implement late binding for runtime hooks by Jeenu Viswambharan · 10 years ago
  98. 9128ffe Update contributing.md to new CLA location by Dan Handley · 10 years ago
  99. d19e497 Reduce GICv3 debug output by Harry Liebel · 10 years ago
  100. 8aa559c Revert accidental removal of BL2 from help message by Jeenu Viswambharan · 10 years ago