Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Add CI20 install kernel and build that and the normal image ...
details: https://anonhg.NetBSD.org/src/rev/5d9110a662d0
branches: trunk
changeset: 337205:5d9110a662d0
user: joerg <joerg%NetBSD.org@localhost>
date: Mon Apr 06 14:18:08 2015 +0000
description:
Add CI20 install kernel and build that and the normal image as kernel set.
diffstat:
distrib/evbmips/instkernel/instkernel/Makefile | 5 +++--
etc/etc.evbmips/Makefile.inc | 6 +++---
sys/arch/evbmips/conf/INSTALL_CI20 | 14 ++++++++++++++
3 files changed, 20 insertions(+), 5 deletions(-)
diffs (58 lines):
diff -r 32f1c27d9a59 -r 5d9110a662d0 distrib/evbmips/instkernel/instkernel/Makefile
--- a/distrib/evbmips/instkernel/instkernel/Makefile Mon Apr 06 14:12:28 2015 +0000
+++ b/distrib/evbmips/instkernel/instkernel/Makefile Mon Apr 06 14:18:08 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2011/08/29 18:32:18 bouyer Exp $
+# $NetBSD: Makefile,v 1.5 2015/04/06 14:18:09 joerg Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -8,7 +8,8 @@
.if ${MACHINE_ARCH} == "mipsel"
# Little endian platforms.
-MDSETTARGETS= INSTALL_OMSAL400 ${RAMDISK} -
+MDSETTARGETS= INSTALL_CI20 ${RAMDISK} -
+MDSETTARGETS+= INSTALL_OMSAL400 ${RAMDISK} -
MDSETTARGETS+= INSTALL_MALTA ${RAMDISK} -
.elif ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
diff -r 32f1c27d9a59 -r 5d9110a662d0 etc/etc.evbmips/Makefile.inc
--- a/etc/etc.evbmips/Makefile.inc Mon Apr 06 14:12:28 2015 +0000
+++ b/etc/etc.evbmips/Makefile.inc Mon Apr 06 14:18:08 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.18 2011/08/29 18:32:18 bouyer Exp $
+# $NetBSD: Makefile.inc,v 1.19 2015/04/06 14:18:08 joerg Exp $
#
# etc.evbmips/Makefile.inc -- evbmips-specific etc Makefile targets
#
@@ -9,9 +9,9 @@
KERNEL_SUFFIXES= srec
.if ${MACHINE_ARCH} == "mipsel"
-KERNEL_SETS= ALCHEMY CPMBR1400 DBAU1500 DBAU1550 GDIUM
+KERNEL_SETS= ALCHEMY CI20 CPMBR1400 DBAU1500 DBAU1550 GDIUM
KERNEL_SETS+= MALTA MTX-1 OMSAL400
-BUILD_KERNELS= INSTALL_OMSAL400 INSTALL_MALTA
+BUILD_KERNELS= INSTALL_CI20 INSTALL_OMSAL400 INSTALL_MALTA
KERNEL_SETS+= P4032 P5064 P6032
diff -r 32f1c27d9a59 -r 5d9110a662d0 sys/arch/evbmips/conf/INSTALL_CI20
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/evbmips/conf/INSTALL_CI20 Mon Apr 06 14:18:08 2015 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: INSTALL_CI20,v 1.1 2015/04/06 14:18:09 joerg Exp $
+
+include "arch/evbmips/conf/CI20"
+
+#ident "INSTALL_CI20-$Revision: 1.1 $"
+
+# Enable the hooks used for initializing the root memory-disk.
+# The ramdisk size must be kept in sync manually with the size of
+# the `ramdisk' image (which is built in distrib/evbmips/ramdisk/ramdisk).
+pseudo-device md # memory disk device
+options MEMORY_DISK_HOOKS
+options MEMORY_DISK_IS_ROOT # force root on memory disk
+options MEMORY_DISK_SERVER=0 # no userspace memory disk
+options MEMORY_DISK_ROOT_SIZE=12288 # size of memory disk, in blocks
Home |
Main Index |
Thread Index |
Old Index