1. dcda29f FWU: Add Firmware Update support in BL2U for ARM platforms by Yatharth Kochar · 9 years ago
  2. 9003fa0 FWU: Add Generic BL2U FWU image support in BL2 by Yatharth Kochar · 9 years ago
  3. 436223d FWU: Add Firmware Update support in BL1 for ARM platforms by Yatharth Kochar · 9 years ago
  4. 48bfb88 FWU: Add Generic Firmware Update framework support in BL1 by Yatharth Kochar · 9 years ago
  5. 7baff11 Add descriptor based image management support in BL1 by Yatharth Kochar · 9 years ago
  6. bbf8f6f Move context management code to common location by Yatharth Kochar · 9 years ago
  7. c76e0d1 SoC security setup for CSS platforms in BL1 by Yatharth Kochar · 9 years ago
  8. 5698c5b Remove `RUN_IMAGE` usage as opcode passed to next EL. by Yatharth Kochar · 9 years ago
  9. 5ba8f66 Add uppercase macro to build_macros.mk by Yatharth Kochar · 9 years ago
  10. 0e288c9 Merge pull request #461 from yatharth-arm/yk/nvidia_patch by danh-arm · 9 years ago
  11. ca8b7d5 Include psci.h from tegra platform header by Yatharth Kochar · 9 years ago
  12. e4d3c51 Merge pull request #460 from sandrine-bailleux/sb/init-vttbrel2-vmid by danh-arm · 9 years ago
  13. 85d80e5 Initialize VTTBR_EL2 when bypassing EL2 by Sandrine Bailleux · 9 years ago
  14. 7e473ea Merge pull request #458 from soby-mathew/sm/rem_tzc_base_assert by danh-arm · 9 years ago
  15. c748896 Merge pull request #457 from soby-mathew/sm/fix_fpregs_restore by danh-arm · 9 years ago
  16. 4ca473d Merge pull request #456 from soby-mathew/sm/gicv3-tsp-plat-changes-v2 by danh-arm · 9 years ago
  17. 8d297cc Merge pull request #455 from jcastillo-arm/jc/fvp_delay_timer by danh-arm · 9 years ago
  18. 817ac8d Fix issue in Floating point register restore by Soby Mathew · 9 years ago
  19. 63b8440 TSP: Allow preemption of synchronous S-EL1 interrupt handling by Soby Mathew · 9 years ago
  20. 4e0e0f4 Enable support for EL3 interrupt in IMF by Soby Mathew · 9 years ago
  21. 27573c5 Rework use of ARM GIC drivers on ARM platforms by Achin Gupta · 9 years ago
  22. f14d188 Prepare platforms to use refactored ARM GIC drivers by Soby Mathew · 9 years ago
  23. f879f00 Merge pull request #454 from yatharth-arm/vk/deprecate-cci-400 by danh-arm · 9 years ago
  24. 9703bb1 Add CCI-400 specific driver to deprecated driver list by Vikram Kanigiri · 9 years ago
  25. b07b1ff Remove the assert for TZC base during initialization by Soby Mathew · 9 years ago
  26. 05a91fb Merge pull request #452 from vwadekar/tegra-new-platform-apis-v2 by danh-arm · 9 years ago
  27. 71cb26e Tegra: remove support for legacy platform APIs by Varun Wadekar · 9 years ago
  28. 0244613 Enable use of FIQs and IRQs as TSP interrupts by Soby Mathew · 9 years ago
  29. 404dba5 Unify interrupt return paths from TSP into the TSPD by Soby Mathew · 9 years ago
  30. 03ffb6b Rename GICv3 interrupt group macros by Soby Mathew · 9 years ago
  31. 540a5ba Fix SP804 delay timer on FVP by Juan Castillo · 9 years ago
  32. f3974ea Merge pull request #446 from vikramkanigiri/vk/tzc-400 by danh-arm · 9 years ago
  33. 3138dac Merge pull request #449 from jcastillo-arm/jc/tbb_oid by danh-arm · 9 years ago
  34. 38d8fdd Merge pull request #444 from jcastillo-arm/jc/tbb_wdog by danh-arm · 9 years ago
  35. 7b4c140 TBB: add Trusted Watchdog support on ARM platforms by Juan Castillo · 9 years ago
  36. bf6863c TBB: add ARM OIDs by Juan Castillo · 9 years ago
  37. 712038d Merge pull request #443 from achingupta/sb/el3_payloads-cb_single_cpu by danh-arm · 9 years ago
  38. ec8b25d Merge pull request #445 from jcastillo-arm/jc/tf-issues/320 by danh-arm · 9 years ago
  39. 4226f85 Merge pull request #442 from soby-mathew/sm/remove_imf_read_intid by danh-arm · 9 years ago
  40. 609ebce Fix TZC-400 peripheral detection by Vikram Kanigiri · 9 years ago
  41. 3804197 Add a simple ARM SP805 watchdog driver by Juan Castillo · 10 years ago
  42. 9784dbd Add basic NOR flash driver for ARM platforms by Juan Castillo · 9 years ago
  43. dc2d403 User Guide: Remove reference to porting guide by Sandrine Bailleux · 9 years ago
  44. a9bec67 Introduce COLD_BOOT_SINGLE_CPU build option by Sandrine Bailleux · 9 years ago
  45. aba2f1e Document the EL3 payload support by Sandrine Bailleux · 9 years ago
  46. cdf1408 FVP: Do not power off secondary CPUs when booting an EL3 payload by Sandrine Bailleux · 9 years ago
  47. 2bc4206 CSS: Put secondary CPUs in a pen when booting an EL3 payload by Sandrine Bailleux · 9 years ago
  48. 4c117f6 CSS: Enable booting of EL3 payloads by Sandrine Bailleux · 9 years ago
  49. 862b5dc Pass the entry point info to bl1_plat_prepare_exit() by Sandrine Bailleux · 9 years ago
  50. 35e8c76 Introduce SPIN_ON_BL1_EXIT build flag by Sandrine Bailleux · 9 years ago
  51. 5471841 Remove the IMF_READ_INTERRUPT_ID build option by Soby Mathew · 9 years ago
  52. b39908a Merge pull request #439 from soby-mathew/sm/new-gic-driver by Achin Gupta · 9 years ago
  53. 23a4501 Deprecate the GIC Legacy driver. by Soby Mathew · 9 years ago
  54. 464ce2b Add ARM GICv2 driver by Soby Mathew · 9 years ago
  55. df37373 Add ARM GICv3 driver without support for legacy operation by Achin Gupta · 9 years ago
  56. 5b33041 Merge pull request #438 from soby-mathew/sm/error_deprecate by Achin Gupta · 9 years ago
  57. 864ab0f Tegra: flowctrl: rename tegra_fc_cpu_idle() to tegra_fc_cpu_powerdn() by Varun Wadekar · 9 years ago
  58. 7a24cba Replace build macro WARN_DEPRECATED with ERROR_DEPRECATED by Soby Mathew · 9 years ago
  59. 4a1dcde Merge pull request #435 from sandrine-bailleux/sb/juno-r2 by Achin Gupta · 9 years ago
  60. ecee0d2 Merge pull request #429 from vikramkanigiri/vk/fix_sctlr_res1 by Achin Gupta · 9 years ago
  61. a64939e Merge pull request #430 from jcastillo-arm/jc/tf-issues/333 by Achin Gupta · 9 years ago
  62. 1dbe315 Juno R2: Configure the correct L2 RAM latency values by Sandrine Bailleux · 9 years ago
  63. 23d39db Juno: Rework platform reset handler by Sandrine Bailleux · 9 years ago
  64. 70d1fc5 Fix build error when `BL32` is not defined by Juan Castillo · 9 years ago
  65. 6cd12da Add missing RES1 bit in SCTLR_EL1 by Vikram Kanigiri · 9 years ago
  66. 5ea8aa7 Add NULL pointer check before reading BL32 entry point information by Juan Castillo · 9 years ago
  67. c36d214 Merge pull request #427 from jcastillo-arm/jc/tf-issues/294 by Achin Gupta · 9 years ago
  68. 9e87f63 Merge pull request #428 from vwadekar/per-soc-system-reset-v2 by Achin Gupta · 9 years ago
  69. 3b40f99 Tegra: introduce per-soc system reset handler by Varun Wadekar · 9 years ago
  70. 613b7e5 Merge pull request #424 from jcastillo-arm/jc/tf-issues/327 by Achin Gupta · 9 years ago
  71. fa1d371 Add -mstrict-align to the gcc options by Juan Castillo · 9 years ago
  72. 4266228 Merge pull request #425 from achingupta/ag/tf-issues#332 by Achin Gupta · 9 years ago
  73. 93271a1 Re-introduce evaluation of ENABLE_PLAT_COMPAT build flag by Achin Gupta · 9 years ago
  74. 5c943f7 IMF: postpone SCR_EL3 update if context is not initialized by Juan Castillo · 9 years ago
  75. 135c9dd Merge pull request #423 from jcastillo-arm/jc/genfw/1211 by Achin Gupta · 9 years ago
  76. dd64d42 Merge pull request #421 from sandrine-bailleux/sb/improve-display_boot_progress by Achin Gupta · 9 years ago
  77. 5560806 Merge pull request #422 from achingupta/bj/juno_r2_support by Achin Gupta · 9 years ago
  78. 0f829ea Add A72 support for Juno R2 by Brendan Jackman · 9 years ago
  79. e098e24 Remove deprecated IO return definitions by Juan Castillo · 9 years ago
  80. ee5c2b1 Improve display_boot_progress() function by Sandrine Bailleux · 9 years ago
  81. 68a68c9 Introduce print_entry_point_info() function by Sandrine Bailleux · 9 years ago
  82. f4c0125 Merge pull request #418 from soby-mathew/sm/sys_suspend by danh-arm · 9 years ago
  83. c909c63 Merge pull request #419 from soby-mathew/sm/tf-issues#318 by danh-arm · 9 years ago
  84. 8f6623f Include xlat_tables.h in plat_arm.h by Soby Mathew · 9 years ago
  85. 6971c62 Doc: Add instructions to test SYSTEM SUSPEND by Soby Mathew · 9 years ago
  86. c1bb8a0 Support PSCI SYSTEM SUSPEND on Juno by Soby Mathew · 9 years ago
  87. 5f3a603 CSS: Implement topology support for System power domain by Soby Mathew · 9 years ago
  88. f57e2db Merge pull request #415 from jcastillo-arm/jc/plat_err_handler by danh-arm · 9 years ago
  89. ece32c4 Merge pull request #416 from davwan01/dw/css-common by danh-arm · 9 years ago
  90. 40fc6cd Add optional platform error handler API by Juan Castillo · 9 years ago
  91. 368bb87 Merge pull request #417 from jcastillo-arm/jc/makefile_2 by danh-arm · 9 years ago
  92. 8815467 Make: fix dependency files generation by Juan Castillo · 9 years ago
  93. 73c99d4 Rework Makefile by Juan Castillo · 9 years ago
  94. 371d439 Allow CSS to redefine function `plat_arm_calc_core_pos` by David Wang · 9 years ago
  95. 8d91ecf Merge pull request #413 from jcastillo-arm/jc/tbb_cert_opt by danh-arm · 9 years ago
  96. 1a2ee04 Merge pull request #414 from jcastillo-arm/jc/io_ret_values by danh-arm · 9 years ago
  97. 78460a0 Use standard errno definitions in load_auth_image() by Juan Castillo · 9 years ago
  98. 7e26fe1 IO Framework: use standard errno codes as return values by Juan Castillo · 9 years ago
  99. ad2c1a9 cert_create: specify command line options in the CoT by Juan Castillo · 9 years ago
  100. dfc90e2 cert_create: improve command line argument check by Juan Castillo · 9 years ago