From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Wed, 7 Sep 2016 10:02:35 +0800 Subject: [U-Boot] [PATCH v6 06/10] cpu: Add get_vendor callback In-Reply-To: <1471562611-93794-8-git-send-email-agraf@suse.de> References: <1471562611-93794-1-git-send-email-agraf@suse.de> <1471562611-93794-8-git-send-email-agraf@suse.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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/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: Bin Meng