[U-Boot] [PATCH v3] x86: Replace fill_processor_name() with cpu_get_name()
Simon Glass
sjg at chromium.org
Thu Nov 13 04:47:52 CET 2014
Hi,
On 12 November 2014 20:46, Simon Glass <sjg at chromium.org> wrote:
> This implementation has a 'cpu' prefix and returns a pointer to the string,
> avoiding the need for copying.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v3:
> - Added missing print_cpuinfo() call in coreboot.c
Sadly I made a mistake with my testing and had to send a v3 for this
patch only. This is the one I will apply.
>
> arch/x86/cpu/coreboot/coreboot.c | 5 +++++
> arch/x86/cpu/cpu.c | 22 ++++++++++------------
> arch/x86/include/asm/cpu.h | 11 ++++++++---
> arch/x86/include/asm/u-boot-x86.h | 1 +
> 4 files changed, 24 insertions(+), 15 deletions(-)
>
Regards,
Simon
More information about the U-Boot
mailing list