summaryrefslogtreecommitdiff
path: root/plat/nvidia/tegra/include/t186/tegra_mc_def.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated macro from TF-A codeManish V Badarkhe2020-10-121-2/+2
| | | | | | | Removed '__ASSEMBLY__' deprecated macro from TF-A code Change-Id: I9082a568b695acb5b903f509db11c8672b62d9d0 Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
* Tegra: memctrl: platform setup handler functionsVarun Wadekar2020-08-271-1/+114
| | | | | | | | | | | | | The driver initially contained the setup steps to help Tegra186 and Tegra194 SoCs. In order to support future SoCs and make sure that the driver remains generic enough, some code should be moved to SoC. This patch creates a setup handler for a platform to implement its initialization sequence. Change-Id: I8bab7fd07f25e0457ead8e2d2713efe54782a59b Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
* Tegra: memctrl_v2: platform handlers to program MSSPuneet Saxena2019-01-231-0/+285
Introduce platform handlers to program the MSS settings. This allows the current driver to scale to future chips. Change-Id: I40a27648a1a3c73b1ce38dafddc1babb6f0b0d9b Signed-off-by: Puneet Saxena <puneets@nvidia.com> Signed-off-by: Krishna Reddy <vdumpa@nvidia.com>