Attention is currently required from: Matt DeVillier.
Hello Matt DeVillier,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/68531
to look at the new patch set (#2).
Change subject: soc/amd/stoneyridge/uart: add and use uart_info array ......................................................................
soc/amd/stoneyridge/uart: add and use uart_info array
Introduce and use an array of soc_uart_ctrlr_info to align Stoneyridge with the other AMD SoCs in order to allow commonization of the AMD SoC UART code. Since the current Stoneyridge code doesn't provide or use UART MMIO device operations, only the base addresses of the UART controllers from this array are used for now.
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: Ie868cd3e2f77b0f7253c9f6d91dd3bbc3e4b6b0e --- M src/soc/amd/stoneyridge/uart.c 1 file changed, 34 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/31/68531/2