[U-Boot] [PATCH v2 09/51] x86: Move microcode code to a common location

Bin Meng bmeng.cn at gmail.com
Mon Mar 14 05:32:48 CET 2016


On Sat, Mar 12, 2016 at 1:06 PM, Simon Glass <sjg at chromium.org> wrote:
> This code is used on several Intel CPUs. Move it into a common location.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v2:
> - Rename microcode_intel.c to microcode.c
>
>  arch/x86/cpu/intel_common/Makefile                                    | 3 +++
>  arch/x86/cpu/intel_common/car.S                                       | 2 +-
>  .../x86/cpu/{ivybridge/microcode_intel.c => intel_common/microcode.c} | 4 +++-
>  arch/x86/cpu/ivybridge/Makefile                                       | 1 -
>  arch/x86/cpu/ivybridge/cpu.c                                          | 2 +-
>  arch/x86/include/asm/{arch-ivybridge => }/microcode.h                 | 0
>  6 files changed, 8 insertions(+), 4 deletions(-)
>  rename arch/x86/cpu/{ivybridge/microcode_intel.c => intel_common/microcode.c} (98%)
>  rename arch/x86/include/asm/{arch-ivybridge => }/microcode.h (100%)
>

applied to u-boot-x86/next, thanks!


More information about the U-Boot mailing list