[U-Boot] Please pull u-boot-x86
Bin Meng
bmeng.cn at gmail.com
Thu Jan 28 08:13:18 CET 2016
Hi Tom,
The following changes since commit b20c38a973a51bf3f663bd298c63ad1b8e0de445:
arm: mvebu: Add support for the Armada XP theadorable board
(2016-01-27 07:45:43 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git master
for you to fetch changes up to 81aaa3d9fce5ce9641e5f0c3354da876d859b3b6:
x86: Correct spi node alias (2016-01-28 13:53:30 +0800)
----------------------------------------------------------------
Bin Meng (1):
x86: Correct spi node alias
Miao Yan (4):
x86: qemu: re-structure qemu_fwcfg_list_firmware()
x86: qemu: setup PM IO base for ACPI in southbridge
x86: qemu: add the ability to load and link ACPI tables from QEMU
x86: config option for loading ACPI table from QEMU
Stefan Roese (4):
x86: baytrail: Add documentation for FSP memory-down values
x86: x86-common.h: Add generic FS commands
misc: Add simple driver to enable the legacy UART on Winbond
Super IO chips
x86: baytrail: Add option to disable the internal UART to
setup_early_uart()
arch/x86/Kconfig | 9 +++
arch/x86/cpu/baytrail/early_uart.c | 10 ++-
arch/x86/cpu/qemu/Kconfig | 7 ++
arch/x86/cpu/qemu/Makefile | 2 +
arch/x86/cpu/qemu/fw_cfg.c | 316
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
arch/x86/cpu/qemu/qemu.c | 29 +++++++++
arch/x86/dts/bayleybay.dts | 4 +-
arch/x86/dts/broadwell_som-6896.dts | 4 +-
arch/x86/dts/chromebook_link.dts | 4 +-
arch/x86/dts/chromebox_panther.dts | 4 +-
arch/x86/dts/crownbay.dts | 4 +-
arch/x86/dts/galileo.dts | 4 +-
arch/x86/dts/minnowmax.dts | 4 +-
arch/x86/include/asm/arch-qemu/device.h | 2 +
arch/x86/include/asm/arch-qemu/qemu.h | 5 ++
arch/x86/include/asm/fw_cfg.h | 70 +++++++++++++++++++-
arch/x86/include/asm/u-boot-x86.h | 2 +-
arch/x86/lib/Makefile | 2 +
arch/x86/lib/acpi_table.c | 4 ++
arch/x86/lib/fsp/fsp_support.c | 2 +-
doc/README.x86 | 2 +-
doc/device-tree-bindings/misc/intel,baytrail-fsp.txt | 31 ++++++++-
drivers/misc/Kconfig | 8 +++
drivers/misc/Makefile | 1 +
drivers/misc/winbond_w83627.c | 41 ++++++++++++
include/configs/x86-common.h | 1 +
include/winbond_w83627.h | 35 ++++++++++
27 files changed, 569 insertions(+), 38 deletions(-)
create mode 100644 drivers/misc/winbond_w83627.c
create mode 100644 include/winbond_w83627.h
Regards,
Bin
More information about the U-Boot
mailing list