Re: [U-Boot] [PATCH 40/69] x86: Record the CPU details when starting each core

2016-03-10 Thread Bin Meng
Hi Simon, On Mon, Mar 7, 2016 at 10:28 AM, Simon Glass wrote: > As each core starts up, record its microcode version and CPU ID so these can > be presented with the 'cpu detail' command. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/intel_common/microcode_intel.c | 2 +- > arch/x86/cpu/

[U-Boot] [PATCH 40/69] x86: Record the CPU details when starting each core

2016-03-06 Thread Simon Glass
As each core starts up, record its microcode version and CPU ID so these can be presented with the 'cpu detail' command. Signed-off-by: Simon Glass --- arch/x86/cpu/intel_common/microcode_intel.c | 2 +- arch/x86/cpu/mp_init.c | 5 + arch/x86/include/asm/microcode.h