
13 Nov
2014
13 Nov
'14
4:47 a.m.
Hi,
On 12 November 2014 20:46, Simon Glass sjg@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@chromium.org Reviewed-by: Bin Meng bmeng.cn@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