[U-Boot] [PATCH 00/13] x86: ivybridge: cougarcanyon2: Various enhancements

Bin Meng bmeng.cn at gmail.com
Mon Jun 4 02:04:13 UTC 2018


This adds some enhancements to the Intel Cougar Canyon 2 board.

This series is available at u-boot-x86/cc2-working for testing.


Bin Meng (13):
  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: irq: Introduce CONFIG_DISCRETE_PIRQ_ROUT
  x86: ivybridge: Implement IvyBridge-specific IRQ converting logic
  x86: cougarcanyon2: Add missing chipset interrupt information

 arch/x86/Kconfig                          |  9 ++++
 arch/x86/cpu/intel_common/mrc.c           |  5 ---
 arch/x86/cpu/irq.c                        | 28 ++++++------
 arch/x86/cpu/ivybridge/Kconfig            |  5 +++
 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            | 71 +++++++++++++++++++++++++++++++
 arch/x86/dts/crownbay.dts                 |  2 +-
 arch/x86/dts/galileo.dts                  |  2 +-
 arch/x86/include/asm/arch-ivybridge/irq.h | 45 ++++++++++++++++++++
 arch/x86/include/asm/irq.h                | 31 ++++++++++----
 configs/cougarcanyon2_defconfig           |  6 +++
 doc/README.x86                            |  4 +-
 drivers/usb/host/xhci-pci.c               |  5 +--
 scripts/config_whitelist.txt              |  1 -
 22 files changed, 249 insertions(+), 168 deletions(-)
 delete mode 100644 arch/x86/cpu/quark/irq.c
 delete mode 100644 arch/x86/cpu/queensbay/irq.c
 create mode 100644 arch/x86/include/asm/arch-ivybridge/irq.h

-- 
2.7.4



More information about the U-Boot mailing list