1. 435cdcf Merge pull request #220 from soby-mathew/sm/reassign_crash_console by danh-arm · 10 years ago
  2. ce6ee93 Use the BL3-1 runtime console as the crash console. by Soby Mathew · 10 years ago
  3. 20d51ca FVP: keep shared data in Trusted SRAM by Juan Castillo · 10 years ago
  4. d0ecd97 Create BL stage specific translation tables by Soby Mathew · 10 years ago
  5. 4480425 Miscellaneous documentation fixes by Sandrine Bailleux · 10 years ago
  6. add4035 Add CPU specific power management operations by Soby Mathew · 10 years ago
  7. 5a06bb7 Clarify platform porting interface to TSP by Dan Handley · 10 years ago
  8. cae3ef9 Remove platform dependency in CCI-400 driver by Dan Handley · 10 years ago
  9. 186c1d4 FVP: make usage of Trusted DRAM optional at build time by Juan Castillo · 10 years ago
  10. 637ebd2 FVP: apply new naming conventions to memory regions by Juan Castillo · 10 years ago
  11. 53fdceb Call platform_is_primary_cpu() only from reset handler by Juan Castillo · 10 years ago
  12. dd2bdee Merge pull request #177 from jcastillo-arm/jc/tf-issues/096 by danh-arm · 10 years ago
  13. 6397bf6 Merge pull request #172 from soby-mathew/sm/asm_assert by danh-arm · 10 years ago
  14. d9b1128 Merge pull request #169 from achingupta/ag/tf-issues#198 by danh-arm · 10 years ago
  15. d3280be Rework incorrect use of assert() and panic() in codebase by Juan Castillo · 10 years ago
  16. c67b09b Introduce crash console APIs for crash reporting by Soby Mathew · 10 years ago
  17. afff8cb Make enablement of the MMU more flexible by Achin Gupta · 10 years ago
  18. 08783e4 FVP: Ensure system reset wake-up results in cold boot by Juan Castillo · 10 years ago
  19. 1e8c5c4 Refactor fvp gic code to be a generic driver by Dan Handley · 10 years ago
  20. 6f3b195 Refactor fvp_config into common platform header by Dan Handley · 10 years ago
  21. dac1235 Merge pull request #151 from vikramkanigiri/vk/t133-code-readability by Andrew Thoelke · 10 years ago
  22. 90e3147 Support later revisions of the Foundation FVP by Andrew Thoelke · 10 years ago
  23. 03396c4 Simplify entry point information generation code on FVP by Vikram Kanigiri · 10 years ago
  24. 15f195b Remove NSRAM from FVP memory map by Andrew Thoelke · 10 years ago
  25. f984ce8 Enable mapping higher physical address by Lin Ma · 10 years ago
  26. dff8e47 Add enable mmu platform porting interfaces by Dan Handley · 10 years ago
  27. 17a387a Rename FVP specific files and functions by Dan Handley · 10 years ago
  28. 5f0cdb0 Split platform.h into separate headers by Dan Handley · 10 years ago
  29. 364daf9 Reserve some DDR DRAM for secure use on FVP platforms by Juan Castillo · 10 years ago
  30. dbad1ba Add support for BL3-1 as a reset vector by Vikram Kanigiri · 10 years ago
  31. 6871c5d Rework memory information passing to BL3-x images by Vikram Kanigiri · 10 years ago
  32. b793e43 fvp: Provide per-EL MMU setup functions by Sandrine Bailleux · 10 years ago
  33. b3254e8 Introduce IS_IN_ELX() macros by Sandrine Bailleux · 10 years ago
  34. 7935d0a Access system registers directly in assembler by Andrew Thoelke · 10 years ago
  35. 2f5dcfe Replace disable_mmu with assembler version by Andrew Thoelke · 10 years ago
  36. 8cec598 Correct usage of data and instruction barriers by Andrew Thoelke · 10 years ago
  37. 97043ac Reduce deep nesting of header files by Dan Handley · 10 years ago
  38. fb037bf Always use named structs in header files by Dan Handley · 10 years ago
  39. 8a4fb6f Refactor GIC header files by Dan Handley · 10 years ago
  40. 35e98e5 Make use of user/system includes more consistent by Dan Handley · 10 years ago
  41. e8246c0 Move FVP power driver to FVP platform by Dan Handley · 10 years ago
  42. f2199d9 Enable secure memory support for FVPs by Harry Liebel · 10 years ago
  43. bc1a42b Merge pull request #44 from danh-arm/dh/tf-issues#136 by danh-arm · 10 years ago
  44. 19c7252 Merge pull request #45 from danh-arm/dh/tf-issues#114 by danh-arm · 10 years ago
  45. 9e1c4bd Remove redundant code from bl1_plat_helpers.S by Dan Handley · 10 years ago
  46. 2bf28e6 Allocate single stacks for BL1 and BL2 by Andrew Thoelke · 10 years ago
  47. 67c7884 Rename FVP "mmap" array to avoid name confusion by Dan Handley · 10 years ago
  48. 9c2c763 Merge pull request #36 from athoelke/at/gc-sections-80 by danh-arm · 10 years ago
  49. 9e86490 Define frequency of system counter in platform code by Sandrine Bailleux · 10 years ago
  50. 0a30cf5 Place assembler functions in separate sections by Andrew Thoelke · 10 years ago
  51. 6ba0b6d Remove partially qualified asm helper functions by Vikram Kanigiri · 10 years ago
  52. 5132060 Fix the disable_mmu code by Vikram Kanigiri · 10 years ago
  53. 92a1286 Remove unused 'CPU present' flag by Jeenu Viswambharan · 11 years ago
  54. 38aa76a fvp: Make use of the generic MMU translation table setup code by Jon Medhurst · 10 years ago
  55. 7c88f3f Add Test Secure Payload (BL3-2) image by Achin Gupta · 10 years ago
  56. a0cd989 Factor out translation table setup in ARM FVP port by Achin Gupta · 10 years ago
  57. 74cbb83 Move translation tables into separate section by Jeenu Viswambharan · 10 years ago
  58. 40a6f64 Fix asserts appearing in release builds by James Morrissey · 10 years ago
  59. 03cb8fb fvp: rename fvp_* files to plat_* by Ryan Harkin · 11 years ago
  60. 3a4cae0 Change comments in assembler files to help ctags by Jeenu Viswambharan · 11 years ago
  61. e83b0ca Update year in copyright text to 2014 by Dan Handley · 11 years ago
  62. 8468739 Move GIC setup to a separate file by Ian Spray · 11 years ago
  63. ab2d31e Enable third party contributions by Dan Handley · 11 years ago
  64. 8d69a03 Various improvements/cleanups on the linker scripts by Sandrine Bailleux · 11 years ago
  65. 295538b AArch64: Remove EL-agnostic TLB helper functions by Sandrine Bailleux · 11 years ago
  66. 30affd5 Do not enable CCI on Foundation FVP by Harry Liebel · 11 years ago
  67. 068b950 Writing to the FVP LED register should be a 32bit access. by Harry Liebel · 11 years ago
  68. 4f6ad66 ARMv8 Trusted Firmware release v0.2 by Achin Gupta · 11 years ago