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. 5698c5b Remove `RUN_IMAGE` usage as opcode passed to next EL. by Yatharth Kochar · 9 years ago
  8. e4d3c51 Merge pull request #460 from sandrine-bailleux/sb/init-vttbrel2-vmid by danh-arm · 9 years ago
  9. 85d80e5 Initialize VTTBR_EL2 when bypassing EL2 by Sandrine Bailleux · 9 years ago
  10. 4ca473d Merge pull request #456 from soby-mathew/sm/gicv3-tsp-plat-changes-v2 by danh-arm · 9 years ago
  11. 8d297cc Merge pull request #455 from jcastillo-arm/jc/fvp_delay_timer by danh-arm · 9 years ago
  12. 4e0e0f4 Enable support for EL3 interrupt in IMF by Soby Mathew · 9 years ago
  13. 27573c5 Rework use of ARM GIC drivers on ARM platforms by Achin Gupta · 9 years ago
  14. f14d188 Prepare platforms to use refactored ARM GIC drivers by Soby Mathew · 9 years ago
  15. f879f00 Merge pull request #454 from yatharth-arm/vk/deprecate-cci-400 by danh-arm · 9 years ago
  16. 9703bb1 Add CCI-400 specific driver to deprecated driver list by Vikram Kanigiri · 9 years ago
  17. 0244613 Enable use of FIQs and IRQs as TSP interrupts by Soby Mathew · 9 years ago
  18. 404dba5 Unify interrupt return paths from TSP into the TSPD by Soby Mathew · 9 years ago
  19. 03ffb6b Rename GICv3 interrupt group macros by Soby Mathew · 9 years ago
  20. 540a5ba Fix SP804 delay timer on FVP by Juan Castillo · 9 years ago
  21. f3974ea Merge pull request #446 from vikramkanigiri/vk/tzc-400 by danh-arm · 9 years ago
  22. 3138dac Merge pull request #449 from jcastillo-arm/jc/tbb_oid by danh-arm · 9 years ago
  23. 7b4c140 TBB: add Trusted Watchdog support on ARM platforms by Juan Castillo · 9 years ago
  24. bf6863c TBB: add ARM OIDs by Juan Castillo · 9 years ago
  25. 609ebce Fix TZC-400 peripheral detection by Vikram Kanigiri · 9 years ago
  26. 3804197 Add a simple ARM SP805 watchdog driver by Juan Castillo · 10 years ago
  27. 9784dbd Add basic NOR flash driver for ARM platforms by Juan Castillo · 9 years ago
  28. 4c117f6 CSS: Enable booting of EL3 payloads by Sandrine Bailleux · 9 years ago
  29. 23a4501 Deprecate the GIC Legacy driver. by Soby Mathew · 9 years ago
  30. 464ce2b Add ARM GICv2 driver by Soby Mathew · 9 years ago
  31. df37373 Add ARM GICv3 driver without support for legacy operation by Achin Gupta · 9 years ago
  32. 7a24cba Replace build macro WARN_DEPRECATED with ERROR_DEPRECATED by Soby Mathew · 9 years ago
  33. 4a1dcde Merge pull request #435 from sandrine-bailleux/sb/juno-r2 by Achin Gupta · 9 years ago
  34. 1dbe315 Juno R2: Configure the correct L2 RAM latency values by Sandrine Bailleux · 9 years ago
  35. 6cd12da Add missing RES1 bit in SCTLR_EL1 by Vikram Kanigiri · 9 years ago
  36. 135c9dd Merge pull request #423 from jcastillo-arm/jc/genfw/1211 by Achin Gupta · 9 years ago
  37. dd64d42 Merge pull request #421 from sandrine-bailleux/sb/improve-display_boot_progress by Achin Gupta · 9 years ago
  38. e098e24 Remove deprecated IO return definitions by Juan Castillo · 9 years ago
  39. 68a68c9 Introduce print_entry_point_info() function by Sandrine Bailleux · 9 years ago
  40. f4c0125 Merge pull request #418 from soby-mathew/sm/sys_suspend by danh-arm · 9 years ago
  41. 8f6623f Include xlat_tables.h in plat_arm.h by Soby Mathew · 9 years ago
  42. c1bb8a0 Support PSCI SYSTEM SUSPEND on Juno by Soby Mathew · 9 years ago
  43. 5f3a603 CSS: Implement topology support for System power domain by Soby Mathew · 9 years ago
  44. 40fc6cd Add optional platform error handler API by Juan Castillo · 9 years ago
  45. 78460a0 Use standard errno definitions in load_auth_image() by Juan Castillo · 9 years ago
  46. 7e26fe1 IO Framework: use standard errno codes as return values by Juan Castillo · 9 years ago
  47. 84ab33e Merge pull request #410 from soby-mathew/sm/psci_handler_reorg by danh-arm · 9 years ago
  48. 785fb92 Reorganise PSCI PM handler setup on ARM Standard platforms by Soby Mathew · 9 years ago
  49. c17a4dc Make CASSERT() macro callable from anywhere by Sandrine Bailleux · 9 years ago
  50. 41099f4 Merge pull request #401 from sandrine-bailleux/sb/fix-sp804-bug-v2 by danh-arm · 9 years ago
  51. cb790c5 Send power management events to the Trusted OS (TLK) by Varun Wadekar · 9 years ago
  52. 5431287 Bug fix in the SP804 dual timer driver by Sandrine Bailleux · 9 years ago
  53. fd6007d Add a generic driver for ARM CCN IP by Achin Gupta · 9 years ago
  54. 54dc71e Make generic code work in presence of system caches by Achin Gupta · 9 years ago
  55. 7dc28e9 Merge pull request #390 from vikramkanigiri/at/unify_bakery_locks_v2 by Achin Gupta · 9 years ago
  56. 84e1903 Merge pull request #389 from vikramkanigiri/vk/css_rework by Achin Gupta · 9 years ago
  57. e25e6f4 Update ARM platform ports to use new bakery lock apis. by Vikram Kanigiri · 9 years ago
  58. ee7b35c Re-design bakery lock memory allocation and algorithm by Andrew Thoelke · 9 years ago
  59. 883852c Separate CSS security setup from SOC security setup by Vikram Kanigiri · 9 years ago
  60. 4b1439c Define the Non-Secure timer frame ID for ARM platforms by Vikram Kanigiri · 9 years ago
  61. e86c1ff Re-factor definition of TZC-400 base address by Vikram Kanigiri · 9 years ago
  62. f1054c9 Pass the target suspend level to SPD suspend hooks by Achin Gupta · 9 years ago
  63. 604d5da Merge pull request #383 from vikramkanigiri/vk/tf-issues-314-v1 by danh-arm · 9 years ago
  64. a2f8b16 Ensure BL2 security state is secure by Vikram Kanigiri · 9 years ago
  65. 02516ae Merge pull request #382 from vikramkanigiri/vk/tf-issues-312 by danh-arm · 9 years ago
  66. a7270d3 Configure all secure interrupts on ARM platforms by Vikram Kanigiri · 9 years ago
  67. e0d913c Add macros for retention control in Cortex-A53/A57 by Varun Wadekar · 9 years ago
  68. 468f808 Merge pull request #368 from jcastillo-arm/jc/genfw/1126 by danh-arm · 9 years ago
  69. fedbc04 TBB: abort boot if BL3-2 cannot be authenticated by Juan Castillo · 9 years ago
  70. 01f1ebb Merge pull request #362 from jcastillo-arm/jc/inline by danh-arm · 9 years ago
  71. 432b990 Merge pull request #361 from achingupta/for_sm/psci_proto_v5 by Achin Gupta · 9 years ago
  72. 9d070b9 PSCI: Rework generic code to conform to coding guidelines by Soby Mathew · 9 years ago
  73. 58523c0 PSCI: Add documentation and fix plat_is_my_cpu_primary() by Soby Mathew · 9 years ago
  74. f9e858b PSCI: Validate non secure entrypoint on ARM platforms by Soby Mathew · 9 years ago
  75. 617540d PSCI: Fix the return code for invalid entrypoint by Soby Mathew · 9 years ago
  76. 804040d PSCI: Use a single mailbox for warm reset for FVP and Juno by Sandrine Bailleux · 9 years ago
  77. 2204afd PSCI: Demonstrate support for composite power states by Soby Mathew · 9 years ago
  78. 38dce70 PSCI: Migrate ARM reference platforms to new platform API by Soby Mathew · 9 years ago
  79. 85a181c PSCI: Migrate TF to the new platform API and CM helpers by Soby Mathew · 9 years ago
  80. 5c8babc PSCI: Add deprecated API for SPD when compatibility is disabled by Soby Mathew · 9 years ago
  81. 6748784 PSCI: Switch to the new PSCI frameworks by Soby Mathew · 9 years ago
  82. 32bc85f PSCI: Implement platform compatibility layer by Soby Mathew · 9 years ago
  83. eb975f5 PSCI: Unify warm reset entry points by Sandrine Bailleux · 9 years ago
  84. 8ee2498 PSCI: Add framework to handle composite power states by Soby Mathew · 9 years ago
  85. 82dcc03 PSCI: Introduce new platform interface to describe topology by Soby Mathew · 9 years ago
  86. 12d0d00 PSCI: Introduce new platform and CM helper APIs by Soby Mathew · 9 years ago
  87. 4067dc3 PSCI: Remove references to affinity based power management by Soby Mathew · 9 years ago
  88. 6590ce2 PSCI: Invoke PM hooks only for the highest level by Soby Mathew · 9 years ago
  89. b48349e PSCI: Create new directory to implement new frameworks by Soby Mathew · 9 years ago
  90. 6b0d97b cortex_a53: Add A53 errata #826319, #836870 by Jimmy Huang · 9 years ago
  91. fd904df Add mmio utility functions by Jimmy Huang · 9 years ago
  92. 80bb6af Fix build error with optimizations disabled (-O0) by Juan Castillo · 9 years ago
  93. 3a8c55f Add "Project Denver" CPU support by Varun Wadekar · 9 years ago
  94. 1f06ca8 Merge pull request #332 from jcastillo-arm/jc/tf-issues/214 by danh-arm · 9 years ago
  95. 0246297 Use uintptr_t as base address type in ARM driver APIs by Juan Castillo · 10 years ago
  96. 484bb38 Merge pull request #324 from soby-mathew/sm/sys_suspend by danh-arm · 9 years ago
  97. f04585f TBB: delete deprecated plat_match_rotpk() by Juan Castillo · 9 years ago
  98. 1779ba6 TBB: switch to the new authentication framework by Juan Castillo · 9 years ago
  99. dff93c8 TBB: add TBBR Chain of Trust by Juan Castillo · 9 years ago
  100. 7d37aa1 TBB: add mbedTLS authentication related libraries by Juan Castillo · 9 years ago