|
@@ -463,6 +463,10 @@ ulong write_acpi_tables(ulong start)
|
|
|
|
|
|
debug("ACPI: done\n");
|
|
debug("ACPI: done\n");
|
|
|
|
|
|
|
|
+ /* Don't touch ACPI hardware on HW reduced platforms */
|
|
|
|
+ if (fadt->flags & ACPI_FADT_HW_REDUCED_ACPI)
|
|
|
|
+ return current;
|
|
|
|
+
|
|
/*
|
|
/*
|
|
* Other than waiting for OSPM to request us to switch to ACPI mode,
|
|
* Other than waiting for OSPM to request us to switch to ACPI mode,
|
|
* do it by ourselves, since SMI will not be triggered.
|
|
* do it by ourselves, since SMI will not be triggered.
|