Re: [U-Boot] [PATCH v2 18/20] x86: Add a CPU driver for baytrail

2015-04-29 Thread Bin Meng
Hi Simon, On Wed, Apr 29, 2015 at 10:25 AM, Simon Glass s...@chromium.org wrote: This driver supports multi-core init and sets up the CPU frequencies correctly. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: None arch/x86/cpu/baytrail/Makefile | 1 +

Re: [U-Boot] [PATCH v2 18/20] x86: Add a CPU driver for baytrail

2015-04-29 Thread Simon Glass
Hi Bin, On 29 April 2015 at 07:57, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Wed, Apr 29, 2015 at 10:25 AM, Simon Glass s...@chromium.org wrote: This driver supports multi-core init and sets up the CPU frequencies correctly. Signed-off-by: Simon Glass s...@chromium.org --- Changes

Re: [U-Boot] [PATCH v2 18/20] x86: Add a CPU driver for baytrail

2015-04-29 Thread Bin Meng
Hi Simon, On Wed, Apr 29, 2015 at 10:25 AM, Simon Glass s...@chromium.org wrote: This driver supports multi-core init and sets up the CPU frequencies correctly. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: None arch/x86/cpu/baytrail/Makefile | 1 +

Re: [U-Boot] [PATCH v2 18/20] x86: Add a CPU driver for baytrail

2015-04-29 Thread Bin Meng
Hi Simon, On Wed, Apr 29, 2015 at 10:00 PM, Simon Glass s...@chromium.org wrote: Hi Bin, On 29 April 2015 at 07:57, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Wed, Apr 29, 2015 at 10:25 AM, Simon Glass s...@chromium.org wrote: This driver supports multi-core init and sets up the CPU

Re: [U-Boot] [PATCH v2 18/20] x86: Add a CPU driver for baytrail

2015-04-29 Thread Simon Glass
Hi Bin, On 29 April 2015 at 08:25, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Wed, Apr 29, 2015 at 10:00 PM, Simon Glass s...@chromium.org wrote: Hi Bin, On 29 April 2015 at 07:57, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Wed, Apr 29, 2015 at 10:25 AM, Simon Glass

[U-Boot] [PATCH v2 18/20] x86: Add a CPU driver for baytrail

2015-04-28 Thread Simon Glass
This driver supports multi-core init and sets up the CPU frequencies correctly. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: None arch/x86/cpu/baytrail/Makefile | 1 + arch/x86/cpu/baytrail/cpu.c | 206 +++