Module Name:    src
Committed By:   tsutsui
Date:           Sat Sep  4 01:16:50 UTC 2010

Modified Files:
        src/distrib/hpcarm/instkernel: Makefile
        src/etc/etc.hpcarm: Makefile.inc
Added Files:
        src/sys/arch/hpcarm/conf: INSTALL_JORNADA720

Log Message:
Build install ramdisk kernel for JORNADA720.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/distrib/hpcarm/instkernel/Makefile
cvs rdiff -u -r1.9 -r1.10 src/etc/etc.hpcarm/Makefile.inc
cvs rdiff -u -r0 -r1.1 src/sys/arch/hpcarm/conf/INSTALL_JORNADA720

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

Modified files:

Index: src/distrib/hpcarm/instkernel/Makefile
diff -u src/distrib/hpcarm/instkernel/Makefile:1.2 src/distrib/hpcarm/instkernel/Makefile:1.3
--- src/distrib/hpcarm/instkernel/Makefile:1.2	Sat Apr 17 13:36:22 2010
+++ src/distrib/hpcarm/instkernel/Makefile	Sat Sep  4 01:16:49 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2010/04/17 13:36:22 nonaka Exp $
+#	$NetBSD: Makefile,v 1.3 2010/09/04 01:16:49 tsutsui Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -9,6 +9,7 @@
 MINIROOT=	${MINIROOTOBJ}/miniroot.fs
 
 MDSETTARGETS=		INSTALL_IPAQ	${MINIROOT}	netbsd-IPAQ \
+			INSTALL_JORNADA720 ${MINIROOT}	netbsd-JORNADA720 \
 			INSTALL_WZERO3	${MINIROOT}	netbsd-WZERO3
 MDSET_RELEASEDIR=	installation
 

Index: src/etc/etc.hpcarm/Makefile.inc
diff -u src/etc/etc.hpcarm/Makefile.inc:1.9 src/etc/etc.hpcarm/Makefile.inc:1.10
--- src/etc/etc.hpcarm/Makefile.inc:1.9	Sat Apr 17 13:36:21 2010
+++ src/etc/etc.hpcarm/Makefile.inc	Sat Sep  4 01:16:50 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.9 2010/04/17 13:36:21 nonaka Exp $
+#	$NetBSD: Makefile.inc,v 1.10 2010/09/04 01:16:50 tsutsui Exp $
 #
 #	etc.hpcarm/Makefile.inc -- hpcarm-specific etc Makefile targets
 #
@@ -8,7 +8,7 @@
 
 KERNEL_SETS=		IPAQ JORNADA720 WZERO3
 
-BUILD_KERNELS=		INSTALL_IPAQ INSTALL_WZERO3
+BUILD_KERNELS=		INSTALL_IPAQ INSTALL_JORNADA720 INSTALL_WZERO3
 
 INSTALLATION_DIRS+=	installation/miniroot
 

Added files:

Index: src/sys/arch/hpcarm/conf/INSTALL_JORNADA720
diff -u /dev/null src/sys/arch/hpcarm/conf/INSTALL_JORNADA720:1.1
--- /dev/null	Sat Sep  4 01:16:50 2010
+++ src/sys/arch/hpcarm/conf/INSTALL_JORNADA720	Sat Sep  4 01:16:49 2010
@@ -0,0 +1,13 @@
+#
+# kernel config file for system install
+#
+# 	$NetBSD: INSTALL_JORNADA720,v 1.1 2010/09/04 01:16:49 tsutsui Exp $
+#
+
+include		"arch/hpcarm/conf/JORNADA720"
+
+# Enable the hooks used for initializing the root memory-disk.
+options 	MEMORY_DISK_HOOKS
+options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
+options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
+options 	MEMORY_DISK_ROOT_SIZE=8704	# size of memory disk, in blocks

Reply via email to