
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:
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@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@chromium.org
applied to u-boot-x86/next, thanks!