[U-Boot] [PATCH 03/13] x86: fsp: Add FSP_GRAPHICS_INFO_HOB

Bin Meng bmeng.cn at gmail.com
Sat Sep 2 16:11:34 UTC 2017


On Sat, Aug 26, 2017 at 9:38 PM, Simon Glass <sjg at chromium.org> wrote:
> 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>

applied to u-boot-x86/next, thanks!


More information about the U-Boot mailing list