1. 87322b3 Pass the entry point info to bl1_plat_prepare_exit() by Sandrine Bailleux · 9 years ago
  2. b7e97c4 Introduce SPIN_ON_BL1_EXIT build flag by Sandrine Bailleux · 9 years ago
  3. 49b468b Merge pull request #439 from soby-mathew/sm/new-gic-driver by Achin Gupta · 9 years ago
  4. 3ddc972 Deprecate the GIC Legacy driver. by Soby Mathew · 9 years ago
  5. e063d3c Add ARM GICv2 driver by Soby Mathew · 9 years ago
  6. 92712a5 Add ARM GICv3 driver without support for legacy operation by Achin Gupta · 9 years ago
  7. 1c87ace Merge pull request #438 from soby-mathew/sm/error_deprecate by Achin Gupta · 9 years ago
  8. 18a6204 Replace build macro WARN_DEPRECATED with ERROR_DEPRECATED by Soby Mathew · 9 years ago
  9. c66bb64 Merge pull request #435 from sandrine-bailleux/sb/juno-r2 by Achin Gupta · 9 years ago
  10. 4f6c078 Merge pull request #429 from vikramkanigiri/vk/fix_sctlr_res1 by Achin Gupta · 9 years ago
  11. 7916cca Merge pull request #430 from jcastillo-arm/jc/tf-issues/333 by Achin Gupta · 9 years ago
  12. 29a7a03 Juno R2: Configure the correct L2 RAM latency values by Sandrine Bailleux · 9 years ago
  13. 9d548a2 Juno: Rework platform reset handler by Sandrine Bailleux · 9 years ago
  14. 671b8db Fix build error when `BL32` is not defined by Juan Castillo · 9 years ago
  15. 94efd1f Add missing RES1 bit in SCTLR_EL1 by Vikram Kanigiri · 9 years ago
  16. 23828aa Merge pull request #427 from jcastillo-arm/jc/tf-issues/294 by Achin Gupta · 9 years ago
  17. baf92b4 Merge pull request #428 from vwadekar/per-soc-system-reset-v2 by Achin Gupta · 9 years ago
  18. 8b82fae Tegra: introduce per-soc system reset handler by Varun Wadekar · 9 years ago
  19. 489c939 Merge pull request #424 from jcastillo-arm/jc/tf-issues/327 by Achin Gupta · 9 years ago
  20. d4f7925 Add -mstrict-align to the gcc options by Juan Castillo · 9 years ago
  21. 6444726 Merge pull request #425 from achingupta/ag/tf-issues#332 by Achin Gupta · 9 years ago
  22. 1bdde17 Re-introduce evaluation of ENABLE_PLAT_COMPAT build flag by Achin Gupta · 9 years ago
  23. 53c5184 IMF: postpone SCR_EL3 update if context is not initialized by Juan Castillo · 9 years ago
  24. b371da7 Merge pull request #423 from jcastillo-arm/jc/genfw/1211 by Achin Gupta · 9 years ago
  25. 8427e33 Merge pull request #421 from sandrine-bailleux/sb/improve-display_boot_progress by Achin Gupta · 9 years ago
  26. 40ab317 Merge pull request #422 from achingupta/bj/juno_r2_support by Achin Gupta · 9 years ago
  27. a443d22 Add A72 support for Juno R2 by Brendan Jackman · 9 years ago
  28. 6e76206 Remove deprecated IO return definitions by Juan Castillo · 9 years ago
  29. 33c95cc Improve display_boot_progress() function by Sandrine Bailleux · 9 years ago
  30. b2e224c Introduce print_entry_point_info() function by Sandrine Bailleux · 9 years ago
  31. 4a52083 Merge pull request #418 from soby-mathew/sm/sys_suspend by danh-arm · 9 years ago
  32. 1a559c2 Merge pull request #419 from soby-mathew/sm/tf-issues#318 by danh-arm · 9 years ago
  33. fe3b576 Include xlat_tables.h in plat_arm.h by Soby Mathew · 9 years ago
  34. 0f5bf38 Doc: Add instructions to test SYSTEM SUSPEND by Soby Mathew · 9 years ago
  35. 61e8d0b Support PSCI SYSTEM SUSPEND on Juno by Soby Mathew · 9 years ago
  36. a869de1 CSS: Implement topology support for System power domain by Soby Mathew · 9 years ago
  37. 33d3efe Merge pull request #415 from jcastillo-arm/jc/plat_err_handler by danh-arm · 9 years ago
  38. e43f9e5 Merge pull request #416 from davwan01/dw/css-common by danh-arm · 9 years ago
  39. 26ae583 Add optional platform error handler API by Juan Castillo · 9 years ago
  40. 8d1b701 Merge pull request #417 from jcastillo-arm/jc/makefile_2 by danh-arm · 9 years ago
  41. 396644b Make: fix dependency files generation by Juan Castillo · 9 years ago
  42. a3487d1 Rework Makefile by Juan Castillo · 9 years ago
  43. 323ebe8 Allow CSS to redefine function `plat_arm_calc_core_pos` by David Wang · 9 years ago
  44. 47072fc Merge pull request #413 from jcastillo-arm/jc/tbb_cert_opt by danh-arm · 9 years ago
  45. 3480996 Merge pull request #414 from jcastillo-arm/jc/io_ret_values by danh-arm · 9 years ago
  46. ec813f5 Use standard errno definitions in load_auth_image() by Juan Castillo · 9 years ago
  47. add146f IO Framework: use standard errno codes as return values by Juan Castillo · 9 years ago
  48. 1218dd5 cert_create: specify command line options in the CoT by Juan Castillo · 9 years ago
  49. 86958fd cert_create: improve command line argument check by Juan Castillo · 9 years ago
  50. 4fee4be Merge pull request #410 from soby-mathew/sm/psci_handler_reorg by danh-arm · 9 years ago
  51. ca7ad53 Merge pull request #411 from jcastillo-arm/jc/plat_bl1_exit by danh-arm · 9 years ago
  52. a881480 Merge pull request #409 from sandrine-bailleux/sb/break-down-bl1-sync-exceptions by danh-arm · 9 years ago
  53. d1413b2 Add optional bl1_plat_prepare_exit() API by Juan Castillo · 9 years ago
  54. feac8fc Reorganise PSCI PM handler setup on ARM Standard platforms by Soby Mathew · 9 years ago
  55. 1626946 Break down BL1 AArch64 synchronous exception handler by Sandrine Bailleux · 9 years ago
  56. a6cdda5 Merge pull request #408 from sandrine-bailleux/sb/cassert by danh-arm · 9 years ago
  57. 3e71bed Merge pull request #407 from sandrine-bailleux/sb/fix-arm-bl1-setup-include by danh-arm · 9 years ago
  58. 9fbf5e4 Make CASSERT() macro callable from anywhere by Sandrine Bailleux · 9 years ago
  59. d7c4750 Fix #include path in ARM platform BL1 setup code by Sandrine Bailleux · 9 years ago
  60. 3340e6a Merge pull request #405 from vwadekar/tlkd-resume-fid-v3 by danh-arm · 9 years ago
  61. a41bbb1 Merge pull request #406 from sandrine-bailleux/sb/cci-init-fix-assertion by danh-arm · 9 years ago
  62. 18e785f Fix debug assertion in deprecated CCI-400 driver by Sandrine Bailleux · 9 years ago
  63. 5e1fa05 TLKD: pass results with TLK_RESUME_FID function ID by Varun Wadekar · 9 years ago
  64. 420ca33 Merge pull request #402 from soby-mathew/sm/psci_cpu_off by danh-arm · 9 years ago
  65. d50e7d9 PSCI: Update state only if CPU_OFF is not denied by SPD by Soby Mathew · 9 years ago
  66. 4656237 Merge pull request #401 from sandrine-bailleux/sb/fix-sp804-bug-v2 by danh-arm · 9 years ago
  67. f6ad19b Merge pull request #400 from vwadekar/tlkd-pm-handlers-v5 by Achin Gupta · 9 years ago
  68. e504302 Merge pull request #393 from mtk09422/misc-updates by danh-arm · 9 years ago
  69. a70dec3 Send power management events to the Trusted OS (TLK) by Varun Wadekar · 9 years ago
  70. abad701 Bug fix in the SP804 dual timer driver by Sandrine Bailleux · 9 years ago
  71. e00fbc8 Merge pull request #398 from achingupta/vk/fix_bakery_lock_size by Achin Gupta · 9 years ago
  72. 405fafe Fix relocation of __PERCPU_BAKERY_LOCK_SIZE__ by Vikram Kanigiri · 9 years ago
  73. 363c701 Merge pull request #394 from achingupta/ag/ccn_driver by Achin Gupta · 9 years ago
  74. a80720f Add a generic driver for ARM CCN IP by Achin Gupta · 9 years ago
  75. 4489ad1 Tegra: Perform cache maintenance on video carveout memory by Vikram Kanigiri · 9 years ago
  76. e9c4a64 Make generic code work in presence of system caches by Achin Gupta · 9 years ago
  77. a31c9f3 Merge pull request #390 from vikramkanigiri/at/unify_bakery_locks_v2 by Achin Gupta · 9 years ago
  78. 7d02b1b Merge pull request #389 from vikramkanigiri/vk/css_rework by Achin Gupta · 9 years ago
  79. 9425e75 mt8173: fix watchdog register setting by developer · 9 years ago
  80. 99ecd88 mt8173: update spm suspend pcm codes by developer · 9 years ago
  81. 7014b03 Use unified bakery locks API in Mediatek port by Vikram Kanigiri · 9 years ago
  82. d79214c Update ARM platform ports to use new bakery lock apis. by Vikram Kanigiri · 9 years ago
  83. e466c9f Re-design bakery lock memory allocation and algorithm by Andrew Thoelke · 9 years ago
  84. 44bb86f Merge pull request #388 from achingupta/ag/spd_suspend_levels_v3 by Achin Gupta · 9 years ago
  85. af2bc5f Separate CSS security setup from SOC security setup by Vikram Kanigiri · 9 years ago
  86. a2cee03 Define the Non-Secure timer frame ID for ARM platforms by Vikram Kanigiri · 9 years ago
  87. cab2f5e Re-factor definition of TZC-400 base address by Vikram Kanigiri · 9 years ago
  88. 9a0ff9b Pass the target suspend level to SPD suspend hooks by Achin Gupta · 9 years ago
  89. 0eb42b2 Merge pull request #383 from vikramkanigiri/vk/tf-issues-314-v1 by danh-arm · 9 years ago
  90. ceb0d0f Ensure BL2 security state is secure by Vikram Kanigiri · 9 years ago
  91. e279bbc Merge pull request #382 from vikramkanigiri/vk/tf-issues-312 by danh-arm · 9 years ago
  92. 8af5214 Merge pull request #381 from vikramkanigiri/hl/gic_v3 by danh-arm · 9 years ago
  93. f3bcea2 Configure all secure interrupts on ARM platforms by Vikram Kanigiri · 9 years ago
  94. 29f7cbc Remove EL2/EL1 GICv3 register updates by Vikram Kanigiri · 9 years ago
  95. 10844d7 Merge pull request #375 from vwadekar/clear-videomem-region-v2 by danh-arm · 9 years ago
  96. 1be2f97 Tegra: fix logic to clear videomem regions by Varun Wadekar · 9 years ago
  97. e294ec6 Merge pull request #371 from vwadekar/retention-entry-v3 by Achin Gupta · 9 years ago
  98. 4e9c231 Tegra210: wait for 512 timer ticks before retention entry by Varun Wadekar · 9 years ago
  99. 3ce4e88 Add macros for retention control in Cortex-A53/A57 by Varun Wadekar · 9 years ago
  100. b7bf710 Merge pull request #368 from jcastillo-arm/jc/genfw/1126 by danh-arm · 9 years ago