CVS commit: src/etc/etc.evbppc

2021-04-02 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Fri Apr  2 07:08:36 UTC 2021

Modified Files:
src/etc/etc.evbppc: Makefile.inc

Log Message:
- Hook DHT kernel
- Add bin and ub to KERNEL_SUFFIXES
- Group and sort kernels


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/etc/etc.evbppc/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/etc.evbppc/Makefile.inc
diff -u src/etc/etc.evbppc/Makefile.inc:1.13 src/etc/etc.evbppc/Makefile.inc:1.14
--- src/etc/etc.evbppc/Makefile.inc:1.13	Fri Jan 30 15:04:35 2015
+++ src/etc/etc.evbppc/Makefile.inc	Fri Apr  2 07:08:36 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.13 2015/01/30 15:04:35 nonaka Exp $
+#	$NetBSD: Makefile.inc,v 1.14 2021/04/02 07:08:36 rin Exp $
 #
 #	etc.evbppc/Makefile.inc -- evbppc-specific etc Makefile targets
 #
@@ -7,13 +7,25 @@
 # to update the release documentation in distrib/notes/common/contents
 
 .if ${MACHINE_ARCH} == "powerpc"
-KERNEL_SETS=		WALNUT EXPLORA451 OPENBLOCKS200 OPENBLOCKS266
-KERNEL_SETS+=		EV64260 PMPPC
-KERNEL_SETS+=		MPC8536DS MPC8548CDS P2020DS P2020RDB RB800 RB850GX2
+# oea
+KERNEL_SETS+=		EV64260
+KERNEL_SETS+=		PMPPC
+BUILD_KERNELS+=		INSTALL_PMPPC
+# ibm4xx
+KERNEL_SETS+=		DHT
+KERNEL_SETS+=		EXPLORA451
+KERNEL_SETS+=		OPENBLOCKS200 OPENBLOCKS266
+KERNEL_SETS+=		WALNUT
+BUILD_KERNELS+=		INSTALL_OPENBLOCKS266
+BUILD_KERNELS+=		INSTALL_WALNUT
+# booke
+KERNEL_SETS+=		MPC8536DS MPC8548CDS
+KERNEL_SETS+=		P2020DS P2020RDB
+KERNEL_SETS+=		RB800 RB850GX2
 KERNEL_SETS+=		TWRP1025
-KERNEL_SUFFIXES=	img
-
-BUILD_KERNELS=		INSTALL_WALNUT INSTALL_OPENBLOCKS266 INSTALL_PMPPC
-BUILD_KERNELS+=		INSTALL_P2020DS INSTALL_P2020RDB INSTALL_RB850GX2
+BUILD_KERNELS+=		INSTALL_P2020DS INSTALL_P2020RDB
+BUILD_KERNELS+=		INSTALL_RB850GX2
 BUILD_KERNELS+=		INSTALL_TWRP1025
+#
+KERNEL_SUFFIXES=	img bin ub
 .endif



CVS commit: src/etc/etc.evbppc

2020-11-10 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Tue Nov 10 11:22:23 UTC 2020

Modified Files:
src/etc/etc.evbppc: MAKEDEV.conf

Log Message:
Add nvme(4) and raid(4).


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/etc/etc.evbppc/MAKEDEV.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/etc.evbppc/MAKEDEV.conf
diff -u src/etc/etc.evbppc/MAKEDEV.conf:1.11 src/etc/etc.evbppc/MAKEDEV.conf:1.12
--- src/etc/etc.evbppc/MAKEDEV.conf:1.11	Sun Sep 23 09:20:59 2018
+++ src/etc/etc.evbppc/MAKEDEV.conf	Tue Nov 10 11:22:22 2020
@@ -1,9 +1,14 @@
-# $NetBSD: MAKEDEV.conf,v 1.11 2018/09/23 09:20:59 maxv Exp $
+# $NetBSD: MAKEDEV.conf,v 1.12 2020/11/10 11:22:22 rin Exp $
 
 all_md)
 	makedev wscons sd0 sd1 sd2 st0 st1 cd0 cd1 wd0 wd1
 	makedev flash0 flash1 flash2 flash3 flash4 flash5 flash6 flash7
 	makedev ss0 ch0 uk0 uk1
+	makedev nvme0 nvme0ns1 nvme0ns2 nvme0ns3 nvme0ns4
+	makedev nvme1 nvme1ns1 nvme1ns2 nvme1ns3 nvme1ns4
+	makedev nvme2 nvme2ns1 nvme2ns2 nvme2ns3 nvme2ns4
+	makedev nvme3 nvme3ns1 nvme3ns2 nvme3ns3 nvme3ns4
+	makedev raid0 raid1 raid2 raid3
 	makedev mlx0 ld0 ld1 ld2 ld3
 	makedev tty00 tty01
 	makedev lpa0 lpa1 lpa2 lpt0 lpt1 lpt2



CVS commit: src/etc/etc.evbppc

2014-02-27 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Feb 28 06:10:55 UTC 2014

Modified Files:
src/etc/etc.evbppc: Makefile.inc

Log Message:
There are no powerpc64 in evbppc currently.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/etc/etc.evbppc/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/etc.evbppc/Makefile.inc
diff -u src/etc/etc.evbppc/Makefile.inc:1.11 src/etc/etc.evbppc/Makefile.inc:1.12
--- src/etc/etc.evbppc/Makefile.inc:1.11	Wed Aug  1 05:46:13 2012
+++ src/etc/etc.evbppc/Makefile.inc	Fri Feb 28 06:10:54 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.11 2012/08/01 05:46:13 matt Exp $
+#	$NetBSD: Makefile.inc,v 1.12 2014/02/28 06:10:54 matt Exp $
 #
 #	etc.evbppc/Makefile.inc -- evbppc-specific etc Makefile targets
 #
@@ -6,6 +6,7 @@
 # If you change the list of distributed kernels, don't forget
 # to update the release documentation in distrib/notes/common/contents
 
+.if ${MACHINE_ARCH} == "powerpc"
 KERNEL_SETS=		WALNUT EXPLORA451 OPENBLOCKS200 OPENBLOCKS266
 KERNEL_SETS+=		EV64260 PMPPC
 KERNEL_SETS+=		MPC8536DS MPC8548CDS P2020DS P2020RDB RB800 TWRP1025
@@ -13,3 +14,4 @@ KERNEL_SUFFIXES=	img
 
 BUILD_KERNELS=		INSTALL_WALNUT INSTALL_OPENBLOCKS266 INSTALL_PMPPC
 BUILD_KERNELS+=		INSTALL_P2020DS INSTALL_P2020RDB INSTALL_TWRP1025
+.endif



CVS commit: src/etc/etc.evbppc

2012-07-31 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Aug  1 05:46:13 UTC 2012

Modified Files:
src/etc/etc.evbppc: Makefile.inc

Log Message:
Add TWRP1025 and INSTALL_TWRP1025


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/etc/etc.evbppc/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/etc.evbppc/Makefile.inc
diff -u src/etc/etc.evbppc/Makefile.inc:1.10 src/etc/etc.evbppc/Makefile.inc:1.11
--- src/etc/etc.evbppc/Makefile.inc:1.10	Sat Feb  4 10:32:11 2012
+++ src/etc/etc.evbppc/Makefile.inc	Wed Aug  1 05:46:13 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.10 2012/02/04 10:32:11 he Exp $
+#	$NetBSD: Makefile.inc,v 1.11 2012/08/01 05:46:13 matt Exp $
 #
 #	etc.evbppc/Makefile.inc -- evbppc-specific etc Makefile targets
 #
@@ -8,8 +8,8 @@
 
 KERNEL_SETS=		WALNUT EXPLORA451 OPENBLOCKS200 OPENBLOCKS266
 KERNEL_SETS+=		EV64260 PMPPC
-KERNEL_SETS+=		MPC8536DS MPC8548CDS P2020DS P2020RDB RB800
+KERNEL_SETS+=		MPC8536DS MPC8548CDS P2020DS P2020RDB RB800 TWRP1025
 KERNEL_SUFFIXES=	img
 
 BUILD_KERNELS=		INSTALL_WALNUT INSTALL_OPENBLOCKS266 INSTALL_PMPPC
-BUILD_KERNELS+=		INSTALL_P2020DS INSTALL_P2020RDB
+BUILD_KERNELS+=		INSTALL_P2020DS INSTALL_P2020RDB INSTALL_TWRP1025



CVS commit: src/etc/etc.evbppc

2012-02-04 Thread Havard Eidnes
Module Name:src
Committed By:   he
Date:   Sat Feb  4 10:32:11 UTC 2012

Modified Files:
src/etc/etc.evbppc: Makefile.inc

Log Message:
Fix spello for the INSTALL_P2020* kernel configs.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/etc/etc.evbppc/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/etc.evbppc/Makefile.inc
diff -u src/etc/etc.evbppc/Makefile.inc:1.9 src/etc/etc.evbppc/Makefile.inc:1.10
--- src/etc/etc.evbppc/Makefile.inc:1.9	Wed Feb  1 21:56:40 2012
+++ src/etc/etc.evbppc/Makefile.inc	Sat Feb  4 10:32:11 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.9 2012/02/01 21:56:40 matt Exp $
+#	$NetBSD: Makefile.inc,v 1.10 2012/02/04 10:32:11 he Exp $
 #
 #	etc.evbppc/Makefile.inc -- evbppc-specific etc Makefile targets
 #
@@ -12,4 +12,4 @@ KERNEL_SETS+=		MPC8536DS MPC8548CDS P202
 KERNEL_SUFFIXES=	img
 
 BUILD_KERNELS=		INSTALL_WALNUT INSTALL_OPENBLOCKS266 INSTALL_PMPPC
-BUILD_KERNELS+=		INSTALL_P202DS INSTALL_P202RDB
+BUILD_KERNELS+=		INSTALL_P2020DS INSTALL_P2020RDB



CVS commit: src/etc/etc.evbppc

2012-02-01 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb  1 21:56:40 UTC 2012

Modified Files:
src/etc/etc.evbppc: Makefile.inc

Log Message:
Build the INSTALL kernels for the P2020DS and P2020RDB


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/etc/etc.evbppc/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/etc.evbppc/Makefile.inc
diff -u src/etc/etc.evbppc/Makefile.inc:1.8 src/etc/etc.evbppc/Makefile.inc:1.9
--- src/etc/etc.evbppc/Makefile.inc:1.8	Tue Jun  7 17:30:18 2011
+++ src/etc/etc.evbppc/Makefile.inc	Wed Feb  1 21:56:40 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.8 2011/06/07 17:30:18 matt Exp $
+#	$NetBSD: Makefile.inc,v 1.9 2012/02/01 21:56:40 matt Exp $
 #
 #	etc.evbppc/Makefile.inc -- evbppc-specific etc Makefile targets
 #
@@ -12,3 +12,4 @@ KERNEL_SETS+=		MPC8536DS MPC8548CDS P202
 KERNEL_SUFFIXES=	img
 
 BUILD_KERNELS=		INSTALL_WALNUT INSTALL_OPENBLOCKS266 INSTALL_PMPPC
+BUILD_KERNELS+=		INSTALL_P202DS INSTALL_P202RDB



CVS commit: src/etc/etc.evbppc

2011-06-07 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue Jun  7 17:30:18 UTC 2011

Modified Files:
src/etc/etc.evbppc: Makefile.inc

Log Message:
Add mpc85xx kernels.  Add INSTALL_PMPPC
Put each family of kernels on a separate line.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/etc/etc.evbppc/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/etc.evbppc/Makefile.inc
diff -u src/etc/etc.evbppc/Makefile.inc:1.7 src/etc/etc.evbppc/Makefile.inc:1.8
--- src/etc/etc.evbppc/Makefile.inc:1.7	Fri Aug 21 16:57:08 2009
+++ src/etc/etc.evbppc/Makefile.inc	Tue Jun  7 17:30:18 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.7 2009/08/21 16:57:08 tsutsui Exp $
+#	$NetBSD: Makefile.inc,v 1.8 2011/06/07 17:30:18 matt Exp $
 #
 #	etc.evbppc/Makefile.inc -- evbppc-specific etc Makefile targets
 #
@@ -6,8 +6,9 @@
 # If you change the list of distributed kernels, don't forget
 # to update the release documentation in distrib/notes/common/contents
 
-KERNEL_SETS=		WALNUT EV64260 EXPLORA451 OPENBLOCKS200 OPENBLOCKS266
-KERNEL_SETS+=		PMPPC
+KERNEL_SETS=		WALNUT EXPLORA451 OPENBLOCKS200 OPENBLOCKS266
+KERNEL_SETS+=		EV64260 PMPPC
+KERNEL_SETS+=		MPC8536DS MPC8548CDS P2020DS P2020RDB RB800
 KERNEL_SUFFIXES=	img
 
-BUILD_KERNELS=		INSTALL_WALNUT INSTALL_OPENBLOCKS266
+BUILD_KERNELS=		INSTALL_WALNUT INSTALL_OPENBLOCKS266 INSTALL_PMPPC



CVS commit: src/etc/etc.evbppc

2009-08-21 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Fri Aug 21 16:57:09 UTC 2009

Modified Files:
src/etc/etc.evbppc: Makefile.inc

Log Message:
Build PMPPC kernel on release.

XXX1: distrib/notes/common/contents needs to be updated as noted in comment
XXX2: should we also build VIRTEX kernels?


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/etc/etc.evbppc/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/etc.evbppc/Makefile.inc
diff -u src/etc/etc.evbppc/Makefile.inc:1.6 src/etc/etc.evbppc/Makefile.inc:1.7
--- src/etc/etc.evbppc/Makefile.inc:1.6	Tue Jul 24 10:49:25 2007
+++ src/etc/etc.evbppc/Makefile.inc	Fri Aug 21 16:57:08 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.6 2007/07/24 10:49:25 pavel Exp $
+#	$NetBSD: Makefile.inc,v 1.7 2009/08/21 16:57:08 tsutsui Exp $
 #
 #	etc.evbppc/Makefile.inc -- evbppc-specific etc Makefile targets
 #
@@ -7,6 +7,7 @@
 # to update the release documentation in distrib/notes/common/contents
 
 KERNEL_SETS=		WALNUT EV64260 EXPLORA451 OPENBLOCKS200 OPENBLOCKS266
+KERNEL_SETS+=		PMPPC
 KERNEL_SUFFIXES=	img
 
 BUILD_KERNELS=		INSTALL_WALNUT INSTALL_OPENBLOCKS266