[U-Boot] [PATCH v2 25/38] x86: fsp: Add access to variable MRC data
Bin Meng
bmeng.cn at gmail.com
Wed Oct 2 14:07:10 UTC 2019
On Wed, Sep 25, 2019 at 10:13 PM Simon Glass <sjg at chromium.org> wrote:
>
> With FSP2 the non-volatile storage used by the FSP to init memory can be
> split into a fixed piece (determined at compile time) and a variable piece
> (determined at run time). Add support for reading the latter.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
> arch/x86/include/asm/fsp/fsp_hob.h | 4 ++++
> arch/x86/include/asm/fsp/fsp_support.h | 12 ++++++++++++
> arch/x86/lib/fsp/fsp_support.c | 7 +++++++
> 3 files changed, 23 insertions(+)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list