include/acpi/acpi.h: Introduce ACPI_DSDT_REV_2 macro
This to replace DSDT revison number with macro so we can adapt all boards at once if needed. Change-Id: I9e92a5f408f69aa1a6801bc2cba8ddfe2180b040 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45751 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
dcc1355de7
commit
7f53ec6bfc
|
@ -41,6 +41,7 @@
|
||||||
|
|
||||||
#define ACPI_TABLE_CREATOR "COREBOOT" /* Must be exactly 8 bytes long! */
|
#define ACPI_TABLE_CREATOR "COREBOOT" /* Must be exactly 8 bytes long! */
|
||||||
#define OEM_ID "COREv4" /* Must be exactly 6 bytes long! */
|
#define OEM_ID "COREv4" /* Must be exactly 6 bytes long! */
|
||||||
|
#define ACPI_DSDT_REV_2 0x02 /* DSDT revision: ACPI v2.0 and greater */
|
||||||
|
|
||||||
#if !defined(__ASSEMBLER__) && !defined(__ACPI__)
|
#if !defined(__ASSEMBLER__) && !defined(__ACPI__)
|
||||||
#include <commonlib/helpers.h>
|
#include <commonlib/helpers.h>
|
||||||
|
|
Loading…
Reference in New Issue