[linux-yocto] [PATCH 22/22] meta: add features/valleyisland-io

boon.leong.ong at intel.com boon.leong.ong at intel.com
Wed Jan 29 10:41:47 PST 2014


From: "Ong, Boon Leong" <boon.leong.ong at intel.com>

Add Valley Island Platform (Bayley Bay and Bakersport CRB)
platform-specific I/Os scc and config files.

By default, enable PCI mode enumeration.

Signed-off-by: Ong, Boon Leong <boon.leong.ong at intel.com>
---
 .../features/valleyisland-io/valleyisland-io.cfg   |   32 ++++++++++++++++++++
 .../features/valleyisland-io/valleyisland-io.scc   |   22 ++++++++++++++
 2 files changed, 54 insertions(+)
 create mode 100644 meta/cfg/kernel-cache/features/valleyisland-io/valleyisland-io.cfg
 create mode 100644 meta/cfg/kernel-cache/features/valleyisland-io/valleyisland-io.scc

diff --git a/meta/cfg/kernel-cache/features/valleyisland-io/valleyisland-io.cfg b/meta/cfg/kernel-cache/features/valleyisland-io/valleyisland-io.cfg
new file mode 100644
index 0000000..983315b
--- /dev/null
+++ b/meta/cfg/kernel-cache/features/valleyisland-io/valleyisland-io.cfg
@@ -0,0 +1,32 @@
+# By default, enable PCI mode enumeration
+# change to "n" if to disable PCI mode
+CONFIG_BYT_LPSS_BRD=y
+CONFIG_GPIO_BYT_DEVICE=y
+CONFIG_I2C_DESIGNWARE_PCI=y
+CONFIG_SPI_PXA2XX_PCI=y
+CONFIG_DW_DMAC_PCI=y
+CONFIG_PWM_LPSS_PCI=y
+
+#GPIO Support
+CONFIG_GPIOLIB=y
+CONFIG_GPIO_SYSFS=y
+CONFIG_GPIO_ACPI=y
+CONFIG_GPIO_BYT=y
+
+# I2C Support
+CONFIG_I2C_DESIGNWARE_CORE=y
+CONFIG_I2C_DESIGNWARE_PLATFORM=y
+
+# SPI Support
+CONFIG_SPI_PXA2XX_DMA=y
+CONFIG_SPI_PXA2XX=y
+
+# UART Support
+CONFIG_SERIAL_8250_DW=y
+
+# DMA Support
+CONFIG_DW_DMAC=y
+
+# PWM Support
+CONFIG_PWM=y
+CONFIG_PWM_LPSS=y
diff --git a/meta/cfg/kernel-cache/features/valleyisland-io/valleyisland-io.scc b/meta/cfg/kernel-cache/features/valleyisland-io/valleyisland-io.scc
new file mode 100644
index 0000000..bfe73c2
--- /dev/null
+++ b/meta/cfg/kernel-cache/features/valleyisland-io/valleyisland-io.scc
@@ -0,0 +1,22 @@
+# Valley Island I/O Patches
+kconf hardware valleyisland-io.cfg
+
+patch 0001-usb-dwc3-pci-Enable-disable-ulpi-phy-refclk.patch
+patch 0002-spi-pxa2xx-pci-convert-to-generic-pci-glue-layer.patch
+patch 0003-spi-pxa2xx-Fix-BYT-ACPI-mode-SPI-DMA-transfer-failur.patch
+patch 0004-serial-8250-Add-custom-baud-rate-support-for-BYT-ACP.patch
+patch 0005-pwm-add-support-for-Intel-Low-Power-Subsystem-PWM.patch
+patch 0006-pwm-lpss-Enable-BYT-PCI-mode-PWM.patch
+patch 0007-pwm-lpss-Fix-base_unit-calculation.patch
+patch 0008-ACPI-LPSS-Add-BYT-ACPI-mode-PWM.patch
+patch 0009-dmaengine-dw_dmac-add-PCI-part-of-the-driver.patch
+patch 0010-i2c-designware-pci-Add-support-for-Intel-BayTrail-LP.patch
+patch 0011-i2c-designware-pcidrv-Add-10-bit-addressing-mode-fun.patch
+patch 0012-i2c-designware-pcidrv-Option-to-set-custom-HCNT-LCNT.patch
+patch 0013-x86-Kconfig-add-PCI-dependency-for-CONFIG_X86_INTEL_.patch
+patch 0014-x86-byt-enable-board-file-for-BYT-LPSS-PCI-mode.patch
+patch 0015-i2c-i801-Enable-BYT-SMBUS-support.patch
+patch 0016-PENDING-mmc-sdhci-pci-Fix-BYT-sd-card-getting-stuck-.patch
+patch 0017-mmc-sdhci-Force-BYT-SDCARD-host-to-run-with-SDR25-mo.patch
+patch 0018-spi-pxa2xx-pci-Add-support-for-Intel-BYT-SPI.patch
+patch 0019-spi-pxa2xx-pci-Enable-DMA-support-for-PCI-SPI-PXA2XX.patch
-- 
1.7.10.4



More information about the linux-yocto mailing list