Module Name: src
Committed By: jakllsch
Date: Tue Feb 14 15:09:03 UTC 2012
Modified Files:
src/distrib/notes/common: contents
src/etc/etc.evbarm: Makefile.inc
src/sys/arch/evbarm/conf: MV2120
Added Files:
src/sys/arch/evbarm/conf: MV2120_INSTALL
Log Message:
Bump MV2120 SYMTAB_SPACE.
Add kernels variants for root on the primary partitions of "Drive 1".
Add MV2120 to evbarm release.
To generate a diff of this commit:
cvs rdiff -u -r1.169 -r1.170 src/distrib/notes/common/contents
cvs rdiff -u -r1.26 -r1.27 src/etc/etc.evbarm/Makefile.inc
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/conf/MV2120
cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/conf/MV2120_INSTALL
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/notes/common/contents
diff -u src/distrib/notes/common/contents:1.169 src/distrib/notes/common/contents:1.170
--- src/distrib/notes/common/contents:1.169 Mon Nov 28 06:16:40 2011
+++ src/distrib/notes/common/contents Tue Feb 14 15:09:02 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: contents,v 1.169 2011/11/28 06:16:40 sekiya Exp $
+.\" $NetBSD: contents,v 1.170 2012/02/14 15:09:02 jakllsch Exp $
.\"
.\" Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -575,6 +575,8 @@ install the kernel that matches your har
(see below)
.It Sy kern-IQ80321
(see below)
+.It Sy kern-MV2120
+(see below)
.It Sy kern-SHEEVAPLUG
(see below)
.It Sy kern-TEAMASA_NPWR
Index: src/etc/etc.evbarm/Makefile.inc
diff -u src/etc/etc.evbarm/Makefile.inc:1.26 src/etc/etc.evbarm/Makefile.inc:1.27
--- src/etc/etc.evbarm/Makefile.inc:1.26 Mon Jan 30 09:48:11 2012
+++ src/etc/etc.evbarm/Makefile.inc Tue Feb 14 15:09:02 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.26 2012/01/30 09:48:11 nisimura Exp $
+# $NetBSD: Makefile.inc,v 1.27 2012/02/14 15:09:02 jakllsch Exp $
#
# etc.evbarm/Makefile.inc -- evbarm-specific etc Makefile targets
#
@@ -9,7 +9,7 @@
.if ${MACHINE_ARCH} == "arm"
# Little endian platforms
EVBARM_BOARDS= ADI_BRH CP3100 GEMINI GUMSTIX INTEGRATOR \
- IQ80310 IQ80321 SHEEVAPLUG MINI2440 SMDK2410 \
+ IQ80310 IQ80321 SHEEVAPLUG MINI2440 MV2120 SMDK2410 \
SMDK2800 TEAMASA_NPWR TISDP2420 TS7200 TWINTAIL
.else
# Big endian platforms
Index: src/sys/arch/evbarm/conf/MV2120
diff -u src/sys/arch/evbarm/conf/MV2120:1.4 src/sys/arch/evbarm/conf/MV2120:1.5
--- src/sys/arch/evbarm/conf/MV2120:1.4 Sun Dec 18 05:49:26 2011
+++ src/sys/arch/evbarm/conf/MV2120 Tue Feb 14 15:09:03 2012
@@ -1,11 +1,11 @@
-# $NetBSD: MV2120,v 1.4 2011/12/18 05:49:26 dholland Exp $
+# $NetBSD: MV2120,v 1.5 2012/02/14 15:09:03 jakllsch Exp $
#
# This configuration supports for HP MV2120/MV5140/MV5150.
include "arch/evbarm/conf/std.mv2120"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-options SYMTAB_SPACE="(1024 * 900)"
+options SYMTAB_SPACE="(1024 * 908)"
makeoptions DEBUG="-g"
@@ -157,7 +157,10 @@ options USERCONF # userconf(4) support
config netbsd root on ? type ?
config netbsd-mvgbe0 root on mvgbe0 type nfs
-#config netbsd-wd0g root on wd0g type ffs
+config netbsd-wd0e root on wd0e type ?
+config netbsd-wd0f root on wd0f type ?
+config netbsd-wd0g root on wd0g type ?
+config netbsd-wd0h root on wd0h type ?
# The main bus device
mainbus0 at root
Added files:
Index: src/sys/arch/evbarm/conf/MV2120_INSTALL
diff -u /dev/null src/sys/arch/evbarm/conf/MV2120_INSTALL:1.1
--- /dev/null Tue Feb 14 15:09:03 2012
+++ src/sys/arch/evbarm/conf/MV2120_INSTALL Tue Feb 14 15:09:03 2012
@@ -0,0 +1,10 @@
+# $NetBSD: MV2120_INSTALL,v 1.1 2012/02/14 15:09:03 jakllsch Exp $
+#
+# MV2120_INSTALL -- MV2120 kernel with installation-sized
+# ramdisk
+#
+
+include "arch/evbarm/conf/MV2120"
+include "arch/evbarm/conf/INSTALL"
+
+options BOOTHOWTO=RB_SINGLE