From 16be0337d9297ee6946fa05781c8aee707d2c16b Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 8 Sep 2016 17:53:41 -0600 Subject: 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 Reviewed-on: https://review.coreboot.org/16567 Tested-by: build bot (Jenkins) Reviewed-by: Philipp Deppenwiese --- src/arch/x86/include/arch/acpi_ivrs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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 */ -- cgit v1.2.3