commit | 3c8b48a3ee4cde85c1b06c1ae0c9885cc7b90ed0 | [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 | f3c06324eaddfc651db447d2ebb8a50cb24a1e0f [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>