aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2016-09-08 17:53:41 -0600
committerMartin Roth <martinroth@google.com>2016-09-15 01:43:22 +0200
commit16be0337d9297ee6946fa05781c8aee707d2c16b (patch)
tree4244a895bc9908b3074f53e7819908de3cf07deb /src
parentd173907747ce9b1eea5dad0ca9de7b3166b757b7 (diff)
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@google.com> Reviewed-on: https://review.coreboot.org/16567 Tested-by: build bot (Jenkins) Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@googlemail.com>
Diffstat (limited to 'src')
-rw-r--r--src/arch/x86/include/arch/acpi_ivrs.h6
1 files 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 96e73506fe..4c28a4c699 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 */