
Hi Tom,
The following changes since commit 5cafcbab580bac6c7f44ca4a164c422b7e1ecf20:
Merge git://git.denx.de/u-boot-net (2017-06-03 18:05:28 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git
for you to fetch changes up to d7f7ba36b2edecb16393f8373cca833adb8ea6c3:
x86: fsp: Remove the call to set up internal uart in fsp_init() (2017-06-05 08:55:22 +0800)
---------------------------------------------------------------- Bin Meng (6): x86: baytrail: Change "fsp, mrc-init-tseg-size" default value to 1 x86: baytrail: Remove "serial-debug-port-*" settings x86: baytrail: Use macros instead of magic numbers for FSP settings x86: baytrail: Change lpe/lpss-sio/scc FSP properties to integer x86: baytrail: Fix boot hang with a debug build x86: fsp: Remove the call to set up internal uart in fsp_init()
arch/x86/cpu/baytrail/Kconfig | 4 ++++ arch/x86/cpu/baytrail/early_uart.c | 5 +++++ arch/x86/cpu/baytrail/fsp_configs.c | 50 ++++++++++++++++++++++++++------------------------ arch/x86/dts/bayleybay.dts | 25 ++++++++++++------------- arch/x86/dts/baytrail_som-db5800-som-6867.dts | 21 ++++++++++----------- arch/x86/dts/conga-qeval20-qa3-e3845.dts | 35 ++++++++++++++++++----------------- arch/x86/dts/dfi-bt700.dtsi | 35 ++++++++++++++++++----------------- arch/x86/dts/minnowmax.dts | 37 ++++++++++++++++++------------------- arch/x86/include/asm/arch-baytrail/fsp/fsp_configs.h | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ arch/x86/include/asm/arch-baytrail/fsp/fsp_vpd.h | 9 ++++----- arch/x86/lib/fsp/fsp_support.c | 4 ---- doc/device-tree-bindings/misc/intel,baytrail-fsp.txt | 88 ++++++++++++++++++++++++++++------------------------------------------------------------ 12 files changed, 230 insertions(+), 170 deletions(-)
Regards, Bin