[PATCH v3 09/16] x86: coreboot: Use a memory-mapped UART

Bin Meng bmeng.cn at gmail.com
Thu May 4 15:18:43 CEST 2023


On Mon, Mar 27, 2023 at 12:16 PM Simon Glass <sjg at chromium.org> wrote:
>
> This is much more common on modern hardware, so default to using it.
>
> This does not affect the normal UART, but does allow the debug UART to
> work, since it uses serial_out_shift(), etc.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> (no changes since v2)
>
> Changes in v2:
> - Expand commit message to explain this is for the debug UART
> - Update the defconfig instead
>
>  configs/coreboot64_defconfig | 1 -
>  configs/coreboot_defconfig   | 1 -
>  2 files changed, 2 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list