1. 31d97dc Tegra: pmc: fix defects flagged during MISRA analysis by Anthony Zhou · 8 years ago
  2. f5f64e4 Tegra: memctrl: check GPU reset state from common place by Varun Wadekar · 8 years ago
  3. 70cb692 Tegra: add explicit casts for integer macros by Varun Wadekar · 8 years ago
  4. 24c287b Tegra: Break circular dependency in platform header files by Sandrine Bailleux · 8 years ago
  5. 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
  6. 9d42d23 Tegra: memctrl_v2: zero out NS Video memory carveout region by Varun Wadekar · 9 years ago
  7. e99eeec Tegra: memmap Tegra micro-seconds timer controller by Steven Kao · 9 years ago
  8. 3d21c94 Merge pull request #899 from vwadekar/tegra186-platform-support-v6 by davidcunado-arm · 8 years ago
  9. 5d38535 Merge pull request #897 from vwadekar/memctrl-v1-xlat-table-v2 by davidcunado-arm · 8 years ago
  10. 50e9163 Tegra: fix trivial misra issues by Anthony Zhou · 8 years ago
  11. a9e0260 Tegra: Add support for fake system suspend by Vignesh Radhakrishnan · 8 years ago
  12. 0c2276e Tegra: memctrl_v1: disable AHB redirection after cold boot by Varun Wadekar · 8 years ago
  13. cd3de43 Tegra: platform: support Tegra186 chip id by Varun Wadekar · 8 years ago
  14. c459206 Tegra: smmu: support for multiple devices by Pritesh Raithatha · 9 years ago
  15. 986e333 Tegra: smmu: platform handler for SMMU settings by Pritesh Raithatha · 9 years ago
  16. c05a219 Tegra: memctrl_v1: enable 'xlat_table_v2' library by Varun Wadekar · 8 years ago
  17. 06803cf Tegra: memctrl_v2: platform handler for MC settings by Pritesh Raithatha · 9 years ago
  18. c4dae9f Tegra: memctrl_v2: remove non-secure access to TZSRAM memory by Harvey Hsieh · 9 years ago
  19. 691bc22 Tegra186: read activity monitor's clock counter values by Varun Wadekar · 9 years ago
  20. cb38550 Tegra186: move smmu driver to tegra/common by Varun Wadekar · 9 years ago
  21. 0606002 Tegra186: split MCE driver into public/private interfaces by Varun Wadekar · 9 years ago
  22. 2dd7d41 Tegra186: move TSA macros to tegra_def.h by Varun Wadekar · 9 years ago
  23. 0258840 Tegra: drivers: memctrl: move chip specific defines to tegra_def.h by Varun Wadekar · 9 years ago
  24. dec349c Tegra186: move platform specific MCE defines to tegra_def.h by Varun Wadekar · 9 years ago
  25. 719f3ec Tegra: memctrl_v2: save TZDRAM settings to secure scratch registers by Harvey Hsieh · 9 years ago
  26. 2b04f92 Tegra186: use helper functions to get major/minor version by Varun Wadekar · 9 years ago
  27. 698f425 Tegra: smmu: disable TCU prefetch for all the 64 contexts by Varun Wadekar · 9 years ago
  28. 48afb16 Tegra186: handlers to get BL31 arguments from previous bootloader by Varun Wadekar · 9 years ago
  29. 2f583f8 Tegra: memctrl_v2: TZRAM aperture configuration settings by Varun Wadekar · 9 years ago
  30. 1eed383 Tegra186: Enable ECC and Parity Protection for A02p SKUs by Varun Wadekar · 9 years ago
  31. 2079ddd Tegra186: fix recursion in included headers (tegra_def.h/platform_def.h) by Varun Wadekar · 9 years ago
  32. abd3a91 Tegra186: enable support for simulation environment by Varun Wadekar · 9 years ago
  33. 68c7de6 Tegra186: save/restore BL31 context to/from TZDRAM by Varun Wadekar · 9 years ago
  34. e64ce3a Tegra186: re-configure MSS' client settings by Varun Wadekar · 9 years ago
  35. 50402b1 Tegra186: implement support for System Suspend by Varun Wadekar · 9 years ago
  36. ea96ac1 Tegra186: memctrl_v2: restore video memory settings by Varun Wadekar · 9 years ago
  37. 4122151 Tegra186: smmu: driver for the smmu hardware block by Varun Wadekar · 9 years ago
  38. 50cd864 Tegra186: register FIQ interrupt sources by Varun Wadekar · 10 years ago
  39. be87d92 Tegra: memctrl_v2: implement MC txn override WAR by Varun Wadekar · 9 years ago
  40. 7afd463 Tegra186: support for C6/C7 CPU_SUSPEND states by Varun Wadekar · 10 years ago
  41. d48c0c4 Tegra: memctrl_v2: secure the on-chip TZSRAM memory by Varun Wadekar · 10 years ago
  42. b67a7c7 Tegra186: support for the latest platform port handlers by Varun Wadekar · 10 years ago
  43. 3cf3183 Tegra186: platform support for Tegra "T186" SoC by Varun Wadekar · 10 years ago
  44. 412dd5c Tegra: memctrl_v2: Memory Controller Driver (v2) by Varun Wadekar · 10 years ago
  45. ea6dec5 Tegra: public interfaces to get the chip's major/minor versions by Varun Wadekar · 8 years ago
  46. b5903df Tegra: increase ADDR_SPACE_SIZE to 35 bits by Steven Kao · 9 years ago
  47. 23cd470 Tegra: fix logic to calculate GICD_ISPENDR register address by Varun Wadekar · 9 years ago
  48. e954ab8 Tegra: support for silicon/simulation platforms by Varun Wadekar · 9 years ago
  49. 8ab06d2 Tegra: get BL31 arguments from previous bootloader by Varun Wadekar · 9 years ago
  50. 45eab45 Tegra: GIC: differentiate between FIQs targeted towards EL3/S-EL1 by Varun Wadekar · 9 years ago
  51. 78e2bd1 Tegra: implement FIQ interrupt handler by Varun Wadekar · 10 years ago
  52. d336030 Tegra: GIC: enable FIQ interrupt handling by Varun Wadekar · 10 years ago
  53. 5ea0b02 Tegra: handler for per-soc early setup by Varun Wadekar · 9 years ago
  54. 49622c8 Tegra: increase BL31 image size to 256KB by Varun Wadekar · 9 years ago
  55. 102e408 Tegra: allow individual SoCs to restore their settings by Varun Wadekar · 9 years ago
  56. 9f9bafa Tegra: define platform power states by Varun Wadekar · 10 years ago
  57. 06b19d5 Tegra: drivers: memctrl: introduce function to secure on-chip TZRAM by Varun Wadekar · 10 years ago
  58. e108421 Tegra: init normal/crash console for platforms by Varun Wadekar · 10 years ago
  59. e0d4158 Tegra: add tzdram_base to plat_params_from_bl2 struct by Varun Wadekar · 10 years ago
  60. 21f1fd9 Tegra: Memory Controller Driver (v1) by Varun Wadekar · 10 years ago
  61. 0cd6138 Tegra: enable processor retention and L2/CPUECTLR access by Varun Wadekar · 10 years ago
  62. 0c2a7c3 Tegra: define MAX_XLAT_TABLES and MAX_MMAP_REGIONS per-platform by Varun Wadekar · 10 years ago
  63. 3d8256b Use #ifdef for IMAGE_BL* instead of #if by Masahiro Yamada · 9 years ago
  64. f3d3b31 Implement plat_get_syscnt_freq2 on platforms by Antonio Nino Diaz · 9 years ago
  65. c073fda Move `plat_get_syscnt_freq()` to arm_common.c by Yatharth Kochar · 9 years ago
  66. 9ff67fa Dump platform-defined regs in crash reporting by Gerald Lejeune · 10 years ago
  67. d30ac1c Use tf_printf() for debug logs from xlat_tables.c by Soby Mathew · 10 years ago
  68. ca8b7d5 Include psci.h from tegra platform header by Yatharth Kochar · 10 years ago
  69. 71cb26e Tegra: remove support for legacy platform APIs by Varun Wadekar · 10 years ago
  70. 864ab0f Tegra: flowctrl: rename tegra_fc_cpu_idle() to tegra_fc_cpu_powerdn() by Varun Wadekar · 10 years ago
  71. 43ec35e Tegra: fix PLATFORM_{CORE_COUNT|NUM_AFFS} macros by Varun Wadekar · 10 years ago
  72. 0bf1b02 Tegra: retrieve BL32's bootargs from bl32_ep_info by Varun Wadekar · 10 years ago
  73. 42ca2d8 Tegra210: enable WRAP to INCR burst type conversions by Varun Wadekar · 10 years ago
  74. e7d4caa Tegra: Support for Tegra's T132 platforms by Varun Wadekar · 10 years ago
  75. 93eafbc Tegra: implement per-SoC validate_power_state() handler by Varun Wadekar · 10 years ago
  76. c896132 Tegra: introduce delay timer support by Varun Wadekar · 10 years ago
  77. 94c672e Implement get_sys_suspend_power_state() handler for Tegra by Varun Wadekar · 10 years ago
  78. 09aa039 Merge pull request #319 from vwadekar/tegra-video-mem-aperture-v3 by danh-arm · 10 years ago
  79. 9a96451 Reserve a Video Memory aperture in DRAM memory by Varun Wadekar · 10 years ago
  80. dc7fdad Boot Trusted OS' on Tegra SoCs by Varun Wadekar · 10 years ago
  81. 08438e2 Support for NVIDIA's Tegra T210 SoCs by Varun Wadekar · 10 years ago