Re: [U-Boot] [PATCH v2 9/9] x86: fsp: Set up init runtime buffer in update_fsp_configs()

2015-12-20 Thread Bin Meng
On Sat, Dec 19, 2015 at 10:51 AM, Simon Glass wrote: > On 10 December 2015 at 23:03, Bin Meng wrote: >> fsp_init() runtime buffer parameter might be different across >> different platforms. Move this to update_fsp_configs(). >> >> Signed-off-by: Bin Meng >> >> --- >> >> Changes in v2: >> - split

Re: [U-Boot] [PATCH v2 9/9] x86: fsp: Set up init runtime buffer in update_fsp_configs()

2015-12-18 Thread Simon Glass
On 10 December 2015 at 23:03, Bin Meng wrote: > fsp_init() runtime buffer parameter might be different across > different platforms. Move this to update_fsp_configs(). > > Signed-off-by: Bin Meng > > --- > > Changes in v2: > - split this patch from v1 patch#7 > > arch/x86/cpu/baytrail/fsp_config

[U-Boot] [PATCH v2 9/9] x86: fsp: Set up init runtime buffer in update_fsp_configs()

2015-12-10 Thread Bin Meng
fsp_init() runtime buffer parameter might be different across different platforms. Move this to update_fsp_configs(). Signed-off-by: Bin Meng --- Changes in v2: - split this patch from v1 patch#7 arch/x86/cpu/baytrail/fsp_configs.c| 8 +++- arch/x86/cpu/queensbay/fsp_configs.c | 8 +