[coreboot-gerrit] Change in coreboot[master]: soc/intel/skylake: Do not set ACPI_FADT_LEGACY_DEVICES

Furquan Shaikh (Code Review) gerrit at coreboot.org
Wed Feb 21 06:43:40 CET 2018


Furquan Shaikh has uploaded this change for review. ( https://review.coreboot.org/23833


Change subject: soc/intel/skylake: Do not set ACPI_FADT_LEGACY_DEVICES
......................................................................

soc/intel/skylake: Do not set ACPI_FADT_LEGACY_DEVICES

SKL/KBL PCH does not support legacy devices. This change removes the
setting of ACPI_FADT_LEGACY_DEVICES flag in FADT for SKL/KBL.

BUG=b:72679357

Change-Id: Ie2a85a719997157f52b0eab7254689f5a56ba05b
Signed-off-by: Furquan Shaikh <furquan at chromium.org>
---
M src/soc/intel/skylake/acpi.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/33/23833/1

diff --git a/src/soc/intel/skylake/acpi.c b/src/soc/intel/skylake/acpi.c
index a0be5f5..6e1a886 100644
--- a/src/soc/intel/skylake/acpi.c
+++ b/src/soc/intel/skylake/acpi.c
@@ -267,7 +267,7 @@
 	fadt->day_alrm = 0xd;
 	fadt->mon_alrm = 0x00;
 	fadt->century = 0x00;
-	fadt->iapc_boot_arch = ACPI_FADT_LEGACY_DEVICES;
+	fadt->iapc_boot_arch = 0;
 	if (!IS_ENABLED(CONFIG_NO_FADT_8042))
 		fadt->iapc_boot_arch |= ACPI_FADT_8042;
 

-- 
To view, visit https://review.coreboot.org/23833
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie2a85a719997157f52b0eab7254689f5a56ba05b
Gerrit-Change-Number: 23833
Gerrit-PatchSet: 1
Gerrit-Owner: Furquan Shaikh <furquan at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180221/9a0bcd05/attachment-0001.html>


More information about the coreboot-gerrit mailing list