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 wrote: > Hi Bin, > > On 9 November 2014 07:18, Bin Meng 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 >> --- >> Changes for

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 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 > --- > Changes for v2: > - Update the patch per review comments from Simon Glass > - cpu_