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