1. 341df6a feat(arm): move GPT setup to common BL source by Rohit Mathew · 1 year, 6 months ago
  2. 2a1cdee feat(drtm): add platform functions for DRTM by johpow01 · 3 years, 5 months ago
  3. 7f2d23d fix(morello): initialise CNTFRQ in Non Secure CNTBaseN by Manoj Kumar · 4 years, 3 months ago
  4. d7b5f40 Increase type widths to satisfy width requirements by Jimmy Brisson · 5 years ago
  5. 7638011 Merge changes from topic "at_errata_fix" into integration by Olivier Deprez · 5 years ago
  6. 86ba585 Add wrapper for AT instruction by Manish V Badarkhe · 5 years ago
  7. 7f03d80 plat/arm: remove common code for soc-id feature by Manish V Badarkhe · 5 years ago
  8. c7bacd4 plat/arm: Disable SMCCC_ARCH_SOC_ID feature by Manish V Badarkhe · 5 years ago
  9. 0e75343 Implement SMCCC_ARCH_SOC_ID SMC call by Manish V Badarkhe · 5 years ago
  10. 60e8f3c Read-only xlat tables for BL31 memory by Petre-Ionut Tudor · 6 years ago
  11. e693728 Coverity: remove unnecessary header file includes by Zelalem · 6 years ago
  12. f1be00d Use correct type when reading SCR register by Louis Mayencourt · 6 years ago
  13. aeaa225 spm-mm: Refactor secure_partition.h and its contents by Paul Beesley · 6 years ago
  14. 402b3cf Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 6 years ago
  15. 603b372 N1SDP: Initialise CNTFRQ in Non Secure CNTBaseN by Sami Mujawar · 6 years ago
  16. ece6fd2 Arm platforms: Rename PLAT_ARM_NS_IMAGE_OFFSET by Sandrine Bailleux · 7 years ago
  17. bd9344f plat/arm: Sanitise includes by Antonio Nino Diaz · 7 years ago
  18. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
  19. 932b3ae Synchronise arch.h and arch_helpers.h with TF-A-Tests by Antonio Nino Diaz · 7 years ago
  20. 583e079 plat/arm: Fix MISRA defects in common code by Antonio Nino Diaz · 7 years ago
  21. a0fee74 context_mgmt: Fix MISRA defects by Antonio Nino Diaz · 7 years ago
  22. 0916c38 Convert arm_setup_page_tables into a generic helper by Roberto Vargas · 7 years ago
  23. 03987d0 xlat: Fix compatibility between v1 and v2 by Antonio Nino Diaz · 7 years ago
  24. cb4adb0 FVP: Reclaim init code for the stack by Daniel Boulby · 7 years ago
  25. 4d010d0 plat/arm: Mark arm platform initialization functions by Daniel Boulby · 7 years ago
  26. 60e19f5 plat/arm: Migrate to new interfaces by Antonio Nino Diaz · 7 years ago
  27. 1eb735d Add librom support in FVP by Roberto Vargas · 7 years ago
  28. f94523e Merge pull request #1472 from danielboulby-arm/db/Reclaim by danh-arm · 7 years ago
  29. d323af9 Rework page table setup for varying number of mem regions by Daniel Boulby · 7 years ago
  30. ed8c374 ARM platforms: Remove some duplicate declarations by Sandrine Bailleux · 7 years ago
  31. 342d622 ARM Platforms: Update CNTFRQ register in CNTCTLBase frame by Soby Mathew · 7 years ago
  32. d801a1d SPM: Treat SP xlat tables the same as others by Sandrine Bailleux · 7 years ago
  33. 1af540e Fix MISRA rule 8.4 Part 1 by Roberto Vargas · 7 years ago
  34. 781f4aa ARM platforms: Provide SDEI entry point validation by Jeenu Viswambharan · 8 years ago
  35. e29efeb SPM: FVP: Introduce port of SPM by Antonio Nino Diaz · 8 years ago
  36. d6104f5 Merge pull request #927 from jeenu-arm/state-switch by davidcunado-arm · 8 years ago
  37. 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
  38. f4c8aa9 Add macro to check whether the CPU implements an EL by Jeenu Viswambharan · 8 years ago
  39. 3b211ff ARM platforms: Add option to use xlat tables lib v1 by Antonio Nino Diaz · 8 years ago
  40. bf75a37 ARM platforms: Enable xlat tables lib v2 by Antonio Nino Diaz · 8 years ago
  41. 877cf3f AArch32: Add essential ARM platform and FVP support by Soby Mathew · 9 years ago
  42. a4beaaf Define `plat_get_syscnt_freq2()` unconditionally for ARM platforms by Soby Mathew · 9 years ago
  43. 48ac1df Cater for preloaded BL33 within plat_get_ns_image_entrypoint() by Soby Mathew · 9 years ago
  44. bc149bf Move `arm_common.c` out of aarch64 folder by Soby Mathew · 9 years ago[Renamed from plat/arm/common/aarch64/arm_common.c]
  45. 4c0d039 Rework type usage in Trusted Firmware by Soby Mathew · 9 years ago
  46. 84aaf55 Add some verbose traces in arm_setup_page_tables() by Sandrine Bailleux · 9 years ago
  47. 0af559a ARM platforms: Add support for SEPARATE_CODE_AND_RODATA by Sandrine Bailleux · 9 years ago
  48. b5fa656 Introduce arm_setup_page_tables() function by Sandrine Bailleux · 9 years ago
  49. b4127c1 Fix a syntax error by Sandrine Bailleux · 9 years ago
  50. f3d3b31 Implement plat_get_syscnt_freq2 on platforms by Antonio Nino Diaz · 9 years ago
  51. 1969625 Conditionally compile `plat_get_syscnt_freq()` in ARM standard platforms by Yatharth Kochar · 9 years ago
  52. c073fda Move `plat_get_syscnt_freq()` to arm_common.c by Yatharth Kochar · 9 years ago
  53. 5d787dd Merge pull request #569 from Xilinx/zynqmp-v1 by danh-arm · 9 years ago
  54. 21aa752 arm: common: Make timer configuration conditional by Soren Brinkmann · 9 years ago
  55. a0ad601 Modify return type of plat_get_ns_image_entrypoint() by Soby Mathew · 9 years ago
  56. 6355f23 Rework use of interconnect drivers by Vikram Kanigiri · 9 years ago
  57. 65cb1c4 Add API to return memory map on ARM platforms by Vikram Kanigiri · 10 years ago
  58. 0e5dcdd ARM plat: add build option to unlock access to non-secure timer by Juan Castillo · 10 years ago
  59. d178637 Remove dashes from image names: 'BL3-x' --> 'BL3x' by Juan Castillo · 10 years ago
  60. c1bb8a0 Support PSCI SYSTEM SUSPEND on Juno by Soby Mathew · 10 years ago
  61. b431530 Add common ARM and CSS platform code by Dan Handley · 10 years ago