Re: [U-Boot] [PATCH v2 1/6] x86: Add a script to process Intel microcode files

2014-12-16 Thread Simon Glass
Hi Bin, On 16 December 2014 at 01:04, Bin Meng wrote: > Hi Simon, > > On Tue, Dec 16, 2014 at 1:02 PM, Simon Glass wrote: >> Intel delivers microcode updates in a microcode.dat file which must be >> split up into individual files for each CPU. Add a tool which performs >> this task. It can list

Re: [U-Boot] [PATCH v2 1/6] x86: Add a script to process Intel microcode files

2014-12-16 Thread Bin Meng
Hi Simon, On Tue, Dec 16, 2014 at 1:02 PM, Simon Glass wrote: > Intel delivers microcode updates in a microcode.dat file which must be > split up into individual files for each CPU. Add a tool which performs > this task. It can list available microcode updates for each model and > produce a new m

[U-Boot] [PATCH v2 1/6] x86: Add a script to process Intel microcode files

2014-12-15 Thread Simon Glass
Intel delivers microcode updates in a microcode.dat file which must be split up into individual files for each CPU. Add a tool which performs this task. It can list available microcode updates for each model and produce a new microcode update in U-Boot's .dtsi format. Signed-off-by: Simon Glass -