Re: [U-Boot] [PATCH v2 1/4] x86: Do CPU identification in the early phase

2014-11-11 Thread Bin Meng
Hi Simon, On Tue, Nov 11, 2014 at 2:53 AM, Simon Glass s...@chromium.org wrote: Hi Bin, On 9 November 2014 07:18, Bin Meng bmeng...@gmail.com wrote: The CPU identification happens in x86_cpu_init_f() and corresponding fields are saved in the global data for later use. Signed-off-by: Bin

Re: [U-Boot] [PATCH v2 1/4] x86: Do CPU identification in the early phase

2014-11-10 Thread Simon Glass
Hi Bin, On 9 November 2014 07:18, Bin Meng bmeng...@gmail.com wrote: The CPU identification happens in x86_cpu_init_f() and corresponding fields are saved in the global data for later use. Signed-off-by: Bin Meng bmeng...@gmail.com --- Changes for v2: - Update the patch per review

[U-Boot] [PATCH v2 1/4] x86: Do CPU identification in the early phase

2014-11-09 Thread Bin Meng
The CPU identification happens in x86_cpu_init_f() and corresponding fields are saved in the global data for later use. Signed-off-by: Bin Meng bmeng...@gmail.com --- Changes for v2: - Update the patch per review comments from Simon Glass - cpu_vendor_name() and fill_processor_name() are not