[U-Boot] [PATCH v3 18/26] x86: ivybridge: Perform Intel microcode update on boot

Simon Glass sjg at chromium.org
Fri Nov 21 07:51:54 CET 2014


On 13 November 2014 06:42, Simon Glass <sjg at chromium.org> wrote:
> Microcode updates are stored in the device tree. Work through these and
> apply any that are needed.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
>  arch/x86/cpu/ivybridge/Makefile                 |   1 +
>  arch/x86/cpu/ivybridge/cpu.c                    |   5 +
>  arch/x86/cpu/ivybridge/microcode_intel.c        | 151 ++++++++++++++++++++++++
>  arch/x86/include/asm/arch-ivybridge/microcode.h |  20 ++++
>  include/fdtdec.h                                |   1 +
>  lib/fdtdec.c                                    |   1 +
>  6 files changed, 179 insertions(+)
>  create mode 100644 arch/x86/cpu/ivybridge/microcode_intel.c
>  create mode 100644 arch/x86/include/asm/arch-ivybridge/microcode.h

Applied to u-boot-x86.


More information about the U-Boot mailing list