Re: [U-Boot] [PATCH v3 10/12] x86: config: Enable hook for saving MRC configuration

2015-01-24 Thread Simon Glass
On 19 January 2015 at 23:04, Bin Meng wrote: > On Tue, Jan 20, 2015 at 1:16 PM, Simon Glass wrote: >> Add a hook to ensure that this information is saved. >> >> Signed-off-by: Simon Glass >> --- >> >> Changes in v3: >> - Add misc_init_r() call for link now that it is shared with chromebook_link

Re: [U-Boot] [PATCH v3 10/12] x86: config: Enable hook for saving MRC configuration

2015-01-19 Thread Bin Meng
On Tue, Jan 20, 2015 at 1:16 PM, Simon Glass wrote: > Add a hook to ensure that this information is saved. > > Signed-off-by: Simon Glass > --- > > Changes in v3: > - Add misc_init_r() call for link now that it is shared with chromebook_link > > Changes in v2: None > > arch/x86/cpu/coreboot/core

[U-Boot] [PATCH v3 10/12] x86: config: Enable hook for saving MRC configuration

2015-01-19 Thread Simon Glass
Add a hook to ensure that this information is saved. Signed-off-by: Simon Glass --- Changes in v3: - Add misc_init_r() call for link now that it is shared with chromebook_link Changes in v2: None arch/x86/cpu/coreboot/coreboot.c | 5 + include/configs/chromebook_link.h | 1 + 2 files cha