aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-08-31meta: add pandaboard kernel configuration fragmentsmetaBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-08-22meta: add APM Emulation option to beagleboardLiming Wang
apmd daemon needs this option to work, so add this to beagleboard kernel config file. Signed-off-by: Liming Wang <liming.wang@windriver.com>
2011-07-28meta: adding pandaboard descriptionBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-07-15meta/routerstationpro: remove some conflicted configurationsJingdong Lu
Some kernel options were redefined by routerstationpro.cfg and it will cause some bugs. So remove some configurations which have been defined in base.cfg or standard.cfg from routerstationpro.cfg. 1) Gerneral setup: remove CONFIG_EXPERIMENTAL, CONFIG_SYSVIPC, CONFIG_POSIX_MQUEUE 2) Native Language Support: remove all related options Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
2011-06-22beagleboard: new config based on meta-texasinstrumentsDarren Hart
Using the defconfig from the meta-texasinstruments layer, update the beagleboard.cfg to enable the omap framebuffer and other hardware. Break out other fragments as local features (which we can move into the higher level features if we choose later): wifi and wl1271. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-06-21meta: add taskstats experimental feature groupBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-06-21meta: enable freezer supportBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-06-21meta: enable fuse and cuse as modulesBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-06-21meta: add namespaces + experimental configsBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-06-21meta: add devtmpfs config groupBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-06-21meta: re-enable cgroups options in the standard kernelBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-06-21btrfs.scc,cfg: add a new feature which enables btrfs kernel configurationNitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-06-21meta: cleanup. remove obselete meta subdirBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-06-16meta: add utrace feature for linux-yoctoTom Zanussi
Add a 'utrace feature' that turns on the kernel options required for utrace, used mainly to enable userspace tracing for systemtap. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-06-13meta/romely: fix e1xxx typoBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-06-07meta/fsl-mpc8315e-rdb: Enable EEPROMJingdong Lu
Enable "MISC_DEVICES" kernel configuration Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
2011-06-07Revert "meta/fsl-mpc8315e-rdb: Enable EEPROM"Bruce Ashfield
This reverts commit f1dc3722d45cdcc92c84ebfecf4ce616d2efed26.
2011-06-03meta/fsl-mpc8315e-rdb: Enable EEPROMJingdong Lu
Add eeprom device into dts Enable "MISC_DEVICES" kernel configuration Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
2011-06-03meta/beagleboard: Enable VFAT and NAND flashJingdong Lu
Update beagleboard config to add VFAT file system and NAND flash support. Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
2011-06-03meta/fishriver: create initial BSP infrastructureTom Zanussi
We now dedicate a branch to fishriver, which before now had been happy with crownbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-06-03meta: add ericsson-3g f5521gw featureTom Zanussi
For use initially by the fishriver bsp. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-27meta: add romley featuresTom Zanussi
Add uio, ixgbe, e1xxx and hugetlb features to romley bsp. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-27meta: remove 'not set' lines from netfilter.cfgTom Zanussi
The 'not set' lines override intentional config options and unintentionally turn them off. Remove them to avoid this behavior. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-27meta: add dca featureTom Zanussi
Add a general-purpose feature for turning on DCA support (Intel Direct Cache Access) and use it in igb/ixgbe features. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-27meta: replace open-coded E1XXXX options with intel-e1xxxx featureTom Zanussi
Have common-pc and common-pc-64 use the intel-e1xxxx feature, remove the corresponding options in common-pc64.cfg (including deletion of common-pc-net.cfg) and common-pc.cfg, and update bsps accordingly. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-27meta: add intel-e1xxxx featureTom Zanussi
Add a general-purpose feature adding support for Intel PRO/100, Intel PRO/1000, and Intel PRO/1000 PCI-Express adapters. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-27meta: replace open-coded igb options with igb featureTom Zanussi
Have common-pc-64 use the igb feature, and remove the corresponding options in common-pc64.cfg. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-27meta: add igb featureTom Zanussi
Add a general-purpose feature for turning on Intel 82575/82576 PCI Express Gigabit ethernet support. Turns on Direct Cache Access and 82576 Virtual Function Ethernet support. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-27meta: add ixgbe featureTom Zanussi
Add a general-purpose feature for turning on Intel 10GbE PCI Express support. Turns on Direct Cache Access and Data Center Bridging as well as 82599 Virtual Function Ethernet support. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-27meta: replace open-coded dma engine options with dmaengine featureTom Zanussi
Replace open-coded DMA_ENGINE and DMADEVICES options with the dmaengine feature. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-27meta: add dmaengine featureTom Zanussi
Add a general-purpose feature for turning on DMA engine support. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-27meta: add hugetlb featureTom Zanussi
Add a general-purpose feature for turning on common hugetlb options, such as huge page support and hugetblfs. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-27meta: add uio featureTom Zanussi
Add feature to turn on userspace I/O support. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-27meta: replace open-coded hpet options with hpet featureTom Zanussi
Have common-pc-64 use the hpet feature, and remove the corresponding options in common-pc64.cfg. Also remove the hpet options from arm and ppc machines where they're noops. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-27meta: add hpet featureTom Zanussi
Add a general-purpose feature for turning on common HPET options, such as basic HPET support and the hpet device w/mmap support. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-27routerstationpro: watchdog configBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-05-16bsp/crownbay: merge emgd branchTom Zanussi
Add scc commands to merge the yocto/emgd branch into the crownbay BSP. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-05meta/romley: create initial BSP infrastructureTom Zanussi
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-04-27meta: Add SMP config fragmentDarren Hart
For reusable BSPs like atom-pc which may or may not have SMP support, allow the linux-yocto recipe to choose whether or not to enable SMP support. The smp config fragment enables SMP and SCHED_SMT. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-04-27meta: remove unused systemtap tagBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-04-05meta: preempt-rt renamesBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-04-05meta: fix invalid includeBruce Ashfield
cfg/vfat.cfg did not have an associated .scc file, which meant that it could not be included by features and command line options. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-04-04meta/tools: refresh kern-toolsBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-04-01meta: remove obselete Kconfig referencesBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-04-01meta: carry forward patch cleanupsBruce Ashfield
The existing patches and structure had been maintained from previous kernels as a carry forward reference. It has now been determined that the following patches have gone upstream, or are no longer required to support boards or functionality. As such, they can be removed from the tracking meta information. Feature directories (and some patches) remain, since they are still being evaluated for carry forward purposes. The infrastructure / categories for patches also remains, since in maintenance mode, they will likely be re-used. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-03-30crownbay: set cpu type to MATOMTom Zanussi
NET_SKB_PAD was changed by commit 5933dd2f028cdcbb [net: NET_SKB_PAD should depend on L1_CACHE_BYTES] to L1_CACHE_BYTES. Atom processors have L1_CACHE_BYTES at 64, whereas the default M686 sets it to 32. This causes problems for the pch_gbe driver. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-03-30crownbay: update eg20t configTom Zanussi
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-03-24common-pc-64/qemu: add profiling and latency top to default configBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-03-04meta/routerstationpro: add RTC configurationBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-03-04meta/mpc8315e: use vfat config groupBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>