commit | 4ff333b7dd0f0d541225f87ebb2523beb7eefcad | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Tue Aug 15 22:41:52 2017 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sat Sep 16 14:57:44 2017 +0800 |
tree | ef0df116b69a0d168aad46c3c030a29f20a628fd | |
parent | bb737ced7fc8c6d49554fb431971df87720b0e00 [diff] |
x86: fsp: Add FSP_GRAPHICS_INFO_HOB This adds a new HOB type for graphics information introduced in FSP spec 1.1. When graphics capability is included in FSP and enabled, FSP produces an FSP_GRAPHICS_INFO_HOB as described in the EFI PI specification which provides information about the graphics mode and framebuffer. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>