Module Name: src
Committed By: jakllsch
Date: Mon Jul 3 17:05:11 UTC 2023
Modified Files:
src/sys/arch/evbarm/conf: std.generic
Log Message:
Enable MEMORY_DISK_DYNAMIC & co. to match std.generic64
Allows loading of ramdisk.fs via u-boot initrd (to run sysinst)
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbarm/conf/std.generic
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbarm/conf/std.generic
diff -u src/sys/arch/evbarm/conf/std.generic:1.10 src/sys/arch/evbarm/conf/std.generic:1.11
--- src/sys/arch/evbarm/conf/std.generic:1.10 Fri Sep 3 21:58:36 2021
+++ src/sys/arch/evbarm/conf/std.generic Mon Jul 3 17:05:10 2023
@@ -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