Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-10]: src/sys/arch/evbarm/conf Pull up following revision(s) (requ...



details:   https://anonhg.NetBSD.org/src/rev/90b78a0c44c4
branches:  netbsd-10
changeset: 377332:90b78a0c44c4
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Jul 07 19:00:24 2023 +0000

description:
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)

diffstat:

 sys/arch/evbarm/conf/std.generic |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r c077feaeb905 -r 90b78a0c44c4 sys/arch/evbarm/conf/std.generic
--- a/sys/arch/evbarm/conf/std.generic  Fri Jul 07 18:43:09 2023 +0000
+++ b/sys/arch/evbarm/conf/std.generic  Fri Jul 07 19:00:24 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.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



Home | Main Index | Thread Index | Old Index