1. 93d81d6 Add support for BL3-0 image by Sandrine Bailleux · 11 years ago
  2. a1b6db6 fvp: Reuse BL1 and BL2 memory through image overlaying by Sandrine Bailleux · 11 years ago
  3. 6063379 fvp: Properly detect the location of BL1 R/W data by Sandrine Bailleux · 11 years ago
  4. 8f55dfb Remove concept of top/bottom image loading by Sandrine Bailleux · 11 years ago
  5. 5e0f9bd Merge pull request #154 from athoelke/at/inline-mmio by Andrew Thoelke · 11 years ago
  6. b124073 Merge pull request #153 from athoelke/at/remove-psci-mpidr by Andrew Thoelke · 11 years ago
  7. 56378aa Remove current CPU mpidr from PSCI common code by Andrew Thoelke · 11 years ago
  8. e73af8a Merge pull request #152 from jcastillo-arm/jc/tf-issues/073-v2 by danh-arm · 11 years ago
  9. 9d302ed Merge pull request #150 from sandrine-bailleux/sb/fix-plat-print-gic-regs by danh-arm · 11 years ago
  10. a28daa0 Merge pull request #149 from sandrine-bailleux/sb/warn-missing-include-dirs by danh-arm · 11 years ago
  11. 7eea135 Merge pull request #147 from athoelke/at/remove-bakery-mpidr by danh-arm · 11 years ago
  12. 5e11375 Inline the mmio accessor functions by Andrew Thoelke · 11 years ago
  13. 4f2104f Remove all checkpatch errors from codebase by Juan Castillo · 11 years ago
  14. 9edc891 fvp: Fix register name in 'plat_print_gic_regs' macro by Sandrine Bailleux · 11 years ago
  15. 634ec6c Remove calling CPU mpidr from bakery lock API by Andrew Thoelke · 11 years ago
  16. 41cf7bd Merge pull request #145 from athoelke/at/psci-memory-optimization-v2 by danh-arm · 11 years ago
  17. 47fe640 Merge pull request #144 from athoelke/at/init-context-v2 by danh-arm · 11 years ago
  18. 6c0b45d Correctly dimension the PSCI aff_map_node array by Andrew Thoelke · 11 years ago
  19. 13ac44a Eliminate psci_suspend_context array by Andrew Thoelke · 11 years ago
  20. 167a935 Initialise CPU contexts from entry_point_info by Andrew Thoelke · 11 years ago
  21. f52ec19 Merge pull request #143 from athoelke/at/remove-nsram by danh-arm · 11 years ago
  22. 5219862 Merge pull request #140 from athoelke/at/psci_smc_handler by danh-arm · 11 years ago
  23. a0df63e Compile with '-Wmissing-include-dirs' flag by Sandrine Bailleux · 11 years ago
  24. 5298f2c Merge pull request #138 from athoelke/at/cpu-context by danh-arm · 11 years ago
  25. 92152ee Merge pull request #137 from athoelke/at/no-early-exceptions by danh-arm · 11 years ago
  26. 2e35b92 Merge pull request #136 from athoelke/at/cpu-data by danh-arm · 11 years ago
  27. c2c5ee2 Merge pull request #142 from athoelke/at/fix-console_putc by danh-arm · 11 years ago
  28. 15f195b Remove NSRAM from FVP memory map by Andrew Thoelke · 11 years ago
  29. 0695dc4 Remove broken assertion in console_putc() by Andrew Thoelke · 11 years ago
  30. e869310 Merge pull request #135 from soby-mathew/sm/remove-reinit-of-timers by danh-arm · 11 years ago
  31. b1e71b2 Remove re-initialisation of system timers after warm boot for FVP by Soby Mathew · 11 years ago
  32. 5d292ab Merge pull request #134 from jcastillo-arm/jc/tf-issues/179 by danh-arm · 11 years ago
  33. ee94cc6 Remove early_exceptions from BL3-1 by Andrew Thoelke · 11 years ago
  34. aaba4f2 Move CPU context pointers into cpu_data by Andrew Thoelke · 11 years ago
  35. 5e91007 Per-cpu data cache restructuring by Andrew Thoelke · 11 years ago
  36. 84e9b09 Set correct value for SYS_ID_REV_SHIFT in FVP by Juan Castillo · 11 years ago
  37. dbc64b3 Merge pull request #133 from athoelke/at/crash-reporting-opt by danh-arm · 11 years ago
  38. 30e3b31 Merge pull request #131 from athoelke/at/cm_get_context by danh-arm · 11 years ago
  39. 5c633bd Merge pull request #130 from athoelke/at/inline-asm-sysreg-v2 by danh-arm · 11 years ago
  40. 3934d1a Merge pull request #128 from sandrine-bailleux/sb/make-load_image-ep-optional by danh-arm · 11 years ago
  41. 2966dc2 Merge pull request #127 from sandrine-bailleux/sb/fix-pl011-fifo-polling by achingupta · 11 years ago
  42. ca1e6b6 Merge pull request #126 from sandrine-bailleux/sb/include-missing-hfile by achingupta · 11 years ago
  43. 4c5f8dc Merge pull request #125 from sandrine-bailleux/sb/remove-bl2_el_change_mem_ptr by achingupta · 11 years ago
  44. 9c22b32 Make the BL3-1 crash reporting optional by Andrew Thoelke · 11 years ago
  45. 08ab89d Provide cm_get/set_context() for current CPU by Andrew Thoelke · 11 years ago
  46. 2b67765 Merge Pull Request #120 (patch 1) from 'linmaonly:lin_patch2' by Andrew Thoelke · 11 years ago
  47. 5003eca PSCI SMC handler improvements by Andrew Thoelke · 11 years ago
  48. 5c3272a Make system register functions inline assembly by Andrew Thoelke · 11 years ago
  49. 743a611 fvp: Remove unused 'bl2_el_change_mem_ptr' variable by Sandrine Bailleux · 11 years ago
  50. 63db7ba Make the entry point argument optional in load_image() by Sandrine Bailleux · 11 years ago
  51. d831af9 PL011: Fix a bug in the UART FIFO polling by Sandrine Bailleux · 11 years ago
  52. e4d1338 Include 'platform_def.h' header file in 'crash_reporting.S' by Sandrine Bailleux · 11 years ago
  53. 977fbcd Merge pull request #122 from 'danh-arm:dh/v0.4-docs' by Dan Handley · 11 years ago v0.4
  54. a96e12d Merge pull request #124 from 'danh-arm:sm/imf-documentation' by Dan Handley · 11 years ago
  55. a4fa3cb Document design of the Interrupt Mangement Framework by Achin Gupta · 11 years ago
  56. eab932b Merge pull request #119 from 'soby-mathew:sm/doc_crash_reporting' by Dan Handley · 11 years ago
  57. 7824745 Merge pull request #117 from 'danh-arm:dh/v0.4-user-guide' by Dan Handley · 11 years ago
  58. 79a9ae5 Merge pull request #121 'vikramkanigiri:vk/doc_for_133' by Dan Handley · 11 years ago
  59. e452cd8 Documentation for BL3-1 hardening and reset vector by Vikram Kanigiri · 11 years ago
  60. db2c760 Trusted Firmware v0.4 release documentation by Dan Handley · 11 years ago
  61. 5e831e6 User guide updates for v0.4 release by Dan Handley · 11 years ago
  62. f984ce8 Enable mapping higher physical address by Lin Ma · 11 years ago
  63. 87625fd Documentation for the new crash reporting implementation by Soby Mathew · 11 years ago
  64. 279afef Merge pull request #116 from 'danh-arm:dh/refactoring-docs' by Dan Handley · 11 years ago
  65. b68954c Fix porting guide references to platform.h by Dan Handley · 11 years ago
  66. e10af77 Merge pull request #111 'soby-mathew-sm:fix_cookie_to_int_handler' by Dan Handley · 11 years ago v0.4-rc2
  67. 886dfdf Merge pull request #115 'athoelke-at:fix-bl31-X1-parameter' by Dan Handley · 11 years ago
  68. bcc8d77 Merge pull request #114 from 'vikramkanigiri:vk/pass_bl33_args' by Dan Handley · 11 years ago
  69. a378108 Fix compilation issue for IMF_READ_INTERRUPT_ID build flag by Soby Mathew · 11 years ago
  70. b460b8b Pass 'cookie' parameter to interrupt handler in BL3-1 by Soby Mathew · 11 years ago
  71. 0346267 Allow platform parameter X1 to be passed to BL3-1 by Andrew Thoelke · 11 years ago
  72. f05cb4a Pass the args to the BL3-3 entrypoint by Vikram Kanigiri · 11 years ago
  73. 05b6edf Merge pull request #110 from soby-mathew:sm/support_normal_irq_in_tsp-v4 into for-v0.4 by Dan Handley · 11 years ago v0.4-rc1
  74. 22e002d Merge pull request #112 from danh-arm:dh/refactor-plat-header-v4 into for-v0.4 by Dan Handley · 11 years ago
  75. 9865ac1 Further renames of platform porting functions by Dan Handley · 11 years ago
  76. 0ad4691 Remove FVP specific comments in platform.h by Dan Handley · 11 years ago
  77. 10b65ec Fixup Standard SMC Resume Handling by Soby Mathew · 11 years ago
  78. dff8e47 Add enable mmu platform porting interfaces by Dan Handley · 11 years ago for-v0.4-rc0
  79. 17a387a Rename FVP specific files and functions by Dan Handley · 11 years ago
  80. dec5e0d Move BL porting functions into platform.h by Dan Handley · 11 years ago
  81. 5f0cdb0 Split platform.h into separate headers by Dan Handley · 11 years ago
  82. 7a9a5f2 Remove unused data declarations by Dan Handley · 11 years ago
  83. c6bc071 Remove extern keyword from function declarations by Dan Handley · 11 years ago
  84. f53d0fc Merge pull request #101 from sandrine-bailleux:sb/tf-issue-81-v2 by Andrew Thoelke · 11 years ago
  85. 638363e doc: Update information about the memory layout by Sandrine Bailleux · 11 years ago
  86. a37255a Make the memory layout more flexible by Sandrine Bailleux · 11 years ago
  87. 4f59d83 Make BL1 RO and RW base addresses configurable by Sandrine Bailleux · 11 years ago
  88. 8957fc7 Merge pull request #104 from athoelke:at/tsp-entrypoints-v2 by Andrew Thoelke · 11 years ago
  89. 65335d4 Merge pull request #105 from athoelke:sm/support_normal_irq_in_tsp-v2 by Andrew Thoelke · 11 years ago
  90. 8545a87 Merge pull request #102 from achingupta:ag/tf-issues#104-v2 by Andrew Thoelke · 11 years ago
  91. 9253530 Merge pull request #100 from jcastillo-arm:jc/tf-issues/149-v4 by Andrew Thoelke · 11 years ago
  92. 659a670 Merge pull request #101 from sandrine-bailleux:sb/tf-issue-81-v2 by Andrew Thoelke · 11 years ago
  93. b3bcbcf Merge pull request #103 from athoelke:dh/tf-issues#68-v3 by Andrew Thoelke · 11 years ago
  94. db0de0e Merge pull request #99 from vikramkanigiri:vk/tf-issues-133_V3 by Andrew Thoelke · 11 years ago
  95. 3ea8540 Merge pull request #67 from achingupta:ag/psci_standby_bug_fix by Andrew Thoelke · 11 years ago
  96. 445fe84 Limit BL3-1 read/write access to SRAM by Andrew Thoelke · 11 years ago
  97. 399fb08 Use a vector table for TSP entrypoints by Andrew Thoelke · 11 years ago
  98. 239b04f Non-Secure Interrupt support during Standard SMC processing in TSP by Soby Mathew · 11 years ago
  99. 1151c82 Allow BL3-2 platform definitions to be optional by Dan Handley · 11 years ago
  100. a20a81e Enable secure timer to generate S-EL1 interrupts by Achin Gupta · 11 years ago