Module Name: src
Committed By: martin
Date: Fri Jul 7 19:00:24 UTC 2023
Modified Files:
src/sys/arch/evbarm/conf [netbsd-10]: std.generic
Log Message:
Pull up following revision(s) (requested by jakllsch in ticket #227):
sys/arch/evbarm/conf/std.generic: revision 1.11
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.10.4.1 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.10.4.1
--- src/sys/arch/evbarm/conf/std.generic:1.10 Fri Sep 3 21:58:36 2021
+++ src/sys/arch/evbarm/conf/std.generic Fri Jul 7 19:00:24 2023
@@ -1,4 +1,4 @@
-# $NetBSD: std.generic,v 1.10 2021/09/03 21:58:36 andvar Exp $
+# $NetBSD: std.generic,v 1.10.4.1 2023/07/07 19:00:24 martin 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