[coreboot-gerrit] New patch to review for coreboot: Revert "[WIP] console/Kconfig: Calculate COM port base addresses only on x86"

Ronald G. Minnich (rminnich@gmail.com) gerrit at coreboot.org
Sat Oct 15 00:33:15 CEST 2016


Ronald G. Minnich (rminnich at gmail.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17028

-gerrit

commit 060cf31f40482782bc402acf8753db4b972fd827
Author: Ronald G. Minnich <rminnich at gmail.com>
Date:   Sat Oct 15 00:33:13 2016 +0200

    Revert "[WIP] console/Kconfig: Calculate COM port base addresses only on x86"
    
    This reverts commit 2c8f3bd91b54e85b4d2e24894ee8bbbfb9ad8a31.
    
    I mistakenly commited a WIP, sorry.
    
    Change-Id: I3c66c688dbfd903ecf5303abcdf6b5ded84585c7
---
 src/console/Kconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/console/Kconfig b/src/console/Kconfig
index 278d193..8f74613 100644
--- a/src/console/Kconfig
+++ b/src/console/Kconfig
@@ -57,7 +57,6 @@ config UART_FOR_CONSOLE
 
 # FIXME: Early programming in romstage is incorrect as we should
 # program different LDN to actually change the physical port.
-if ARCH_X86
 config TTYS0_BASE
 	hex
 	depends on DRIVERS_UART
@@ -76,7 +75,6 @@ comment "Serial port base address = 0x3e8"
 depends on UART_FOR_CONSOLE = 2
 comment "Serial port base address = 0x2e8"
 depends on UART_FOR_CONSOLE = 3
-endif # ARCH_X86
 
 choice
 	prompt "Baud rate"



More information about the coreboot-gerrit mailing list