Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf move "defparam opt_machdep.h BOOT_ARGS"...



details:   https://anonhg.NetBSD.org/src/rev/e3b5f4980c32
branches:  trunk
changeset: 321517:e3b5f4980c32
user:      ryo <ryo%NetBSD.org@localhost>
date:      Mon Mar 19 17:11:24 2018 +0000

description:
move "defparam opt_machdep.h BOOT_ARGS" to files.evbarm from various places

diffstat:

 sys/arch/evbarm/conf/files.amlogic         |  4 +---
 sys/arch/evbarm/conf/files.armadaxp        |  4 +---
 sys/arch/evbarm/conf/files.awin            |  5 +----
 sys/arch/evbarm/conf/files.bcm53xx         |  5 +----
 sys/arch/evbarm/conf/files.beagle          |  5 +----
 sys/arch/evbarm/conf/files.evbarm          |  6 +++++-
 sys/arch/evbarm/conf/files.fdt             |  4 +---
 sys/arch/evbarm/conf/files.gemini          |  5 +----
 sys/arch/evbarm/conf/files.goldengate      |  5 +----
 sys/arch/evbarm/conf/files.hawk            |  5 +----
 sys/arch/evbarm/conf/files.imx23_olinuxino |  5 +----
 sys/arch/evbarm/conf/files.imx31           |  7 ++-----
 sys/arch/evbarm/conf/files.imx7            |  5 +----
 sys/arch/evbarm/conf/files.kobo            |  5 +----
 sys/arch/evbarm/conf/files.n900            |  5 +----
 sys/arch/evbarm/conf/files.netwalker       |  5 +----
 sys/arch/evbarm/conf/files.nitrogen6       |  5 +----
 sys/arch/evbarm/conf/files.osk5912         |  5 +----
 sys/arch/evbarm/conf/files.tisdp24xx       |  5 +----
 sys/arch/evbarm/conf/files.zynq            |  5 +----
 20 files changed, 25 insertions(+), 75 deletions(-)

diffs (truncated from 363 to 300 lines):

diff -r d1600f735833 -r e3b5f4980c32 sys/arch/evbarm/conf/files.amlogic
--- a/sys/arch/evbarm/conf/files.amlogic        Mon Mar 19 16:34:48 2018 +0000
+++ b/sys/arch/evbarm/conf/files.amlogic        Mon Mar 19 17:11:24 2018 +0000
@@ -1,10 +1,8 @@
-#      $NetBSD: files.amlogic,v 1.1 2015/02/07 17:20:16 jmcneill Exp $
+#      $NetBSD: files.amlogic,v 1.2 2018/03/19 17:11:24 ryo Exp $
 #
 # Amlogic configuration info
 #
 
 file   arch/evbarm/amlogic/amlogic_machdep.c
 
-defparam opt_machdep.h                         BOOT_ARGS
-
 include "arch/arm/amlogic/files.amlogic"
diff -r d1600f735833 -r e3b5f4980c32 sys/arch/evbarm/conf/files.armadaxp
--- a/sys/arch/evbarm/conf/files.armadaxp       Mon Mar 19 16:34:48 2018 +0000
+++ b/sys/arch/evbarm/conf/files.armadaxp       Mon Mar 19 17:11:24 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.armadaxp,v 1.3 2014/03/29 14:13:17 matt Exp $
+#      $NetBSD: files.armadaxp,v 1.4 2018/03/19 17:11:24 ryo Exp $
 #
 # Marvell Armada XP configuration info
 #
@@ -8,8 +8,6 @@
 
 file   arch/evbarm/armadaxp/armadaxp_machdep.c
 
-# Kernel boot arguments
-defparam opt_machdep.h                 BOOT_ARGS
 defflag        opt_cputypes.h                  L2CACHE_ENABLE
 defflag        opt_cputypes.h                  AURORA_IO_CACHE_COHERENCY AURORA_L2_PT_WALK
 
diff -r d1600f735833 -r e3b5f4980c32 sys/arch/evbarm/conf/files.awin
--- a/sys/arch/evbarm/conf/files.awin   Mon Mar 19 16:34:48 2018 +0000
+++ b/sys/arch/evbarm/conf/files.awin   Mon Mar 19 17:11:24 2018 +0000
@@ -1,13 +1,10 @@
-#      $NetBSD: files.awin,v 1.3 2014/10/22 00:46:15 jmcneill Exp $
+#      $NetBSD: files.awin,v 1.4 2018/03/19 17:11:24 ryo Exp $
 #
 # Allwinner AXX evaluation board configuration info
 #
 
 file   arch/evbarm/awin/awin_machdep.c
 
-# Kernel boot arguments
-defparam opt_machdep.h                         BOOT_ARGS
-
 # System config
 defflag        opt_allwinner.h                         AWIN_SYSCONFIG
 
diff -r d1600f735833 -r e3b5f4980c32 sys/arch/evbarm/conf/files.bcm53xx
--- a/sys/arch/evbarm/conf/files.bcm53xx        Mon Mar 19 16:34:48 2018 +0000
+++ b/sys/arch/evbarm/conf/files.bcm53xx        Mon Mar 19 17:11:24 2018 +0000
@@ -1,12 +1,9 @@
-#      $NetBSD: files.bcm53xx,v 1.1 2012/09/01 00:15:11 matt Exp $
+#      $NetBSD: files.bcm53xx,v 1.2 2018/03/19 17:11:24 ryo Exp $
 #
 # BCM5301X evaluation board configuration info
 #
 
 file   arch/evbarm/bcm53xx/bcm53xx_machdep.c
 
-# Kernel boot arguments
-defparam opt_machdep.h                         BOOT_ARGS
-
 # CPU support and integrated peripherals
 include "arch/arm/broadcom/files.bcm53xx"
diff -r d1600f735833 -r e3b5f4980c32 sys/arch/evbarm/conf/files.beagle
--- a/sys/arch/evbarm/conf/files.beagle Mon Mar 19 16:34:48 2018 +0000
+++ b/sys/arch/evbarm/conf/files.beagle Mon Mar 19 17:11:24 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.beagle,v 1.4 2012/09/05 00:09:35 matt Exp $
+#      $NetBSD: files.beagle,v 1.5 2018/03/19 17:11:24 ryo Exp $
 #
 # TI OMAP2 evaluation board configuration info
 #
@@ -9,9 +9,6 @@
 
 file   arch/evbarm/beagle/beagle_machdep.c
 
-# Kernel boot arguments
-defparam opt_machdep.h                         BOOT_ARGS
-
 # CPU support and integrated peripherals
 include "arch/arm/omap/files.omap2"
 
diff -r d1600f735833 -r e3b5f4980c32 sys/arch/evbarm/conf/files.evbarm
--- a/sys/arch/evbarm/conf/files.evbarm Mon Mar 19 16:34:48 2018 +0000
+++ b/sys/arch/evbarm/conf/files.evbarm Mon Mar 19 17:11:24 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.evbarm,v 1.28 2017/12/18 15:53:38 skrll Exp $
+#      $NetBSD: files.evbarm,v 1.29 2018/03/19 17:11:24 ryo Exp $
 #
 # First try for arm-specific configuration info
 #
@@ -37,6 +37,10 @@
 include "dev/scsipi/files.scsipi"              # SCSI devices
 include "dev/usb/files.usb"                    # USB devices
 
+
+# Kernel boot arguments
+defparam       opt_machdep.h                   BOOT_ARGS
+
 #
 # ARM evaluation board specific devices
 #
diff -r d1600f735833 -r e3b5f4980c32 sys/arch/evbarm/conf/files.fdt
--- a/sys/arch/evbarm/conf/files.fdt    Mon Mar 19 16:34:48 2018 +0000
+++ b/sys/arch/evbarm/conf/files.fdt    Mon Mar 19 17:11:24 2018 +0000
@@ -1,10 +1,8 @@
-#      $NetBSD: files.fdt,v 1.2 2017/08/30 23:57:27 jmcneill Exp $
+#      $NetBSD: files.fdt,v 1.3 2018/03/19 17:11:24 ryo Exp $
 #
 # FDT-based kernel configuration info
 #
 
 file   arch/evbarm/fdt/fdt_machdep.c
 
-defparam opt_machdep.h                         BOOT_ARGS
-
 include "arch/arm/fdt/files.fdt"
diff -r d1600f735833 -r e3b5f4980c32 sys/arch/evbarm/conf/files.gemini
--- a/sys/arch/evbarm/conf/files.gemini Mon Mar 19 16:34:48 2018 +0000
+++ b/sys/arch/evbarm/conf/files.gemini Mon Mar 19 17:11:24 2018 +0000
@@ -1,12 +1,9 @@
-#      $NetBSD: files.gemini,v 1.1 2008/10/24 04:23:18 matt Exp $
+#      $NetBSD: files.gemini,v 1.2 2018/03/19 17:11:24 ryo Exp $
 #
 # GEMINI evaluation board configuration info
 #
 
 file   arch/evbarm/gemini/gemini_machdep.c
 
-# Kernel boot arguments
-defparam opt_machdep.h                         BOOT_ARGS
-
 # CPU support and integrated peripherals
 include "arch/arm/gemini/files.gemini"
diff -r d1600f735833 -r e3b5f4980c32 sys/arch/evbarm/conf/files.goldengate
--- a/sys/arch/evbarm/conf/files.goldengate     Mon Mar 19 16:34:48 2018 +0000
+++ b/sys/arch/evbarm/conf/files.goldengate     Mon Mar 19 17:11:24 2018 +0000
@@ -1,12 +1,9 @@
-#      $NetBSD: files.goldengate,v 1.1 2013/02/19 16:12:36 matt Exp $
+#      $NetBSD: files.goldengate,v 1.2 2018/03/19 17:11:24 ryo Exp $
 #
 # GoldenGate evaluation board configuration info
 #
 
 file   arch/evbarm/goldengate/g2_machdep.c
 
-# Kernel boot arguments
-defparam opt_machdep.h                         BOOT_ARGS
-
 # CPU support and integrated peripherals
 include "arch/arm/cortina/files.g2"
diff -r d1600f735833 -r e3b5f4980c32 sys/arch/evbarm/conf/files.hawk
--- a/sys/arch/evbarm/conf/files.hawk   Mon Mar 19 16:34:48 2018 +0000
+++ b/sys/arch/evbarm/conf/files.hawk   Mon Mar 19 17:11:24 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.hawk,v 1.1 2013/10/02 16:48:26 matt Exp $
+# $NetBSD: files.hawk,v 1.2 2018/03/19 17:11:24 ryo Exp $
 #
 # Hawk board configuration info
 #
@@ -7,9 +7,6 @@
 file   arch/arm/arm32/arm32_kvminit.c
 file   arch/evbarm/hawk/hawk_machdep.c
 
-# Kernel boot arguments
-defparam opt_machdep.h                         BOOT_ARGS
-
 # CPU support and integrated peripherals
 include "arch/arm/omap/files.omapl1x"
 
diff -r d1600f735833 -r e3b5f4980c32 sys/arch/evbarm/conf/files.imx23_olinuxino
--- a/sys/arch/evbarm/conf/files.imx23_olinuxino        Mon Mar 19 16:34:48 2018 +0000
+++ b/sys/arch/evbarm/conf/files.imx23_olinuxino        Mon Mar 19 17:11:24 2018 +0000
@@ -1,4 +1,4 @@
-# $Id: files.imx23_olinuxino,v 1.3 2015/01/10 12:18:09 jmcneill Exp $
+# $Id: files.imx23_olinuxino,v 1.4 2018/03/19 17:11:24 ryo Exp $
 #
 # Olimex i.MX23 OLinuXino board configuration info.
 #
@@ -6,9 +6,6 @@
 # Pull in SoC support
 include "arch/arm/imx/files.imx23"
 
-# Kernel boot arguments
-defparam opt_machdep.h                         BOOT_ARGS
-
 file   arch/evbarm/imx23_olinuxino/imx23_olinuxino_machdep.c
 file   arch/arm/arm32/arm32_kvminit.c
 file   arch/arm/arm32/arm32_boot.c
diff -r d1600f735833 -r e3b5f4980c32 sys/arch/evbarm/conf/files.imx31
--- a/sys/arch/evbarm/conf/files.imx31  Mon Mar 19 16:34:48 2018 +0000
+++ b/sys/arch/evbarm/conf/files.imx31  Mon Mar 19 17:11:24 2018 +0000
@@ -1,18 +1,15 @@
 #
-#      $Id: files.imx31,v 1.3 2010/11/13 04:53:58 bsh Exp $
+#      $Id: files.imx31,v 1.4 2018/03/19 17:11:24 ryo Exp $
 #
 
 # derived from:
-#      $NetBSD: files.imx31,v 1.3 2010/11/13 04:53:58 bsh Exp $
+#      $NetBSD: files.imx31,v 1.4 2018/03/19 17:11:24 ryo Exp $
 #
 # Freescale iMX31 evaluation board configuration info
 #
 
 file   arch/evbarm/imx31/imx31lk_machdep.c
 
-# Kernel boot arguments
-defparam opt_machdep.h                         BOOT_ARGS
-
 # CPU support and integrated peripherals
 include "arch/arm/imx/files.imx31"
 
diff -r d1600f735833 -r e3b5f4980c32 sys/arch/evbarm/conf/files.imx7
--- a/sys/arch/evbarm/conf/files.imx7   Mon Mar 19 16:34:48 2018 +0000
+++ b/sys/arch/evbarm/conf/files.imx7   Mon Mar 19 17:11:24 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.imx7,v 1.1 2016/05/17 06:44:46 ryo Exp $
+#      $NetBSD: files.imx7,v 1.2 2018/03/19 17:11:24 ryo Exp $
 #
 # i.MX7
 #
@@ -6,8 +6,5 @@
 file   arch/evbarm/imx7/imx7_machdep.c
 file   arch/evbarm/imx7/imx7_ioconfig.c
 
-# Kernel boot arguments
-defparam opt_machdep.h                         BOOT_ARGS
-
 # CPU support and integrated peripherals
 include "arch/arm/imx/files.imx7"
diff -r d1600f735833 -r e3b5f4980c32 sys/arch/evbarm/conf/files.kobo
--- a/sys/arch/evbarm/conf/files.kobo   Mon Mar 19 16:34:48 2018 +0000
+++ b/sys/arch/evbarm/conf/files.kobo   Mon Mar 19 17:11:24 2018 +0000
@@ -1,13 +1,10 @@
-#      $NetBSD: files.kobo,v 1.2 2015/05/07 04:13:47 hkenken Exp $
+#      $NetBSD: files.kobo,v 1.3 2018/03/19 17:11:24 ryo Exp $
 #
 # KOBO evaluation board configuration info
 #
 
 file   arch/evbarm/kobo/kobo_machdep.c
 
-# Kernel boot arguments
-defparam opt_machdep.h                         BOOT_ARGS
-
 # CPU support and integrated peripherals
 include        "arch/arm/imx/files.imx51"
 
diff -r d1600f735833 -r e3b5f4980c32 sys/arch/evbarm/conf/files.n900
--- a/sys/arch/evbarm/conf/files.n900   Mon Mar 19 16:34:48 2018 +0000
+++ b/sys/arch/evbarm/conf/files.n900   Mon Mar 19 17:11:24 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.n900,v 1.5 2013/05/06 22:56:55 khorben Exp $
+#      $NetBSD: files.n900,v 1.6 2018/03/19 17:11:24 ryo Exp $
 #
 # Nokia N900 configuration info
 #
@@ -9,9 +9,6 @@
 
 file   arch/evbarm/beagle/beagle_machdep.c
 
-# Kernel boot arguments
-defparam opt_machdep.h                         BOOT_ARGS
-
 # CPU support and integrated peripherals
 include "arch/arm/omap/files.omap2"
 
diff -r d1600f735833 -r e3b5f4980c32 sys/arch/evbarm/conf/files.netwalker
--- a/sys/arch/evbarm/conf/files.netwalker      Mon Mar 19 16:34:48 2018 +0000
+++ b/sys/arch/evbarm/conf/files.netwalker      Mon Mar 19 17:11:24 2018 +0000
@@ -1,13 +1,10 @@
-#      $NetBSD: files.netwalker,v 1.10 2015/12/21 04:26:29 hkenken Exp $
+#      $NetBSD: files.netwalker,v 1.11 2018/03/19 17:11:24 ryo Exp $
 #
 # Sharp Netwalker configuration info
 #
 
 file   arch/evbarm/netwalker/netwalker_machdep.c
 
-# Kernel boot arguments
-defparam opt_machdep.h                         BOOT_ARGS
-
 # CPU support and integrated peripherals
 include "arch/arm/imx/files.imx51"
 
diff -r d1600f735833 -r e3b5f4980c32 sys/arch/evbarm/conf/files.nitrogen6
--- a/sys/arch/evbarm/conf/files.nitrogen6      Mon Mar 19 16:34:48 2018 +0000
+++ b/sys/arch/evbarm/conf/files.nitrogen6      Mon Mar 19 17:11:24 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.nitrogen6,v 1.2 2015/07/30 08:09:36 ryo Exp $
+#      $NetBSD: files.nitrogen6,v 1.3 2018/03/19 17:11:24 ryo Exp $
 #
 # Nitrogen6X
 #



Home | Main Index | Thread Index | Old Index