From: Kishore Bodke <kishore.k.bo...@intel.com> Initial checkin for the new Crystal Forest Machine Branch. This Machine is based on Sandybridge CPU and Cave Creek Chipset.
Signed-off-by: Kishore Bodke <kishore.k.bo...@intel.com> --- .../bsp/crystalforest/crystalforest-preempt-rt.scc | 9 ++++++ .../bsp/crystalforest/crystalforest-standard.scc | 8 +++++ .../bsp/crystalforest/crystalforest.cfg | 32 ++++++++++++++++++++ .../bsp/crystalforest/crystalforest.scc | 21 +++++++++++++ 4 files changed, 70 insertions(+) create mode 100644 meta/cfg/kernel-cache/bsp/crystalforest/crystalforest-preempt-rt.scc create mode 100644 meta/cfg/kernel-cache/bsp/crystalforest/crystalforest-standard.scc create mode 100644 meta/cfg/kernel-cache/bsp/crystalforest/crystalforest.cfg create mode 100644 meta/cfg/kernel-cache/bsp/crystalforest/crystalforest.scc diff --git a/meta/cfg/kernel-cache/bsp/crystalforest/crystalforest-preempt-rt.scc b/meta/cfg/kernel-cache/bsp/crystalforest/crystalforest-preempt-rt.scc new file mode 100644 index 0000000..88e9b1a --- /dev/null +++ b/meta/cfg/kernel-cache/bsp/crystalforest/crystalforest-preempt-rt.scc @@ -0,0 +1,9 @@ +define KMACHINE crystalforest +define KTYPE preempt-rt +define KARCH x86_64 + +# no new branch required, re-use the ktypes/preempt-rt branch +include ktypes/preempt-rt +include bsp/common-pc-64/common-pc-64.scc + +include crystalforest.scc diff --git a/meta/cfg/kernel-cache/bsp/crystalforest/crystalforest-standard.scc b/meta/cfg/kernel-cache/bsp/crystalforest/crystalforest-standard.scc new file mode 100644 index 0000000..2935387 --- /dev/null +++ b/meta/cfg/kernel-cache/bsp/crystalforest/crystalforest-standard.scc @@ -0,0 +1,8 @@ +define KMACHINE crystalforest +define KTYPE standard +define KARCH x86_64 + +include bsp/common-pc-64/common-pc-64-standard +branch crystalforest + +include crystalforest.scc diff --git a/meta/cfg/kernel-cache/bsp/crystalforest/crystalforest.cfg b/meta/cfg/kernel-cache/bsp/crystalforest/crystalforest.cfg new file mode 100644 index 0000000..542f600 --- /dev/null +++ b/meta/cfg/kernel-cache/bsp/crystalforest/crystalforest.cfg @@ -0,0 +1,32 @@ +CONFIG_PRINTK=y + +# Basic hardware support for the box - network, PCI, sound +CONFIG_NETDEVICES=y +CONFIG_ATA=y +CONFIG_ATA_GENERIC=y +CONFIG_ATA_SFF=y +CONFIG_PCI=y +CONFIG_MMC=y +CONFIG_MMC_SDHCI=y +CONFIG_R8169=y +CONFIG_PATA_SCH=y +CONFIG_MMC_SDHCI_PCI=y +CONFIG_PCIEPORTBUS=y +CONFIG_NET=y +CONFIG_CHR_DEV_SG=y +CONFIG_SOUND=y +CONFIG_SND=y +CONFIG_SND_HDA_INTEL=y + +# Make sure these are on, otherwise the bootup won't be fun +CONFIG_UNIX=y +CONFIG_INET=y +CONFIG_MODULES=y +CONFIG_SHMEM=y +CONFIG_TMPFS=y +CONFIG_PACKET=y + +CONFIG_I2C=y +CONFIG_AGP=y +CONFIG_PM=y +CONFIG_INPUT=y diff --git a/meta/cfg/kernel-cache/bsp/crystalforest/crystalforest.scc b/meta/cfg/kernel-cache/bsp/crystalforest/crystalforest.scc new file mode 100644 index 0000000..3e3aa56 --- /dev/null +++ b/meta/cfg/kernel-cache/bsp/crystalforest/crystalforest.scc @@ -0,0 +1,21 @@ +kconf hardware crystalforest.cfg + +include cfg/x86_64.scc +include cfg/8250.scc + +include features/power/intel.scc + +#These are required features for Intel DPDK Support +include features/uio/uio.scc +include features/hugetlb/hugetlb.scc +include features/ixgbe/ixgbe.scc +include features/igb/igb.scc + + +include features/latencytop/latencytop.scc +include features/profiling/profiling.scc +include features/usb/xhci-hcd.scc +include features/usb/ehci-hcd.scc +include features/usb/ohci-hcd.scc +include cfg/usb-mass-storage.scc +include cfg/boot-live.scc -- 1.7.9.5 _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto