commit | 8cd29798d6a8e3cd3061ba855f6ea2b95ec47afc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Sep 25 08:00:13 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Oct 08 13:50:22 2019 +0800 |
tree | 698c12bb47019374a3e5f67297491265fc0ef3b7 | |
parent | 6e93c64117bb8d04586bf095a8af75c25c2a7392 [diff] |
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>