pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/u-boot Add CONFIG_ARMV8_SWITCH_TO_EL1 to Kcon...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5b1911ede28a
branches: trunk
changeset: 368005:5b1911ede28a
user: jmcneill <jmcneill%pkgsrc.org@localhost>
date: Sat Sep 09 23:21:29 2017 +0000
description:
Add CONFIG_ARMV8_SWITCH_TO_EL1 to Kconfig so it can be used in a configs
diffstat:
sysutils/u-boot/distinfo | 3 ++-
sysutils/u-boot/patches/patch-arch_arm_cpu_armv8_Kconfig | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (34 lines):
diff -r 4ca21f6825e8 -r 5b1911ede28a sysutils/u-boot/distinfo
--- a/sysutils/u-boot/distinfo Sat Sep 09 22:52:55 2017 +0000
+++ b/sysutils/u-boot/distinfo Sat Sep 09 23:21:29 2017 +0000
@@ -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 -r 4ca21f6825e8 -r 5b1911ede28a sysutils/u-boot/patches/patch-arch_arm_cpu_armv8_Kconfig
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot/patches/patch-arch_arm_cpu_armv8_Kconfig Sat Sep 09 23:21:29 2017 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index