1. 3df6012 Abort preempted TSP STD SMC after PSCI CPU suspend by Douglas Raillard · 8 years ago
  2. 153e5eb Merge pull request #794 from douglas-raillard-arm/dr/fix_TSP_STD_FID_macro by danh-arm · 8 years ago
  3. 5388a58 Fix TSP_STD_FID macro by Douglas Raillard · 8 years ago
  4. bd83b41 Merge pull request #791 from jeenu-arm/asm-assert-32 by danh-arm · 8 years ago
  5. 67748e4 Merge pull request #788 from jeenu-arm/cpuops-framework by danh-arm · 8 years ago
  6. 9acdafb Merge pull request #793 from jeenu-arm/gic-changes by danh-arm · 8 years ago
  7. 99c5eba Export is_mem_free() function by Sandrine Bailleux · 8 years ago
  8. 19d2595 Merge pull request #785 from dp-arm/dp/nvcounter by Dan Handley · 8 years ago
  9. 28076fa Merge pull request #781 from yatharth-arm/yk/aarch64_tbbr_load_img_v2 by danh-arm · 8 years ago
  10. 5d93484 Merge pull request #779 from dp-arm/dp/rtinstr-cache by danh-arm · 8 years ago
  11. 78b4c5b Merge pull request #778 from antonio-nino-diaz-arm/an/xlat-fixes by danh-arm · 8 years ago
  12. e12cb61 AArch32: Print ASM_ASSERT and panic messages by Jeenu Viswambharan · 8 years ago
  13. decc625 Merge pull request #782 from antonio-nino-diaz-arm/an/fix-copyright by danh-arm · 8 years ago
  14. 5dd9dbb Add provision to extend CPU operations at more levels by Jeenu Viswambharan · 8 years ago
  15. d35dee2 tbbr: Fix updating of Non-Trusted NV counter by dp-arm · 8 years ago
  16. d17b953 Introduce ARM platform APIs for GICv3 Redistributor by Jeenu Viswambharan · 8 years ago
  17. d780699 GICv3: Introduce power management APIs for Redistributor by Jeenu Viswambharan · 8 years ago
  18. 53d703a Enable TRUSTED_BOARD_BOOT support for LOAD_IMAGE_V2=1 by Yatharth Kochar · 8 years ago
  19. ede939f Fix incorrect copyright notices by Antonio Nino Diaz · 8 years ago
  20. 7941816 Add two timestamps to measure PSCI cache flush overhead by dp-arm · 8 years ago
  21. 9509f4f Merge pull request #775 from soby-mathew/sm/AArch32_stack_align by danh-arm · 8 years ago
  22. e60e74b ARM platforms: Replace address space size defines by Antonio Nino Diaz · 8 years ago
  23. 0029624 Add PLAT_xxx_ADDR_SPACE_SIZE definitions by Antonio Nino Diaz · 8 years ago
  24. d3d6c6e Assert correct granularity when mapping a PA by Antonio Nino Diaz · 8 years ago
  25. 9f3ee61 AArch32: Fix the stack alignment issue by Soby Mathew · 8 years ago
  26. 1b5fa6e Merge pull request #774 from jeenu-arm/no-return-macro by danh-arm · 8 years ago
  27. ad64ab2 Merge pull request #772 from davidcunado-arm/dc/reset_debug_reg by danh-arm · 8 years ago
  28. 535f185 Merge pull request #770 from yatharth-arm/yk/AArch32_fixes by danh-arm · 8 years ago
  29. 413a1a3 Merge pull request #766 from soby-mathew/sm/scpi_reorg by danh-arm · 8 years ago
  30. 5486a96 Allow ARM Standard platforms to dynamically define PSCI capability by Soby Mathew · 8 years ago
  31. b12a2b4 Introduce SCP power management abstraction by Soby Mathew · 8 years ago
  32. a806dad Define and use no_ret macro where no return is expected by Jeenu Viswambharan · 8 years ago
  33. 939f66d Reset EL2 and EL3 configurable controls by David Cunado · 8 years ago
  34. 80d4d74 emmc/sd: for C99 compliance, changed the unsigned char/short bitfield to unsigned int bitfields by Qixiang.Xu · 8 years ago
  35. 69d59e0 AArch32: Miscellaneous fixes in the AArch32 code by Yatharth Kochar · 8 years ago
  36. b91d935 Add CFI debug frame information for ASM functions by Douglas Raillard · 8 years ago
  37. 495f3d3 Reset debug registers MDCR-EL3/SDCR and MDCR_EL2/HDCR by David Cunado · 8 years ago
  38. 97fa6f5 Merge pull request #677 from hzhuang1/gpt by danh-arm · 8 years ago
  39. e1c4274 Merge pull request #735 from soby-mathew/sm/aarch32_sctlr by danh-arm · 8 years ago
  40. 274e844 Merge pull request #730 from dp-arm/dp/uuid-cleanup by danh-arm · 8 years ago
  41. b7b0787 Unify SCTLR initialization for AArch32 normal world by Soby Mathew · 8 years ago
  42. 9e23f9a Remove non-standard <sys/cdefs.h> include from uuid.h by dp-arm · 8 years ago
  43. 872be88 Add PMF instrumentation points in TF by dp-arm · 8 years ago
  44. f10796a Introduce ARM SiP service by dp-arm · 8 years ago
  45. 9c1dceb AArch32: Add `memcpy4` function in assembly by Yatharth Kochar · 8 years ago
  46. 58e946a PSCI: Do psci_setup() as part of std_svc_setup() by Soby Mathew · 8 years ago
  47. f426fc0 PSCI: Introduce PSCI Library argument structure by Soby Mathew · 8 years ago
  48. 03a3042 AArch32: Add support for ARM Cortex-A32 MPCore Processor by Yatharth Kochar · 8 years ago
  49. d991551 AArch32: Support in SP_MIN to receive arguments from BL2 by Yatharth Kochar · 8 years ago
  50. f3b4914 AArch32: Add generic changes in BL1 by Yatharth Kochar · 8 years ago
  51. 1a0a3f0 AArch32: Common changes needed for BL1/BL2 by Yatharth Kochar · 8 years ago
  52. a8aa7fe ARM platform changes for new version of image loading by Yatharth Kochar · 8 years ago
  53. 42019bf Changes for new version of image loading in BL1/BL2 by Yatharth Kochar · 8 years ago
  54. 7260022 Add new version of image loading. by Yatharth Kochar · 8 years ago
  55. 201b66b partition: check GPT partition table by Haojian Zhuang · 8 years ago
  56. 92455d8 Merge pull request #706 from dp-arm/dp/pmf-aligned-svc by danh-arm · 8 years ago
  57. 0980b8a Merge pull request #705 from dp-arm/dp/pmf-macro-rename by danh-arm · 8 years ago
  58. 7a1b279 Merge pull request #702 from jeenu-arm/psci-node-hw-state by danh-arm · 8 years ago
  59. 3cc17aa CSS: Implement support for NODE_HW_STATE by Jeenu Viswambharan · 8 years ago
  60. 28d3d61 PSCI: Add support for PSCI NODE_HW_STATE API by Jeenu Viswambharan · 8 years ago
  61. e69c195 Merge pull request #707 from sandrine-bailleux-arm/sb/restore-xlat-defines by davidcunado-arm · 8 years ago
  62. d5dbe87 Merge pull request #708 from sandrine-bailleux-arm/sb/forward-decs by davidcunado-arm · 8 years ago
  63. afc931f Add some missing forward declarations in plat_arm.h by Sandrine Bailleux · 8 years ago
  64. e03f0b0 Restore some defines in xlat_tables.h by Sandrine Bailleux · 8 years ago
  65. 2d84b46 Ensure PMF service timestamps are properly aligned on a cache line boundary by dp-arm · 8 years ago
  66. d2e201b Rename `pmf_calc_timestamp_offset` to `pmf_calc_timestamp_addr` by dp-arm · 8 years ago
  67. c1ff80b Support for Mediatek MT6795 SoC by Leon Chen · 8 years ago
  68. 9115b86 Merge pull request #690 from soby-mathew/sm/level_sel_xlat by davidcunado-arm · 8 years ago
  69. 5695cfe Add assembler helper to calculate PMF timestamp offset by dp-arm · 8 years ago
  70. afdda57 Move pmf headers to include/lib/pmf by dp-arm · 8 years ago
  71. e871955 Automatically select initial xlation lookup level by Antonio Nino Diaz · 8 years ago
  72. 937108a Merge pull request #678 from soby-mathew/sm/PSCI_AArch32 by danh-arm · 8 years ago
  73. 445b1e7 emmc: support CMD23 by Haojian Zhuang · 8 years ago
  74. 181bbd4 AArch32: Add FVP support for SP_MIN by Soby Mathew · 8 years ago
  75. 877cf3f AArch32: Add essential ARM platform and FVP support by Soby Mathew · 8 years ago
  76. c11ba85 AArch32: add a minimal secure payload (SP_MIN) by Soby Mathew · 9 years ago
  77. 727e523 AArch32: Add support to PSCI lib by Soby Mathew · 9 years ago
  78. e33b78a AArch32: Add support in TF libraries by Soby Mathew · 9 years ago
  79. 3e3616a AArch32: Add SMCC context by Soby Mathew · 9 years ago
  80. 1ae0a49 AArch32: Add API to invoke runtime service handler by Soby Mathew · 9 years ago
  81. b2bca61 AArch32: Add translation table library support by Soby Mathew · 8 years ago
  82. f24307d AArch32: Add assembly helpers by Soby Mathew · 9 years ago
  83. 031dbb1 AArch32: Add essential Arch helpers by Soby Mathew · 8 years ago
  84. c45f627 Move SIZE_FROM_LOG2_WORDS macro to utils.h by Soby Mathew · 8 years ago
  85. 63ad1ef Merge pull request #672 from soby-mathew/sm/irouter_offset by danh-arm · 8 years ago
  86. 405f42f Merge pull request #671 from antonio-nino-diaz-arm/an/unoptimised-mem by danh-arm · 8 years ago
  87. 61e3027 GICv3: Fix the GICD_IROUTER offset by Soby Mathew · 8 years ago
  88. 7b6d330 Ensure addresses in is_mem_free() don't overflow by Sandrine Bailleux · 8 years ago
  89. 0289970 ARM platforms: Define common image sizes by Antonio Nino Diaz · 8 years ago
  90. 738b1fd Rearrange assembly helper macros by Soby Mathew · 8 years ago
  91. cf0b149 Introduce PSCI Library Interface by Soby Mathew · 9 years ago
  92. 532ed61 Introduce `el3_runtime` and `PSCI` libraries by Soby Mathew · 9 years ago
  93. da554d7 Fix coding guideline warnings by Soby Mathew · 9 years ago
  94. 4c0d039 Rework type usage in Trusted Firmware by Soby Mathew · 8 years ago
  95. aadb135 Merge pull request #662 from sandrine-bailleux-arm/sb/rodata-xn by danh-arm · 8 years ago
  96. 9306f13 Merge pull request #659 from soby-mathew/sm/declare_stack by danh-arm · 8 years ago
  97. 84629f2 bl31: Add error reporting registers by Naga Sureshkumar Relli · 8 years ago
  98. 91fad65 ARM CSS platforms: Map flash as execute-never by default by Sandrine Bailleux · 8 years ago
  99. 0af559a ARM platforms: Add support for SEPARATE_CODE_AND_RODATA by Sandrine Bailleux · 8 years ago
  100. 5d1c104 Introduce SEPARATE_CODE_AND_RODATA build flag by Sandrine Bailleux · 8 years ago