acpi/acpi.h: Update region spaces
Update operation region spaces according to ACPI Release 6.3 Errata A. Change-Id: I05305c96a2170eaf651d71ac79b67653745108a2 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46445 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
b20aac0721
commit
5f5fd853ed
|
@ -104,6 +104,11 @@ typedef struct acpi_gen_regaddr {
|
|||
#define ACPI_ADDRESS_SPACE_PCI 2 /* PCI config space */
|
||||
#define ACPI_ADDRESS_SPACE_EC 3 /* Embedded controller */
|
||||
#define ACPI_ADDRESS_SPACE_SMBUS 4 /* SMBus */
|
||||
#define ACPI_ADDRESS_SPACE_CMOS 5 /* SystemCMOS */
|
||||
#define ACPI_ADDRESS_SPACE_PCI_BAR_TARGET 6 /* PciBarTarget */
|
||||
#define ACPI_ADDRESS_SPACE_IPMI 7 /* IPMI */
|
||||
#define ACPI_ADDRESS_SPACE_GENERAL_PURPOSE_IO 8 /* GeneralPurposeIO */
|
||||
#define ACPI_ADDRESS_SPACE_GENERIC_SERIAL_BUS 9 /* GenericSerialBus */
|
||||
#define ACPI_ADDRESS_SPACE_PCC 0x0A /* Platform Comm. Channel */
|
||||
#define ACPI_ADDRESS_SPACE_FIXED 0x7f /* Functional fixed hardware */
|
||||
#define ACPI_FFIXEDHW_VENDOR_INTEL 1 /* Intel */
|
||||
|
|
Loading…
Reference in New Issue