Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/72757 )
Change subject: acpi/acpigen.h: Fix ACPI OP codes ......................................................................
acpi/acpigen.h: Fix ACPI OP codes
Change-Id: I51e7f8dc6c0bfef0816ab4da6d96cb0fac873ee8 Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/include/acpi/acpigen.h 1 file changed, 11 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/57/72757/1
diff --git a/src/include/acpi/acpigen.h b/src/include/acpi/acpigen.h index c506021..e11fb0a 100644 --- a/src/include/acpi/acpigen.h +++ b/src/include/acpi/acpigen.h @@ -46,9 +46,7 @@ MULTI_NAME_PREFIX = 0x2F, EXT_OP_PREFIX = 0x5B, MUTEX_OP = 0x01, - EVENT_OP = 0x01, - SF_RIGHT_OP = 0x10, - SF_LEFT_OP = 0x11, + EVENT_OP = 0x02, COND_REFOF_OP = 0x12, CREATEFIELD_OP = 0x13, LOAD_TABLE_OP = 0x1f, @@ -62,7 +60,6 @@ RELEASE_OP = 0x27, FROM_BCD_OP = 0x28, TO_BCD_OP = 0x29, - UNLOAD_OP = 0x2A, REVISON_OP = 0x30, DEBUG_OP = 0x31, FATAL_OP = 0x32, @@ -70,7 +67,6 @@ OPREGION_OP = 0x80, FIELD_OP = 0x81, DEVICE_OP = 0x82, - PROCESSOR_OP = 0x83, POWER_RES_OP = 0x84, THERMAL_ZONE_OP = 0x85, INDEX_FIELD_OP = 0x86,