Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/81084?usp=email )
Change subject: acpi/acpigen.h: Drop deprecated ACPI OP codes ......................................................................
acpi/acpigen.h: Drop deprecated ACPI OP codes
Clean up OP codes according to ACPI specs 6.5. PROCESSOR_OP is remaining until we cleanup acpigen_write_processor()
Change-Id: I29bb46fe9e3c4f6b384b8300b0e23f41c547d88f Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/include/acpi/acpigen.h 1 file changed, 0 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/84/81084/1
diff --git a/src/include/acpi/acpigen.h b/src/include/acpi/acpigen.h index d2e669f..f2d62eb 100644 --- a/src/include/acpi/acpigen.h +++ b/src/include/acpi/acpigen.h @@ -47,8 +47,6 @@ EXT_OP_PREFIX = 0x5B, MUTEX_OP = 0x01, EVENT_OP = 0x02, - SF_RIGHT_OP = 0x10, - SF_LEFT_OP = 0x11, 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,