[coreboot-gerrit] Change in coreboot[master]: ec/google/wilco: Enable COM1 ACPI device

Duncan Laurie (Code Review) gerrit at coreboot.org
Sat Nov 17 20:23:02 CET 2018


Duncan Laurie has uploaded this change for review. ( https://review.coreboot.org/29672


Change subject: ec/google/wilco: Enable COM1 ACPI device
......................................................................

ec/google/wilco: Enable COM1 ACPI device

Enable the COM1 ACPI device based on the existing Kconfig option
CONFIG_DRIVERS_UART_8250IO instead of expecting the mainboard to
also define another value for ACPI.

Change-Id: I69361cc2c245cfcad3e4f57567bf56d5a26f0b06
Signed-off-by: Duncan Laurie <dlaurie at google.com>
---
M src/ec/google/wilco/acpi/superio.asl
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/72/29672/1

diff --git a/src/ec/google/wilco/acpi/superio.asl b/src/ec/google/wilco/acpi/superio.asl
index a8cea78..9c23c49 100644
--- a/src/ec/google/wilco/acpi/superio.asl
+++ b/src/ec/google/wilco/acpi/superio.asl
@@ -29,7 +29,7 @@
 
 		Method (_STA, 0, NotSerialized)
 		{
-#ifdef SIO_EC_ENABLE_COM1
+#if IS_ENABLED(CONFIG_DRIVERS_UART_8250IO)
 			Return (0x0f)
 #else
 			Return (Zero)

-- 
To view, visit https://review.coreboot.org/29672
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: I69361cc2c245cfcad3e4f57567bf56d5a26f0b06
Gerrit-Change-Number: 29672
Gerrit-PatchSet: 1
Gerrit-Owner: Duncan Laurie <dlaurie at chromium.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181117/4461f949/attachment-0001.html>


More information about the coreboot-gerrit mailing list