[U-Boot] [PATCH 25/40] x86: Support saving MRC data from SPL

Bin Meng bmeng.cn at gmail.com
Fri Feb 22 07:19:43 UTC 2019


On Wed, Jan 30, 2019 at 12:00 PM Simon Glass <sjg at chromium.org> wrote:
>
> When SPL is used to set up the memory controller we want to save the MRC
> data in SPL to avoid needing to pass it up to U-Boot proper to save. Add a
> function to handle that.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
>  arch/x86/include/asm/mrccache.h | 11 ++++++++++
>  arch/x86/lib/mrccache.c         | 36 ++++++++++++++++++++++++---------
>  2 files changed, 38 insertions(+), 9 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list