Module Name: src
Committed By: jmcneill
Date: Sun Oct 21 00:57:38 UTC 2018
Modified Files:
src/sys/stand/efiboot: version
src/sys/stand/efiboot/bootaa64: Makefile
Log Message:
Enable ACPI support.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/stand/efiboot/version
cvs rdiff -u -r1.3 -r1.4 src/sys/stand/efiboot/bootaa64/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/stand/efiboot/version
diff -u src/sys/stand/efiboot/version:1.3 src/sys/stand/efiboot/version:1.4
--- src/sys/stand/efiboot/version:1.3 Sun Sep 9 17:55:22 2018
+++ src/sys/stand/efiboot/version Sun Oct 21 00:57:38 2018
@@ -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 @@ is taken as the current.
1.0: Initial version.
1.1: Add PXE booting support.
1.2: Add environment variable support.
+1.3: Add ACPI support.
Index: src/sys/stand/efiboot/bootaa64/Makefile
diff -u src/sys/stand/efiboot/bootaa64/Makefile:1.3 src/sys/stand/efiboot/bootaa64/Makefile:1.4
--- src/sys/stand/efiboot/bootaa64/Makefile:1.3 Fri Oct 12 22:08:04 2018
+++ src/sys/stand/efiboot/bootaa64/Makefile Sun Oct 21 00:57:38 2018
@@ -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 @@ EXTRA_SOURCES+= cache.S
COPTS+= -mgeneral-regs-only -fno-jump-tables
CFLAGS+= -DEFIBOOT_ALIGN=0x200000
-#CFLAGS+= -DEFIBOOT_ACPI
+CFLAGS+= -DEFIBOOT_ACPI
.include "${.CURDIR}/../Makefile.efiboot"