
2 Sep
2017
2 Sep
'17
6:11 p.m.
On Sat, Aug 26, 2017 at 9:38 PM, Simon Glass sjg@chromium.org wrote:
On 15 August 2017 at 23:41, Bin Meng bmeng.cn@gmail.com wrote:
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
arch/x86/include/asm/fsp/fsp_hob.h | 26 ++++++++++++++++++++++++++ arch/x86/include/asm/fsp/fsp_support.h | 12 ++++++++++++ arch/x86/lib/fsp/fsp_support.c | 7 +++++++ 3 files changed, 45 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org
applied to u-boot-x86/next, thanks!