]> git.sur5r.net Git - u-boot/commit
x86: Allow a UART to be set up before the FSP is ready
authorSimon Glass <sjg@chromium.org>
Wed, 28 Jan 2015 05:13:42 +0000 (22:13 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 6 Feb 2015 19:07:38 +0000 (12:07 -0700)
commit447f8b018e5e5bc5b6958ce6ed8f79e8c35c30af
tree8e75ccfa3d56a0b6e68a8c148fac401d9cd0d68b
parent8ce24cd9919b9d7157a800e0fd1ec653730c937e
x86: Allow a UART to be set up before the FSP is ready

Since the FSP is a black box it helps to have some sort of debugging
available to check its inputs. If the debug UART is in use, set it up
after CAR is available.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/include/asm/u-boot-x86.h
arch/x86/lib/fsp/fsp_support.c