]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: Support debug UART in 64-bit mode
authorSimon Glass <sjg@chromium.org>
Thu, 4 May 2023 22:50:51 +0000 (16:50 -0600)
committerBin Meng <bmeng@tinylab.org>
Thu, 11 May 2023 02:25:29 +0000 (10:25 +0800)
commitafa3d90c08242790dad21ac27a412067bcbfcb49
tree1b1aef4cd4865e66965810f4e6a134636ed13976
parent94c11e96fd07d46238efe5e5717bc84ffc890443
x86: Support debug UART in 64-bit mode

The debug UART is already set up in SPL, so there is no need to do
anything here. We must provide the (empty) function though.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/x86_64/cpu.c