From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Wed, 2 Oct 2019 22:07:10 +0800 Subject: [U-Boot] [PATCH v2 25/38] x86: fsp: Add access to variable MRC data In-Reply-To: <20190925141147.191166-26-sjg@chromium.org> References: <20190925141147.191166-1-sjg@chromium.org> <20190925141147.191166-26-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Sep 25, 2019 at 10:13 PM Simon Glass 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 > --- > > 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