-
- Downloads
cpu: Add get_vendor callback
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@suse.de> Reviewed-by:
Simon Glass <sjg@chromium.org> Reviewed-by:
Bin Meng <bmeng.cn@gmail.com>
Showing
- arch/x86/cpu/baytrail/cpu.c 1 addition, 0 deletionsarch/x86/cpu/baytrail/cpu.c
- arch/x86/cpu/broadwell/cpu.c 1 addition, 0 deletionsarch/x86/cpu/broadwell/cpu.c
- arch/x86/cpu/cpu_x86.c 13 additions, 0 deletionsarch/x86/cpu/cpu_x86.c
- arch/x86/cpu/ivybridge/model_206ax.c 1 addition, 0 deletionsarch/x86/cpu/ivybridge/model_206ax.c
- arch/x86/include/asm/cpu_x86.h 13 additions, 0 deletionsarch/x86/include/asm/cpu_x86.h
- drivers/cpu/cpu-uclass.c 10 additions, 0 deletionsdrivers/cpu/cpu-uclass.c
- include/cpu.h 20 additions, 0 deletionsinclude/cpu.h
Loading
Please register or sign in to comment