Re: [U-Boot] [PATCH 32/39] x86: ivybridge: Perform Intel microcode update on boot

2014-11-10 Thread Simon Glass
Hi Bin, On 9 November 2014 19:54, Bin Meng wrote: > Hi Simon, > > On Fri, Nov 7, 2014 at 4:20 AM, Simon Glass wrote: >> Microcode updates are stored in the device tree. Work through these and >> apply any that are needed. >> >> Signed-off-by: Simon Glass >> --- >> >> arch/x86/cpu/ivybridge/Mak

Re: [U-Boot] [PATCH 32/39] x86: ivybridge: Perform Intel microcode update on boot

2014-11-09 Thread Bin Meng
Hi Simon, On Fri, Nov 7, 2014 at 4:20 AM, Simon Glass wrote: > Microcode updates are stored in the device tree. Work through these and > apply any that are needed. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/ivybridge/Makefile | 1 + > arch/x86/cpu/ivybridge/cpu.c

[U-Boot] [PATCH 32/39] x86: ivybridge: Perform Intel microcode update on boot

2014-11-06 Thread Simon Glass
Microcode updates are stored in the device tree. Work through these and apply any that are needed. Signed-off-by: Simon Glass --- arch/x86/cpu/ivybridge/Makefile | 1 + arch/x86/cpu/ivybridge/cpu.c| 5 + arch/x86/cpu/ivybridge/microcode_intel.c| 1