1. fb42b12 Refactor fvp gic code to be a generic driver by Dan Handley · 10 years ago
  2. 1c54d97 Refactor fvp_config into common platform header by Dan Handley · 10 years ago
  3. f268c72 Merge pull request #151 from vikramkanigiri/vk/t133-code-readability by Andrew Thoelke · 10 years ago
  4. 960347d Support later revisions of the Foundation FVP by Andrew Thoelke · 10 years ago
  5. 22129f5 Merge pull request #154 from athoelke/at/inline-mmio by Andrew Thoelke · 10 years ago
  6. 3c74a44 Merge pull request #152 from jcastillo-arm/jc/tf-issues/073-v2 by danh-arm · 10 years ago
  7. 043f846 Merge pull request #150 from sandrine-bailleux/sb/fix-plat-print-gic-regs by danh-arm · 10 years ago
  8. 42970b0 Merge pull request #147 from athoelke/at/remove-bakery-mpidr by danh-arm · 10 years ago
  9. af9dd82 Inline the mmio accessor functions by Andrew Thoelke · 10 years ago
  10. 2d55240 Remove all checkpatch errors from codebase by Juan Castillo · 10 years ago
  11. cf79bf5 Simplify entry point information generation code on FVP by Vikram Kanigiri · 10 years ago
  12. 21aa520 fvp: Fix register name in 'plat_print_gic_regs' macro by Sandrine Bailleux · 10 years ago
  13. 958cc02 Remove calling CPU mpidr from bakery lock API by Andrew Thoelke · 10 years ago
  14. fb06094 Merge pull request #145 from athoelke/at/psci-memory-optimization-v2 by danh-arm · 10 years ago
  15. 56f4470 Correctly dimension the PSCI aff_map_node array by Andrew Thoelke · 10 years ago
  16. f1c7cd7 Merge pull request #143 from athoelke/at/remove-nsram by danh-arm · 10 years ago
  17. 30b04fc Remove NSRAM from FVP memory map by Andrew Thoelke · 10 years ago
  18. 900def0 Merge pull request #135 from soby-mathew/sm/remove-reinit-of-timers by danh-arm · 10 years ago
  19. bb12891 Remove re-initialisation of system timers after warm boot for FVP by Soby Mathew · 10 years ago
  20. 0572273 Merge pull request #134 from jcastillo-arm/jc/tf-issues/179 by danh-arm · 10 years ago
  21. d73898a Set correct value for SYS_ID_REV_SHIFT in FVP by Juan Castillo · 10 years ago
  22. ddb312d Merge pull request #130 from athoelke/at/inline-asm-sysreg-v2 by danh-arm · 10 years ago
  23. fdad706 Merge pull request #125 from sandrine-bailleux/sb/remove-bl2_el_change_mem_ptr by achingupta · 10 years ago
  24. 3f78dc3 Make system register functions inline assembly by Andrew Thoelke · 10 years ago
  25. 1c3e228 fvp: Remove unused 'bl2_el_change_mem_ptr' variable by Sandrine Bailleux · 10 years ago
  26. 1359236 Enable mapping higher physical address by Lin Ma · 10 years ago
  27. a55566d Allow platform parameter X1 to be passed to BL3-1 by Andrew Thoelke · 10 years ago
  28. 701fea7 Further renames of platform porting functions by Dan Handley · 10 years ago
  29. b226a4d Add enable mmu platform porting interfaces by Dan Handley · 10 years ago
  30. ea45157 Rename FVP specific files and functions by Dan Handley · 10 years ago
  31. 7ce42df Move BL porting functions into platform.h by Dan Handley · 10 years ago
  32. ed6ff95 Split platform.h into separate headers by Dan Handley · 10 years ago
  33. 60b13e3 Remove unused data declarations by Dan Handley · 10 years ago
  34. a17fefa Remove extern keyword from function declarations by Dan Handley · 10 years ago
  35. 335bf58 Merge pull request #101 from sandrine-bailleux:sb/tf-issue-81-v2 by Andrew Thoelke · 10 years ago
  36. 6c8b359 Make the memory layout more flexible by Sandrine Bailleux · 10 years ago
  37. f748806 Make BL1 RO and RW base addresses configurable by Sandrine Bailleux · 10 years ago
  38. 332ff85 Merge pull request #104 from athoelke:at/tsp-entrypoints-v2 by Andrew Thoelke · 10 years ago
  39. 58484d4 Merge pull request #102 from achingupta:ag/tf-issues#104-v2 by Andrew Thoelke · 10 years ago
  40. 31f0f8f Merge pull request #100 from jcastillo-arm:jc/tf-issues/149-v4 by Andrew Thoelke · 10 years ago
  41. aaa6ff8 Limit BL3-1 read/write access to SRAM by Andrew Thoelke · 10 years ago
  42. 7671789 Add support for synchronous FIQ handling in TSP by Achin Gupta · 10 years ago
  43. 02d3628 Introduce platform api to access an ARM GIC by Achin Gupta · 10 years ago
  44. 191e86e Introduce interrupt registration framework in BL3-1 by Achin Gupta · 10 years ago
  45. e701e30 fvp: Move TSP from Secure DRAM to Secure SRAM by Sandrine Bailleux · 10 years ago
  46. 5ac3cc9 TSP: Let the platform decide which secure memory to use by Sandrine Bailleux · 10 years ago
  47. 7055ca4 Reserve some DDR DRAM for secure use on FVP platforms by Juan Castillo · 10 years ago
  48. 9637745 Add support for BL3-1 as a reset vector by Vikram Kanigiri · 10 years ago
  49. d8c9d26 Rework memory information passing to BL3-x images by Vikram Kanigiri · 10 years ago
  50. da56743 Populate BL31 input parameters as per new spec by Vikram Kanigiri · 10 years ago
  51. a3a5e4a Rework handover interface between BL stages by Vikram Kanigiri · 10 years ago
  52. 5e5c207 Rework BL3-1 unhandled exception handling and reporting by Soby Mathew · 10 years ago
  53. 6bee0fc Merge pull request #69 from sandrine-bailleux:sb/split-mmu-fcts-per-el by Andrew Thoelke · 10 years ago
  54. fe3374b Fixes for TZC configuration on FVP by Andrew Thoelke · 10 years ago
  55. 74a62b3 fvp: Provide per-EL MMU setup functions by Sandrine Bailleux · 10 years ago
  56. 25232af Introduce IS_IN_ELX() macros by Sandrine Bailleux · 10 years ago
  57. df89f9f Merge pull request #65 from vikramkanigiri/vk/console_init by danh-arm · 10 years ago
  58. 3684abf Ensure a console is initialized before it is used by Vikram Kanigiri · 10 years ago
  59. 86f0665 Merge pull request #61 from athoelke/use-mrs-msr-from-assembler-v2 by danh-arm · 10 years ago
  60. 99cb464 Merge pull request #60 from athoelke/disable-mmu-v2 by danh-arm · 10 years ago
  61. 719e870 Merge pull request #59 from athoelke/review-barriers-v2 by danh-arm · 10 years ago
  62. aa3266a Remove unused 'PL011_BASE' macro by Sandrine Bailleux · 10 years ago
  63. f977ed8 Access system registers directly in assembler by Andrew Thoelke · 10 years ago
  64. 438c63a Replace disable_mmu with assembler version by Andrew Thoelke · 10 years ago
  65. 42e75a7 Correct usage of data and instruction barriers by Andrew Thoelke · 10 years ago
  66. a4cb68e Remove variables from .data section by Dan Handley · 10 years ago
  67. 2bd4ef2 Reduce deep nesting of header files by Dan Handley · 10 years ago
  68. e2712bc Always use named structs in header files by Dan Handley · 10 years ago
  69. 930ee2e Refactor GIC header files by Dan Handley · 10 years ago
  70. 176e7b4 Remove vpath usage in makefiles by Dan Handley · 10 years ago
  71. 714a0d2 Make use of user/system includes more consistent by Dan Handley · 10 years ago
  72. 4d2e49d Move FVP power driver to FVP platform by Dan Handley · 10 years ago
  73. a70615f Move include and source files to logical locations by Dan Handley · 10 years ago
  74. cef9339 Enable secure memory support for FVPs by Harry Liebel · 10 years ago
  75. 300912d Merge pull request #43 from danh-arm/dh/tf-issues#129 by danh-arm · 10 years ago
  76. cc470ee Merge pull request #44 from danh-arm/dh/tf-issues#136 by danh-arm · 10 years ago
  77. 09df037 Merge pull request #45 from danh-arm/dh/tf-issues#114 by danh-arm · 10 years ago
  78. 48a8127 Remove redundant code from bl1_plat_helpers.S by Dan Handley · 10 years ago
  79. 65668f9 Allocate single stacks for BL1 and BL2 by Andrew Thoelke · 10 years ago
  80. 43f5679 Rename FVP "mmap" array to avoid name confusion by Dan Handley · 10 years ago
  81. a686542 Merge pull request #36 from athoelke/at/gc-sections-80 by danh-arm · 10 years ago
  82. f56298a Move console.c to pl011 specific driver location by Dan Handley · 10 years ago
  83. 3fa9847 Define frequency of system counter in platform code by Sandrine Bailleux · 10 years ago
  84. 74c1a2a Revert "Move architecture timer setup to platform-specific code" by Sandrine Bailleux · 10 years ago
  85. 38bde41 Place assembler functions in separate sections by Andrew Thoelke · 10 years ago
  86. 3ff77de Initialise UART console in all bootloader stages by Vikram Kanigiri · 10 years ago
  87. 52f52b4 Move console functions out of pl011.c by Soby Mathew · 10 years ago
  88. 3b7c59b Add standby state support in PSCI cpu_suspend api by Vikram Kanigiri · 10 years ago
  89. a9de1bb Semihosting: Fix file mode to load binaries on Windows by Sandrine Bailleux · 10 years ago
  90. 78a6e0c Remove partially qualified asm helper functions by Vikram Kanigiri · 10 years ago
  91. ca0aeb7 Fix the disable_mmu code by Vikram Kanigiri · 10 years ago
  92. 5741894 Move architecture timer setup to platform-specific code by Jeenu Viswambharan · 10 years ago
  93. 7c151c4 Remove unused 'CPU present' flag by Jeenu Viswambharan · 10 years ago
  94. 1bf80fc fvp: plat_io_storage: remove duplicated code by Ryan Harkin · 10 years ago
  95. b1eb093 fvp: Make use of the generic MMU translation table setup code by Jon Medhurst · 10 years ago
  96. 407a95c Update Makefiles to get proper dependency checking working. by Jon Medhurst · 10 years ago
  97. d0212c2 Fix implementation and users of gicd_set_ipriorityr() by Jon Medhurst · 10 years ago
  98. 7c596b2 fvp: Initialise UART earlier by Sandrine Bailleux · 10 years ago
  99. 08c28d5 Report recoverable errors as warnings by Jeenu Viswambharan · 10 years ago
  100. 375f538 Add Test Secure Payload Dispatcher (TSPD) service by Achin Gupta · 10 years ago