[U-Boot] Please pull u-boot-x86
Bin Meng
bmeng.cn at gmail.com
Thu Oct 19 03:55:13 UTC 2017
Hi Tom,
This includes a critical bug fix for Baytrail ACPI suspend/resume and
some other minor clean ups.
The following changes since commit 6b0fea33424dcce82b6df0c6b3774601eb1ff36a:
Merge git://git.denx.de/u-boot-i2c (2017-10-18 09:32:35 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git
for you to fetch changes up to 9af43acba6ea1fe6de29150b8bd3eb0126ba6a15:
x86: conga-qeval20-qa3-e3845-internal-uart_defconfig: Add ACPI
resume support (2017-10-19 11:37:51 +0800)
----------------------------------------------------------------
Bin Meng (6):
x86: minnowmax: Adjust VGA rom address
x86: baytrail: Fix unstable ACPI S3 resume
x86: Turn off running VGA ROM during S3 resume
x86: fsp: Consolidate Azalia header file
x86: baytrail: fsp: Use a function to update the Azalia config pointer
x86: baytrail: fsp: Move Azalia update codes to board
Heinrich Schuchardt (1):
x86: provide CONFIG_BUILD_ROM
Stefan Roese (1):
x86: conga-qeval20-qa3-e3845-internal-uart_defconfig: Add ACPI
resume support
Kconfig | 9 +++++++++
Makefile | 2 +-
arch/x86/Kconfig | 1 -
arch/x86/cpu/baytrail/fsp_configs.c | 117
+++++++++------------------------------------------------------------------------------------------------
arch/x86/cpu/baytrail/valleyview.c | 22
++++++++++++++++++++
arch/x86/include/asm/arch-baytrail/fsp/azalia.h | 39
-----------------------------------
arch/x86/include/asm/arch-baytrail/fsp/fsp_vpd.h | 2 +-
arch/x86/include/asm/arch-braswell/fsp/fsp_vpd.h | 26
------------------------
arch/x86/include/asm/fsp/fsp_azalia.h | 39
+++++++++++++++++++++++++++++++++++
arch/x86/include/asm/fsp/fsp_support.h | 1 +
board/advantech/som-db5800-som-6867/som-db5800-som-6867.c | 111
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
configs/conga-qeval20-qa3-e3845-internal-uart_defconfig | 1 +
configs/minnowmax_defconfig | 1 +
configs/qemu-x86_64_defconfig | 1 +
configs/qemu-x86_defconfig | 1 +
doc/README.x86 | 12 +++++++----
16 files changed, 206 insertions(+), 179 deletions(-)
delete mode 100644 arch/x86/include/asm/arch-baytrail/fsp/azalia.h
create mode 100644 arch/x86/include/asm/fsp/fsp_azalia.h
Regards,
Bin
More information about the U-Boot
mailing list