git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e692ade
)
ARM: tegra114: support nonsecure state detection
author
Svyatoslav Ryhel
<clamor95@gmail.com>
Mon, 11 Dec 2023 09:37:07 +0000
(11:37 +0200)
committer
Svyatoslav Ryhel
<clamor95@gmail.com>
Wed, 3 Jan 2024 18:20:12 +0000
(20:20 +0200)
Principle is exactly the same as on T124, testing of register
which behaves differently in secure and non-secure states.
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
arch/arm/mach-tegra/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-tegra/Kconfig
b/arch/arm/mach-tegra/Kconfig
index
fb1a46b
..
c8907bc
100644
(file)
--- a/
arch/arm/mach-tegra/Kconfig
+++ b/
arch/arm/mach-tegra/Kconfig
@@
-178,7
+178,7
@@
config TEGRA_DISCONNECT_UDC_ON_BOOT
config TEGRA_SUPPORT_NON_SECURE
bool "Support executing U-Boot in non-secure (NS) mode"
- depends on TEGRA124
+ depends on TEGRA1
14 || TEGRA1
24
help
Certain impossible actions will be skipped if the CPU is in NS mode,
such as ARM architectural timer initialization.