1. 2b6b574 Migrate FVP port to use common code by Dan Handley · 9 years ago
  2. a877c25 Add support to indicate size and end of assembly functions by Kévin Petit · 9 years ago
  3. 4e97e54 Use ARM CCI driver on FVP and Juno platforms by Vikram Kanigiri · 9 years ago
  4. 725b133 Add macro to calculate number of elements in an array by Vikram Kanigiri · 9 years ago
  5. 13ee968 Minimize MAX_MMAP_REGIONS for each BL stage by Soby Mathew · 9 years ago
  6. 09a16c0 Merge pull request #248 from jcastillo-arm/jc/tf-issues/212_1 by danh-arm · 9 years ago
  7. 2ae2043 Remove coherent memory from the BL memory maps by Soby Mathew · 9 years ago
  8. f3e0218 FVP: map non-secure DRAM1 in the MMU by Juan Castillo · 10 years ago
  9. 3901165 Merge pull request #220 from soby-mathew/sm/reassign_crash_console by danh-arm · 10 years ago
  10. 64a76ed Use the BL3-1 runtime console as the crash console. by Soby Mathew · 10 years ago
  11. 42a617d FVP: keep shared data in Trusted SRAM by Juan Castillo · 10 years ago
  12. b08bc04 Create BL stage specific translation tables by Soby Mathew · 10 years ago
  13. 046cd3f Miscellaneous documentation fixes by Sandrine Bailleux · 10 years ago
  14. 8e2f287 Add CPU specific power management operations by Soby Mathew · 10 years ago
  15. 4fd2f5c Clarify platform porting interface to TSP by Dan Handley · 10 years ago
  16. be234f9 Remove platform dependency in CCI-400 driver by Dan Handley · 10 years ago
  17. 48e84b3 FVP: make usage of Trusted DRAM optional at build time by Juan Castillo · 10 years ago
  18. 0c70c57 FVP: apply new naming conventions to memory regions by Juan Castillo · 10 years ago
  19. b3dbeb0 Call platform_is_primary_cpu() only from reset handler by Juan Castillo · 10 years ago
  20. 5cd545d Merge pull request #177 from jcastillo-arm/jc/tf-issues/096 by danh-arm · 10 years ago
  21. 45c31c4 Merge pull request #172 from soby-mathew/sm/asm_assert by danh-arm · 10 years ago
  22. 289162c Merge pull request #169 from achingupta/ag/tf-issues#198 by danh-arm · 10 years ago
  23. f558cac Rework incorrect use of assert() and panic() in codebase by Juan Castillo · 10 years ago
  24. 066f713 Introduce crash console APIs for crash reporting by Soby Mathew · 10 years ago
  25. e998254 Make enablement of the MMU more flexible by Achin Gupta · 10 years ago
  26. 9a5b56e FVP: Ensure system reset wake-up results in cold boot by Juan Castillo · 10 years ago
  27. fb42b12 Refactor fvp gic code to be a generic driver by Dan Handley · 10 years ago
  28. 1c54d97 Refactor fvp_config into common platform header by Dan Handley · 10 years ago
  29. f268c72 Merge pull request #151 from vikramkanigiri/vk/t133-code-readability by Andrew Thoelke · 10 years ago
  30. 960347d Support later revisions of the Foundation FVP by Andrew Thoelke · 10 years ago
  31. cf79bf5 Simplify entry point information generation code on FVP by Vikram Kanigiri · 10 years ago
  32. 30b04fc Remove NSRAM from FVP memory map by Andrew Thoelke · 10 years ago
  33. 1359236 Enable mapping higher physical address by Lin Ma · 10 years ago
  34. b226a4d Add enable mmu platform porting interfaces by Dan Handley · 10 years ago
  35. ea45157 Rename FVP specific files and functions by Dan Handley · 10 years ago
  36. ed6ff95 Split platform.h into separate headers by Dan Handley · 10 years ago
  37. 7055ca4 Reserve some DDR DRAM for secure use on FVP platforms by Juan Castillo · 10 years ago
  38. 9637745 Add support for BL3-1 as a reset vector by Vikram Kanigiri · 10 years ago
  39. d8c9d26 Rework memory information passing to BL3-x images by Vikram Kanigiri · 10 years ago
  40. 74a62b3 fvp: Provide per-EL MMU setup functions by Sandrine Bailleux · 10 years ago
  41. 25232af Introduce IS_IN_ELX() macros by Sandrine Bailleux · 10 years ago
  42. f977ed8 Access system registers directly in assembler by Andrew Thoelke · 10 years ago
  43. 438c63a Replace disable_mmu with assembler version by Andrew Thoelke · 10 years ago
  44. 42e75a7 Correct usage of data and instruction barriers by Andrew Thoelke · 10 years ago
  45. 2bd4ef2 Reduce deep nesting of header files by Dan Handley · 10 years ago
  46. e2712bc Always use named structs in header files by Dan Handley · 10 years ago
  47. 930ee2e Refactor GIC header files by Dan Handley · 10 years ago
  48. 714a0d2 Make use of user/system includes more consistent by Dan Handley · 10 years ago
  49. 4d2e49d Move FVP power driver to FVP platform by Dan Handley · 10 years ago
  50. cef9339 Enable secure memory support for FVPs by Harry Liebel · 10 years ago
  51. cc470ee Merge pull request #44 from danh-arm/dh/tf-issues#136 by danh-arm · 10 years ago
  52. 09df037 Merge pull request #45 from danh-arm/dh/tf-issues#114 by danh-arm · 10 years ago
  53. 48a8127 Remove redundant code from bl1_plat_helpers.S by Dan Handley · 10 years ago
  54. 65668f9 Allocate single stacks for BL1 and BL2 by Andrew Thoelke · 10 years ago
  55. 43f5679 Rename FVP "mmap" array to avoid name confusion by Dan Handley · 10 years ago
  56. a686542 Merge pull request #36 from athoelke/at/gc-sections-80 by danh-arm · 10 years ago
  57. 3fa9847 Define frequency of system counter in platform code by Sandrine Bailleux · 10 years ago
  58. 38bde41 Place assembler functions in separate sections by Andrew Thoelke · 10 years ago
  59. 78a6e0c Remove partially qualified asm helper functions by Vikram Kanigiri · 10 years ago
  60. ca0aeb7 Fix the disable_mmu code by Vikram Kanigiri · 10 years ago
  61. 7c151c4 Remove unused 'CPU present' flag by Jeenu Viswambharan · 10 years ago
  62. b1eb093 fvp: Make use of the generic MMU translation table setup code by Jon Medhurst · 10 years ago
  63. 7c88f3f Add Test Secure Payload (BL3-2) image by Achin Gupta · 10 years ago
  64. a0cd989 Factor out translation table setup in ARM FVP port by Achin Gupta · 10 years ago
  65. 74cbb83 Move translation tables into separate section by Jeenu Viswambharan · 10 years ago
  66. 40a6f64 Fix asserts appearing in release builds by James Morrissey · 10 years ago
  67. 03cb8fb fvp: rename fvp_* files to plat_* by Ryan Harkin · 10 years ago
  68. 3a4cae0 Change comments in assembler files to help ctags by Jeenu Viswambharan · 10 years ago
  69. e83b0ca Update year in copyright text to 2014 by Dan Handley · 10 years ago
  70. 8468739 Move GIC setup to a separate file by Ian Spray · 11 years ago
  71. ab2d31e Enable third party contributions by Dan Handley · 11 years ago
  72. 8d69a03 Various improvements/cleanups on the linker scripts by Sandrine Bailleux · 11 years ago
  73. 295538b AArch64: Remove EL-agnostic TLB helper functions by Sandrine Bailleux · 11 years ago
  74. 30affd5 Do not enable CCI on Foundation FVP by Harry Liebel · 11 years ago
  75. 068b950 Writing to the FVP LED register should be a 32bit access. by Harry Liebel · 11 years ago
  76. 4f6ad66 ARMv8 Trusted Firmware release v0.2 by Achin Gupta · 11 years ago