pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/u-boot



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.

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



Home | Main Index | Thread Index | Old Index