Running a checked build of Windows is needed for understanding its various BIOS relat...
[coreboot.git] / src / mainboard / kontron / kt690 / fadt.c
index 3508a384db8640f8934bf00f5e6c0d8662640556..2551247b4ee123a6b334b7d4264090a65f833541 100644 (file)
@@ -52,7 +52,7 @@ void acpi_create_fadt(acpi_fadt_t * fadt, acpi_facs_t * facs, void *dsdt)
        memset((void *)fadt, 0, sizeof(acpi_fadt_t));
        memcpy(header->signature, "FACP", 4);
        header->length = 244;
-       header->revision = 1;
+       header->revision = 3;
        memcpy(header->oem_id, OEM_ID, 6);
        memcpy(header->oem_table_id, "COREBOOT", 8);
        memcpy(header->asl_compiler_id, ASLC, 4);