]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: baytrail: Configure FSP UPD from device tree
authorAndrew Bradford <andrew.bradford@kodakalaris.com>
Fri, 7 Aug 2015 12:36:35 +0000 (08:36 -0400)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:23:19 +0000 (10:23 +0200)
commit8f335d56ccfe37dad0f15317011c249b8c63f91f
tree0255b70f7e374c5591e2b2d3711469311dcc42f7
parent7b96427030d351afa19ff56245106110e1becbec
x86: baytrail: Configure FSP UPD from device tree

Allow for configuration of FSP UPD from the device tree which will
override any settings which the FSP was built with itself.

Modify the MinnowMax and BayleyBay boards to transfer sensible UPD
settings from the Intel FSPv4 Gold release to the respective dts files,
with the condition that the memory-down parameters for MinnowMax are
also used.

Signed-off-by: Andrew Bradford <andrew.bradford@kodakalaris.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
Removed fsp,mrc-debug-msg and fsp,enable-xhci for minnowmax, bayleybay
Fixed lines >80col
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/baytrail/fsp_configs.c
arch/x86/dts/bayleybay.dts
arch/x86/dts/minnowmax.dts
doc/device-tree-bindings/misc/intel,baytrail-fsp.txt [new file with mode: 0644]
include/fdtdec.h
lib/fdtdec.c