]> git.baikalelectronics.ru Git - uboot.git/commit
x86: Create a new fsp_arch.h header
authorSimon Glass <sjg@chromium.org>
Wed, 25 Sep 2019 14:00:13 +0000 (08:00 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 8 Oct 2019 05:50:22 +0000 (13:50 +0800)
commitf55baaaa71994dab2b56e67fa9130a4e857a9106
tree698c12bb47019374a3e5f67297491265fc0ef3b7
parent973a0a8d6d998dd57e5259787a98976de677db95
x86: Create a new fsp_arch.h header

At present fsp_support.h includes fsp_vpd.h which is an FPSv1 concept
(VPD means Vital Product Data). For FSPv2 only UPD (Updatable Product
Data) is used.

To avoid mangling header files, put these two includes in a separate
header which we can adjust as necessary for FSPv2.

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/fsp1/fsp_support.h
arch/x86/include/asm/fsp_arch.h [new file with mode: 0644]