]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Adjust the FSP types slightly
authorSimon Glass <sjg@chromium.org>
Wed, 28 Jan 2015 05:13:37 +0000 (22:13 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 10:59:07 +0000 (12:59 +0200)
commit190c121eb2e26a0270f71c5cbcd584039cef909b
tree99fba1bc20e0e0af8828ac2c34273f28f9e2a8ca
parent5236f8d70a0bce21e31d989a0aabff7ca77fde9d
x86: Adjust the FSP types slightly

To avoid casts, find_fsp_header() should return a pointer. Add asmlinkage
to two API functions which use that convention. UPD_TERMINATOR is common
so move it into a common file.

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