1. f90a73c fix(ras): remove RAS_FFH_SUPPORT and introduce FFH_SUPPORT by Manish Pandey · 9 months ago
  2. d419e22 refactor(ras): replace RAS_EXTENSION with FEAT_RAS by Manish Pandey · 1 year, 5 months ago
  3. cb2dd3a feat(tegra): implement 'pwr_domain_off_early' handler by Varun Wadekar · 1 year, 2 months ago
  4. e755856 Tegra: add platform specific 'runtime_setup' handler by Kalyani Chidambaram Vaidyanathan · 4 years, 1 month ago
  5. d4a698f Tegra: memctrl: platform setup handler functions by Varun Wadekar · 4 years, 10 months ago
  6. c3f8815 Tegra194: ras: split up RAS error clear SMC call. by David Pu · 5 years ago
  7. 1d54753 Tegra: common: make plat_psci_ops routines static by David Pu · 5 years ago
  8. 6718842 Tegra194: SiP: clear RAS corrected error records by Varun Wadekar · 5 years ago
  9. 70f6597 Tegra194: add RAS exception handling by David Pu · 5 years ago
  10. fcd1e88 Tegra194: enable dual execution for EL2 and EL3 by Kalyani Chidambaram · 6 years ago
  11. 8d7a02b Tegra: handler to check support for System Suspend by Varun Wadekar · 6 years ago
  12. 0ed6270 Tegra: platform handler to relocate BL32 image by Varun Wadekar · 6 years ago
  13. b5b15b2 Tegra: remove weakly defined PSCI platform handlers by Varun Wadekar · 6 years ago
  14. 1b0c124 Tegra: per-SoC DRAM base values by Varun Wadekar · 6 years ago
  15. 1fab9c3 Remove redundant declarations. by Madhukar Pappireddy · 4 years, 6 months ago
  16. 9d15f7e Tegra: introduce plat_enable_console() by Varun Wadekar · 4 years, 10 months ago
  17. 833d89c Revert "Tegra: Add support for fake system suspend" by Vignesh Radhakrishnan · 7 years ago
  18. 09a22e7 tegra: add support for multi console interface by Ambroise Vincent · 5 years ago
  19. f07d6de Tegra: support for System Suspend using sc7entry-fw binary by Varun Wadekar · 6 years ago
  20. b3421ce Tegra: default platform handler for the CPU_STANDBY state by Varun Wadekar · 7 years ago
  21. 1f66f3d Tegra: add 'late' platform setup handler by Dilan Lee · 7 years ago
  22. 4967c3d Tegra: lib: library for profiling the cold boot path by Varun Wadekar · 7 years ago
  23. d417cea Tegra: read-modify-write ACTLR_ELx registers by Steven Kao · 7 years ago
  24. 85a8fa0 Tegra: pm: fix MISRA defects by Anthony Zhou · 7 years ago
  25. fda095f Tegra: fix MISRA defects in tegra_bl31_setup.c by Varun Wadekar · 5 years ago
  26. 25d127f Tegra186: setup: fix defects flagged by MISRA scan by Anthony Zhou · 7 years ago
  27. 5d1bb05 Tegra186: PM: fix MISRA defects in plat_psci_handlers.c by Anthony Zhou · 7 years ago
  28. faad346 Tegra186: secondary: fix MISRA defects by Anthony Zhou · 7 years ago
  29. e5bd345 Tegra: sip_calls: fix defects flagged by MISRA scan by Anthony Zhou · 7 years ago
  30. fbdfce1 Tegra: support to set the L2 ECC and Parity enable bit by Harvey Hsieh · 8 years ago
  31. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  32. 9f4a7d3 Tegra: support for native GICv2 drivers by Varun Wadekar · 6 years ago
  33. 5eb8837 Standardise header guards across codebase by Antonio Nino Diaz · 6 years ago
  34. 6bf7c6b tegra: Migrate to new interfaces by Antonio Nino Diaz · 6 years ago
  35. 92cea4a tegra: Fix mmap_region_t struct mismatch by Andreas Färber · 6 years ago
  36. ca87293 Tegra: gic: fix MISRA defects by Varun Wadekar · 7 years ago
  37. 761ca73 Tegra: add explicit casts for integer macros by Varun Wadekar · 7 years ago
  38. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  39. 59fd615 Tegra: fix trivial misra issues by Anthony Zhou · 7 years ago
  40. b4a7294 Tegra: Add support for fake system suspend by Vignesh Radhakrishnan · 7 years ago
  41. 93bed2a Tegra186: save/restore BL31 context to/from TZDRAM by Varun Wadekar · 8 years ago
  42. d22d4ad Tegra: get BL31 arguments from previous bootloader by Varun Wadekar · 8 years ago
  43. c6c386d Tegra: GIC: differentiate between FIQs targeted towards EL3/S-EL1 by Varun Wadekar · 8 years ago
  44. dc79930 Tegra: implement FIQ interrupt handler by Varun Wadekar · 9 years ago
  45. b7b4575 Tegra: GIC: enable FIQ interrupt handling by Varun Wadekar · 9 years ago
  46. 3f0a8ad Tegra: handler for per-soc early setup by Varun Wadekar · 8 years ago
  47. d2014c6 Tegra: init normal/crash console for platforms by Varun Wadekar · 9 years ago
  48. 6bb6246 Tegra: add tzdram_base to plat_params_from_bl2 struct by Varun Wadekar · 9 years ago
  49. e82e29c Implement plat_get_syscnt_freq2 on platforms by Antonio Nino Diaz · 8 years ago
  50. 3c0087a Move `plat_get_syscnt_freq()` to arm_common.c by Yatharth Kochar · 8 years ago
  51. 33f5c41 Include psci.h from tegra platform header by Yatharth Kochar · 9 years ago
  52. a78bb1b Tegra: remove support for legacy platform APIs by Varun Wadekar · 9 years ago
  53. c8bfe2e Tegra: retrieve BL32's bootargs from bl32_ep_info by Varun Wadekar · 9 years ago
  54. 254441d Tegra: implement per-SoC validate_power_state() handler by Varun Wadekar · 9 years ago
  55. bc74fec Tegra: introduce delay timer support by Varun Wadekar · 9 years ago
  56. 7a269e2 Reserve a Video Memory aperture in DRAM memory by Varun Wadekar · 9 years ago
  57. b316e24 Support for NVIDIA's Tegra T210 SoCs by Varun Wadekar · 9 years ago