1. c45f627 Move SIZE_FROM_LOG2_WORDS macro to utils.h by Soby Mathew · 8 years ago
  2. 12ab697 Move spinlock library code to AArch64 folder by Soby Mathew · 8 years ago
  3. b127109 Migrate platform makefile to new console driver location by Soby Mathew · 8 years ago
  4. 9c94d3b Move console drivers to AArch64 folder by Soby Mathew · 8 years ago
  5. 2000265 Fix the translation table library for wraparound cases by Soby Mathew · 8 years ago
  6. 41b568f Merge pull request #661 from dp-arm/master by danh-arm · 8 years ago
  7. 819281e Replace fip_create with fiptool by dp-arm · 8 years ago
  8. 3d99b17 Merge pull request #668 from sandrine-bailleux-arm/sb/rodata-xn-doc by danh-arm · 8 years ago
  9. 29712f1 Documentation for SEPARATE_CODE_AND_RODATA build flag by Sandrine Bailleux · 8 years ago
  10. d75eff8 Merge pull request #674 from rockchip-linux/Support-PWMs-for-rk3399-suspend/resume by danh-arm · 8 years ago
  11. 578b3ad Merge pull request #673 from soby-mathew/sm/coverity_issue by danh-arm · 8 years ago
  12. 63ad1ef Merge pull request #672 from soby-mathew/sm/irouter_offset by danh-arm · 8 years ago
  13. 405f42f Merge pull request #671 from antonio-nino-diaz-arm/an/unoptimised-mem by danh-arm · 8 years ago
  14. e6517ab rockchip: fixes typo and some bugs for suspend/resume tests by Caesar Wang · 8 years ago
  15. 61e3027 GICv3: Fix the GICD_IROUTER offset by Soby Mathew · 8 years ago
  16. 5e5e416 Improve debug assertion for runtime svc number by Soby Mathew · 8 years ago
  17. 422a40d Merge pull request #670 from achingupta/ag/psci_retention_fix by danh-arm · 8 years ago
  18. fabd0a8 Merge pull request #669 from sandrine-bailleux-arm/sb/tf-hardening by danh-arm · 8 years ago
  19. 61eae52 Fix use of stale power states in PSCI standby finisher by Achin Gupta · 8 years ago
  20. 7b6d330 Ensure addresses in is_mem_free() don't overflow by Sandrine Bailleux · 8 years ago
  21. 3a26a28 Make runtime_svc_init() function more robust by Sandrine Bailleux · 8 years ago
  22. 9d24d35 Improvements to runtime service init code by Sandrine Bailleux · 8 years ago
  23. a1c3faa Validate psci_find_target_suspend_lvl() result by Sandrine Bailleux · 8 years ago
  24. 3dd9835 Merge pull request #667 from soby-mathew/sm/PSCI_lib by danh-arm · 8 years ago
  25. 0289970 ARM platforms: Define common image sizes by Antonio Nino Diaz · 8 years ago
  26. 738b1fd Rearrange assembly helper macros by Soby Mathew · 8 years ago
  27. a4beaaf Define `plat_get_syscnt_freq2()` unconditionally for ARM platforms by Soby Mathew · 8 years ago
  28. 48ac1df Cater for preloaded BL33 within plat_get_ns_image_entrypoint() by Soby Mathew · 8 years ago
  29. bc149bf Move `arm_common.c` out of aarch64 folder by Soby Mathew · 8 years ago
  30. bb2162f Include `plat_psci_common.c` from the new location by Soby Mathew · 8 years ago
  31. cf0b149 Introduce PSCI Library Interface by Soby Mathew · 8 years ago
  32. 532ed61 Introduce `el3_runtime` and `PSCI` libraries by Soby Mathew · 8 years ago
  33. da554d7 Fix coding guideline warnings by Soby Mathew · 8 years ago
  34. 4c0d039 Rework type usage in Trusted Firmware by Soby Mathew · 8 years ago
  35. bc469a8 Merge pull request #666 from Xilinx/zynqmp/rodata-xn by danh-arm · 8 years ago
  36. 84ded36 Merge pull request #654 from rockchip-linux/rk3399-suspend-resume by danh-arm · 8 years ago
  37. 473cae6 Merge pull request #653 from rockchip-linux/support-rockchip-sip-runtime-service by danh-arm · 8 years ago
  38. 9ec78bd rockchip: support the suspend/resume for rk3399 by Tony Xie · 8 years ago
  39. 1760db6 rockchip: support plat SIP runtime service by Caesar Wang · 8 years ago
  40. aadb135 Merge pull request #662 from sandrine-bailleux-arm/sb/rodata-xn by danh-arm · 8 years ago
  41. 9306f13 Merge pull request #659 from soby-mathew/sm/declare_stack by danh-arm · 8 years ago
  42. 9ca516b Merge pull request #658 from soby-mathew/sm/init_spi_ppi_gic by danh-arm · 8 years ago
  43. e254e3f Merge pull request #655 from Xilinx/report_merr by danh-arm · 8 years ago
  44. 84629f2 bl31: Add error reporting registers by Naga Sureshkumar Relli · 8 years ago
  45. 47395a2 zynqmp: Separate code and rodata by Soren Brinkmann · 8 years ago
  46. 91fad65 ARM CSS platforms: Map flash as execute-never by default by Sandrine Bailleux · 8 years ago
  47. 84aaf55 Add some verbose traces in arm_setup_page_tables() by Sandrine Bailleux · 8 years ago
  48. 0af559a ARM platforms: Add support for SEPARATE_CODE_AND_RODATA by Sandrine Bailleux · 8 years ago
  49. b2c96ee ARM platforms: Include BL2U's RO section in total memory region by Sandrine Bailleux · 8 years ago
  50. af419dd ARM platforms: Restrict mapping of Trusted ROM in BL1 by Sandrine Bailleux · 8 years ago
  51. a604623 TSP: Print BL32_BASE rather than __RO_START__ by Sandrine Bailleux · 8 years ago
  52. 5d1c104 Introduce SEPARATE_CODE_AND_RODATA build flag by Sandrine Bailleux · 8 years ago
  53. 0146ae6 Introduce round_up/down() macros by Sandrine Bailleux · 8 years ago
  54. ed81f3e Introduce utils.h header file by Sandrine Bailleux · 8 years ago
  55. c02fcc4 BL1: Add linker symbol identifying end of ROM content by Sandrine Bailleux · 8 years ago
  56. b916146 xlat lib: Introduce MT_EXECUTE/MT_EXECUTE_NEVER attributes by Sandrine Bailleux · 8 years ago
  57. bcbe19a xlat lib: Refactor mmap_desc() function by Sandrine Bailleux · 8 years ago
  58. b5fa656 Introduce arm_setup_page_tables() function by Sandrine Bailleux · 8 years ago
  59. 663db20 Derive stack alignment from CACHE_WRITEBACK_GRANULE by Soby Mathew · 8 years ago
  60. 47c6876 GIC: Ensure SGIs and PPIs are Group0 before setup by Soby Mathew · 8 years ago
  61. 32bc641 Merge pull request #657 from yatharth-arm/yk/genfw-1505 by danh-arm · 8 years ago
  62. f16db56 Fix `cert_create` tool for Segmentation fault by Yatharth Kochar · 8 years ago
  63. 6f511c4 Merge pull request #651 from Xilinx/zynqmp_uart by danh-arm · 8 years ago
  64. 10b93d7 Merge pull request #652 from soby-mathew/sm/pmf_psci_stat by danh-arm · 8 years ago
  65. d75f257 Enable PSCI_STAT_COUNT/RESIDENCY for ARM standard platforms by Soby Mathew · 8 years ago
  66. 170fb93 Add optional PSCI STAT residency & count functions by Yatharth Kochar · 8 years ago
  67. a31d898 Add Performance Measurement Framework(PMF) by Yatharth Kochar · 8 years ago
  68. 7de544a zynqmp: Add option to select between Cadence UARTs by Soren Brinkmann · 8 years ago
  69. 50f7101 Merge pull request #650 from Xilinx/zynqmp-updates by danh-arm · 8 years ago
  70. 8eadeb4 build_macros: Add 'add_define_val' macro by Soren Brinkmann · 8 years ago
  71. f9455ce Merge pull request #629 from ljerry/tf_issue_398 by danh-arm · 8 years ago
  72. d0ddf80 Merge pull request #648 from ashutoshksingh/integration by danh-arm · 8 years ago
  73. eae9d91 Merge pull request #646 from davwan01/dw/gicv3-wakeup by danh-arm · 8 years ago
  74. b6b671c Merge pull request #635 from jenswi-linaro/qemu by danh-arm · 8 years ago
  75. 29464f1 opteed: assume aarch64 for optee by Ashutosh Singh · 8 years ago
  76. 419e0d2 Add support for QEMU virt ARMv8-A target by Jens Wiklander · 9 years ago
  77. ae43c94 Merge pull request #642 from soby-mathew/sm/override_rotpk by danh-arm · 8 years ago
  78. 174baee Merge pull request #643 from sandrine-bailleux-arm/sb/checkpatch-conf-file by danh-arm · 8 years ago
  79. adb1ddf Merge pull request #639 from danh-arm/dh/import-libfdt by danh-arm · 8 years ago
  80. 68b105a CSS: Add support to wake up the core from wfi in GICv3 by David Wang · 8 years ago
  81. 2ba6895 zynqmp: pm: Added NODE_IPI_APU slave node ID in pm_defs.h by Mirela Simonovic · 8 years ago
  82. e4f51ee Merge pull request #645 from sandrine-bailleux-arm/sb/improve-load-image-comments by danh-arm · 8 years ago
  83. a6b995f Update comments in load_image() by Sandrine Bailleux · 8 years ago
  84. 87e7a9a Merge pull request #644 from sandrine-bailleux-arm/sb/rm-outdated-comment by danh-arm · 8 years ago
  85. f607739 Move checkpatch options in a configuration file by Sandrine Bailleux · 8 years ago
  86. 04943d3 Allow dynamic overriding of ROTPK verification by Soby Mathew · 8 years ago
  87. 11ec6c5 Merge pull request #641 from antonio-nino-diaz-arm/an/fvp-set-nv-ctr by danh-arm · 8 years ago
  88. c47a078 Merge pull request #640 from sandrine-bailleux-arm/sb/fix-syntax-error by danh-arm · 8 years ago
  89. aed634f Merge pull request #637 from yatharth-arm/yk/genfw-1134 by danh-arm · 8 years ago
  90. 8d8c61e Merge pull request #636 from soby-mathew/sm/cpu_ctx_rem_aarch32_regs by danh-arm · 8 years ago
  91. b4127c1 Fix a syntax error by Sandrine Bailleux · 8 years ago
  92. 754d78b Minor libfdt changes to enable TF integration by Dan Handley · 8 years ago
  93. 91176bc Import libfdt v1.4.1 by Dan Handley · 8 years ago
  94. 1a41e8c Exclude more files from checkpatch and checkcodebase by Dan Handley · 8 years ago
  95. f0b489c Move stdlib header files to include/lib/stdlib by Dan Handley · 8 years ago
  96. fe7de03 Implement plat_set_nv_ctr for FVP platforms by Antonio Nino Diaz · 8 years ago
  97. 8cd16e6 Build option to include AArch32 registers in cpu context by Soby Mathew · 8 years ago
  98. 72b6008 xlat lib: Remove out-dated comment by Sandrine Bailleux · 8 years ago
  99. 2460ac1 Add support for ARM Cortex-A73 MPCore Processor by Yatharth Kochar · 8 years ago
  100. a29f50c zynqmp: Remove double ';' by Soren Brinkmann · 8 years ago