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

2015-10-18 Thread Simon Glass
On 18 October 2015 at 14:27, Simon Glass  wrote:
> On 11 October 2015 at 22:37, Bin Meng  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 
>> ---
>>
>>  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 

Applied to u-boot-x86, thanks!
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-10-18 Thread Simon Glass
On 11 October 2015 at 22:37, Bin Meng  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 
> ---
>
>  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 
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot