[coreboot-gerrit] New patch to review for coreboot: arch/acpi_ivrs.h: Update 8-byte IVRS entry values

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Sat Sep 10 04:53:12 CEST 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16567

-gerrit

commit e2a557bce38bf6981b92a06ef96cd47e3610a555
Author: Martin Roth <martinroth at google.com>
Date:   Thu Sep 8 17:53:41 2016 -0600

    arch/acpi_ivrs.h: Update 8-byte IVRS entry values
    
    I put in the decimal values for these instead of the hex values.
    Instead of running them through a BCD converter, update them to use
    the hex values.
    
    Change-Id: I3fa46f055c3db113758f445f947446dd5834c126
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 src/arch/x86/include/arch/acpi_ivrs.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/arch/x86/include/arch/acpi_ivrs.h b/src/arch/x86/include/arch/acpi_ivrs.h
index 96e7350..4c28a4c 100644
--- a/src/arch/x86/include/arch/acpi_ivrs.h
+++ b/src/arch/x86/include/arch/acpi_ivrs.h
@@ -91,9 +91,9 @@
 #define IVHD_DEV_4_BYTE_END_RANGE		0x04
 #define IVHD_DEV_8_BYTE_ALIAS_SELECT		0x42
 #define IVHD_DEV_8_BYTE_ALIAS_START_RANGE	0x43
-#define IVHD_DEV_8_BYTE_EXT_SELECT		0x70
-#define IVHD_DEV_8_BYTE_EXT_START_RANGE		0x71
-#define IVHD_DEV_8_BYTE_EXT_SPECIAL_DEV		0x72
+#define IVHD_DEV_8_BYTE_EXT_SELECT		0x46
+#define IVHD_DEV_8_BYTE_EXT_START_RANGE		0x47
+#define IVHD_DEV_8_BYTE_EXT_SPECIAL_DEV		0x48
 #define IVHD_DEV_VARIABLE			0xF0
 
 /* IVHD Device Table Entry (DTE) Settings */



More information about the coreboot-gerrit mailing list