Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as an
example. This newer version reflects the recent changes to further simplify the console code and partly gets rid of some hacks in the previous version. Signed-off-by: Stefan Reinauer <reinauer@google.com> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6544 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
3187d0267d
commit
4885daadb3
@@ -159,6 +159,15 @@ config MMCONF_SUPPORT
|
||||
|
||||
source src/console/Kconfig
|
||||
|
||||
# This should default to N and be set by SuperI/O drivers that have an UART
|
||||
config HAVE_UART_IO_MAPPED
|
||||
bool
|
||||
default y
|
||||
|
||||
config HAVE_UART_MEMORY_MAPPED
|
||||
bool
|
||||
default n
|
||||
|
||||
config HAVE_ACPI_RESUME
|
||||
bool
|
||||
default n
|
||||
|
Reference in New Issue
Block a user