Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/72805 )
Change subject: acpi/acpigen.h: Fix EVENT_OP value ......................................................................
acpi/acpigen.h: Fix EVENT_OP value
Change-Id: I8c531e95f4fc741926bc883d869816f534ff3b7f Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/include/acpi/acpigen.h 1 file changed, 11 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/72805/1
diff --git a/src/include/acpi/acpigen.h b/src/include/acpi/acpigen.h index c506021..dff5a1f 100644 --- a/src/include/acpi/acpigen.h +++ b/src/include/acpi/acpigen.h @@ -46,7 +46,7 @@ MULTI_NAME_PREFIX = 0x2F, EXT_OP_PREFIX = 0x5B, MUTEX_OP = 0x01, - EVENT_OP = 0x01, + EVENT_OP = 0x02, SF_RIGHT_OP = 0x10, SF_LEFT_OP = 0x11, COND_REFOF_OP = 0x12,