Hi Tom, This contains various fixes and a reworked version of serial RX buffer support. Hopefully this is the last PR from x86 for v2017.09.
The following changes since commit 90ae53ce1ae665a1b43ecf5ccafc339839392427: fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as long (2017-08-22 08:20:02 -0400) are available in the git repository at: git://git.denx.de/u-boot-x86.git for you to fetch changes up to 438505fe696b176cbf56cd34db870e04027d3531: x86: tangier: kconfig: Guard tangier-specific options (2017-08-24 11:00:47 +0800) ---------------------------------------------------------------- Bin Meng (11): x86: ich-spi: Remove spi_write_protect_region() x86: ich-spi: Remove unnecessary assignment in ich_init_controller() x86: ich-spi: Don't read cached lock status x86: ich-spi: Move opcode registers configuration to another routine x86: fsp: Configure SPI opcode registers before SPI is locked down x86: kconfig: Imply CMD_PCI vbe: Drop vbe_get_video_info() x86: Convert CPU_INTEL_TURBO_NOT_PACKAGE_SCOPED to Kconfig x86: baytrail: Fix turbo enable x86: bayleybay: Adjust VGA rom address x86: tangier: kconfig: Guard tangier-specific options Stefan Roese (4): Revert "serial: ns16550: Add RX interrupt buffer support" serial: serial-uclass: Add generic serial RX buffer support x86: conga-qeval20-qa3-e3845: Select SERIAL_RX_BUFFER via Kconfig x86: dfi-bt700: Select SERIAL_RX_BUFFER via Kconfig arch/Kconfig | 1 + arch/x86/Kconfig | 16 ++++++++++++++ arch/x86/cpu/baytrail/Kconfig | 1 + arch/x86/cpu/tangier/Kconfig | 4 ++++ arch/x86/cpu/turbo.c | 2 +- arch/x86/lib/fsp/fsp_common.c | 24 +++++++++++++++++++++ board/congatec/conga-qeval20-qa3-e3845/Kconfig | 1 + board/dfi/dfi-bt700/Kconfig | 1 + configs/bayleybay_defconfig | 3 +-- 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 | 1 + 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 | 1 - drivers/pci/pci_rom.c | 41 ------------------------------------ drivers/serial/Kconfig | 19 ++++++++++------- drivers/serial/ns16550.c | 123 +++++------------------------------------------------------------------------------------------------------ drivers/serial/serial-uclass.c | 48 ++++++++++++++++++++++++++++++++++++++++-- drivers/spi/ich.c | 102 ++++++++++++++++++++++++++++++++++------------------------------------------------------ drivers/spi/ich.h | 2 -- include/ns16550.h | 10 --------- include/serial.h | 10 ++++++++- include/vbe.h | 2 -- scripts/config_whitelist.txt | 1 - 39 files changed, 162 insertions(+), 269 deletions(-) Regards, Bin _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot