1. 1483d4e Tegra: flowctrl: helper functions to assist with cluster power states by Varun Wadekar · 7 years ago
  2. fdb82fa Tegra: bpmp: remove bpmp init failed error print by Varun Wadekar · 7 years ago
  3. 7bc05f5 tlkd: support new TLK SMCs by Mihir Joshi · 8 years ago
  4. d16b045 Tegra: fiq_glue: support to handle LEGACY_FIQ PPIs for Tegra SoCs by Varun Wadekar · 8 years ago
  5. 2ed09b1 Tegra: flowctrl: support to enable/disable WDT's legacy FIQ routing by Varun Wadekar · 8 years ago
  6. 3e28e93 Tegra: SiP: set GPU in reset after vpr resize by Jeetesh Burman · 8 years ago
  7. 23ae809 Tegra: handle FIQ interrupts when NS handler is not registered by Varun Wadekar · 8 years ago
  8. ff605ba Tegra: bpmp_ipc: support to enable/disable module clocks by steven kao · 8 years ago
  9. 8510376 Tegra: fix offset used to dump GICD registers from crash handler by Varun Wadekar · 8 years ago
  10. 0887026 Tegra: default platform handler for the CPU_STANDBY state by Varun Wadekar · 8 years ago
  11. 28f45bb Tegra186: smmu: add support for backup multiple smmu regs by Pritesh Raithatha · 8 years ago
  12. c3faf74 Merge pull request #1798 from pbeesley-arm/pb/fix-code-style by Antonio Niño Díaz · 7 years ago
  13. f8ea0df doc: Fix broken code blocks in coding guidelines by Paul Beesley · 7 years ago
  14. 766ff01 Merge pull request #1797 from antonio-nino-diaz-arm/an/remove-smccc-v2 by Antonio Niño Díaz · 7 years ago
  15. c723ad8 Merge pull request #1745 from svenauhagen/bugfix/a8k by Antonio Niño Díaz · 7 years ago
  16. 5ce301b Merge pull request #1793 from marex/arm/master/fixes-v2.0.0 by Antonio Niño Díaz · 7 years ago
  17. b57eb97 Merge pull request #1792 from satheesbalya-arm/sb1/sb1_2159_v84_xlat by Antonio Niño Díaz · 7 years ago
  18. ba9d1c5 Merge pull request #1795 from pbeesley-arm/pb/code-style by Antonio Niño Díaz · 7 years ago
  19. 8e7d969 Merge pull request #1753 from Yann-lms/emmc_ret by Antonio Niño Díaz · 7 years ago
  20. 0709055 Remove support for the SMC Calling Convention 2.0 by Antonio Nino Diaz · 7 years ago
  21. cedfa04 lib/xlat_tables: Add support for ARMv8.4-TTST by Sathees Balya · 7 years ago
  22. 7e9b0c8 Merge pull request #1791 from antonio-nino-diaz-arm/an/rk-gic by Antonio Niño Díaz · 7 years ago
  23. 44b935c Merge pull request #1789 from Anson-Huang/lpm by Antonio Niño Díaz · 7 years ago
  24. 7d38840 Merge pull request #1788 from laroche/rpi3_duplicate_initialization by Antonio Niño Díaz · 7 years ago
  25. 5755a30 Merge pull request #1786 from laroche/static_vars_functions by Antonio Niño Díaz · 7 years ago
  26. e0ace7f Merge pull request #1794 from Andre-ARM/fiptool-fix by Antonio Niño Díaz · 7 years ago
  27. a93f6f8 doc: Add details on #include ordering by Paul Beesley · 7 years ago
  28. 7306de9 doc: Reorder coding guidelines document by Paul Beesley · 7 years ago
  29. 93fbc71 doc: Link coding guidelines to user guide by Paul Beesley · 7 years ago
  30. 5bfca3d doc: Clarify ssize_t use in coding guidelines by Paul Beesley · 7 years ago
  31. bdad86e doc: Add AAPCS link to coding guidelines by Paul Beesley · 7 years ago
  32. 12cfc60 doc: Add Coding Guidelines document by Paul Beesley · 7 years ago
  33. e56b8dc tools/fiptool: Fix UUID parsing in blob handling by Andre Przywara · 7 years ago
  34. c87c8f8 rcar_gen3: drivers: ddr: Clean up printouts by Marek Vasut · 7 years ago
  35. 458a449 rcar_gen3: drivers: cpld: fix power-off on reset by Sergii Boryshchenko · 8 years ago
  36. 47366cb rcar_gen3: plat: Add missing cpu_on_check() implementation by Marek Vasut · 7 years ago
  37. 2ec3221 rcar_gen3: plat: Allow E3 auto-detection by Marek Vasut · 7 years ago
  38. 5ad0e0d rcar_gen3: plat: Drop unused macro by Marek Vasut · 7 years ago
  39. 69086fe Revert "rcar_gen3: plat: Enable programmable CPU reset address" by Marek Vasut · 7 years ago
  40. e6cf7a4 imx: power optimization for i.mx8qx by Anson Huang · 7 years ago
  41. 3a2b519 imx: power optimization for i.mx8qm by Anson Huang · 7 years ago
  42. e77ccb6 rpi3: mark one more function as static by Florian La Roche · 7 years ago
  43. 92e8623 rpi3: remove duplicate initialization for BL32_IMAGE_ID by Florian La Roche · 7 years ago
  44. d31dcdc rockchip: Fix GICv2 interrupts by Antonio Nino Diaz · 7 years ago
  45. e9b7779 Merge pull request #1780 from pmanish87/master by Antonio Niño Díaz · 7 years ago
  46. d4dcadb Merge pull request #1773 from grandpaul/rpi3-gpio-driver by Antonio Niño Díaz · 7 years ago
  47. 83a2285 Merge pull request #1784 from antonio-nino-diaz-arm/an/includes-arm by Antonio Niño Díaz · 7 years ago
  48. bc15388 Merge pull request #1778 from JoelHutton/jh/multiconsole by Antonio Niño Díaz · 7 years ago
  49. 9822852 Change some vars and functions to be static. by Florian La Roche · 7 years ago
  50. e84c871 multi_console: Check functions are not NULL by Joel Hutton · 7 years ago
  51. 2be86dd rpi3: Enable GPIO in BL2 by Ying-Chun Liu (PaulLiu) · 7 years ago
  52. d604ac4 rpi3: Add GPIO driver by Ying-Chun Liu (PaulLiu) · 7 years ago
  53. 560293b fvp: pwrc: Move to drivers/ folder by Antonio Nino Diaz · 7 years ago
  54. 5932d19 plat/arm: sds: Move to drivers/ folder by Antonio Nino Diaz · 7 years ago
  55. 2d4135e plat/arm: scp: Move to drivers/ folder by Antonio Nino Diaz · 7 years ago
  56. 0387aa4 plat/arm: scpi: Move to drivers/ folder by Antonio Nino Diaz · 7 years ago
  57. c411396 plat/arm: mhu: Move to drivers/ folder by Antonio Nino Diaz · 7 years ago
  58. 14928b8 plat/arm: scmi: Move to drivers/ folder by Antonio Nino Diaz · 7 years ago
  59. 3661d8e plat/arm: Move dynamic xlat enable logic to makefile by Antonio Nino Diaz · 7 years ago
  60. bd9344f plat/arm: Sanitise includes by Antonio Nino Diaz · 7 years ago
  61. 7ca572d Merge pull request #1761 from satheesbalya-arm/sb1/sb1_2661_bl31_overlay by Antonio Niño Díaz · 7 years ago
  62. a1d1d24 Merge pull request #1781 from dtwlin/m2 by Antonio Niño Díaz · 7 years ago
  63. 72106f8 Merge pull request #1766 from Anson-Huang/master by Antonio Niño Díaz · 7 years ago
  64. 6eee586 Merge pull request #1777 from glneo/runtime-gicr by Antonio Niño Díaz · 7 years ago
  65. 2501a03 Merge pull request #1779 from Anson-Huang/a53_errata by Antonio Niño Díaz · 7 years ago
  66. bc5e79c Merge pull request #1776 from vwadekar/tf2.0-tegra-downstream-rebase-1.22.19 by Antonio Niño Díaz · 7 years ago
  67. d19c343 spd: trusty: trusty_setup should bail on unknown image by David Lin · 7 years ago
  68. 7e94a69 Make device tree pre-processing similar to U-boot/Linux by Manish Pandey · 7 years ago
  69. cce9040 imx: enable necessary errata for i.mx8qm by Anson Huang · 7 years ago
  70. 218bdbe imx: enable necessary errata for i.mx8mq by Anson Huang · 7 years ago
  71. 8ec4562 Tegra186: remove RELOCATE_TO_BL31_BASE config by Varun Wadekar · 8 years ago
  72. fc5adf7 Tegra: memctrl_v2: remove usage of ENABLE_SMMU_DEVICE config by Varun Wadekar · 8 years ago
  73. 3e1923d Tegra: add 'late' platform setup handler by Dilan Lee · 8 years ago
  74. dd20f5b Tegra: spe: shared console for Tegra platforms by Varun Wadekar · 8 years ago
  75. 4cba698 Tegra: console driver compilation from platform makefiles by Varun Wadekar · 8 years ago
  76. 2ad1bdd Tegra: smmu: change exit criteria for context size calculation by Varun Wadekar · 8 years ago
  77. c63ec26 Tegra: memctrl_v2: platform handler for TZDRAM setup by Steven Kao · 8 years ago
  78. 539c62d Tegra186: save system suspend entry marker to TZDRAM by Varun Wadekar · 8 years ago
  79. 889c07c Tegra186: helper functions for CPU rst handler and SMMU ctx offset by Varun Wadekar · 8 years ago
  80. d7be5e2 Tegra: bpmp: return error if BPMP init fails by Varun Wadekar · 8 years ago
  81. 601a8e5 Tegra: rename secure scratch register macros by Steven Kao · 8 years ago
  82. d5bd0de Tegra: memctrl_v2: platform handler for TZDRAM settings by Varun Wadekar · 8 years ago
  83. 7191566 Tegra186: secondary: fix MISRA violations for Rules 8.6, 11.1 by Varun Wadekar · 8 years ago
  84. b6d1757 Tegra186: sanity check target cluster during core power on by Varun Wadekar · 8 years ago
  85. ad67f8c Tegra186: setup: Fix MISRA Rule 8.4 violation by Anthony Zhou · 8 years ago
  86. 26e2b93 Tegra: bpmp_ipc: IPC driver to communicate with BPMP firmware by Varun Wadekar · 8 years ago
  87. 01da3bd Tegra: call 'early_init' handler earlier during boot by Varun Wadekar · 8 years ago
  88. 591054a spd: trusty : fix defects flagged by MISRA scan by Anthony Zhou · 8 years ago
  89. d6306d1 Tegra: memctrl_v2: allow CPU accesses to TZRAM by Steven Kao · 8 years ago
  90. 91196b0 Tegra: lib: debug: fix MISRA violation Rule 21.6 by Anthony Zhou · 8 years ago
  91. b886c7c Tegra: memctrl_v2: pack TZDRAM base to RSVD55_SCRATCH by Harvey Hsieh · 8 years ago
  92. 7f9d75d Tegra: enable -nostdlib flag by Varun Wadekar · 8 years ago
  93. f8f400d Tegra186: mce: get the "right" uncore command/response bits by Varun Wadekar · 8 years ago
  94. f9f620d Tegra186: mce: use udelay() to calculate timeouts by Varun Wadekar · 8 years ago
  95. 8dc9278 Tegra186: fix MISRA Rule 8.3 violation by Anthony Zhou · 8 years ago
  96. e4e97f1 Helper function to read ID_AFR0_EL1 system register by Varun Wadekar · 7 years ago
  97. ab2eb45 Tegra: memctrl_v2: platform handlers to program MSS by Puneet Saxena · 8 years ago
  98. 5b8d50e plat/arm: Save BL2 descriptors to reserved memory. by Sathees Balya · 7 years ago
  99. ae478c2 Merge pull request #1768 from bryanodonoghue/integration+linaro_warp7-tbb by Antonio Niño Díaz · 7 years ago
  100. b544328 ti: k3: common: Add support for runtime detection of GICR base address by Andrew F. Davis · 7 years ago