HAOUAS Elyes has uploaded this change for review.

View Change

acpi: Bump FADT Minor Version to 3

Change-Id: I3c7803bcab3a4054280e352fd154cc28bf62f723
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
---
M src/acpi/acpi.c
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/50/42250/1
diff --git a/src/acpi/acpi.c b/src/acpi/acpi.c
index a4ea24b..15794f1 100644
--- a/src/acpi/acpi.c
+++ b/src/acpi/acpi.c
@@ -1239,7 +1239,7 @@
memcpy(header->asl_compiler_id, ASLC, 4);
header->asl_compiler_revision = asl_revision;

- fadt->FADT_MinorVersion = 0;
+ fadt->FADT_MinorVersion = 3;

fadt->firmware_ctrl = (unsigned long) facs;
fadt->x_firmware_ctl_l = (unsigned long)facs;

To view, visit change 42250. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I3c7803bcab3a4054280e352fd154cc28bf62f723
Gerrit-Change-Number: 42250
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-MessageType: newchange