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

Simon Glass sjg at chromium.org
Sun Aug 21 01:52:31 CEST 2016


On 18 August 2016 at 17:23, Alexander Graf <agraf at suse.de> 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 <agraf at suse.de>
> ---
>  arch/x86/cpu/baytrail/cpu.c          |  1 +
>  arch/x86/cpu/broadwell/cpu.c         |  1 +
>  arch/x86/cpu/cpu_x86.c               | 13 +++++++++++++
>  arch/x86/cpu/ivybridge/model_206ax.c |  1 +
>  arch/x86/include/asm/cpu_x86.h       | 13 +++++++++++++
>  drivers/cpu/cpu-uclass.c             | 10 ++++++++++
>  include/cpu.h                        | 20 ++++++++++++++++++++
>  7 files changed, 59 insertions(+)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list