summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmcneill <jmcneill@pkgsrc.org>2017-09-09 23:21:29 +0000
committerjmcneill <jmcneill@pkgsrc.org>2017-09-09 23:21:29 +0000
commit2e398d193848cd2c881b58e5932c3d2cf513aca0 (patch)
tree76e83e0d16d1ebf1ab714e3cacb8565286a768e6
parent62bfa893a22352678723285be83bc8883060613d (diff)
downloadpkgsrc-2e398d193848cd2c881b58e5932c3d2cf513aca0.tar.gz
Add CONFIG_ARMV8_SWITCH_TO_EL1 to Kconfig so it can be used in a configs
-rw-r--r--sysutils/u-boot/distinfo3
-rw-r--r--sysutils/u-boot/patches/patch-arch_arm_cpu_armv8_Kconfig15
2 files changed, 17 insertions, 1 deletions
diff --git a/sysutils/u-boot/distinfo b/sysutils/u-boot/distinfo
index 1c937407c3b..2b35518d3e2 100644
--- a/sysutils/u-boot/distinfo
+++ b/sysutils/u-boot/distinfo
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.3 2017/09/02 17:38:15 jmcneill Exp $
+$NetBSD: distinfo,v 1.4 2017/09/09 23:21:29 jmcneill Exp $
SHA1 (u-boot-2017.07.tar.bz2) = 517c33f41e2969f3b5b88e9ae3c042acfe1bde05
RMD160 (u-boot-2017.07.tar.bz2) = b0d83a55b6daabdec28d85fdfb814a529c8d5eb9
SHA512 (u-boot-2017.07.tar.bz2) = 821175dd414e1fd0e5b6d9293a5766cbc8ae63a2361e82309f67e92c02b881263a7832dba0bcfc820b036a582981ddc20a8f484f2995d110f3240907a3ff7a95
Size (u-boot-2017.07.tar.bz2) = 11282262 bytes
+SHA1 (patch-arch_arm_cpu_armv8_Kconfig) = 63cbbf2e3cebd46793fc03cc8e62297f6dc01aa9
SHA1 (patch-drivers_video_sunxi_sunxi__de2.c) = 0e1ff9965703ef18c5e6a54a858217ad99617ea6
SHA1 (patch-include_configs_sunxi-common.h) = b71c28480cc084860d63e95af33bc7eead8ac6ac
SHA1 (patch-lib_bch.c) = e346680a94696713f6d0e71e965283b9bdfbbdbf
diff --git a/sysutils/u-boot/patches/patch-arch_arm_cpu_armv8_Kconfig b/sysutils/u-boot/patches/patch-arch_arm_cpu_armv8_Kconfig
new file mode 100644
index 00000000000..17f6d8aec21
--- /dev/null
+++ b/sysutils/u-boot/patches/patch-arch_arm_cpu_armv8_Kconfig
@@ -0,0 +1,15 @@
+$NetBSD: patch-arch_arm_cpu_armv8_Kconfig,v 1.1 2017/09/09 23:21:29 jmcneill Exp $
+
+--- arch/arm/cpu/armv8/Kconfig.orig 2017-07-10 17:07:38.000000000 +0000
++++ arch/arm/cpu/armv8/Kconfig
+@@ -130,6 +130,10 @@ config ARMV8_PSCI_CPUS_PER_CLUSTER
+ A value 0 or no definition of it works for single cluster system.
+ System with multi-cluster should difine their own exact value.
+
++config ARMV8_SWITCH_TO_EL1
++ bool "Switch to EL1 before booting kernel"
++ default n
++
+ if SYS_HAS_ARMV8_SECURE_BASE
+
+ config ARMV8_SECURE_BASE