Hello build bot (Jenkins), Jason Glenesk, Raul Rangel, Furquan Shaikh, Patrick Georgi, Martin Roth, Aaron Durbin,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/42517
to look at the new patch set (#3).
Change subject: soc/amd/picasso/uart: factor out console-related functions ......................................................................
soc/amd/picasso/uart: factor out console-related functions
Move uart_platform_base and uart_platform_refclk to their own compilation unit to avoid preprocessor usage. The newly created compilation unit is only added to the build when PICASSO_CONSOLE_UART is selected.
Change-Id: I56911addc8c000a0772156e5166720867cdd26fe Signed-off-by: Felix Held felix-coreboot@felixheld.de --- M src/soc/amd/picasso/Makefile.inc M src/soc/amd/picasso/include/soc/southbridge.h A src/soc/amd/picasso/include/soc/uart.h M src/soc/amd/picasso/southbridge.c M src/soc/amd/picasso/uart.c A src/soc/amd/picasso/uart_console.c 6 files changed, 41 insertions(+), 22 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/42517/3