[U-Boot] [PATCH 02/13] x86: fsp: Update struct common_buf for FSP spec 1.1

Simon Glass sjg at chromium.org
Sat Aug 26 13:38:50 UTC 2017


On 15 August 2017 at 23:41, Bin Meng <bmeng.cn at gmail.com> wrote:
> FSP spec 1.1 adds one more member to the struct common_buf to
> determine the memory size that can be reserved by FSP below "top
> of low usable memory" for bootloader usage. This new member uses
> the reserved space so that it is still compatible with previous
> FSP spec 1.0.
>
> A new HOB (FSP_HOB_RESOURCE_OWNER_BOOTLOADER_TOLUM_GUID) is also
> published when common_buf.tolum_size is valid and non zero.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
>  arch/x86/include/asm/fsp/fsp_api.h | 3 ++-
>  arch/x86/include/asm/fsp/fsp_hob.h | 8 ++++++++
>  2 files changed, 10 insertions(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list