1. 9f85f9e Clean usage of void pointers to access symbols by Joel Hutton · 6 years ago
  2. 41376c3 tegra: Use SPDX license identifier by Antonio Nino Diaz · 6 years ago
  3. dbf9f28 Merge pull request #1239 from arve-android/trusty-fixes by davidcunado-arm · 6 years ago
  4. 06ff251 tegra/trusty: Setup tegra specific trusty args in platform code by Arve Hjønnevåg · 7 years ago
  5. 28db3e9 tegra: Fix mmap_region_t struct mismatch by Andreas Färber · 7 years ago
  6. 3872fc2 Do not enable SVE on pre-v8.2 platforms by David Cunado · 7 years ago
  7. e47ac1f Fix type of `unsigned long` constants by Antonio Nino Diaz · 7 years ago
  8. d0e1094 Tegra: Rename CORTEX_A57_ACTLR_EL1 to *CPUACTLR* by Eleanor Bonnici · 7 years ago
  9. 64726e6 Add new alignment parameter to func assembler macro by Julius Werner · 7 years ago
  10. cb95a19 Tegra: implement the early suspend handler by Varun Wadekar · 7 years ago
  11. ee1ebbd Fix order of remaining platform #includes by Isla Mitchell · 7 years ago
  12. 2ba62de Fix Tegra CFLAGS usage by Douglas Raillard · 7 years ago
  13. ab712fd Tegra186: mce: fix MISRA defects by Anthony Zhou · 7 years ago
  14. 3436089 Tegra: delay_timer: fix MISRA defects by Anthony Zhou · 7 years ago
  15. 9a8f05e Tegra: gic: fix MISRA defects by Varun Wadekar · 7 years ago
  16. 5bd1a17 Tegra: fiq_glue: fix MISRA defects by Anthony Zhou · 7 years ago
  17. 31d97dc Tegra: pmc: fix defects flagged during MISRA analysis by Anthony Zhou · 7 years ago
  18. f5f64e4 Tegra: memctrl: check GPU reset state from common place by Varun Wadekar · 7 years ago
  19. 368d545 Tegra: memctrl_v2: fix software logic to check "flush complete" by Varun Wadekar · 7 years ago
  20. 70cb692 Tegra: add explicit casts for integer macros by Varun Wadekar · 7 years ago
  21. fb7d32e Unique names for defines in the CPU libraries by Varun Wadekar · 7 years ago
  22. 6311f63 Tegra: enable 'signed-comparison' compilation warning/errors by Varun Wadekar · 7 years ago
  23. d20f189 tegra: Fix build errors by Soren Brinkmann · 7 years ago
  24. 24c287b Tegra: Break circular dependency in platform header files by Sandrine Bailleux · 7 years ago
  25. 82cb2c1 Use SPDX license identifiers by dp-arm · 7 years ago
  26. 7c1d434 Tegra210: implement 'get_target_pwr_state' handler by Varun Wadekar · 7 years ago
  27. 14a1c0e Tegra: fix the NS DRAM address calculation logic by Varun Wadekar · 8 years ago
  28. 9d42d23 Tegra: memctrl_v2: zero out NS Video memory carveout region by Varun Wadekar · 8 years ago
  29. e9cb01d Tegra186: calculate proper power state for cluster/system power down by Varun Wadekar · 7 years ago
  30. ab3a33f Tegra186: mce: max retries for ARI requests by Steven Kao · 8 years ago
  31. e99eeec Tegra: memmap Tegra micro-seconds timer controller by Steven Kao · 8 years ago
  32. d29d96f Tegra: early init the delay timer by Steven Kao · 8 years ago
  33. bf097ca Tegra: Control inclusion of helper code used for asserts by Antonio Nino Diaz · 7 years ago
  34. cd3b7eb Tegra: smmu: enable asserts by default by Varun Wadekar · 7 years ago
  35. 6c16918 Tegra: enable 'ENABLE_ASSERTIONS' for all builds by Varun Wadekar · 7 years ago
  36. 03af25b Tegra: group platform settings together by Varun Wadekar · 7 years ago
  37. 3fb340a Merge pull request #912 from vwadekar/tegra-smmu-ctx-save-robust by davidcunado-arm · 7 years ago
  38. 94e0ed6 Merge pull request #902 from vwadekar/tegra186-sip-mce-calls by davidcunado-arm · 7 years ago
  39. 63ac1a2 Tegra: smmu: make the context save sequence robust by Varun Wadekar · 7 years ago
  40. 0741c96 Tegra: smmu: fix the size used to save context by Varun Wadekar · 7 years ago
  41. c76c1b7 Tegra186: Support AARCH32/64 encoding for MCE calls by Varun Wadekar · 7 years ago
  42. 3d21c94 Merge pull request #899 from vwadekar/tegra186-platform-support-v6 by davidcunado-arm · 7 years ago
  43. 5d38535 Merge pull request #897 from vwadekar/memctrl-v1-xlat-table-v2 by davidcunado-arm · 7 years ago
  44. 50e9163 Tegra: fix trivial misra issues by Anthony Zhou · 7 years ago
  45. e87dac6 Tegra: no need to re-init the same console by Varun Wadekar · 7 years ago
  46. a9e0260 Tegra: Add support for fake system suspend by Vignesh Radhakrishnan · 7 years ago
  47. 62bfc44 Tegra: memctrl_v2: restore MC_TXN_OVERRIDE settings by Varun Wadekar · 7 years ago
  48. 0c2276e Tegra: memctrl_v1: disable AHB redirection after cold boot by Varun Wadekar · 7 years ago
  49. cd3de43 Tegra: platform: support Tegra186 chip id by Varun Wadekar · 7 years ago
  50. 95a7fae Tegra: memctrl_v2: MC transaction overrides for newer chips by Pritesh Raithatha · 7 years ago
  51. 7b30527 Tegra186: mce: Avoid implementation-defined bitfield types by Stephen Warren · 7 years ago
  52. c459206 Tegra: smmu: support for multiple devices by Pritesh Raithatha · 8 years ago
  53. 986e333 Tegra: smmu: platform handler for SMMU settings by Pritesh Raithatha · 8 years ago
  54. c05a219 Tegra: memctrl_v1: enable 'xlat_table_v2' library by Varun Wadekar · 7 years ago
  55. ae8ac2d Tegra: allow platforms to override plat_core_pos_by_mpidr() by Varun Wadekar · 8 years ago
  56. 06803cf Tegra: memctrl_v2: platform handler for MC settings by Pritesh Raithatha · 8 years ago
  57. c4dae9f Tegra: memctrl_v2: remove non-secure access to TZSRAM memory by Harvey Hsieh · 8 years ago
  58. 5dc574b Tegra186: mce: support for TEGRA_ARI_MISC_CCPLEX_EDBGREQ by Rich Wiley · 8 years ago
  59. 6d6bbc8 Tegra186: update t18x_ari.h to v3.1 by Varun Wadekar · 8 years ago
  60. 83f3f53 Tegra186: PSCI: support for 64-bit TZDRAM base by Steven Kao · 8 years ago
  61. 16c7cd0 Tegra: memctrl_v2: config to enable SMMU device by Varun Wadekar · 8 years ago
  62. 691bc22 Tegra186: read activity monitor's clock counter values by Varun Wadekar · 8 years ago
  63. e698a82 Tegra: memctrl_v2: make AFI device settings configurable by Varun Wadekar · 8 years ago
  64. cb38550 Tegra186: move smmu driver to tegra/common by Varun Wadekar · 8 years ago
  65. 0606002 Tegra186: split MCE driver into public/private interfaces by Varun Wadekar · 8 years ago
  66. 2dd7d41 Tegra186: move TSA macros to tegra_def.h by Varun Wadekar · 8 years ago
  67. 0258840 Tegra: drivers: memctrl: move chip specific defines to tegra_def.h by Varun Wadekar · 8 years ago
  68. dec349c Tegra186: move platform specific MCE defines to tegra_def.h by Varun Wadekar · 8 years ago
  69. d81938a Tegra: memctrl_v2: no SID override for AON by Mustafa Yigit Bilgen · 8 years ago
  70. 396a9b8 Tegra186: memctrl_v2: remove APE overrides for chip verification by Vivek Aseeja · 8 years ago
  71. 5ea1fe5 Tegra186: use MSB of wake_time by Krishna Sitaraman · 8 years ago
  72. a259293 Tegra186: Update API for reset vector ARI by Krishna Sitaraman · 8 years ago
  73. 322b00f Tegra186: clean CPU wake times from L2 cache by Mustafa Yigit Bilgen · 8 years ago
  74. ac26b96 Tegra186: update t18x_ari.h to v3.0 by Krishna Sitaraman · 8 years ago
  75. 2562145 Tegra186: trampoline: update "System Suspend" exit criteria by Varun Wadekar · 8 years ago
  76. 5345189 Tegra186: Add smc handler for coresight clock gating by Krishna Sitaraman · 8 years ago
  77. 719f3ec Tegra: memctrl_v2: save TZDRAM settings to secure scratch registers by Harvey Hsieh · 8 years ago
  78. 6ef90b9 Tegra186: mce: fix return value for enum features ari by Krishna Sitaraman · 8 years ago
  79. 1000711 Tegra186: mce: clear reserved fields for ARI calls by Krishna Sitaraman · 8 years ago
  80. c61cd63 Tegra: memctrl_v2: get chip revision using platform identifiers by Varun Wadekar · 8 years ago
  81. 524bd09 Tegra186: mce: read MCE's firmware version on "real" platforms by Varun Wadekar · 8 years ago
  82. 2b04f92 Tegra186: use helper functions to get major/minor version by Varun Wadekar · 8 years ago
  83. 49cbbc4 Tegra186: memmap all UART controllers by Varun Wadekar · 8 years ago
  84. 9c2a3d8 Tegra186: implement plat_get_syscnt_freq2() by Varun Wadekar · 8 years ago
  85. 698f425 Tegra: smmu: disable TCU prefetch for all the 64 contexts by Varun Wadekar · 8 years ago
  86. 48afb16 Tegra186: handlers to get BL31 arguments from previous bootloader by Varun Wadekar · 8 years ago
  87. 962014f Tegra186: delete 'Video Memory Carveout' handling by Varun Wadekar · 8 years ago
  88. 2f583f8 Tegra: memctrl_v2: TZRAM aperture configuration settings by Varun Wadekar · 8 years ago
  89. 512da21 Tegra186: modify the return type for `plat_get_syscnt_freq()` by Varun Wadekar · 8 years ago
  90. 1eed383 Tegra186: Enable ECC and Parity Protection for A02p SKUs by Varun Wadekar · 8 years ago
  91. c11e0dd Tegra186: mce: Uncore Perfmon ARI Programming by Varun Wadekar · 8 years ago
  92. f3a20c3 Tegra186: implement `get_target_pwr_state` handler by Varun Wadekar · 8 years ago
  93. 87a1df7 Tegra186: mce: add the mce_update_cstate_info() helper function by Varun Wadekar · 7 years ago
  94. ddc1c56 Merge pull request #875 from vwadekar/tegra186-platform-support-v2 by davidcunado-arm · 7 years ago
  95. ab13990 Merge pull request #870 from douglas-raillard-arm/dr/remove_asm_signed_test by davidcunado-arm · 7 years ago
  96. b8de847 Tegra186: reset CPU power state info while onlining by Varun Wadekar · 8 years ago
  97. 2079ddd Tegra186: fix recursion in included headers (tegra_def.h/platform_def.h) by Varun Wadekar · 8 years ago
  98. e2b2603 Tegra: memctrl_v2: fix logic to calculate TZRAM_ADDR_HI bits by Varun Wadekar · 8 years ago
  99. 3d93f05 Merge pull request #873 from dp-arm/dp/makefile-reorg by davidcunado-arm · 7 years ago
  100. 3b52fc1 Tegra: memctrl_v2: program Video Memory carveout size in MBs by Varun Wadekar · 8 years ago