Make 0x3F8 the default UART port.

Signed-off-by: Eugene D. Myers <edmyers@tycho.nsa.gov>
This commit is contained in:
Eugene D. Myers 2020-10-15 11:54:48 -04:00 committed by Eugene D Myers
parent 1f3258261a
commit 5f5a40712f
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ if("${BIOS}" STREQUAL "coreboot")
if("${UART}")
add_definitions( -DUARTBASE=${UART} )
message("UART Base: ${UART}")
else()
add_definitions( -DUARTBASE=0x3F8 )
message("UART Base (default): 0x3F8")
endif()
if("${HEAPSIZE}")