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

Hi Tom,
This fixes instability issues on qemu-x86, and enables efi-loader on x86 to use ACPI. This should be the last PR for v2018.07.
The following changes since commit 2121bbe49c27b2b2d865fac4e4071c5a90ae90b2:
lib: div64: fix typeo in include/div64.h (2018-06-29 11:30:39 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git
for you to fetch changes up to 40144260a9c8c5228500824ad9b7b19597a4bb0b:
doc: vxworks: Mention chain-loading an x86 kernel via 'bootefi' (2018-07-02 09:23:28 +0800)
---------------------------------------------------------------- Bin Meng (8): x86: timer: tsc: Allow specifying clock rate from device tree again x86: Add scsi command to coreboot and qemu x86: efi_loader: Build EFI memory map per E820 table efi_loader: Increase number of configuration tables to 16 efi_loader: Install ACPI configuration tables efi_loader: helloworld: Output ACPI configuration table x86: doc: Update EFI loader support doc: vxworks: Mention chain-loading an x86 kernel via 'bootefi'
Ivan Gorinov (1): x86: Use microcode update from device tree for all processors
arch/x86/cpu/coreboot/Kconfig | 1 + arch/x86/cpu/intel_common/car.S | 2 ++ arch/x86/cpu/intel_common/microcode.c | 10 +++++++--- arch/x86/cpu/qemu/Kconfig | 1 + arch/x86/include/asm/microcode.h | 1 + arch/x86/lib/e820.c | 39 +++++++++++++++++++++++++++++++++++++++ arch/x86/lib/fsp/fsp_car.S | 4 +++- cmd/bootefi.c | 5 +++++ doc/README.vxworks | 18 ++++++++++++------ doc/README.x86 | 29 +++++++++++++++++++++++++++-- drivers/timer/tsc_timer.c | 13 +++++++++++-- include/efi_api.h | 4 ++++ include/efi_loader.h | 8 ++++++++ lib/efi_loader/Makefile | 1 + lib/efi_loader/efi_acpi.c | 42 ++++++++++++++++++++++++++++++++++++++++++ lib/efi_loader/efi_boottime.c | 2 +- lib/efi_loader/helloworld.c | 4 ++++ 17 files changed, 169 insertions(+), 15 deletions(-) create mode 100644 lib/efi_loader/efi_acpi.c
Regards, Bin

On Mon, Jul 02, 2018 at 10:00:38AM +0800, Bin Meng wrote:
Hi Tom,
This fixes instability issues on qemu-x86, and enables efi-loader on x86 to use ACPI. This should be the last PR for v2018.07.
The following changes since commit 2121bbe49c27b2b2d865fac4e4071c5a90ae90b2:
lib: div64: fix typeo in include/div64.h (2018-06-29 11:30:39 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git
for you to fetch changes up to 40144260a9c8c5228500824ad9b7b19597a4bb0b:
doc: vxworks: Mention chain-loading an x86 kernel via 'bootefi' (2018-07-02 09:23:28 +0800)
Applied to u-boot/master, thanks!
participants (2)
-
Bin Meng
-
Tom Rini