Source-Changes-HG archive

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

[src/trunk]: src Bump MV2120 SYMTAB_SPACE.



details:   https://anonhg.NetBSD.org/src/rev/78721a6ae2b5
branches:  trunk
changeset: 773729:78721a6ae2b5
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Tue Feb 14 15:09:02 2012 +0000

description:
Bump MV2120 SYMTAB_SPACE.
Add kernels variants for root on the primary partitions of "Drive 1".
Add MV2120 to evbarm release.

diffstat:

 distrib/notes/common/contents       |   4 +++-
 etc/etc.evbarm/Makefile.inc         |   4 ++--
 sys/arch/evbarm/conf/MV2120         |   9 ++++++---
 sys/arch/evbarm/conf/MV2120_INSTALL |  10 ++++++++++
 4 files changed, 21 insertions(+), 6 deletions(-)

diffs (79 lines):

diff -r d81bbabf1d34 -r 78721a6ae2b5 distrib/notes/common/contents
--- a/distrib/notes/common/contents     Tue Feb 14 15:08:07 2012 +0000
+++ b/distrib/notes/common/contents     Tue Feb 14 15:09:02 2012 +0000
@@ -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 @@
 (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
diff -r d81bbabf1d34 -r 78721a6ae2b5 etc/etc.evbarm/Makefile.inc
--- a/etc/etc.evbarm/Makefile.inc       Tue Feb 14 15:08:07 2012 +0000
+++ b/etc/etc.evbarm/Makefile.inc       Tue Feb 14 15:09:02 2012 +0000
@@ -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
diff -r d81bbabf1d34 -r 78721a6ae2b5 sys/arch/evbarm/conf/MV2120
--- a/sys/arch/evbarm/conf/MV2120       Tue Feb 14 15:08:07 2012 +0000
+++ b/sys/arch/evbarm/conf/MV2120       Tue Feb 14 15:09:02 2012 +0000
@@ -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 @@
 
 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
diff -r d81bbabf1d34 -r 78721a6ae2b5 sys/arch/evbarm/conf/MV2120_INSTALL
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/evbarm/conf/MV2120_INSTALL       Tue Feb 14 15:09:02 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index