commit | e0e4b64186daa4c36683c7489c6082a74d63ca6e | [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 | 788ed15fed79ce6434a05e8c74f6bcc936065a7b [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>