From: "Chang, Rebecca Swee Fun" <rebecca.swee.fun.ch...@intel.com>

To create Valley Island Platform (Bayley Bay and Bakersport CRB) cfg
and scc files under meta branch.

Signed-off-by: Chang, Rebecca Swee Fun <rebecca.swee.fun.ch...@intel.com>
---
 .../bsp/valleyisland/valleyisland-preempt-rt.scc   |   16 +++++++
 .../bsp/valleyisland/valleyisland-standard.scc     |   15 +++++++
 .../kernel-cache/bsp/valleyisland/valleyisland.cfg |   44 ++++++++++++++++++++
 .../kernel-cache/bsp/valleyisland/valleyisland.scc |   24 +++++++++++
 .../bsp/valleyisland/valleyisland32-preempt-rt.scc |   16 +++++++
 .../bsp/valleyisland/valleyisland32-standard.scc   |   15 +++++++
 .../bsp/valleyisland/valleyisland32.scc            |   24 +++++++++++
 7 files changed, 154 insertions(+)
 create mode 100644 
meta/cfg/kernel-cache/bsp/valleyisland/valleyisland-preempt-rt.scc
 create mode 100644 
meta/cfg/kernel-cache/bsp/valleyisland/valleyisland-standard.scc
 create mode 100644 meta/cfg/kernel-cache/bsp/valleyisland/valleyisland.cfg
 create mode 100644 meta/cfg/kernel-cache/bsp/valleyisland/valleyisland.scc
 create mode 100644 
meta/cfg/kernel-cache/bsp/valleyisland/valleyisland32-preempt-rt.scc
 create mode 100644 
meta/cfg/kernel-cache/bsp/valleyisland/valleyisland32-standard.scc
 create mode 100644 meta/cfg/kernel-cache/bsp/valleyisland/valleyisland32.scc

diff --git a/meta/cfg/kernel-cache/bsp/valleyisland/valleyisland-preempt-rt.scc 
b/meta/cfg/kernel-cache/bsp/valleyisland/valleyisland-preempt-rt.scc
new file mode 100644
index 0000000..ed11e0d
--- /dev/null
+++ b/meta/cfg/kernel-cache/bsp/valleyisland/valleyisland-preempt-rt.scc
@@ -0,0 +1,16 @@
+define KMACHINE valleyisland
+define KTYPE preempt-rt
+define KARCH x86_64
+
+# no new branch required, re-use the ktypes/preempt-rt/preempt-rt.scc branch
+include ktypes/preempt-rt/preempt-rt.scc
+
+include valleyisland.scc
+
+include cfg/efi-ext.scc
+
+# default policy for preempt-rt kernels
+include cfg/usb-mass-storage.scc
+include cfg/boot-live.scc
+include features/latencytop/latencytop.scc
+include features/profiling/profiling.scc
diff --git a/meta/cfg/kernel-cache/bsp/valleyisland/valleyisland-standard.scc 
b/meta/cfg/kernel-cache/bsp/valleyisland/valleyisland-standard.scc
new file mode 100644
index 0000000..1d946be
--- /dev/null
+++ b/meta/cfg/kernel-cache/bsp/valleyisland/valleyisland-standard.scc
@@ -0,0 +1,15 @@
+define KMACHINE valleyisland
+define KTYPE standard
+define KARCH x86_64
+
+include ktypes/standard/standard.scc
+
+include valleyisland.scc
+
+include cfg/efi-ext.scc
+
+# default policy for standard kernels
+include cfg/usb-mass-storage.scc
+include cfg/boot-live.scc
+include features/latencytop/latencytop.scc
+include features/profiling/profiling.scc
diff --git a/meta/cfg/kernel-cache/bsp/valleyisland/valleyisland.cfg 
b/meta/cfg/kernel-cache/bsp/valleyisland/valleyisland.cfg
new file mode 100644
index 0000000..b211871
--- /dev/null
+++ b/meta/cfg/kernel-cache/bsp/valleyisland/valleyisland.cfg
@@ -0,0 +1,44 @@
+CONFIG_MCORE2=y
+CONFIG_X86_INTEL_LPSS=y
+CONFIG_BYT_LPSS_BRD=y
+CONFIG_PRINTK=y
+CONFIG_PRINTK_TIME=y
+
+# Basic hardware support for the box - Network, USB, PCI, Sound
+CONFIG_PM=y
+CONFIG_ASPM=y
+
+CONFIG_PCI=y
+CONFIG_PCIEPORTBUS=y
+
+CONFIG_INPUT=y
+CONFIG_INPUT_EVDEV=y
+
+CONFIG_SOUND=y
+CONFIG_SND=y
+CONFIG_SND_HDA_INTEL=y
+
+CONFIG_BACKLIGHT_LCD_SUPPORT=y
+CONFIG_BACKLIGHT_CLASS_DEVICE=y
+
+# SATA Support
+CONFIG_ATA=y
+CONFIG_ATA_GENERIC=y
+CONFIG_CHR_DEV_SG=y
+CONFIG_SATA_AHCI=y
+
+# MMC / SDHCI Support
+CONFIG_MMC=y
+CONFIG_MMC_SDHCI=y
+CONFIG_MMC_SDHCI_PCI=y
+CONFIG_MMC_SDHCI_ACPI=y
+
+# Graphics Support
+CONFIG_DRM=y
+CONFIG_DRM_EMGD=y
+
+# GPIO Support
+CONFIG_GENERIC_GPIO=y
+CONFIG_GPIOLIB=y
+CONFIG_GPIO_SYSFS=y
+CONFIG_GPIO_ACPI=y
diff --git a/meta/cfg/kernel-cache/bsp/valleyisland/valleyisland.scc 
b/meta/cfg/kernel-cache/bsp/valleyisland/valleyisland.scc
new file mode 100644
index 0000000..e265b43
--- /dev/null
+++ b/meta/cfg/kernel-cache/bsp/valleyisland/valleyisland.scc
@@ -0,0 +1,24 @@
+kconf hardware valleyisland.cfg
+
+include cfg/x86_64.scc
+include cfg/efi.scc
+include cfg/dmaengine.scc
+include cfg/8250.scc
+
+include features/power/intel.scc
+
+include features/i2c/i2c.scc
+include features/i2c/i2cdev.scc
+
+include features/i915/i915.scc
+
+include features/intel-e1xxxx/intel-e100.scc
+include features/intel-e1xxxx/intel-e1xxxx.scc
+
+include features/spi/spi.scc
+include features/spi/spidev.scc
+
+include features/usb/ehci-hcd.scc
+include features/usb/xhci-hcd.scc
+
+include features/valleyisland-io/valleyisland-io.scc
diff --git 
a/meta/cfg/kernel-cache/bsp/valleyisland/valleyisland32-preempt-rt.scc 
b/meta/cfg/kernel-cache/bsp/valleyisland/valleyisland32-preempt-rt.scc
new file mode 100644
index 0000000..ac0992d
--- /dev/null
+++ b/meta/cfg/kernel-cache/bsp/valleyisland/valleyisland32-preempt-rt.scc
@@ -0,0 +1,16 @@
+define KMACHINE valleyisland32
+define KTYPE preempt-rt
+define KARCH i386
+
+# no new branch required, re-use the ktypes/preempt-rt/preempt-rt.scc branch
+include ktypes/preempt-rt/preempt-rt.scc
+
+include valleyisland32.scc
+
+include cfg/efi-ext.scc
+
+# default policy for preempt-rt kernels
+include cfg/usb-mass-storage.scc
+include cfg/boot-live.scc
+include features/latencytop/latencytop.scc
+include features/profiling/profiling.scc
diff --git a/meta/cfg/kernel-cache/bsp/valleyisland/valleyisland32-standard.scc 
b/meta/cfg/kernel-cache/bsp/valleyisland/valleyisland32-standard.scc
new file mode 100644
index 0000000..0ac75f8
--- /dev/null
+++ b/meta/cfg/kernel-cache/bsp/valleyisland/valleyisland32-standard.scc
@@ -0,0 +1,15 @@
+define KMACHINE valleyisland32
+define KTYPE standard
+define KARCH i386
+
+include ktypes/standard/standard.scc
+
+include valleyisland32.scc
+
+include cfg/efi-ext.scc
+
+# default policy for standard kernels
+include cfg/usb-mass-storage.scc
+include cfg/boot-live.scc
+include features/latencytop/latencytop.scc
+include features/profiling/profiling.scc
diff --git a/meta/cfg/kernel-cache/bsp/valleyisland/valleyisland32.scc 
b/meta/cfg/kernel-cache/bsp/valleyisland/valleyisland32.scc
new file mode 100644
index 0000000..d29628a
--- /dev/null
+++ b/meta/cfg/kernel-cache/bsp/valleyisland/valleyisland32.scc
@@ -0,0 +1,24 @@
+kconf hardware valleyisland.cfg
+
+include cfg/x86.scc
+include cfg/efi.scc
+include cfg/dmaengine.scc
+include cfg/8250.scc
+
+include features/power/intel.scc
+
+include features/i2c/i2c.scc
+include features/i2c/i2cdev.scc
+
+include features/i915/i915.scc
+
+include features/intel-e1xxxx/intel-e100.scc
+include features/intel-e1xxxx/intel-e1xxxx.scc
+
+include features/spi/spi.scc
+include features/spi/spidev.scc
+
+include features/usb/ehci-hcd.scc
+include features/usb/xhci-hcd.scc
+
+include features/valleyisland-io/valleyisland-io.scc
-- 
1.7.10.4

_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to