1. e2fe267 chore: use tabs for indentation by Jorge Troncoso · 3 years ago
  2. 8b95e84 refactor(context mgmt): add cm_prepare_el3_exit_ns function by Zelalem Aweke · 3 years, 6 months ago
  3. 9d870b7 feat(plat/fvp): add RMM image support for FVP platform by Zelalem Aweke · 4 years, 1 month ago
  4. 831b0e9 Don't return error information from console_flush by Jimmy Brisson · 5 years ago
  5. 262acea ehf: use common priority level enumuration by Sandeep Tripathy · 5 years ago
  6. cbf9e84 plat/arm/fvp: Support performing SDEI platform setup in runtime by Balint Dobszay · 6 years ago
  7. e693728 Coverity: remove unnecessary header file includes by Zelalem · 6 years ago
  8. 538b002 spm: Remove SPM Alpha 1 prototype and support files by Paul Beesley · 6 years ago
  9. 3f3c341 Remove dependency between SPM_MM and ENABLE_SPM build flags by Paul Beesley · 6 years ago
  10. 9d72519 SiP: Don't validate entrypoint if state switch is impossible by Bence Szépkúti · 6 years ago
  11. ed108b5 Refactor ARMv8.3 Pointer Authentication support code by Alexei Fedorov · 6 years ago
  12. 47102b3 Put Pointer Authentication key value in BSS section by Sandrine Bailleux · 6 years ago
  13. ff6844c plat/arm: Implement ARMv8.3-PAuth interfaces by Antonio Nino Diaz · 7 years ago
  14. d57d2b3 Arm platforms: Fix max size of BL33 image by Sandrine Bailleux · 7 years ago
  15. ece6fd2 Arm platforms: Rename PLAT_ARM_NS_IMAGE_OFFSET by Sandrine Bailleux · 7 years ago
  16. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
  17. 5681b29 SPM: Register Secure Partition priority level with ehf module by Sughosh Ganu · 7 years ago
  18. c02c69f plat/arm: Make crash console functions strong by Antonio Nino Diaz · 7 years ago
  19. a7055c5 Arm platforms: Remove common RAS configuration source by Jeenu Viswambharan · 7 years ago
  20. 88a0523 plat/arm: Migrate AArch64 port to the multi console driver by Antonio Nino Diaz · 7 years ago
  21. 1d71ba1 FVP: Add dummy configs for BL31, BL32 and BL33 by Soby Mathew · 7 years ago
  22. 0b9ce90 ARM Platforms: Support RAS by Jeenu Viswambharan · 7 years ago
  23. cab0b5b ARM Platforms: Load HW_CONFIG in BL2 by Soby Mathew · 8 years ago
  24. 0c306cc ARM Platforms: Migrate to new BL handover interface by Soby Mathew · 8 years ago
  25. f2c83c1 ARM platforms: Fix console address for flush by Jeenu Viswambharan · 8 years ago
  26. 7bdf0c1 ARM platforms: Allow platforms to define SDEI events by Jeenu Viswambharan · 8 years ago
  27. 281a08c Refactor Statistical Profiling Extensions implementation by Dimitris Papastamos · 8 years ago
  28. 0baec2a ARM platforms: Enable SDEI by Jeenu Viswambharan · 8 years ago
  29. 0bef0ed ARM platforms: Define exception macros by Jeenu Viswambharan · 8 years ago
  30. 54661cd Add Trusted OS extra image parsing support for ARM standard platforms by Summer Qin · 8 years ago
  31. e60f2af ARM plat changes to enable CryptoCell integration by Soby Mathew · 8 years ago
  32. d832aee aarch64: Enable Statistical Profiling Extensions for lower ELs by dp-arm · 8 years ago
  33. 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
  34. 801cf93 Add and use plat_crash_console_flush() API by Antonio Nino Diaz · 8 years ago
  35. a8aa7fe ARM platform changes for new version of image loading by Yatharth Kochar · 9 years ago
  36. bc149bf Move `arm_common.c` out of aarch64 folder by Soby Mathew · 9 years ago
  37. 4c0d039 Rework type usage in Trusted Firmware by Soby Mathew · 9 years ago
  38. 84aaf55 Add some verbose traces in arm_setup_page_tables() by Sandrine Bailleux · 9 years ago
  39. 0af559a ARM platforms: Add support for SEPARATE_CODE_AND_RODATA by Sandrine Bailleux · 9 years ago
  40. b5fa656 Introduce arm_setup_page_tables() function by Sandrine Bailleux · 9 years ago
  41. b4127c1 Fix a syntax error by Sandrine Bailleux · 9 years ago
  42. f3d3b31 Implement plat_get_syscnt_freq2 on platforms by Antonio Nino Diaz · 9 years ago
  43. 1969625 Conditionally compile `plat_get_syscnt_freq()` in ARM standard platforms by Yatharth Kochar · 9 years ago
  44. c073fda Move `plat_get_syscnt_freq()` to arm_common.c by Yatharth Kochar · 9 years ago
  45. 5d787dd Merge pull request #569 from Xilinx/zynqmp-v1 by danh-arm · 9 years ago
  46. 21aa752 arm: common: Make timer configuration conditional by Soren Brinkmann · 9 years ago
  47. a0ad601 Modify return type of plat_get_ns_image_entrypoint() by Soby Mathew · 9 years ago
  48. 6355f23 Rework use of interconnect drivers by Vikram Kanigiri · 9 years ago
  49. 65cb1c4 Add API to return memory map on ARM platforms by Vikram Kanigiri · 10 years ago
  50. 51b5748 Merge pull request #501 from jcastillo-arm/jc/tf-issues/300 by danh-arm · 10 years ago
  51. 9400b40 Disable PL011 UART before configuring it by Juan Castillo · 10 years ago
  52. 0e5dcdd ARM plat: add build option to unlock access to non-secure timer by Juan Castillo · 10 years ago
  53. d178637 Remove dashes from image names: 'BL3-x' --> 'BL3x' by Juan Castillo · 10 years ago
  54. c1bb8a0 Support PSCI SYSTEM SUSPEND on Juno by Soby Mathew · 10 years ago
  55. a6bd5ff PSCI: Pool platform_mem_init() in common ARM platforms code by Sandrine Bailleux · 10 years ago
  56. 38dce70 PSCI: Migrate ARM reference platforms to new platform API by Soby Mathew · 10 years ago
  57. b431530 Add common ARM and CSS platform code by Dan Handley · 10 years ago