Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Build install ramdisk kernel for JORNADA720.
details: https://anonhg.NetBSD.org/src/rev/7a67db2aee01
branches: trunk
changeset: 757544:7a67db2aee01
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Sep 04 01:16:49 2010 +0000
description:
Build install ramdisk kernel for JORNADA720.
diffstat:
distrib/hpcarm/instkernel/Makefile | 3 ++-
etc/etc.hpcarm/Makefile.inc | 4 ++--
sys/arch/hpcarm/conf/INSTALL_JORNADA720 | 13 +++++++++++++
3 files changed, 17 insertions(+), 3 deletions(-)
diffs (52 lines):
diff -r e42960c9130a -r 7a67db2aee01 distrib/hpcarm/instkernel/Makefile
--- a/distrib/hpcarm/instkernel/Makefile Fri Sep 03 23:15:09 2010 +0000
+++ b/distrib/hpcarm/instkernel/Makefile Sat Sep 04 01:16:49 2010 +0000
@@ -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
diff -r e42960c9130a -r 7a67db2aee01 etc/etc.hpcarm/Makefile.inc
--- a/etc/etc.hpcarm/Makefile.inc Fri Sep 03 23:15:09 2010 +0000
+++ b/etc/etc.hpcarm/Makefile.inc Sat Sep 04 01:16:49 2010 +0000
@@ -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
diff -r e42960c9130a -r 7a67db2aee01 sys/arch/hpcarm/conf/INSTALL_JORNADA720
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcarm/conf/INSTALL_JORNADA720 Sat Sep 04 01:16:49 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index