Subrata Banik has posted comments on this change. ( https://review.coreboot.org/23602 )
Change subject: soc/intel/skylake: always select NO_UART_ON_SUPERIO
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/23602/1/src/soc/intel/skylake/Kconfig
File src/soc/intel/skylake/Kconfig:
https://review.coreboot.org/#/c/23602/1/src/soc/intel/skylake/Kconfig@48
PS1, Line 48: select NO_UART_ON_SUPERIO
we might need to check this with IOTG folks at Intel as i know they are using UART over SIO.
--
To view, visit https://review.coreboot.org/23602
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I6c7071ac1a275435830e2ea9b7e5996594ea06ed
Gerrit-Change-Number: 23602
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Bendebury <vbendeb(a)chromium.org>
Gerrit-Reviewer: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Reviewer: Vadim Bendebury <vbendeb(a)chromium.org>
Gerrit-Comment-Date: Tue, 06 Feb 2018 04:13:33 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Vadim Bendebury has posted comments on this change. ( https://review.coreboot.org/23602 )
Change subject: soc/intel/skylake: always select NO_UART_ON_SUPERIO
......................................................................
Patch Set 1:
I have not yet fully tested this, fizz builds fine with and without serial output enabled.
--
To view, visit https://review.coreboot.org/23602
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I6c7071ac1a275435830e2ea9b7e5996594ea06ed
Gerrit-Change-Number: 23602
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Bendebury <vbendeb(a)chromium.org>
Gerrit-Reviewer: Vadim Bendebury <vbendeb(a)chromium.org>
Gerrit-Comment-Date: Tue, 06 Feb 2018 04:12:55 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No
Vadim Bendebury has uploaded this change for review. ( https://review.coreboot.org/23602
Change subject: soc/intel/skylake: always select NO_UART_ON_SUPERIO
......................................................................
soc/intel/skylake: always select NO_UART_ON_SUPERIO
Not selecting NO_UART_ON_SUPERIO causes the DRIVERS_UART_8250IO config
flag to be enabled in src/drivers/uart/Kconfig, which in turn causes
the code for this driver to be included in the image by default.
BRANCH=none
BUG=none
TEST=TBD
Change-Id: I6c7071ac1a275435830e2ea9b7e5996594ea06ed
Signed-off-by: Vadim Bendebury <vbendeb(a)chromium.org>
---
M src/soc/intel/skylake/Kconfig
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/23602/1
diff --git a/src/soc/intel/skylake/Kconfig b/src/soc/intel/skylake/Kconfig
index 34893dc..9a9d9d2 100644
--- a/src/soc/intel/skylake/Kconfig
+++ b/src/soc/intel/skylake/Kconfig
@@ -45,6 +45,7 @@
select PCIEXP_COMMON_CLOCK
select PCIEXP_L1_SUB_STATE
select PCIEX_LENGTH_64MB
+ select NO_UART_ON_SUPERIO
select REG_SCRIPT
select RELOCATABLE_MODULES
select RELOCATABLE_RAMSTAGE
@@ -209,7 +210,6 @@
select CONSOLE_SERIAL
select DRIVERS_UART
select DRIVERS_UART_8250MEM_32
- select NO_UART_ON_SUPERIO
config UART_FOR_CONSOLE
int "Index for LPSS UART port to use for console"
--
To view, visit https://review.coreboot.org/23602
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: I6c7071ac1a275435830e2ea9b7e5996594ea06ed
Gerrit-Change-Number: 23602
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Bendebury <vbendeb(a)chromium.org>