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

2015-04-29 Thread Simon Glass
On 28 April 2015 at 21:57, Bin Meng wrote: > On Wed, Apr 29, 2015 at 10:11 AM, Simon Glass wrote: >> Now that reset_cpu() functions correctly, use it instead of directly >> accessing the port. >> >> Signed-off-by: Simon Glass >> --- >> >> Changes in v2: >> - Correct call to reset_cpu() which was

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

2015-04-28 Thread Bin Meng
On Wed, Apr 29, 2015 at 10:11 AM, Simon Glass wrote: > Now that reset_cpu() functions correctly, use it instead of directly > accessing the port. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Correct call to reset_cpu() which was missing a parameter! > - Tidy up reset calls to do th

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

2015-04-28 Thread Simon Glass
Now that reset_cpu() functions correctly, use it instead of directly accessing the port. Signed-off-by: Simon Glass --- Changes in v2: - Correct call to reset_cpu() which was missing a parameter! - Tidy up reset calls to do the correct reset type arch/x86/cpu/ivybridge/cpu.c | 5 ++--- a