aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-12-14meta: Add Crypto related config parameterskishore/cryptoKishore Bodke
Enable IPSEC related kernel configs Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
2012-12-06rangeley: Add 32-bit support for RangeleyKishore Bodke
Enable 32-bit machine for Rangeley. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
2012-12-03meta/emenlow: use emgd instead of psb graphics driverNitin A Kamble
This commit essentially does just this: Remove all the references of psb patches for emenlow BSP. Change the emenlow scc files to use emgd instead of psb. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2012-11-29meta: bump kver to v3.4.20Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-11-29meta: bump kver to v3.4.19Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-11-28beagleboard: move preempt-disable to standard kernel onlyBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-11-22meta: rangeley: Remove the shortcut pathKishore Bodke
Fix to include the absolute path. Shortcuts will no longer work. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
2012-11-22meta: crystalforest: Enable GCC inline compiler optionKishore Bodke
Enable GCC compiler INLINING option for Crystal Forest machine. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
2012-11-22meta: rangeley: Enable GCC inline compiler optionKishore Bodke
Enable GCC compiler INLINING option for Rangeley machine. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
2012-11-22meta: Add New feature for GCC optimizingKishore Bodke
Enable GCC Feature to optimize unlinine functions marked inline Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
2012-11-14uprobes: reinstate config options for 'uprobe' featureTom Zanussi
commit 17ec51adfff (meta: cleanup invalid/obselete 3.4 CONFIG options) removed the uprobes config options, this restores them. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-11-13meta: bump kver to v3.4.18Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-11-08rangeley: update include to use the new intel-dpdk featureMichel Thebeau
A new feature/intel-dpdk gathers the frags and features required for DPDK. So let's use that for rangeley and "avoid having boards use different options/fragments for this." Signed-off-by: Michel Thebeau <michel.thebeau@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-11-08dpdk: Add feature Intel DPDKLans Zhang
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
2012-11-04meta: rangeley: Enable Zlib CompressionKishore Bodke
Enable Zlib Compression algorithm for rangleley machine Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
2012-11-04meta: Add a new feature for ZlibKishore Bodke
Add new feature for Zlib Compression algorithm Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
2012-11-04meta: rangeley: Enable AES featureKishore Bodke
Enable Intel Advanced Encryption Standard (AES-NI) engine for rangeley machine. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
2012-11-04meta: Add new feature for CiphersKishore Bodke
Add a new feature for enabling the Advanced Encryption Standard (AES-NI) engine Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
2012-11-02enable IPv6 Router Preference (RFC 4191) supportRoy.Li
Router Preference is an optional extension to the Router Advertisement message which improves the ability of hosts to pick an appropriate router, especially when the hosts are placed in a multi-homed network. IPv6 ready test needs it. Signed-off-by: Roy.Li <rongqing.li@windriver.com>
2012-11-02Create IPv4 and IPv6 IPSec fragmentsRoy.Li
Create IPv4 and IPv6 IPSec fragments, to make manipulating them easy. Signed-off-by: Roy.Li <rongqing.li@windriver.com>
2012-11-02rangeley: Add smp supportKishore Bodke
Enable smp support for rangeley Machine Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
2012-11-02rangeley: Add efi supportKishore Bodke
Enable efi for rangeley machine for both standard kernel and preempt-rt kernel Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
2012-11-02rangeley: Add PCI featuresKishore Bodke
Enable PCI IOV and PCI extended config space feature which are required for Intel QuickAssist Technology. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
2012-11-02rangeley: Add uio and hugetlb supportKishore Bodke
Enable uio and hugetlb support which are required for the Intel DPDK Support. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
2012-10-30meta: bump kernel version to 3.4.16Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-10-26fri2: Disable GPIO_PCH for preempt-rtDarren Hart
The GPIO_PCH driver causes a NULL pointer dereference BUG. Until this is fixed, disable the option: https://bugzilla.kernel.org/show_bug.cgi?id=49511 Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-10-23fri2: Add fri2-tiny supportDarren Hart
Add support for the tiny ktype for fri2. This config does not support graphics, but the rest of the hardware is supported. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-10-23fri2: Required boot config for fri2Darren Hart
The following configs are required for the fri2 to boot. These are dropped in the tiny config if not explicitly specified. Ensure they are. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-10-23fri2: Remove graphics options from the core fri2 descriptionDarren Hart
In preparation for a tiny description, move the fri2 graphics options out of the base fri2 description and into the types that use it. Do not include the drm-emgd config for preempt-rt as we do not support the emgd driver for this kernel type. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-10-23eg20t: Explicitly include dependencies for I2C_EG20TDarren Hart
I2C_EG20T depends on I2C. Ensure it is enabled. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-10-23eg20t: Explicitly include dependencies for PCH_GBEDarren Hart
ETHERNET and NET_VENDOR_OKI are required for PCH_GBE. Ensure they are included in the eg20t feature config. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-10-19meta: Rangeley Machine CreatedRahul Saxena
Initial checkin for the new Rangeley Machine Branch. This Machine is based on the Avoton SOC with nCPM. Signed-off-by: Rahul Saxena <Rahul.Saxena@intel.com>
2012-10-11meta: Add nfsd kernel featuresYang Shi
Add nfsd kernel config and scc file. Signed-off-by: Yang Shi <yang.shi@windriver.com>
2012-10-11CrystalForest: Enable PCI extended config space for CrystalForest Machine.Kishore Bodke
Quick Assist 1.0 version needs to enable the extended Configuration Space for the PCI devices. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
2012-10-11meta: Add a new feature for PCI devices.Kishore Bodke
Enable PCI device Extended Configuration space Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
2012-10-11meta: fishriver: remove meta-dataNitin A Kamble
The fishriver BSP is getting retired, because it is superseded by Fish-River-Island-2 BSP. The BSP files are getting removed meta-intel layer of Yocto project, so remove it from here too. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2012-10-05tiny: Add qemu KMACHINE to common-pc-tiny.sccBruce Ashfield
Ensure the qemux86 machine is defined in common-pc-tiny as it is for -standard and -rt. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-10-05uprobes: split into enable and patch fragmentsBruce Ashfield
To allow systemtap and the standard kernel to unconditionally include uprobes we split it into the configuration options to enable it (for systemtap's use) and into the patches (for the standard kernel to use). This allows both the feature fragment and the standard kernel to enable systemtap, but not double patch the kernel. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-10-01meta: cleanup invalid/obselete 3.4 CONFIG optionsBruce Ashfield
The kernel configuration audit subsystem was previously focussed on BSP/hardware specific options, since that is the part of configuration that the end developer maintains. But not auditing the non-hardware specific options on each run meant that some options that do not exist in the kernel have remained in the configuration fragments. Removing them clarifies the fragments, and updating the audit to report on non-hardware options ensures that they will stay clean. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-10-01meta: disable OCFS2 by defaultBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-09-25meta: drm: tag DRM options as 'hardware'Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-09-25meta: emenlow: clean emenlow configuration warningsBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-09-25meta: add CONFIG_SHMEM to standard kernel configBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-09-24kmeta: bsp cfg: beagleboard: add USB related optionsLiang Li
Signed-off-by: Liang Li <liang.li@windriver.com>
2012-09-24kmeta: bsp cfg: beagleboard: enable DVI display driverLiang Li
Enable kernel option for DVI display. Signed-off-by: Liang Li <liang.li@windriver.com>
2012-09-24meta: bump kver to 3.4.11Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-09-23sys940x: Update to emgd 1.14Darren Hart
Merge the emgd-1.14 branch in the sys940x-standard.scc. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-09-23fri2: Update to emgd 1.14Darren Hart
Merge the emgd-1.14 branch in the fri2-standard.scc. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-09-17meta: use profiling and latencytop features in yocto bspsTom Zanussi
Where appropriate, add the standard profiling and latencytop features to the meta-yocto-bsp BSPs. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-09-14meta: add PERF_EVENTS config to uprobes featureTom Zanussi
CONFIG_UPROBES depends on CONFIG_PERF_EVENTS being set, so PERF_EVENTS needs to be added whenever uprobes are enabled. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>