projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dff8df
)
corstone1000: enable PSCI reset
author
Emekcan Aras
<emekcan.aras@arm.com>
Thu, 26 Oct 2023 12:50:51 +0000
(13:50 +0100)
committer
Tom Rini
<trini@konsulko.com>
Tue, 31 Oct 2023 17:08:10 +0000
(13:08 -0400)
enable PSCI reset used for the system reset
Even though Corstone-1000 does not implement the entire PSCI APIs,
it relies on PSCI reset interface for the system reset.
Signed-off-by: Emekcan Aras <emekcan.aras@arm.com>
Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
configs/corstone1000_defconfig
patch
|
blob
|
history
diff --git
a/configs/corstone1000_defconfig
b/configs/corstone1000_defconfig
index a5b794a9900bcd8f1bce1e83f6f1041582325989..3cd6aa092454b31be554ec89b8eb9449d8264615 100644
(file)
--- a/
configs/corstone1000_defconfig
+++ b/
configs/corstone1000_defconfig
@@
-55,6
+55,7
@@
CONFIG_DM_RTC=y
CONFIG_RTC_EMULATION=y
CONFIG_DM_SERIAL=y
CONFIG_SYSRESET=y
+CONFIG_SYSRESET_PSCI=y
CONFIG_TEE=y
CONFIG_OPTEE=y
CONFIG_USB=y