Re: [U-Boot] [PATCH v6 06/10] cpu: Add get_vendor callback

2016-09-06 Thread Bin Meng
On Fri, Aug 19, 2016 at 7:23 AM, Alexander Graf wrote: > The CPU udevice already has a few callbacks to retreive information > about the currently running CPUs. This patch adds a new get_vendor() > call that returns the vendor of the main CPUs. > > Signed-off-by: Alexander Graf > --- > arch/x86/

Re: [U-Boot] [PATCH v6 06/10] cpu: Add get_vendor callback

2016-08-20 Thread Simon Glass
On 18 August 2016 at 17:23, Alexander Graf wrote: > The CPU udevice already has a few callbacks to retreive information > about the currently running CPUs. This patch adds a new get_vendor() > call that returns the vendor of the main CPUs. > > Signed-off-by: Alexander Graf > --- > arch/x86/cpu/b

[U-Boot] [PATCH v6 06/10] cpu: Add get_vendor callback

2016-08-18 Thread Alexander Graf
The CPU udevice already has a few callbacks to retreive information about the currently running CPUs. This patch adds a new get_vendor() call that returns the vendor of the main CPUs. Signed-off-by: Alexander Graf --- arch/x86/cpu/baytrail/cpu.c | 1 + arch/x86/cpu/broadwell/cpu.c