diff options
| author | tsutsui <tsutsui@NetBSD.org> | 2010-09-04 01:16:49 +0000 |
|---|---|---|
| committer | tsutsui <tsutsui@NetBSD.org> | 2010-09-04 01:16:49 +0000 |
| commit | f2af7cc18768e2ca30fbc8508a6ee20d421e72de (patch) | |
| tree | d25e911b8d78e6adf0ca2da7a979f0cba95becb2 | |
| parent | e811b2c5523ede1604caeaa54ca96ee7848899ba (diff) | |
Build install ramdisk kernel for JORNADA720.
| -rw-r--r-- | distrib/hpcarm/instkernel/Makefile | 3 | ||||
| -rw-r--r-- | etc/etc.hpcarm/Makefile.inc | 4 | ||||
| -rw-r--r-- | sys/arch/hpcarm/conf/INSTALL_JORNADA720 | 13 |
3 files changed, 17 insertions, 3 deletions
diff --git a/distrib/hpcarm/instkernel/Makefile b/distrib/hpcarm/instkernel/Makefile index baf7e56d6f8..71898063b63 100644 --- a/distrib/hpcarm/instkernel/Makefile +++ b/distrib/hpcarm/instkernel/Makefile @@ -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 @@ MINIROOTOBJ!= cd ${DISTRIBDIR}/miniroot && ${PRINTOBJDIR} MINIROOT= ${MINIROOTOBJ}/miniroot.fs MDSETTARGETS= INSTALL_IPAQ ${MINIROOT} netbsd-IPAQ \ + INSTALL_JORNADA720 ${MINIROOT} netbsd-JORNADA720 \ INSTALL_WZERO3 ${MINIROOT} netbsd-WZERO3 MDSET_RELEASEDIR= installation diff --git a/etc/etc.hpcarm/Makefile.inc b/etc/etc.hpcarm/Makefile.inc index 9f2b0fffb26..e027cc1691a 100644 --- a/etc/etc.hpcarm/Makefile.inc +++ b/etc/etc.hpcarm/Makefile.inc @@ -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 --git a/sys/arch/hpcarm/conf/INSTALL_JORNADA720 b/sys/arch/hpcarm/conf/INSTALL_JORNADA720 new file mode 100644 index 00000000000..7d0f859cc30 --- /dev/null +++ b/sys/arch/hpcarm/conf/INSTALL_JORNADA720 @@ -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 |
