Re: [U-Boot] [PATCH 2/4] x86: ivybridge: Use reset_cpu()

2015-04-28 Thread Simon Glass
Hi Bin, On 26 April 2015 at 22:58, Bin Meng wrote: > Hi Simon, > > On Sat, Apr 25, 2015 at 11:04 PM, Simon Glass wrote: >> Now that reset_cpu() functions correctly, use it instead of directly >> accessing the port. >> >> Signed-off-by: Simon Glass >> --- >> >> arch/x86/cpu/ivybridge/cpu.c

Re: [U-Boot] [PATCH 2/4] x86: ivybridge: Use reset_cpu()

2015-04-26 Thread Bin Meng
Hi Simon, On Sat, Apr 25, 2015 at 11:04 PM, Simon Glass wrote: > Now that reset_cpu() functions correctly, use it instead of directly > accessing the port. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/ivybridge/cpu.c | 5 ++--- > arch/x86/cpu/ivybridge/early_me.c | 7 +++ > ar

[U-Boot] [PATCH 2/4] x86: ivybridge: Use reset_cpu()

2015-04-25 Thread Simon Glass
Now that reset_cpu() functions correctly, use it instead of directly accessing the port. Signed-off-by: Simon Glass --- arch/x86/cpu/ivybridge/cpu.c | 5 ++--- arch/x86/cpu/ivybridge/early_me.c | 7 +++ arch/x86/cpu/ivybridge/sdram.c| 3 +-- 3 files changed, 6 insertions(+), 9 dele