| 6eb3c188 | 23-Jun-2017 |
Steven Kao <skao@nvidia.com> |
Tegra194: drivers: SE and RNG1/PKA1 context save support
This patch adds the driver, to implement the programming sequence to save/restore hardware context, during System Suspend/Resume.
Change-Id:
Tegra194: drivers: SE and RNG1/PKA1 context save support
This patch adds the driver, to implement the programming sequence to save/restore hardware context, during System Suspend/Resume.
Change-Id: If851a81cd4e699b58a0055d0be7f145759792ee9 Signed-off-by: Steven Kao <skao@nvidia.com> Signed-off-by: Jeff Tsai <jefft@nvidia.com>
show more ...
|
| a76d4617 | 13-Oct-2017 |
Steven Kao <skao@nvidia.com> |
Tegra194: remove the GPU reset register macro
There is a possibility that once we have checked that the GPU is in reset, some component can get still it out of reset. This patch removes the check re
Tegra194: remove the GPU reset register macro
There is a possibility that once we have checked that the GPU is in reset, some component can get still it out of reset. This patch removes the check register macro.
Change-Id: Idbbba36f97e37c7db64ab9e42848a040ccd05acd Signed-off-by: Steven Kao <skao@nvidia.com>
show more ...
|
| c1485edf | 31-Aug-2017 |
Steven Kao <skao@nvidia.com> |
Tegra194: correct the TEGRA_CAR_RESET_BASE macro value
This patch corrects the TEGRA_CAR_RESET_BASE macro value to 0x20000000 from 0x200000000.
Change-Id: Iba25394ea99237df85395c39059926c5a8b26a84
Tegra194: correct the TEGRA_CAR_RESET_BASE macro value
This patch corrects the TEGRA_CAR_RESET_BASE macro value to 0x20000000 from 0x200000000.
Change-Id: Iba25394ea99237df85395c39059926c5a8b26a84 Signed-off-by: Steven Kao <skao@nvidia.com>
show more ...
|
| 13dcbc6f | 25-Jul-2017 |
Steven Kao <skao@nvidia.com> |
Tegra194: smmu: ISO support
The FPGA configuration is encoded in the high byte of MISCREG_EMU_REVID. Configs GPU and MAX (encoded as 2 and 3) support the ISO SMMU, while BASE (encoded as 1) does not
Tegra194: smmu: ISO support
The FPGA configuration is encoded in the high byte of MISCREG_EMU_REVID. Configs GPU and MAX (encoded as 2 and 3) support the ISO SMMU, while BASE (encoded as 1) does not. This patch implements this encoding and returns the proper number of SMMU instances.
Change-Id: I024286b6091120c7602f63065d20ce48bcfd13fe Signed-off-by: Steven Kao <skao@nvidia.com>
show more ...
|
| 3b2b3375 | 13-Feb-2017 |
Varun Wadekar <vwadekar@nvidia.com> |
Tegra194: add macros for security carveout configuration registers
This patch adds macros defining the generalised security carveout registers. These macros help us program the TZRAM carveout access
Tegra194: add macros for security carveout configuration registers
This patch adds macros defining the generalised security carveout registers. These macros help us program the TZRAM carveout access and the Video Protect Clear carveout access.
Change-Id: I8f7b24b653fdb702fb57a4097801cb3eae050294 Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
show more ...
|
| 9c2eda01 | 21-Dec-2018 |
Varun Wadekar <vwadekar@nvidia.com> |
Tegra: remove circular dependency with common_def.h
This patch stops including common_def.h from platform_def.h to fix a circular depoendency between them.
This means platform_def.h now has to defi
Tegra: remove circular dependency with common_def.h
This patch stops including common_def.h from platform_def.h to fix a circular depoendency between them.
This means platform_def.h now has to define the linker macros: * PLATFORM_LINKER_FORMAT * PLATFORM_LINKER_ARCH
Change-Id: Icd540b1bd32fb37e0e455e9146c8b7f4b314e012 Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
show more ...
|