1. b13ed5e FVP: Compile ARM Cortex-A72 CPU support in by Sandrine Bailleux · 10 years ago
  2. 820756e Add support for ARM Cortex-A35 processor by Sandrine Bailleux · 10 years ago
  3. 5773b53 Merge pull request #479 from jcastillo-arm/jc/tbbr_fip by danh-arm · 10 years ago
  4. d37b209 Merge pull request #478 from sandrine-bailleux/sb/mbed-tls-pedantic by danh-arm · 10 years ago
  5. 4a900a2 Merge pull request #477 from mtk09422/console_uninit by danh-arm · 10 years ago
  6. 8f0617e Apply TBBR naming convention to the fip_create options by Juan Castillo · 10 years ago
  7. aa85691 Always build with '-pedantic' by Sandrine Bailleux · 10 years ago
  8. c85a15f Add ret to return from console_uninit() function by Jimmy Huang · 10 years ago
  9. d0c104e Merge pull request #475 from danh-arm/dh/v1.2-final by danh-arm · 10 years ago v1.2
  10. 74d7667 Merge pull request #474 from danh-arm/dh/v1.2-misc-doc-fixes by danh-arm · 10 years ago
  11. 6791f52 Increment Makefile version to 1.2 by Dan Handley · 10 years ago
  12. 06562e7 Update `readme.md` for v1.2 release by Dan Handley · 10 years ago
  13. ed5e011 Update `change-log.md` for v1.2 release by Sandrine Bailleux · 10 years ago
  14. 1645d3e Miscellaneous doc fixes for v1.2 by Sandrine Bailleux · 10 years ago
  15. 3f61835 Clarify "Getting the TF source code" in user guide by Dan Handley · 10 years ago
  16. f162c53 Update `contributing.md` CLA instructions by Dan Handley · 10 years ago
  17. 0f09c8f Remove out-dated comment in FVP PWRC code by Sandrine Bailleux · 10 years ago
  18. 4427379 Merge pull request #473 from labapart/documentation-clean-legacy-variables by danh-arm · 10 years ago
  19. 6f0be12 Merge pull request #472 from danh-arm/dh/fwu-docs by danh-arm · 10 years ago
  20. 84a5d6d FWU: Add documentation for Firmware Update feature by Yatharth Kochar · 10 years ago
  21. 594ad3c docs/user-guide.md: Remove deprecated `FVP_SHARED_DATA_LOCATION` by Olivier Martin · 10 years ago
  22. 6364f98 docs/user-guide.md: Renamed legacy `FVP_TSP_RAM_LOCATION` by Olivier Martin · 10 years ago
  23. 6ab79de Merge pull request #471 from sandrine-bailleux/sb/reset-doc-v2 by danh-arm · 10 years ago
  24. 205dc89 Merge pull request #466 from soby-mathew/sm/giv3-doc by danh-arm · 10 years ago
  25. 9831154 Merge pull request #470 from danh-arm/dh/fwu-done-fix by danh-arm · 10 years ago v1.2-rc0
  26. c2f0260 Introduce the ARM TF reset design document by Sandrine Bailleux · 10 years ago
  27. e551c5b Merge pull request #469 from danh-arm/dh/fwu-resume-fix by danh-arm · 10 years ago
  28. 1f37b94 FWU: Pass client cookie to FWU_SMC_UPDATE_DONE by Dan Handley · 10 years ago
  29. 28955d5 FWU: Remove image_id arg from FWU_SMC_IMAGE_RESUME by Dan Handley · 10 years ago
  30. 81123e8 Documentation updates for the new GIC drivers by Soby Mathew · 10 years ago
  31. 8e4f829 Merge pull request #468 from danh-arm/dh/fwu-tweaks by danh-arm · 10 years ago
  32. 31d5e7f Merge pull request #467 from jcastillo-arm/jc/tbb_oid by danh-arm · 10 years ago
  33. 03131c8 FWU: Fix secure memory check in image auth by Dan Handley · 10 years ago
  34. d178637 Remove dashes from image names: 'BL3-x' --> 'BL3x' by Juan Castillo · 10 years ago
  35. f59821d Replace all SCP FW (BL0, BL3-0) references by Juan Castillo · 10 years ago
  36. 516beb5 TBB: apply TBBR naming convention to certificates and extensions by Juan Castillo · 10 years ago
  37. a84deb9 Merge pull request #465 from jcastillo-arm/jc/tbb_mbedtls_2_x by danh-arm · 10 years ago
  38. 649dbf6 Move up to mbed TLS 2.x by Juan Castillo · 10 years ago
  39. 9692ee1 Merge pull request #464 from sandrine-bailleux/sb/update-deps by danh-arm · 10 years ago
  40. 92a0ac4 Move up dependency versions in user guide by Sandrine Bailleux · 10 years ago
  41. 0c3a0b9 Merge pull request #463 from jcastillo-arm/jc/tf-issues/216 by danh-arm · 10 years ago
  42. 12f654b De-feature PL011 UART driver to match generic UART spec by Juan Castillo · 10 years ago
  43. 7ee2b8b Merge pull request #462 from soby-mathew/sm/runtime_console by danh-arm · 10 years ago
  44. ab5a53e Merge pull request #453 from yatharth-arm/yk/fwu-6 by danh-arm · 10 years ago
  45. 0191262 FWU: Add support for `fwu_fip` target by Yatharth Kochar · 10 years ago
  46. 2d4d220 FWU: Add FWU support to `fip_create` tool by Yatharth Kochar · 10 years ago
  47. cebe1f2 FWU: Add FWU support to `cert_create` tool by Yatharth Kochar · 10 years ago
  48. dcda29f FWU: Add Firmware Update support in BL2U for ARM platforms by Yatharth Kochar · 10 years ago
  49. 9003fa0 FWU: Add Generic BL2U FWU image support in BL2 by Yatharth Kochar · 10 years ago
  50. 436223d FWU: Add Firmware Update support in BL1 for ARM platforms by Yatharth Kochar · 10 years ago
  51. 48bfb88 FWU: Add Generic Firmware Update framework support in BL1 by Yatharth Kochar · 10 years ago
  52. 7baff11 Add descriptor based image management support in BL1 by Yatharth Kochar · 10 years ago
  53. bbf8f6f Move context management code to common location by Yatharth Kochar · 10 years ago
  54. c76e0d1 SoC security setup for CSS platforms in BL1 by Yatharth Kochar · 10 years ago
  55. 5698c5b Remove `RUN_IMAGE` usage as opcode passed to next EL. by Yatharth Kochar · 10 years ago
  56. 5ba8f66 Add uppercase macro to build_macros.mk by Yatharth Kochar · 10 years ago
  57. 080225d Specify BL31 runtime console for ARM Standard platforms by Soby Mathew · 10 years ago
  58. 78e6161 Ensure BL31 does not print to boot console by default by Soby Mathew · 10 years ago
  59. 487461c Introduce console_uninit() API in ARM Trusted Firmware by Soby Mathew · 10 years ago
  60. 0e288c9 Merge pull request #461 from yatharth-arm/yk/nvidia_patch by danh-arm · 10 years ago
  61. ca8b7d5 Include psci.h from tegra platform header by Yatharth Kochar · 10 years ago
  62. e4d3c51 Merge pull request #460 from sandrine-bailleux/sb/init-vttbrel2-vmid by danh-arm · 10 years ago
  63. 85d80e5 Initialize VTTBR_EL2 when bypassing EL2 by Sandrine Bailleux · 10 years ago
  64. 7e473ea Merge pull request #458 from soby-mathew/sm/rem_tzc_base_assert by danh-arm · 10 years ago
  65. c748896 Merge pull request #457 from soby-mathew/sm/fix_fpregs_restore by danh-arm · 10 years ago
  66. 4ca473d Merge pull request #456 from soby-mathew/sm/gicv3-tsp-plat-changes-v2 by danh-arm · 10 years ago
  67. 8d297cc Merge pull request #455 from jcastillo-arm/jc/fvp_delay_timer by danh-arm · 10 years ago
  68. 817ac8d Fix issue in Floating point register restore by Soby Mathew · 10 years ago
  69. 63b8440 TSP: Allow preemption of synchronous S-EL1 interrupt handling by Soby Mathew · 10 years ago
  70. 4e0e0f4 Enable support for EL3 interrupt in IMF by Soby Mathew · 10 years ago
  71. 27573c5 Rework use of ARM GIC drivers on ARM platforms by Achin Gupta · 10 years ago
  72. f14d188 Prepare platforms to use refactored ARM GIC drivers by Soby Mathew · 10 years ago
  73. f879f00 Merge pull request #454 from yatharth-arm/vk/deprecate-cci-400 by danh-arm · 10 years ago
  74. 9703bb1 Add CCI-400 specific driver to deprecated driver list by Vikram Kanigiri · 10 years ago
  75. b07b1ff Remove the assert for TZC base during initialization by Soby Mathew · 10 years ago
  76. 05a91fb Merge pull request #452 from vwadekar/tegra-new-platform-apis-v2 by danh-arm · 10 years ago
  77. 71cb26e Tegra: remove support for legacy platform APIs by Varun Wadekar · 10 years ago
  78. 0244613 Enable use of FIQs and IRQs as TSP interrupts by Soby Mathew · 10 years ago
  79. 404dba5 Unify interrupt return paths from TSP into the TSPD by Soby Mathew · 10 years ago
  80. 03ffb6b Rename GICv3 interrupt group macros by Soby Mathew · 10 years ago
  81. 540a5ba Fix SP804 delay timer on FVP by Juan Castillo · 10 years ago
  82. f3974ea Merge pull request #446 from vikramkanigiri/vk/tzc-400 by danh-arm · 10 years ago
  83. 3138dac Merge pull request #449 from jcastillo-arm/jc/tbb_oid by danh-arm · 10 years ago
  84. 38d8fdd Merge pull request #444 from jcastillo-arm/jc/tbb_wdog by danh-arm · 10 years ago
  85. 7b4c140 TBB: add Trusted Watchdog support on ARM platforms by Juan Castillo · 10 years ago
  86. bf6863c TBB: add ARM OIDs by Juan Castillo · 10 years ago
  87. 712038d Merge pull request #443 from achingupta/sb/el3_payloads-cb_single_cpu by danh-arm · 10 years ago
  88. ec8b25d Merge pull request #445 from jcastillo-arm/jc/tf-issues/320 by danh-arm · 10 years ago
  89. 4226f85 Merge pull request #442 from soby-mathew/sm/remove_imf_read_intid by danh-arm · 10 years ago
  90. 609ebce Fix TZC-400 peripheral detection by Vikram Kanigiri · 10 years ago
  91. 3804197 Add a simple ARM SP805 watchdog driver by Juan Castillo · 11 years ago
  92. 9784dbd Add basic NOR flash driver for ARM platforms by Juan Castillo · 10 years ago
  93. dc2d403 User Guide: Remove reference to porting guide by Sandrine Bailleux · 10 years ago
  94. a9bec67 Introduce COLD_BOOT_SINGLE_CPU build option by Sandrine Bailleux · 10 years ago
  95. aba2f1e Document the EL3 payload support by Sandrine Bailleux · 10 years ago
  96. cdf1408 FVP: Do not power off secondary CPUs when booting an EL3 payload by Sandrine Bailleux · 10 years ago
  97. 2bc4206 CSS: Put secondary CPUs in a pen when booting an EL3 payload by Sandrine Bailleux · 10 years ago
  98. 4c117f6 CSS: Enable booting of EL3 payloads by Sandrine Bailleux · 10 years ago
  99. 862b5dc Pass the entry point info to bl1_plat_prepare_exit() by Sandrine Bailleux · 10 years ago
  100. 35e8c76 Introduce SPIN_ON_BL1_EXIT build flag by Sandrine Bailleux · 10 years ago