Attention is currently required from: Angel Pons, Patrick Rudolph, Paul Menzel, Vlado Cibic.
Hello Angel Pons, Patrick Rudolph, Vlado Cibic, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/73693?usp=email
to look at the new patch set (#9).
The following approvals got outdated and were removed: Code-Review+1 by Angel Pons, Code-Review+2 by Patrick Rudolph
Change subject: mb/asus/p8z77-m[_pro]: Properly configure early serial ......................................................................
mb/asus/p8z77-m[_pro]: Properly configure early serial
p8z77-m was not producing serial output until well into ramstage. p8z77-m_pro has incomplete early init code meant to configure serial port A but didn't actually do anything.
To address both issues, select SUPERIO_NUVOTON_COMMON_COM_A to tell nuvoton_enable_serial() to route serial port A signals to the outside, not GPIO8x.
Drop the broken early init code from p8z77-m_pro. I'll also take this chance to revise its #includes based on include-what-you-use results.
TEST=Full native raminit debug log received over serial by minicom.
Change-Id: I304fc1610740375b59121b6b8784122440795838 Signed-off-by: Keith Hui buurin@gmail.com --- M src/mainboard/asus/p8x7x-series/Kconfig M src/mainboard/asus/p8x7x-series/variants/p8z77-m_pro/early_init.c 2 files changed, 3 insertions(+), 9 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/93/73693/9