[U-Boot] Please pull u-boot-x86

Hi Tom,
This includes minor updates on IvyBridge support, as well as fixes to EFI payload.
The following changes since commit ff62bdfbd5dd67d37901002a35b541f2c65ad78d:
Merge branch 'master' of git://git.denx.de/u-boot-uniphier (2016-08-28 10:36:20 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git master
for you to fetch changes up to cb1cbdd96962931de2ac948a184874e2672f3f96:
x86: qemu: efi: Add two boards for EFI 32-bit and 64-bit payload (2016-08-30 09:26:05 +0800)
---------------------------------------------------------------- Bin Meng (3): x86: efi: payload: Make EFI payload build again x86: efi: Fix EFI 64-bit payload build warnings x86: qemu: efi: Add two boards for EFI 32-bit and 64-bit payload
Simon Glass (3): x86: Add debugging when a microcode update fails x86: ivybridge: Allow microcode to be collated x86: Add debugging when cpu_common_init() fails
arch/x86/cpu/intel_common/cpu.c | 4 +++- arch/x86/cpu/intel_common/microcode.c | 12 +++++++++++- arch/x86/cpu/ivybridge/cpu.c | 4 +++- arch/x86/include/asm/types.h | 4 ---- board/emulation/qemu-x86/MAINTAINERS | 2 ++ configs/qemu-x86_efi_payload32_defconfig | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ configs/qemu-x86_efi_payload64_defconfig | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ include/efi.h | 34 +++++++++++++++++++++------------- lib/efi/efi_stub.c | 6 +++--- 9 files changed, 140 insertions(+), 23 deletions(-) create mode 100644 configs/qemu-x86_efi_payload32_defconfig create mode 100644 configs/qemu-x86_efi_payload64_defconfig
Regards, Bin

On Tue, Aug 30, 2016 at 09:33:03AM +0800, Bin Meng wrote:
Hi Tom,
This includes minor updates on IvyBridge support, as well as fixes to EFI payload.
The following changes since commit ff62bdfbd5dd67d37901002a35b541f2c65ad78d:
Merge branch 'master' of git://git.denx.de/u-boot-uniphier (2016-08-28 10:36:20 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git master
for you to fetch changes up to cb1cbdd96962931de2ac948a184874e2672f3f96:
x86: qemu: efi: Add two boards for EFI 32-bit and 64-bit payload (2016-08-30 09:26:05 +0800)
Applied to u-boot/master, thanks!
participants (2)
-
Bin Meng
-
Tom Rini