Re: [U-Boot] [PATCH v2 2/9] x86: fsp: Avoid cast stack_top in struct shared_data

2015-12-20 Thread Bin Meng
On Sat, Dec 19, 2015 at 10:51 AM, Simon Glass wrote: > On 10 December 2015 at 23:02, Bin Meng wrote: >> Declare stack_top as u32 in struct shared_data and struct common_buf >> so that we can avoid casting in fsp_init(). >> >> Signed-off-by: Bin Meng >> Acked-by: Simon Glass >> --- >> >> Changes

Re: [U-Boot] [PATCH v2 2/9] x86: fsp: Avoid cast stack_top in struct shared_data

2015-12-18 Thread Simon Glass
On 10 December 2015 at 23:02, Bin Meng wrote: > Declare stack_top as u32 in struct shared_data and struct common_buf > so that we can avoid casting in fsp_init(). > > Signed-off-by: Bin Meng > Acked-by: Simon Glass > --- > > Changes in v2: None > > arch/x86/include/asm/fsp/fsp_api.h | 2 +-

[U-Boot] [PATCH v2 2/9] x86: fsp: Avoid cast stack_top in struct shared_data

2015-12-10 Thread Bin Meng
Declare stack_top as u32 in struct shared_data and struct common_buf so that we can avoid casting in fsp_init(). Signed-off-by: Bin Meng Acked-by: Simon Glass --- Changes in v2: None arch/x86/include/asm/fsp/fsp_api.h | 2 +- arch/x86/include/asm/fsp/fsp_support.h | 2 +- arch/x86/lib/fsp