coreboot_tables: Drop uart PCI addr
Only edk2 used this to fill in a different struct but even there the entries go unused, so removing this struct element from coreboot has no side effects. Change-Id: Iadd2678c4e01d30471eac43017392d256adda341 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/68767 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-by: Hung-Te Lin <hungte@chromium.org> Reviewed-by: Bill XIE <persmule@hardenedlinux.org> Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
This commit is contained in:
committed by
Felix Held
parent
7203aa5c2d
commit
ea1e36694d
@@ -63,14 +63,6 @@ config TTYS0_LCS
|
||||
default 3
|
||||
depends on ENABLE_BUILTIN_HSUART0 || ENABLE_BUILTIN_HSUART1
|
||||
|
||||
# Console: PCI UART bus 0 << 20, device 20 << 15, function x << 12
|
||||
# Valid bit, PCI UART in use: 1 << 31
|
||||
config UART_PCI_ADDR
|
||||
hex
|
||||
default 0x800a1000 if ENABLE_BUILTIN_HSUART0
|
||||
default 0x800a5000 if ENABLE_BUILTIN_HSUART1
|
||||
depends on ENABLE_BUILTIN_HSUART0 || ENABLE_BUILTIN_HSUART1
|
||||
|
||||
#####
|
||||
# Debug support
|
||||
# The following options provide debug support for the Quark coreboot
|
||||
|
Reference in New Issue
Block a user