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

2019-05-01 Thread Bin Meng
On Fri, Apr 26, 2019 at 12:00 PM Simon Glass 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 > Reviewed-by: Bin Meng > --- >

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

2019-04-25 Thread Simon Glass
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 Reviewed-by: Bin Meng --- Changes in v2: None arch/x86/include/asm/mrccache.h | 11