
On 15 December 2014 at 22:02, Simon Glass sjg@chromium.org wrote:
There are new microcode revisions available. Update them. Also change the format so that the first 48 bytes are not omitted from the device tree data.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2:
- Update microcode with output from updated tool
arch/x86/cpu/ivybridge/microcode_intel.c | 2 + arch/x86/dts/link.dts | 4 +- arch/x86/dts/microcode/m12206a7_00000028.dtsi | 622 -------------------- arch/x86/dts/microcode/m12206a7_00000029.dtsi | 686 ++++++++++++++++++++++ arch/x86/dts/microcode/m12306a9_00000017.dtsi | 750 ------------------------ arch/x86/dts/microcode/m12306a9_0000001b.dtsi | 814 ++++++++++++++++++++++++++ 6 files changed, 1504 insertions(+), 1374 deletions(-) delete mode 100644 arch/x86/dts/microcode/m12206a7_00000028.dtsi create mode 100644 arch/x86/dts/microcode/m12206a7_00000029.dtsi delete mode 100644 arch/x86/dts/microcode/m12306a9_00000017.dtsi create mode 100644 arch/x86/dts/microcode/m12306a9_0000001b.dtsi
Applied to u-boot-x86.