aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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>
2012-09-13meta: add paravirtualized KVM guest config fragmentCristian Iorga
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
2012-09-13meta: add MMIO support in virtio config fragmentCristian Iorga
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
2012-09-11meta: add x32 configuration fragmentBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-09-10meta: have systemtap use kprobes and uprobes featureTom Zanussi
The systemtap feature can use the new kprobes and uprobes feature and remove the corresponding open-coded options. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-09-10meta: add kprobes support to ktypes/standardTom Zanussi
Add kprobes support to ktypes/standard alongside uprobes and other tracing options enabled there. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-09-10meta: add kprobes featureTom Zanussi
Add config options to turn KPROBES on, along with KPROBE_EVENT which provides an trace events interface that can be used by other tools such as perf. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-09-10meta: have uprobe feature use uprobe.cfgTom Zanussi
The uprobe feature includes the patches for uprobes but doesn't include config options for it - add them. Also, add description and compatibility strings. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-09-10meta: add uprobe.cfgTom Zanussi
Add config options to turn UPROBES on, along with UPROBE_EVENT which provides an trace events interface that can be used by other tools such as perf. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-09-10meta: bump kver to v3.4.10Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-08-17meta: bump kver to v3.4.9Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-08-15CrystalForest: Enable PCI IOV featureKishore Bodke
Enable Single Root PCI I/O Virtualization feature. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
2012-08-15meta: Add new pci iov featureKishore Bodke
Add Single Root PCI I/O Virtualization feature to meta. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
2012-08-15mpc8315: remove now obsolete CONFIG_MISC_DEVICESPaul Gortmaker
Since this BSP now uses 3.4.x kernel, this option is obsolete and generates a warning. The option was removed in mainline: commit 7c5763b8453a94871d356f20df30f350f8631e8b Author: Fabio Estevam <festevam@gmail.com> Date: Tue Jan 24 02:11:25 2012 -0200 drivers: misc: Remove MISC_DEVICES config option as of v3.3-rc4 and so is gone in v3.4.x codebase. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2012-08-09meta: move emgd features to stagingBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-08-09meta: Crystal Forest Machine Created.Kishore Bodke
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.bodke@intel.com>
2012-08-09meta/qemuppc: remove redundant profiling optionsBruce Ashfield
qemuppc had some old profiling options in its BSP configuration fragments. These are better pulled from the profiling feature. This also removes a warning when options like CONFIG_FRAME_POINTER are dropped from the final .config (since they are not available on the arch). Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-08-09meta: kgdb: update configuration for out of box functionalityBruce Ashfield
To ensure that the kernel is debugable by default, and that self tests pass, we should enable KDB, and KDB_KEYBOARD and KGDB_LOW_LEVEL_TRAP for x86 boards. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-08-09meta: update status/series and patches for v3.4Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-08-08fsl-mpc8315e-rdb: replace leading dot with hash in cfg fileMichel Thebeau
Hash is the correct comment format. Signed-off-by: Michel Thebeau <michel.thebeau@windriver.com>
2012-08-08usb: fix scc and cfg filename collision with ktypes/base/Michel Thebeau
Warnings are not clear because base.scc exists both in ktypes/base/ and features/usb/. Rename features/usb/base.scc and features/usb/base.cfg Signed-off-by: Michel Thebeau <michel.thebeau@windriver.com>
2012-08-08kconfig: make CONFIG_BLOCK=y part of base configPaul Gortmaker
This has largely no effect, since the default is y, and since it is as fundamental as CONFIG_NET, it should be in the base. Move it there and delete any other instances of it. This will resolve any BSP configuration audit warnings on CONFIG_BLOCK caused by a BSP that includes scsi. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2012-08-08kconfig: add tty/serial file to hardware listingPaul Gortmaker
A scan of this file reveals that it is full of UART specific settings for various embedded platforms, and should be listed in the hardware category. This will also stop the audit from warning that SERIAL_CORE and SERIAL_CORE_CONSOLE are being set by BSPs as if it were non-hardware related. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2012-08-08routerstationpro: specify chosen filesystems in audit input.Paul Gortmaker
Call out the two filesystems used by this specific BSP in the hardware list. While filesystems aren't generally hardware items, boards with MTD devices will need certain specific filesystems, so there is a hardware linkage. Regardless, the point of the audit is to inform people in a way that lets them think about their choices. We've done that here, and know we need these. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2012-08-08routerstationpro: add config data for audit purposesPaul Gortmaker
This BSP patches into existence a new Kconfig file in the drivers/net/ethernet dir, and it creates a new Kconfig option (PACKET_MANGLE) in what would otherwise be a non board (hardware) specific Kconfig file. Inform the audit subsystem about both, so that it does not create false positive warnings about either. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2012-08-08meta: add ath79 Kconfig to hardware listing.Paul Gortmaker
This file describes a CPU variant, so it is hardware, and since it is in the mainline kernel, it should be listed here and not in the BSP specific dir (where BSP added Kconfig files would be listed). Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2012-08-08meta: bump kver to v3.4.7Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>