Re: [U-Boot] [PATCH 14/39] x86: Use the standard arch_cpu_init() function

2014-11-10 Thread Simon Glass
Hi, On 8 November 2014 12:40, Simon Glass s...@chromium.org wrote: On 7 November 2014 02:49, Bin Meng bmeng...@gmail.com wrote: On Fri, Nov 7, 2014 at 4:20 AM, Simon Glass s...@chromium.org wrote: Instead of an x86-specific cpu_init_f() function, use the normal U-Boot one for this purpose.

Re: [U-Boot] [PATCH 14/39] x86: Use the standard arch_cpu_init() function

2014-11-08 Thread Simon Glass
On 7 November 2014 02:49, Bin Meng bmeng...@gmail.com wrote: On Fri, Nov 7, 2014 at 4:20 AM, Simon Glass s...@chromium.org wrote: Instead of an x86-specific cpu_init_f() function, use the normal U-Boot one for this purpose. Also remove a useless/misleading comment. Signed-off-by: Simon Glass

Re: [U-Boot] [PATCH 14/39] x86: Use the standard arch_cpu_init() function

2014-11-07 Thread Bin Meng
On Fri, Nov 7, 2014 at 4:20 AM, Simon Glass s...@chromium.org wrote: Instead of an x86-specific cpu_init_f() function, use the normal U-Boot one for this purpose. Also remove a useless/misleading comment. Signed-off-by: Simon Glass s...@chromium.org --- arch/x86/cpu/coreboot/coreboot.c |

[U-Boot] [PATCH 14/39] x86: Use the standard arch_cpu_init() function

2014-11-06 Thread Simon Glass
Instead of an x86-specific cpu_init_f() function, use the normal U-Boot one for this purpose. Also remove a useless/misleading comment. Signed-off-by: Simon Glass s...@chromium.org --- arch/x86/cpu/coreboot/coreboot.c | 5 + arch/x86/cpu/cpu.c| 1 -