Attention is currently required from: Nico Huber, Tim Wawrzynczak, Michael Niewöhner. Hello build bot (Jenkins), Nico Huber, Tim Wawrzynczak,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/49436
to look at the new patch set (#4).
Change subject: mb/intel/leafhill: do UART pad configuration at board-level ......................................................................
mb/intel/leafhill: do UART pad configuration at board-level
UART pad configuration should not be done in common code, because that may cause short circuits, when the user sets a wrong UART index. Thus, add the corresponding pads to the early UART gpio table for the board as a first step. Common UART pad config code then gets dropped in CB:48829.
Also switch to `bootblock_mainboard_early_init` to configure the pads in early bootblock before console initialization, to make the console work as early as possible. The board does not do any other gpio configuration in bootblock, so this should not influence behaviour in a negative way (e.g. breaking overrides).
Change-Id: Ibc727302109456eb1d86652c947ce85b3a64c5b2 Signed-off-by: Michael Niewöhner foss@mniewoehner.de --- M src/mainboard/intel/leafhill/bootblock.c M src/mainboard/intel/leafhill/brd_gpio_early.h 2 files changed, 6 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/36/49436/4