Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Enable MEMORY_DISK_DYNAMIC & co. to mat...
details: https://anonhg.NetBSD.org/src/rev/49421cdc953d
branches: trunk
changeset: 377253:49421cdc953d
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Mon Jul 03 17:05:10 2023 +0000
description:
Enable MEMORY_DISK_DYNAMIC & co. to match std.generic64
Allows loading of ramdisk.fs via u-boot initrd (to run sysinst)
diffstat:
sys/arch/evbarm/conf/std.generic | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r e80df486eae5 -r 49421cdc953d sys/arch/evbarm/conf/std.generic
--- a/sys/arch/evbarm/conf/std.generic Mon Jul 03 15:29:42 2023 +0000
+++ b/sys/arch/evbarm/conf/std.generic Mon Jul 03 17:05:10 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: std.generic,v 1.10 2021/09/03 21:58:36 andvar Exp $
+# $NetBSD: std.generic,v 1.11 2023/07/03 17:05:10 jakllsch Exp $
#
# generic NetBSD/evbarm with FDT support
@@ -34,6 +34,11 @@ options __HAVE_PCI_MSI_MSIX
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.generic"
+# initrd support
+options MEMORY_DISK_HOOKS
+options MEMORY_DISK_DYNAMIC
+pseudo-device md
+
# Prevent the addition of a command line -DKERNEL_BASE_VOFFSET= as it
# is done at runtime.
makeoptions KERNEL_VOFFSET_RUNTIME=1
Home |
Main Index |
Thread Index |
Old Index