1. dff8e47 Add enable mmu platform porting interfaces by Dan Handley · 10 years ago
  2. 17a387a Rename FVP specific files and functions by Dan Handley · 10 years ago
  3. dec5e0d Move BL porting functions into platform.h by Dan Handley · 10 years ago
  4. 5f0cdb0 Split platform.h into separate headers by Dan Handley · 10 years ago
  5. 7a9a5f2 Remove unused data declarations by Dan Handley · 10 years ago
  6. c6bc071 Remove extern keyword from function declarations by Dan Handley · 10 years ago
  7. f53d0fc Merge pull request #101 from sandrine-bailleux:sb/tf-issue-81-v2 by Andrew Thoelke · 10 years ago
  8. a37255a Make the memory layout more flexible by Sandrine Bailleux · 10 years ago
  9. 4f59d83 Make BL1 RO and RW base addresses configurable by Sandrine Bailleux · 10 years ago
  10. 8957fc7 Merge pull request #104 from athoelke:at/tsp-entrypoints-v2 by Andrew Thoelke · 10 years ago
  11. 8545a87 Merge pull request #102 from achingupta:ag/tf-issues#104-v2 by Andrew Thoelke · 10 years ago
  12. 9253530 Merge pull request #100 from jcastillo-arm:jc/tf-issues/149-v4 by Andrew Thoelke · 10 years ago
  13. 445fe84 Limit BL3-1 read/write access to SRAM by Andrew Thoelke · 10 years ago
  14. 6cf8902 Add support for synchronous FIQ handling in TSP by Achin Gupta · 10 years ago
  15. dcc1816 Introduce platform api to access an ARM GIC by Achin Gupta · 10 years ago
  16. e1333f7 Introduce interrupt registration framework in BL3-1 by Achin Gupta · 10 years ago
  17. 53514b2 fvp: Move TSP from Secure DRAM to Secure SRAM by Sandrine Bailleux · 10 years ago
  18. 2467f70 TSP: Let the platform decide which secure memory to use by Sandrine Bailleux · 10 years ago
  19. 364daf9 Reserve some DDR DRAM for secure use on FVP platforms by Juan Castillo · 10 years ago
  20. dbad1ba Add support for BL3-1 as a reset vector by Vikram Kanigiri · 10 years ago
  21. 6871c5d Rework memory information passing to BL3-x images by Vikram Kanigiri · 10 years ago
  22. 4112bfa Populate BL31 input parameters as per new spec by Vikram Kanigiri · 10 years ago
  23. 29fb905 Rework handover interface between BL stages by Vikram Kanigiri · 10 years ago
  24. a43d431 Rework BL3-1 unhandled exception handling and reporting by Soby Mathew · 10 years ago
  25. ef27980 Merge pull request #69 from sandrine-bailleux:sb/split-mmu-fcts-per-el by Andrew Thoelke · 10 years ago
  26. 84dbf6f Fixes for TZC configuration on FVP by Andrew Thoelke · 10 years ago
  27. b793e43 fvp: Provide per-EL MMU setup functions by Sandrine Bailleux · 10 years ago
  28. b3254e8 Introduce IS_IN_ELX() macros by Sandrine Bailleux · 10 years ago
  29. 60bc4bb Merge pull request #65 from vikramkanigiri/vk/console_init by danh-arm · 10 years ago
  30. 770de65 Ensure a console is initialized before it is used by Vikram Kanigiri · 11 years ago
  31. 8067ae3 Merge pull request #61 from athoelke/use-mrs-msr-from-assembler-v2 by danh-arm · 10 years ago
  32. a1ec2f4 Merge pull request #60 from athoelke/disable-mmu-v2 by danh-arm · 10 years ago
  33. b3e2268 Merge pull request #59 from athoelke/review-barriers-v2 by danh-arm · 10 years ago
  34. 31bce47 Remove unused 'PL011_BASE' macro by Sandrine Bailleux · 10 years ago
  35. 7935d0a Access system registers directly in assembler by Andrew Thoelke · 10 years ago
  36. 2f5dcfe Replace disable_mmu with assembler version by Andrew Thoelke · 10 years ago
  37. 8cec598 Correct usage of data and instruction barriers by Andrew Thoelke · 10 years ago
  38. 625de1d Remove variables from .data section by Dan Handley · 10 years ago
  39. 97043ac Reduce deep nesting of header files by Dan Handley · 10 years ago
  40. fb037bf Always use named structs in header files by Dan Handley · 10 years ago
  41. 8a4fb6f Refactor GIC header files by Dan Handley · 10 years ago
  42. bee8241 Remove vpath usage in makefiles by Dan Handley · 10 years ago
  43. 35e98e5 Make use of user/system includes more consistent by Dan Handley · 10 years ago
  44. e8246c0 Move FVP power driver to FVP platform by Dan Handley · 10 years ago
  45. 4ecca33 Move include and source files to logical locations by Dan Handley · 10 years ago
  46. f2199d9 Enable secure memory support for FVPs by Harry Liebel · 11 years ago
  47. 12ae170 Merge pull request #43 from danh-arm/dh/tf-issues#129 by danh-arm · 10 years ago
  48. bc1a42b Merge pull request #44 from danh-arm/dh/tf-issues#136 by danh-arm · 10 years ago
  49. 19c7252 Merge pull request #45 from danh-arm/dh/tf-issues#114 by danh-arm · 10 years ago
  50. 9e1c4bd Remove redundant code from bl1_plat_helpers.S by Dan Handley · 10 years ago
  51. 2bf28e6 Allocate single stacks for BL1 and BL2 by Andrew Thoelke · 11 years ago
  52. 67c7884 Rename FVP "mmap" array to avoid name confusion by Dan Handley · 10 years ago
  53. 9c2c763 Merge pull request #36 from athoelke/at/gc-sections-80 by danh-arm · 10 years ago
  54. d72f6e3 Move console.c to pl011 specific driver location by Dan Handley · 10 years ago
  55. 9e86490 Define frequency of system counter in platform code by Sandrine Bailleux · 11 years ago
  56. 65a9c0e Revert "Move architecture timer setup to platform-specific code" by Sandrine Bailleux · 11 years ago
  57. 0a30cf5 Place assembler functions in separate sections by Andrew Thoelke · 11 years ago
  58. 0796fe0 Initialise UART console in all bootloader stages by Vikram Kanigiri · 11 years ago
  59. c1df3be Move console functions out of pl011.c by Soby Mathew · 11 years ago
  60. d118f9f Add standby state support in PSCI cpu_suspend api by Vikram Kanigiri · 11 years ago
  61. 886278e Semihosting: Fix file mode to load binaries on Windows by Sandrine Bailleux · 11 years ago
  62. 6ba0b6d Remove partially qualified asm helper functions by Vikram Kanigiri · 11 years ago
  63. 5132060 Fix the disable_mmu code by Vikram Kanigiri · 11 years ago
  64. 1c297bf Move architecture timer setup to platform-specific code by Jeenu Viswambharan · 11 years ago
  65. 92a1286 Remove unused 'CPU present' flag by Jeenu Viswambharan · 11 years ago
  66. 48e2ca7 fvp: plat_io_storage: remove duplicated code by Ryan Harkin · 11 years ago
  67. 38aa76a fvp: Make use of the generic MMU translation table setup code by Jon Medhurst · 11 years ago
  68. 6d55d10 Update Makefiles to get proper dependency checking working. by Jon Medhurst · 11 years ago
  69. cf6eeb8 Fix implementation and users of gicd_set_ipriorityr() by Jon Medhurst · 11 years ago
  70. 20d284c fvp: Initialise UART earlier by Sandrine Bailleux · 11 years ago
  71. 08c28d5 Report recoverable errors as warnings by Jeenu Viswambharan · 11 years ago
  72. 375f538 Add Test Secure Payload Dispatcher (TSPD) service by Achin Gupta · 11 years ago
  73. 7c88f3f Add Test Secure Payload (BL3-2) image by Achin Gupta · 11 years ago
  74. 8aa0cd4 Specify address of UART device to use as a console by Achin Gupta · 11 years ago
  75. a0cd989 Factor out translation table setup in ARM FVP port by Achin Gupta · 11 years ago
  76. 35ca351 Add support for BL3-2 in BL3-1 by Achin Gupta · 11 years ago
  77. a3050ed Add support for BL3-2 in BL2 by Achin Gupta · 11 years ago
  78. e4d084e Rework BL2 to BL3-1 hand over interface by Achin Gupta · 11 years ago
  79. ca823d2 Increase coherent stack sizes by Achin Gupta · 11 years ago
  80. 74cbb83 Move translation tables into separate section by Jeenu Viswambharan · 11 years ago
  81. 561cd33 Add Firmware Image Package (FIP) driver by Harry Liebel · 11 years ago
  82. 9d72b4e Implement load_image in terms of IO abstraction by James Morrissey · 11 years ago
  83. f2f9bb5 Add IO abstraction framework by James Morrissey · 11 years ago
  84. 40a6f64 Fix asserts appearing in release builds by James Morrissey · 11 years ago
  85. b2187ab fvp: clear a pending cluster power off request by Achin Gupta · 11 years ago
  86. 03cb8fb fvp: rename fvp_* files to plat_* by Ryan Harkin · 11 years ago
  87. d7a6b0f Build system: minor spacing tidyup by Ryan Harkin · 11 years ago
  88. 25cff83 Build system: Fixes #2: Add multi-platform support by Ryan Harkin · 11 years ago
  89. 3a4cae0 Change comments in assembler files to help ctags by Jeenu Viswambharan · 11 years ago
  90. eaec590 Probe for GICv3 re-distributors on core bring-up by Harry Liebel · 11 years ago
  91. e83b0ca Update year in copyright text to 2014 by Dan Handley · 11 years ago
  92. 8468739 Move GIC setup to a separate file by Ian Spray · 11 years ago
  93. 93ca221 Make BL31's ns_entry_info a single-cpu area by Sandrine Bailleux · 11 years ago
  94. ee12f6f Remove useless copies of meminfo structures by Sandrine Bailleux · 11 years ago
  95. 2d94d4a remove check on non-secure entrypoint parameter by Achin Gupta · 11 years ago
  96. c8afc78 psci: fix error due to a non zero context id by Achin Gupta · 11 years ago
  97. b127cdb clear wakeup enable bit upon resuming from suspend by Achin Gupta · 11 years ago
  98. ab2d31e Enable third party contributions by Dan Handley · 11 years ago
  99. 65f546a Properly initialise the C runtime environment by Sandrine Bailleux · 11 years ago
  100. 8d69a03 Various improvements/cleanups on the linker scripts by Sandrine Bailleux · 11 years ago