1. 877cf3f AArch32: Add essential ARM platform and FVP support by Soby Mathew · 9 years ago
  2. 11ec6c5 Merge pull request #641 from antonio-nino-diaz-arm/an/fvp-set-nv-ctr by danh-arm · 9 years ago
  3. aed634f Merge pull request #637 from yatharth-arm/yk/genfw-1134 by danh-arm · 9 years ago
  4. fe7de03 Implement plat_set_nv_ctr for FVP platforms by Antonio Nino Diaz · 9 years ago
  5. 2460ac1 Add support for ARM Cortex-A73 MPCore Processor by Yatharth Kochar · 9 years ago
  6. 7123787 Add CCN support to FVP platform port by Soby Mathew · 9 years ago
  7. 32cd95f Replace SP804 timer by generic delay timer on FVP by Antonio Nino Diaz · 9 years ago
  8. a8af6a4 Change the default driver to GICv3 in FVP by Soby Mathew · 9 years ago
  9. 3e4b8fd Migrate platform ports to the new xlat_tables library by Soby Mathew · 9 years ago
  10. 57f7820 Migrate ARM standard platforms to the refactored TZC driver by Soby Mathew · 9 years ago
  11. 0108047 Allow multi cluster topology definitions for ARM platforms by Soby Mathew · 10 years ago
  12. 6355f23 Rework use of interconnect drivers by Vikram Kanigiri · 9 years ago
  13. a9cc84d Perform security setup separately for each ARM platform by Vikram Kanigiri · 9 years ago
  14. b13ed5e FVP: Compile ARM Cortex-A72 CPU support in by Sandrine Bailleux · 10 years ago
  15. 820756e Add support for ARM Cortex-A35 processor by Sandrine Bailleux · 10 years ago
  16. dcda29f FWU: Add Firmware Update support in BL2U for ARM platforms by Yatharth Kochar · 10 years ago
  17. 27573c5 Rework use of ARM GIC drivers on ARM platforms by Achin Gupta · 10 years ago
  18. 7b4c140 TBB: add Trusted Watchdog support on ARM platforms by Juan Castillo · 10 years ago
  19. 38dce70 PSCI: Migrate ARM reference platforms to new platform API by Soby Mathew · 10 years ago
  20. 95cfd4a TBB: add platform API to read the ROTPK information by Juan Castillo · 10 years ago
  21. b49b322 FVP: Add SP804 delay timer by Ryan Harkin · 10 years ago
  22. 3fc4124 Move FVP port to plat/arm/board/fvp by Dan Handley · 10 years ago[Renamed (80%) from plat/fvp/platform.mk]
  23. 60eea55 Migrate FVP port to use common code by Dan Handley · 10 years ago
  24. 4991ecd Use ARM CCI driver on FVP and Juno platforms by Vikram Kanigiri · 10 years ago
  25. 6eadf76 TBB: add a platform specific function to validate the ROTPK by Juan Castillo · 11 years ago
  26. 513dd3a FVP: Allow BL3-2 to sit in the secure region of DRAM by Juan Castillo · 11 years ago
  27. 20d51ca FVP: keep shared data in Trusted SRAM by Juan Castillo · 11 years ago
  28. 9b47684 Introduce framework for CPU specific operations by Soby Mathew · 11 years ago
  29. 935db69 Move IO storage source to drivers directory by Dan Handley · 11 years ago
  30. 186c1d4 FVP: make usage of Trusted DRAM optional at build time by Juan Castillo · 11 years ago
  31. 637ebd2 FVP: apply new naming conventions to memory regions by Juan Castillo · 11 years ago
  32. fce5f75 Introduce asm console functions in TF by Soby Mathew · 11 years ago
  33. 2b98e78 Define ARM_GIC_ARCH default value for all platforms by Sandrine Bailleux · 11 years ago
  34. 1e8c5c4 Refactor fvp gic code to be a generic driver by Dan Handley · 11 years ago
  35. dac1235 Merge pull request #151 from vikramkanigiri/vk/t133-code-readability by Andrew Thoelke · 11 years ago
  36. 5e11375 Inline the mmio accessor functions by Andrew Thoelke · 11 years ago
  37. 03396c4 Simplify entry point information generation code on FVP by Vikram Kanigiri · 11 years ago
  38. 5c3272a Make system register functions inline assembly by Andrew Thoelke · 11 years ago
  39. dff8e47 Add enable mmu platform porting interfaces by Dan Handley · 11 years ago for-v0.4-rc0
  40. 17a387a Rename FVP specific files and functions by Dan Handley · 11 years ago
  41. 8545a87 Merge pull request #102 from achingupta:ag/tf-issues#104-v2 by Andrew Thoelke · 11 years ago
  42. e1333f7 Introduce interrupt registration framework in BL3-1 by Achin Gupta · 11 years ago
  43. 53514b2 fvp: Move TSP from Secure DRAM to Secure SRAM by Sandrine Bailleux · 11 years ago
  44. dbad1ba Add support for BL3-1 as a reset vector by Vikram Kanigiri · 11 years ago
  45. a43d431 Rework BL3-1 unhandled exception handling and reporting by Soby Mathew · 11 years ago
  46. bee8241 Remove vpath usage in makefiles by Dan Handley · 11 years ago
  47. e8246c0 Move FVP power driver to FVP platform by Dan Handley · 11 years ago
  48. 4ecca33 Move include and source files to logical locations by Dan Handley · 11 years ago
  49. f2199d9 Enable secure memory support for FVPs by Harry Liebel · 11 years ago
  50. 12ae170 Merge pull request #43 from danh-arm/dh/tf-issues#129 by danh-arm · 11 years ago
  51. 2bf28e6 Allocate single stacks for BL1 and BL2 by Andrew Thoelke · 11 years ago
  52. d72f6e3 Move console.c to pl011 specific driver location by Dan Handley · 11 years ago
  53. c1df3be Move console functions out of pl011.c by Soby Mathew · 11 years ago
  54. 38aa76a fvp: Make use of the generic MMU translation table setup code by Jon Medhurst · 11 years ago
  55. 6d55d10 Update Makefiles to get proper dependency checking working. by Jon Medhurst · 11 years ago
  56. a0cd989 Factor out translation table setup in ARM FVP port by Achin Gupta · 11 years ago
  57. 561cd33 Add Firmware Image Package (FIP) driver by Harry Liebel · 11 years ago
  58. 9d72b4e Implement load_image in terms of IO abstraction by James Morrissey · 11 years ago
  59. 03cb8fb fvp: rename fvp_* files to plat_* by Ryan Harkin · 12 years ago
  60. d7a6b0f Build system: minor spacing tidyup by Ryan Harkin · 12 years ago
  61. 25cff83 Build system: Fixes #2: Add multi-platform support by Ryan Harkin · 12 years ago