Re: [U-Boot] [PATCH 03/15] x86: Add some notes for MRC cache with Intel FSP

2016-05-23 Thread Bin Meng
On Mon, May 23, 2016 at 8:19 AM, Simon Glass wrote: > On 22 May 2016 at 02:45, Bin Meng wrote: >> MRC cache relies on Intel FSP to produce a special GUID that >> contains the MRC cache data. Add such information in the >> CONFIG_ENABLE_MRC_CACHE help entry. >> >> Signed-off-by: Bin Meng >> --- >

Re: [U-Boot] [PATCH 03/15] x86: Add some notes for MRC cache with Intel FSP

2016-05-22 Thread Simon Glass
On 22 May 2016 at 02:45, Bin Meng wrote: > MRC cache relies on Intel FSP to produce a special GUID that > contains the MRC cache data. Add such information in the > CONFIG_ENABLE_MRC_CACHE help entry. > > Signed-off-by: Bin Meng > --- > > arch/x86/Kconfig | 7 +++ > 1 file changed, 7 inserti

[U-Boot] [PATCH 03/15] x86: Add some notes for MRC cache with Intel FSP

2016-05-22 Thread Bin Meng
MRC cache relies on Intel FSP to produce a special GUID that contains the MRC cache data. Add such information in the CONFIG_ENABLE_MRC_CACHE help entry. Signed-off-by: Bin Meng --- arch/x86/Kconfig | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig i