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>
This commit is contained in:
parent
d173907747
commit
16be0337d9
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue