]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: fsp: Introduce CONFIG_FSP_USE_UPD Kconfig option
authorBin Meng <bmeng.cn@gmail.com>
Fri, 11 Dec 2015 06:03:01 +0000 (22:03 -0800)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 13 Jan 2016 04:20:14 +0000 (12:20 +0800)
commit3340f2cc0b8b2e3213e8c4acbcfbd100d3ef5cfe
treea55afe6b0702215a9afb1fd15dc2dd847628890c
parent81f84aa6c903eb78d6650f159a6486a2a5af83cb
x86: fsp: Introduce CONFIG_FSP_USE_UPD Kconfig option

Not every FSP supports UPD, thus we introduce a Kconfig option
CONFIG_FSP_USE_UPD and use it to wrap these common UPD handling
codes in fsp_support.c.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
arch/x86/Kconfig
arch/x86/lib/fsp/fsp_support.c