]> git.kernelconcepts.de Git - karo-tx-uboot.git/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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 10:59:10 +0000 (12:59 +0200)
commit14b5f55dc34f02ca603d3c984a3ff152d7861fa9
tree73f6fb1c1270bc7f44908e93cde27615d9f9e77e
parent78209132a76c039c37242d8a2d81d6915ef2662e
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