1. 06dba29 Adds option to read ROTPK from registers for FVP by Max Shvetsov · 4 years, 7 months ago
  2. 65cac46 Juno: add basic support for dynamic config by Louis Mayencourt · 5 years ago
  3. fa42c9e arm: Shorten the Firmware Update (FWU) process by Ambroise Vincent · 5 years ago
  4. 20b4841 plat/arm: introduce wrapper functions to setup secure watchdog by Aditya Angadi · 5 years ago
  5. bde4246 juno: Enable CPU errata workarounds by Ambroise Vincent · 5 years ago
  6. 09d5876 plat/arm: sds: Move to drivers/ folder by Antonio Nino Diaz · 5 years ago
  7. c30db5b plat/arm: scmi: Move to drivers/ folder by Antonio Nino Diaz · 5 years ago
  8. 4e6408c plat/arm: Move dynamic xlat enable logic to makefile by Antonio Nino Diaz · 5 years ago
  9. 1e32d32 Fix a variable expansion in Arm platform makefiles by Sandrine Bailleux · 5 years ago
  10. e4bf6a0 plat/arm: remove weak implemention of 'plat_arm_psci_override_pm_ops' function by Chandni Cherukuri · 6 years ago
  11. 6f07a60 juno: Add romlib support by Sathees Balya · 6 years ago
  12. 9775a99 Merge pull request #1628 from antonio-nino-diaz-arm/an/sharing by Soby Mathew · 6 years ago
  13. 0dc0653 Merge pull request #1619 from antonio-nino-diaz-arm/an/norflash by Soby Mathew · 6 years ago
  14. cbc6826 plat/arm: Move board_css_common.c to juno folder by Antonio Nino Diaz · 6 years ago
  15. d7da2f8 plat/arm: Move norflash driver to drivers/ folder by Antonio Nino Diaz · 6 years ago
  16. b0971f9 plat/arm: allow RESET_TO_BL31 for CSS-based platforms by Deepak Pandey · 6 years ago
  17. 9202926 plat/arm: Remove option ARM_BOARD_OPTIMISE_MEM by Antonio Nino Diaz · 6 years ago
  18. 05f4957 plat/arm: Migrate to new interfaces by Antonio Nino Diaz · 6 years ago
  19. 2257607 juno: Revert FWU update detect mechanism by Sathees Balya · 6 years ago
  20. b96ee4b memprotect: Move files to specific platform makefiles by Roberto Vargas · 6 years ago
  21. 13b95c2 Juno: Add support for TrustZone Media Protection 1 (TZMP1) by Summer Qin · 6 years ago
  22. 9427357 Juno: Change the Firmware update detect mechanism by Soby Mathew · 6 years ago
  23. 0fa6fdf Select SCMI/SDS drivers by default on Juno by Sandrine Bailleux · 6 years ago
  24. 4213a3f Merge pull request #1178 from davidcunado-arm/dc/enable_sve by davidcunado-arm · 7 years ago
  25. c5b0c0f Do not enable SVE on pre-v8.2 platforms by David Cunado · 7 years ago
  26. bf16923 ARM platforms: Fixup AArch32 builds by Soby Mathew · 7 years ago
  27. 1c2aef1 Add support for TBBR using ECDSA keys in ARM platforms by Qixiang Xu · 7 years ago
  28. 8392aab Juno: Disable 859971 and 859972 errata workarounds by Eleanor Bonnici · 7 years ago
  29. d56fb04 Apply workarounds for A53 Cat A Errata 835769 and 843419 by Douglas Raillard · 7 years ago
  30. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  31. 7a3b5eb CSS: Allow system suspend only via PSCI SYSTEM_SUSPEND API by Soby Mathew · 8 years ago
  32. ede39cb Changes to support execution in AArch32 state for JUNO by Yatharth Kochar · 8 years ago
  33. 18e6004 Merge pull request #886 from dp-arm/dp/stack-protector by davidcunado-arm · 7 years ago
  34. b3263b3 Juno: Initialize stack protector canary from the trusted entropy source by dp-arm · 7 years ago
  35. 8f59e15 Juno: Introduce juno_getentropy(void *buf, size_t len) by dp-arm · 7 years ago
  36. 71d4fe2 Enable all A53 and A57 errata workarounds for Juno by Douglas Raillard · 7 years ago
  37. 00eefd9 Add workaround for ARM Cortex-A53 erratum 855873 by Andre Przywara · 8 years ago
  38. 3f13c35 Apply workaround for errata 813419 of Cortex-A57 by Antonio Nino Diaz · 7 years ago
  39. 30ce3ad ARM platforms: Define common image sizes by Antonio Nino Diaz · 8 years ago
  40. 9c708b5 Migrate ARM standard platforms to the refactored TZC driver by Soby Mathew · 8 years ago
  41. ec559c7 Merge pull request #532 from soby-mathew/vk/configure_mmap_macros by danh-arm · 8 years ago
  42. eade34c Rationalise MMU and Page table related constants on ARM platforms by Vikram Kanigiri · 8 years ago
  43. 47e43f2 Allow multi cluster topology definitions for ARM platforms by Soby Mathew · 8 years ago
  44. fbb1301 Rework use of interconnect drivers by Vikram Kanigiri · 8 years ago
  45. 70752bb Perform security setup separately for each ARM platform by Vikram Kanigiri · 8 years ago
  46. 3a11eda FWU: Add Firmware Update support in BL2U for ARM platforms by Yatharth Kochar · 9 years ago
  47. 736a3bf FWU: Add Firmware Update support in BL1 for ARM platforms by Yatharth Kochar · 9 years ago
  48. 1fa7eb6 Rework use of ARM GIC drivers on ARM platforms by Achin Gupta · 9 years ago
  49. b6132f1 TBB: add Trusted Watchdog support on ARM platforms by Juan Castillo · 9 years ago
  50. a443d22 Add A72 support for Juno R2 by Brendan Jackman · 9 years ago
  51. 61e8d0b Support PSCI SYSTEM SUSPEND on Juno by Soby Mathew · 9 years ago
  52. fec4eb7 PSCI: Migrate ARM reference platforms to new platform API by Soby Mathew · 9 years ago
  53. a08a5e7 TBB: switch to the new authentication framework by Juan Castillo · 9 years ago
  54. 8e930fe Move Juno port to plat/arm/board/juno by Dan Handley · 9 years ago[Renamed (92%) from plat/juno/platform.mk]
  55. 7bef800 Migrate Juno port to use common code by Dan Handley · 9 years ago
  56. 356d59d Merge pull request #269 from vikramkanigiri/vk/common-cci by danh-arm · 9 years ago
  57. 4e97e54 Use ARM CCI driver on FVP and Juno platforms by Vikram Kanigiri · 9 years ago
  58. 4deea9a Juno: Disable workaround for Cortex-A57 erratum #806969 by Sandrine Bailleux · 9 years ago
  59. 5e29c75 TBB: add a platform specific function to validate the ROTPK by Juan Castillo · 9 years ago
  60. 523d633 Move bakery algorithm implementation out of coherent memory by Soby Mathew · 9 years ago
  61. 06e90c5 Merge pull request #219 from jcastillo-arm/jc/tf-issues/253 by danh-arm · 10 years ago
  62. b3286c0 Juno: Use the generic ARM GIC driver by Juan Castillo · 10 years ago
  63. 937488b Optimize Cortex-A57 cluster power down sequence on Juno by Soby Mathew · 10 years ago
  64. 921b877 Juno: Reserve some DDR-DRAM for secure use by Juan Castillo · 10 years ago
  65. 6b672f5 Juno: Use TZC-400 driver calls by Juan Castillo · 10 years ago
  66. 798140d Juno: Implement initial platform port by Sandrine Bailleux · 10 years ago