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 Use ACPI_REDUCED_HARDWARE on arm64 to s...



details:   https://anonhg.NetBSD.org/src/rev/001e126fa3a4
branches:  trunk
changeset: 445176:001e126fa3a4
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Tue Oct 16 00:32:07 2018 +0000

description:
Use ACPI_REDUCED_HARDWARE on arm64 to shrink the kernel

diffstat:

 sys/arch/evbarm/conf/std.generic64 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7ef4370858db -r 001e126fa3a4 sys/arch/evbarm/conf/std.generic64
--- a/sys/arch/evbarm/conf/std.generic64        Tue Oct 16 00:30:08 2018 +0000
+++ b/sys/arch/evbarm/conf/std.generic64        Tue Oct 16 00:32:07 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.generic64,v 1.5 2018/10/15 05:14:07 skrll Exp $
+#      $NetBSD: std.generic64,v 1.6 2018/10/16 00:32:07 jmcneill Exp $
 #
 #      generic NetBSD/evbarm64 with FDT support
 
@@ -9,6 +9,7 @@
 # Architecture options
 options        AARCH64
 
+options        ACPI_REDUCED_HARDWARE
 options        ARM_GENERIC_TODR
 options        ARM_INTR_IMPL="<arch/arm/fdt/fdt_intr.h>"
 options        DRAM_BLOCKS=256



Home | Main Index | Thread Index | Old Index