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

Hi Tom,
The following changes since commit 4cc9699be7ffc6072482240f5ba208488abe1090:
common: env_nand: Ensure that we have nand_info[0] prior to use (2016-08-15 18:46:41 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git master
for you to fetch changes up to 27daffe7cec26ec1462245e4e15c36d19d886221:
x86: Add theadorable-x86-dfi-bt700 board support (2016-08-16 11:44:09 +0800)
---------------------------------------------------------------- Bin Meng (1): x86: bayleybay: Add PS/2 keyboard and mouse to ASL file
George McCollister (1): x86: som-db5800-som-6867: fix SERIRQ on reset
Simon Glass (5): x86: Mention how to boot a 64-bit kernel from U-Boot x86: Add a reference to README.efi x86: Mention running U-Boot in 64-bit mode in the README bdinfo: Don't print out empty DRAM banks x86: bdinfo: Drop meaningless values
Stefan Roese (9): x86: conga-qeval20-qa3: Add missing MAINTERNERS entry x86: doc: Add note about the debug FSP usage on BayTrail x86: cache.h: Add default for CONFIG_SYS_CACHELINE_SIZE x86: baytrail: Add SIO HS-UART clock setup misc: Add simple driver for some Nuvoton NCT6102D devices i2c: intel_i2c: SMBus driver PCI addition (e.g. BayTrail) x86: conga-qeval20-qa3: Add SMBus support and SMSC2513 config code x86: Add DFI BT700 BayTrail board support x86: Add theadorable-x86-dfi-bt700 board support
Yaroslav K (1): cbfs: Fix incorrect CBFS file header size being used
arch/x86/Kconfig | 4 ++ arch/x86/cpu/baytrail/cpu.c | 48 +++++++++++++ arch/x86/dts/Makefile | 2 + arch/x86/dts/baytrail_som-db5800-som-6867.dts | 6 ++ arch/x86/dts/conga-qeval20-qa3-e3845.dts | 18 +++-- arch/x86/dts/dfi-bt700-q7x-151.dts | 22 ++++++ arch/x86/dts/dfi-bt700.dtsi | 308 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ arch/x86/dts/theadorable-x86-dfi-bt700.dts | 21 ++++++ arch/x86/include/asm/arch-ivybridge/pch.h | 26 ------- arch/x86/include/asm/cache.h | 8 +-- board/congatec/conga-qeval20-qa3-e3845/MAINTAINERS | 1 + board/congatec/conga-qeval20-qa3-e3845/conga-qeval20-qa3.c | 40 +++++++++++ board/dfi/Kconfig | 29 ++++++++ board/dfi/dfi-bt700/Kconfig | 28 ++++++++ board/dfi/dfi-bt700/MAINTAINERS | 10 +++ board/dfi/dfi-bt700/Makefile | 8 +++ board/dfi/dfi-bt700/acpi/mainboard.asl | 13 ++++ board/dfi/dfi-bt700/dfi-bt700.c | 30 ++++++++ board/dfi/dfi-bt700/dsdt.asl | 14 ++++ board/dfi/dfi-bt700/start.S | 9 +++ board/intel/bayleybay/acpi/mainboard.asl | 38 +++++++++++ cmd/bdinfo.c | 18 ++--- configs/conga-qeval20-qa3-e3845-internal-uart_defconfig | 3 + configs/conga-qeval20-qa3-e3845_defconfig | 3 + configs/dfi-bt700-q7x-151_defconfig | 63 +++++++++++++++++ configs/theadorable-x86-dfi-bt700_defconfig | 60 ++++++++++++++++ doc/README.x86 | 33 +++++++++ doc/uImage.FIT/kernel.its | 4 ++ doc/uImage.FIT/x86-fit-boot.txt | 14 ++-- drivers/i2c/intel_i2c.c | 290 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------ drivers/misc/Kconfig | 8 +++ drivers/misc/Makefile | 1 + drivers/misc/nuvoton_nct6102d.c | 56 +++++++++++++++ fs/cbfs/cbfs.c | 8 +-- include/configs/conga-qeval20-qa3-e3845.h | 12 ++-- include/configs/dfi-bt700.h | 74 ++++++++++++++++++++ include/nuvoton_nct6102d.h | 34 ++++++++++ 37 files changed, 1275 insertions(+), 89 deletions(-) create mode 100644 arch/x86/dts/dfi-bt700-q7x-151.dts create mode 100644 arch/x86/dts/dfi-bt700.dtsi create mode 100644 arch/x86/dts/theadorable-x86-dfi-bt700.dts create mode 100644 board/dfi/Kconfig create mode 100644 board/dfi/dfi-bt700/Kconfig create mode 100644 board/dfi/dfi-bt700/MAINTAINERS create mode 100644 board/dfi/dfi-bt700/Makefile create mode 100644 board/dfi/dfi-bt700/acpi/mainboard.asl create mode 100644 board/dfi/dfi-bt700/dfi-bt700.c create mode 100644 board/dfi/dfi-bt700/dsdt.asl create mode 100644 board/dfi/dfi-bt700/start.S create mode 100644 configs/dfi-bt700-q7x-151_defconfig create mode 100644 configs/theadorable-x86-dfi-bt700_defconfig create mode 100644 drivers/misc/nuvoton_nct6102d.c create mode 100644 include/configs/dfi-bt700.h create mode 100644 include/nuvoton_nct6102d.h
Regards, Bin

On Tue, Aug 16, 2016 at 12:41:22PM +0800, Bin Meng wrote:
Hi Tom,
The following changes since commit 4cc9699be7ffc6072482240f5ba208488abe1090:
common: env_nand: Ensure that we have nand_info[0] prior to use (2016-08-15 18:46:41 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git master
for you to fetch changes up to 27daffe7cec26ec1462245e4e15c36d19d886221:
x86: Add theadorable-x86-dfi-bt700 board support (2016-08-16 11:44:09 +0800)
Applied to u-boot/master, thanks!
participants (2)
-
Bin Meng
-
Tom Rini