Source-Changes-HG archive

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

[src/trunk]: src/sys/stand/efiboot Enable ACPI support.



details:   https://anonhg.NetBSD.org/src/rev/b576db4581f0
branches:  trunk
changeset: 836509:b576db4581f0
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Oct 21 00:57:38 2018 +0000

description:
Enable ACPI support.

diffstat:

 sys/stand/efiboot/bootaa64/Makefile |  4 ++--
 sys/stand/efiboot/version           |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r 3509c2d43127 -r b576db4581f0 sys/stand/efiboot/bootaa64/Makefile
--- a/sys/stand/efiboot/bootaa64/Makefile       Sun Oct 21 00:56:43 2018 +0000
+++ b/sys/stand/efiboot/bootaa64/Makefile       Sun Oct 21 00:57:38 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2018/10/12 22:08:04 jmcneill Exp $
+# $NetBSD: Makefile,v 1.4 2018/10/21 00:57:38 jmcneill Exp $
 
 PROG=          bootaa64.efi
 OBJFMT=                binary
@@ -9,7 +9,7 @@
 
 COPTS+=                -mgeneral-regs-only -fno-jump-tables
 CFLAGS+=       -DEFIBOOT_ALIGN=0x200000
-#CFLAGS+=      -DEFIBOOT_ACPI
+CFLAGS+=       -DEFIBOOT_ACPI
 
 .include "${.CURDIR}/../Makefile.efiboot"
 
diff -r 3509c2d43127 -r b576db4581f0 sys/stand/efiboot/version
--- a/sys/stand/efiboot/version Sun Oct 21 00:56:43 2018 +0000
+++ b/sys/stand/efiboot/version Sun Oct 21 00:57:38 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.3 2018/09/09 17:55:22 jmcneill Exp $
+$NetBSD: version,v 1.4 2018/10/21 00:57:38 jmcneill Exp $
 
 NOTE ANY CHANGES YOU MAKE TO THE EFI BOOTLOADER HERE.  The format of this
 file is important - make sure the entries are appended on end, last item
@@ -7,3 +7,4 @@
 1.0:   Initial version.
 1.1:   Add PXE booting support.
 1.2:   Add environment variable support.
+1.3:   Add ACPI support.



Home | Main Index | Thread Index | Old Index