]> git.baikalelectronics.ru Git - uboot.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)
commit496179177b4516fd428572732a86a172beeb20f2
tree1b1aef4cd4865e66965810f4e6a134636ed13976
parentc7b349621bd348ace4ff45d730c89199aa5f7a7f
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