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

Bin Meng bmeng.cn at gmail.com
Wed Jun 13 02:17:03 UTC 2018


Hi Tom,

The following changes since commit 7868909ed53ed41a945f7ed95ebb88aa252142ce:

  Merge git://git.denx.de/u-boot-fsl-qoriq (2018-06-12 13:25:24 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-x86.git

for you to fetch changes up to bee053e248e93d82e5c352708f8c892f4a488c54:

  x86: cougarcanyon2: Add missing chipset interrupt information
(2018-06-13 09:50:57 +0800)

----------------------------------------------------------------
Andy Shevchenko (1):
      x86: acpi: Adopt new version of iASL compiler

Bin Meng (18):
      x86: baytrail: Correct the comment of IACORE_VIDS bit ranges
      usb: xhci-pci: Fix compiler warning
      x86: ivybridge: Imply USB_XHCI_HCD
      x86: cougarcanyon2: Update dts for SPI lock down
      x86: cougarcanyon2: Remove CONFIG_HAVE_INTEL_ME
      x86: ivybridge: Enable 206ax cpu driver for FSP build
      x86: ivybridge: Drop CONFIG_USBDEBUG
      x86: chromebook_link: Remove dm-pre-reloc property in the cpu nodes
      x86: cougarcanyon2: Enable CPU driver and SMP support
      x86: irq: Remove chipset specific irq router drivers
      x86: irq: Change LINK_V2N and LINK_N2V to inline functions
      x86: Conditionally build the pinctrl_ich6 driver
      x86: efi: app: Fix broken EFI application
      x86: efi: payload: Enforce toolchain to generate 64-bit EFI
payload stub codes
      x86: efi: payload: Minor clean up on error message output
      x86: irq: Parse number of PIRQ links from device tree
      x86: irq: Support discrete PIRQ routing registers via device tree
      x86: cougarcanyon2: Add missing chipset interrupt information

Christian Gmeiner (3):
      x86: tsc: add support for reading CPU freq from cpuid
      dm: pci: Make ranges dt property optional
      dm: pci: Use a 1:1 mapping for bus <-> phy addresses

 arch/x86/Kconfig                                   |   6 ++++++
 arch/x86/cpu/Makefile                              |   3 ++-
 arch/x86/cpu/baytrail/Kconfig                      |   1 +
 arch/x86/cpu/baytrail/cpu.c                        |   2 +-
 arch/x86/cpu/intel_common/mrc.c                    |   5 -----
 arch/x86/cpu/irq.c                                 | 127
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------
 arch/x86/cpu/ivybridge/Kconfig                     |   2 ++
 arch/x86/cpu/ivybridge/Makefile                    |   2 +-
 arch/x86/cpu/ivybridge/model_206ax.c               |  15 --------------
 arch/x86/cpu/quark/Makefile                        |   2 +-
 arch/x86/cpu/quark/irq.c                           |  48
------------------------------------------
 arch/x86/cpu/quark/quark.c                         |  26
+++++++++++++++++++++++
 arch/x86/cpu/queensbay/Makefile                    |   2 +-
 arch/x86/cpu/queensbay/irq.c                       |  64
--------------------------------------------------------
 arch/x86/cpu/queensbay/tnc.c                       |  39
+++++++++++++++++++++++++++++++++++
 arch/x86/dts/chromebook_link.dts                   |   5 -----
 arch/x86/dts/cougarcanyon2.dts                     |  81
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/x86/dts/crownbay.dts                          |   2 +-
 arch/x86/dts/galileo.dts                           |   2 +-
 arch/x86/include/asm/irq.h                         |  21 +++++++++----------
 arch/x86/lib/Makefile                              |   6 +++---
 configs/cougarcanyon2_defconfig                    |   6 ++++++
 configs/efi-x86_defconfig                          |   8 ++-----
 doc/README.x86                                     |   4 +++-
 doc/device-tree-bindings/misc/intel,irq-router.txt |   6 ++++++
 drivers/pci/pci-uclass.c                           |  33
+++++++++++++++++------------
 drivers/timer/tsc_timer.c                          |  29
+++++++++++++++++++++-----
 drivers/usb/host/xhci-pci.c                        |   5 ++---
 lib/efi/Makefile                                   |   6 ++++--
 lib/efi/efi_stub.c                                 |   8 ++++---
 scripts/Makefile.lib                               |   1 +
 scripts/config_whitelist.txt                       |   1 -
 32 files changed, 357 insertions(+), 211 deletions(-)
 delete mode 100644 arch/x86/cpu/quark/irq.c
 delete mode 100644 arch/x86/cpu/queensbay/irq.c

Regards,
Bin


More information about the U-Boot mailing list