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

Hi Tom,
The following changes since commit 19d1f1a2f3ccfbf85125150f7876ce22714b38bd:
Merge git://git.denx.de/u-boot-socfpga (2017-07-29 11:44:08 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git
for you to fetch changes up to 55f228b07e2d84938a88737445441e736de41340:
x86: minnowmax: Remove CONFIG_SMSC_LPC47M (2017-07-30 10:30:25 +0800)
---------------------------------------------------------------- Andy Shevchenko (10): arch/x86: Select USB before selecting host driver x86: Add dma-mapping.h to architectural code x86: Add Intel Edison board files Makefile: Don't shadow actual error when compile ASL Makefile: Export build date as integer x86: acpi: Fill OEM revision x86: acpi: Name fields in FADT in accordance with specification x86: acpi: Deduplicate acpi_fill_madt() implementation x86: acpi: Export acpi_fill_mcfg() with __weak attribute x86: acpi: Don't touch hardware on HW reduced platforms
Bin Meng (1): x86: minnowmax: Remove CONFIG_SMSC_LPC47M
Felipe Balbi (2): watchdog: Introduce watchdog driver for Intel Tangier x86: Add Intel Tangier support
Stefan Roese (4): x86: theadorable-x86-dfi-bt700: Add Spansion SPI support and move VIDEO blob x86: conga-qeval20-qa3-e3845: Select CONFIG_BOARD_LATE_INIT x86: dfi-bt700: Add xHCI USB support x86: conga-qeval20-qa3-e3845.dts: Enable xHCI support in dts
Makefile | 2 ++ arch/Kconfig | 1 + arch/x86/Kconfig | 1 + arch/x86/cpu/Makefile | 1 + arch/x86/cpu/baytrail/acpi.c | 29 --------------- arch/x86/cpu/quark/acpi.c | 29 --------------- arch/x86/cpu/tangier/Kconfig | 24 +++++++++++++ arch/x86/cpu/tangier/Makefile | 7 ++++ arch/x86/cpu/tangier/car.S | 13 +++++++ arch/x86/cpu/tangier/sdram.c | 206 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ arch/x86/cpu/tangier/tangier.c | 34 ++++++++++++++++++ arch/x86/dts/Makefile | 1 + arch/x86/dts/conga-qeval20-qa3-e3845.dts | 3 ++ arch/x86/dts/dfi-bt700.dtsi | 12 +++++++ arch/x86/dts/edison.dts | 89 ++++++++++++++++++++++++++++++++++++++++++++++ arch/x86/include/asm/acpi_table.h | 8 +++-- arch/x86/include/asm/dma-mapping.h | 41 ++++++++++++++++++++++ arch/x86/include/asm/sfi.h | 19 ++++++++++ arch/x86/lib/acpi_table.c | 41 ++++++++++++++++++++-- board/congatec/conga-qeval20-qa3-e3845/Kconfig | 1 + board/dfi/dfi-bt700/Kconfig | 1 + board/dfi/dfi-bt700/dfi-bt700.c | 27 ++++++++++++++ board/intel/Kconfig | 8 +++++ board/intel/edison/Kconfig | 26 ++++++++++++++ board/intel/edison/MAINTAINERS | 6 ++++ board/intel/edison/Makefile | 7 ++++ board/intel/edison/config.mk | 18 ++++++++++ board/intel/edison/edison.c | 104 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ board/intel/edison/start.S | 13 +++++++ configs/bayleybay_defconfig | 1 - configs/chromebook_link64_defconfig | 1 - configs/chromebook_link_defconfig | 1 - configs/chromebook_samus_defconfig | 1 - configs/chromebox_panther_defconfig | 1 - configs/conga-qeval20-qa3-e3845-internal-uart_defconfig | 1 - configs/conga-qeval20-qa3-e3845_defconfig | 1 - configs/coreboot-x86_defconfig | 1 - configs/cougarcanyon2_defconfig | 1 - configs/crownbay_defconfig | 1 - configs/dfi-bt700-q7x-151_defconfig | 1 - configs/edison_defconfig | 53 ++++++++++++++++++++++++++++ configs/efi-x86_defconfig | 1 - configs/galileo_defconfig | 1 - configs/minnowmax_defconfig | 1 - configs/qemu-x86_64_defconfig | 1 - configs/qemu-x86_defconfig | 1 - configs/qemu-x86_efi_payload32_defconfig | 1 - configs/qemu-x86_efi_payload64_defconfig | 1 - configs/som-db5800-som-6867_defconfig | 1 - configs/theadorable-x86-dfi-bt700_defconfig | 3 +- doc/README.x86 | 39 +++++++++++++++++++++ drivers/watchdog/Kconfig | 11 +++++- drivers/watchdog/Makefile | 1 + drivers/watchdog/tangier_wdt.c | 71 +++++++++++++++++++++++++++++++++++++ include/configs/edison.h | 61 ++++++++++++++++++++++++++++++++ include/configs/minnowmax.h | 1 - scripts/Makefile.lib | 2 +- 57 files changed, 946 insertions(+), 87 deletions(-) create mode 100644 arch/x86/cpu/tangier/Kconfig create mode 100644 arch/x86/cpu/tangier/Makefile create mode 100644 arch/x86/cpu/tangier/car.S create mode 100644 arch/x86/cpu/tangier/sdram.c create mode 100644 arch/x86/cpu/tangier/tangier.c create mode 100644 arch/x86/dts/edison.dts create mode 100644 arch/x86/include/asm/dma-mapping.h create mode 100644 board/intel/edison/Kconfig create mode 100644 board/intel/edison/MAINTAINERS create mode 100644 board/intel/edison/Makefile create mode 100644 board/intel/edison/config.mk create mode 100644 board/intel/edison/edison.c create mode 100644 board/intel/edison/start.S create mode 100644 configs/edison_defconfig create mode 100644 drivers/watchdog/tangier_wdt.c create mode 100644 include/configs/edison.h
Regards, Bin

On Sun, Jul 30, 2017 at 10:45:06AM +0800, Bin Meng wrote:
Hi Tom,
The following changes since commit 19d1f1a2f3ccfbf85125150f7876ce22714b38bd:
Merge git://git.denx.de/u-boot-socfpga (2017-07-29 11:44:08 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git
for you to fetch changes up to 55f228b07e2d84938a88737445441e736de41340:
x86: minnowmax: Remove CONFIG_SMSC_LPC47M (2017-07-30 10:30:25 +0800)
Applied to u-boot/master, thanks!
participants (2)
-
Bin Meng
-
Tom Rini