summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/files/v2019.07/0010-ARM-socfpga-Stratix10-Disable-CONFIG_PSCI_RESET.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/files/v2019.07/0010-ARM-socfpga-Stratix10-Disable-CONFIG_PSCI_RESET.patch')
-rw-r--r--recipes-bsp/u-boot/files/v2019.07/0010-ARM-socfpga-Stratix10-Disable-CONFIG_PSCI_RESET.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/recipes-bsp/u-boot/files/v2019.07/0010-ARM-socfpga-Stratix10-Disable-CONFIG_PSCI_RESET.patch b/recipes-bsp/u-boot/files/v2019.07/0010-ARM-socfpga-Stratix10-Disable-CONFIG_PSCI_RESET.patch
deleted file mode 100644
index 030c38b..0000000
--- a/recipes-bsp/u-boot/files/v2019.07/0010-ARM-socfpga-Stratix10-Disable-CONFIG_PSCI_RESET.patch
+++ /dev/null
@@ -1,30 +0,0 @@
1From 31bb5e5583e87e5bc6d7daa3647891374eec708b Mon Sep 17 00:00:00 2001
2From: Chee Hong Ang <chee.hong.ang@intel.com>
3Date: Sat, 11 May 2019 00:09:46 +0800
4Subject: [PATCH 10/14] ARM: socfpga: Stratix10: Disable CONFIG_PSCI_RESET
5
6Avoid invoking 'SYSTEM_RESET' PSCI function because PSCI
7function calls are not supported in u-boot running in EL3.
8
9Signed-off-by: Chee Hong Ang <chee.hong.ang@intel.com>
10---
11 arch/arm/cpu/armv8/Kconfig | 3 ++-
12 1 file changed, 2 insertions(+), 1 deletion(-)
13
14diff --git a/arch/arm/cpu/armv8/Kconfig b/arch/arm/cpu/armv8/Kconfig
15index 92a2b58ed4..f3683bccb4 100644
16--- a/arch/arm/cpu/armv8/Kconfig
17+++ b/arch/arm/cpu/armv8/Kconfig
18@@ -110,7 +110,8 @@ config PSCI_RESET
19 !TARGET_LS1046AFRWY && \
20 !TARGET_LS2081ARDB && !TARGET_LX2160ARDB && \
21 !TARGET_LX2160AQDS && \
22- !ARCH_UNIPHIER && !TARGET_S32V234EVB
23+ !ARCH_UNIPHIER && !TARGET_S32V234EVB && \
24+ !TARGET_SOCFPGA_STRATIX10
25 help
26 Most armv8 systems have PSCI support enabled in EL3, either through
27 ARM Trusted Firmware or other firmware.
28--
292.21.0
30