[U-Boot] [PATCH 03/13] x86: fsp: Add FSP_GRAPHICS_INFO_HOB
Simon Glass
sjg at chromium.org
Sat Aug 26 13:38:53 UTC 2017
On 15 August 2017 at 23:41, Bin Meng <bmeng.cn at 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 at 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 at chromium.org>
More information about the U-Boot
mailing list