commit | 07793c082a9b7816e3f9f22ee95f377a3b56ae0b | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sun Oct 11 21:37:42 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Oct 21 07:46:27 2015 -0600 |
tree | 3b97da44251c910c52ac80fc30850dc1ca87d8e6 | |
parent | 2845ead72799d5dac054392c610dc8be5a520ab3 [diff] |
x86: fsp: Pass mrc cache to fsp_init() and save it to gd after fsp_init() 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@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>