Received: by mail.netbsd.org (Postfix, from userid 605) id 7A2F984DA0; Sat, 9 Sep 2017 23:21:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0C61384D24 for ; Sat, 9 Sep 2017 23:21:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id CKQuiess3vev for ; Sat, 9 Sep 2017 23:21:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8E94284CE0 for ; Sat, 9 Sep 2017 23:21:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8290EFA98; Sat, 9 Sep 2017 23:21:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1504999289244330" MIME-Version: 1.0 Date: Sat, 9 Sep 2017 23:21:29 +0000 From: "Jared D. McNeill" Subject: CVS commit: pkgsrc/sysutils/u-boot To: pkgsrc-changes@NetBSD.org Reply-To: jmcneill@netbsd.org X-Mailer: log_accum Message-Id: <20170909232129.8290EFA98@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1504999289244330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jmcneill Date: Sat Sep 9 23:21:29 UTC 2017 Modified Files: pkgsrc/sysutils/u-boot: distinfo Added Files: pkgsrc/sysutils/u-boot/patches: patch-arch_arm_cpu_armv8_Kconfig Log Message: Add CONFIG_ARMV8_SWITCH_TO_EL1 to Kconfig so it can be used in a configs To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/u-boot/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/sysutils/u-boot/patches/patch-arch_arm_cpu_armv8_Kconfig Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1504999289244330 Content-Disposition: inline Content-Length: 1956 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/u-boot/distinfo diff -u pkgsrc/sysutils/u-boot/distinfo:1.3 pkgsrc/sysutils/u-boot/distinfo:1.4 --- pkgsrc/sysutils/u-boot/distinfo:1.3 Sat Sep 2 17:38:15 2017 +++ pkgsrc/sysutils/u-boot/distinfo Sat Sep 9 23:21:29 2017 @@ -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 Added files: Index: pkgsrc/sysutils/u-boot/patches/patch-arch_arm_cpu_armv8_Kconfig diff -u /dev/null pkgsrc/sysutils/u-boot/patches/patch-arch_arm_cpu_armv8_Kconfig:1.1 --- /dev/null Sat Sep 9 23:21:29 2017 +++ pkgsrc/sysutils/u-boot/patches/patch-arch_arm_cpu_armv8_Kconfig Sat Sep 9 23:21:29 2017 @@ -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 --_----------=_1504999289244330--