]> git.dujemihanovic.xyz Git - u-boot.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)
commit8cd29798d6a8e3cd3061ba855f6ea2b95ec47afc
tree698c12bb47019374a3e5f67297491265fc0ef3b7
parent6e93c64117bb8d04586bf095a8af75c25c2a7392
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]