
14 Mar
2016
14 Mar
'16
6:41 a.m.
On Sat, Mar 12, 2016 at 1:07 PM, Simon Glass sjg@chromium.org wrote:
Each CPU needs to have its microcode loaded. Add support for this so that all CPUs will have the same version.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2:
- Fix micrcode typo
- Don't try to update microcode on FSP platforms
arch/x86/cpu/cpu.c | 1 + arch/x86/cpu/intel_common/car.S | 2 ++ arch/x86/cpu/mp_init.c | 6 ++++-- arch/x86/include/asm/microcode.h | 3 +++ arch/x86/lib/fsp/fsp_car.S | 2 ++ 5 files changed, 12 insertions(+), 2 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com