[U-Boot] [PATCH 08/13] x86: fsp: Pass mrc cache to fsp_init() and save it to gd after fsp_init()

Simon Glass sjg at chromium.org
Sun Oct 18 23:38:42 CEST 2015


On 18 October 2015 at 14:27, Simon Glass <sjg at chromium.org> wrote:
> On 11 October 2015 at 22:37, Bin Meng <bmeng.cn at gmail.com> wrote:
>> fsp_init() call has a parameter nvs_buf which is used by FSP as the
>> MRC cache but currently is blindly set to NULL. Retreive the MRC
>> cache from SPI flash and pass it to fsp_init() call. After the call,
>> save FSP produced MRC cache to SPI flash too.
>>
>> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>> ---
>>
>>  arch/x86/lib/fsp/fsp_common.c | 30 +++++++++++++++++++++++++++++-
>>  arch/x86/lib/fsp/fsp_dram.c   |  6 ++++++
>>  2 files changed, 35 insertions(+), 1 deletion(-)
>
> Acked-by: Simon Glass <sjg at chromium.org>

Applied to u-boot-x86, thanks!


More information about the U-Boot mailing list