[U-Boot] Please pull u-boot-x86
Bin Meng
bmeng.cn at gmail.com
Tue Sep 10 12:35:30 UTC 2019
Hi Tom,
This PR includes the following x86 changes for v2019.10:
- Tangier ACPI table fixes
- Support getting high memory size on QEMU x86
- Show UEFI images involved in crash for x86
- EFI loader conventional memory map fix
The following changes since commit c705fc3b40b88bfbf465448643c91da71426df2f:
arm: ti: Add missing "=" from previous fix (2019-09-09 10:55:45 -0400)
are available in the git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-x86
for you to fetch changes up to dd4faa964f0741c314b4f1c09f27c07aedc5cdf0:
x86: tangier: Use spaces over TABs in ASL code (2019-09-10 16:19:03 +0800)
----------------------------------------------------------------
Andy Shevchenko (6):
tools: Add ifwitool to .gitignore
x86: acpi: Slightly reduce binary size of ACPI tables for Tangier
x86: acpi: Annotate struct acpi_table_header with __packed
x86: tangier: Reserve PCI ECAM in motherboard resources
x86: tangier: Fix off-by-one error when preparing CSRT
x86: tangier: Use spaces over TABs in ASL code
Bin Meng (4):
x86: Drop weak version board_get_usable_ram_top()
x86: qemu: Extract getting memory size to a separate routine
x86: qemu: Support getting high memory size
x86: qemu: Report high memory in the E820 table
Heinrich Schuchardt (1):
x86: show UEFI images involved in crash
Park, Aiden (2):
doc: slimbootloader: Update Linux booting steps on QEMU
x86: efi_loader: Use efi_add_conventional_memory_map()
arch/x86/cpu/i386/interrupt.c | 14 ++++++++++++++
arch/x86/cpu/qemu/dram.c | 36
++++++++++++++++++++++++++++++++----
arch/x86/cpu/qemu/e820.c | 59
++++++++++++++++++++++++++++++++++++++++-------------------
arch/x86/cpu/tangier/acpi.c | 5 +++--
arch/x86/include/asm/acpi_table.h | 2 +-
arch/x86/include/asm/arch-qemu/qemu.h | 18 ++++++++++++++++++
arch/x86/include/asm/arch-tangier/acpi/platform.asl | 3 ++-
arch/x86/include/asm/arch-tangier/acpi/southcluster.asl | 47
++++++++++++++++++++++++++++++++---------------
arch/x86/include/asm/arch-tangier/iomap.h | 10 ++++++++++
arch/x86/lib/e820.c | 17 ++++++++++++++---
arch/x86/lib/init_helpers.c | 6 ------
doc/board/intel/slimbootloader.rst | 22
++++++++++++++++++++++
tools/.gitignore | 1 +
13 files changed, 189 insertions(+), 51 deletions(-)
create mode 100644 arch/x86/include/asm/arch-tangier/iomap.h
Regards,
Bin
More information about the U-Boot
mailing list