aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-06-19meta: valleyisland: Enable Wifi and Bluetooth driver supportweiteeng/meta-update2Ng Wei Tee
This patch will enabled Wifi and Bluetooth driver by using configs available in mwifiex.cfg, mac80211.cfg, bluetooth.cfg and bluetooth-usb.cfg Signed-off-by: Ng Wei Tee <wei.tee.ng@intel.com>
2015-06-09meta: features/mwifiex: Add new configuration for Marwell Wifi supportNg Wei Tee
This commit adds the new features/mwifiex/mwifiex.cfg and mwifiex.scc to support Marwell wifi features. Signed-off-by: Ng Wei Tee <wei.tee.ng@intel.com>
2015-06-09meta: features/bluetooth: Change the CONFIG_BT as moduleNg Wei Tee
Change the configuration of CONFIG_BT to build as module. Signed-off-by: Ng Wei Tee <wei.tee.ng@intel.com>
2015-06-09meta: features/bluetooth: add support for USB Bluetooth hardwareCristian Iorga
Add support for USB-based generic Bluetooth hardware modules. Partial fix for [YOCTO #6960]. Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> (cherry picked from commit b6a810e8e808795d8821fc9e6e4af3882b14a389) Signed-off-by: Ng Wei Tee <wei.tee.ng@intel.com>
2015-06-09meta: features/bluetooth: add more configurations for Bluetooth supportCristian Iorga
Adding only CONFIG_BT for Bluetooth support does not enable a lot of the basic support expected from a Bluetooth stack, so adding more generic Bluetooth support. Partial fix for [YOCTO #6960]. Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> (cherry picked from commit be02def40293bdfbaa9f230e0adba715ec906516) Signed-off-by: Ng Wei Tee <wei.tee.ng@intel.com>
2015-06-09meta: features/bluetooth: add configuration fragment for Bluetooth supportMax Eliaser
Instead of adding CONFIG_BT directly to configuration fragments for various BSPs, it's better to put it in its own fragment which can then be included elsewhere. This commit also adds the new features/bluetooth/bluetooth.scc to intel-common-standard.scc, although CONFIG_BT has not been removed from anywhere else yet for compatibility reasons. This mostly resolves [YOCTO #1830], and removing other uses of CONFIG_BT will resolve it completely. Signed-off-by: Max Eliaser <max.eliaser@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> (cherry picked from commit 4a06c37d226c1ee3adfa7f9584c5663f05f6b34e) Signed-off-by: Ng Wei Tee <wei.tee.ng@intel.com>
2015-03-23features: soc: fix typo in baytrail.cfgChang Rebecca Swee Fun
Fix the DMA config typo to CONFIG_DW_DMA_PCI. Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-03-21meta: axxiapowerpc: Adding new fragmentDaniel Dragomir
For axxiapowerpc bsp, adding new fragments for standard and preempt-rt kernel types. Signed-off-by: Daniel Dragomir <daniel.dragomir@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-03-19meta: axxiaarm: Adding new fragmentsDaniel Dragomir
For axxiaarm bsp, adding new fragments for standard and preempt-rt kernel types. Signed-off-by: Daniel Dragomir <daniel.dragomir@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-03-19meta: axxiaarm: Deleting old meta fragmentsDaniel Dragomir
Signed-off-by: Daniel Dragomir <daniel.dragomir@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-01-21kver: bump to v3.10.65Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-12-10meta: update to v3.10.62Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-11-16meta: valleyisland 32-bit: Enable Realtek Ethernet DriverNg, Wei Tee
This patch will enable Realtek ethernet driver support for 32-bit Valley Island BSP by using configs available in common-pc-eth.cfg. Signed-off-by: Ng, Wei Tee <wei.tee.ng@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-11-16meta: bump to v3.10.59Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-09-22meta: update kver to v3.10.55Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-09-16meta: bump kver to v3.10.54Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-09-08meta: valleyisland: merge valleyisland-io-3.0Chang Rebecca Swee Fun
valleyisland-io-3.0 is the feature branch for Valley Island BSP. This feature branch was recently being rebased from version 1 to version 3(current version). This patch is to update Valley Island scc file in order to merge version 3 feature branch. Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-08-28meta: common-pc: add support for booting via EFIMax Eliaser
If "common-pc" actually means "Common PC," this is appropriate, as EFI is pretty common in PCs these days. This is also the most expediant way to get qemux86 and qemux86-64 booting via EFI, which is a prerequisite for [YOCTO #5654]. Signed-off-by: Max Eliaser <max.eliaser@intel.com>
2014-08-28meta: enable Realtek ethernet driverNg, Wei Tee
Valley Island BSP does not have Realtek ethernet driver support. This patch will enabled Realtek ethernet driver by using configs available in common-pc-eth.cfg. Signed-off-by: Ng, Wei Tee <wei.tee.ng@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-08-28meta: Add CONFIG_TTY to common-pc-drivers.cfgTom Zanussi
The 8250 config options aren't available if CONFIG_TTY isn't 'y', so make sure TTY is enabled for them. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-08-28meta: Add CONFIG_TTY to 8250.cfgTom Zanussi
The 8250 config options aren't available if CONFIG_TTY isn't 'y', so make sure TTY is enabled for them. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-06-16meta: bump kver to v3.10.43Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-06-04kver: bump to v3.10.41Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-05-23meta: bump kver to v3.10.40Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-05-22valleyisland: enable PCI mode enumeration for LPSS devicesChang Rebecca Swee Fun
Enable PCI mode enumeration for Valley Island LPSS I/O devices. Added feature branch merging operation in scc. Feature branch will be name as valleyisland-io-1.0. Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-05-20mei.cfg: configure Intel MEI driver as moduleSreeju Slevaraj
Changing the flag of this CONFIG_INTEL_MEI_ME and CONFIG_INTEL_MEI from built-in to as module driver. As some BIOS has broken MEI firmware. Signed-off-by: Sreeju Slevaraj <sreeju.armughanx.selvaraj@intel.com> Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-05-20meta: romley: included RTC configurationSreeju Selvaraj
Since migrating this BSP to use intel-common, we need to add RTC configuration to enable real time clock. Signed-off-by: Sreeju Selvaraj <sreeju.armughanx.selvaraj@intel.com> Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-05-20meta: romley: included USB HID ConfigurationSreeju Selvaraj
Since migrating this BSP to use intel-common, we need to add the configuration required to enable USB HID Signed-off-by: Sreeju Selvaraj <sreeju.armughanx.selvaraj@intel.com> Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-05-20meta: romley: added power managementSreeju Selvaraj
Since migrating this BSP to use intel-common, we need to add configuration required for power management Signed-off-by: Sreeju Selvaraj <sreeju.armughanx.selvaraj@intel.com> Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-05-20meta: romley: removed using of common-pc-64.sccSreeju Selvaraj
Removed using of bsp/common-pc-64/common-pc-64.scc from romley-preempt-rt.scc and romley-standard.scc Added ktypes/standard/standard.scc for romley-standard.scc This is because we are migrating the BSP to use intel-common. Signed-off-by: Sreeju Selvaraj <sreeju.armughanx.selvaraj@intel.com> Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-05-12meta: crystalforest: included USB HID configurationSreeju Slevaraj
Since migrating this BSP to use intel-common, we need to add the configuration required to enable USB HID Signed-off-by: Sreeju Slevaraj <sreeju.armughanx.selvaraj@intel.com> Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-05-12meta: crystalforest: included RTC configurationSreeju Slevaraj
Since migrating this BSP to use intel-common, we need to add RTC configuration to enable real time clock. Signed-off-by: Sreeju Slevaraj <sreeju.armughanx.selvaraj@intel.com> Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-05-12meta: crystalforest: removed using of common-pc-64.sccSreeju Slevaraj
Removed using of bsp/common-pc-64/common-pc-64.scc from crystalforest-preempt-rt.scc and crystalforeset-standard.scc. Added ktypes/standard/standard.scc for crystalforest-standard.scc. This is because we are migrating the BSP to use intel-common. Signed-off-by: Sreeju Slevaraj <sreeju.armughanx.selvaraj@intel.com> Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-05-12meta: mohonpeak: removed using of common-pc-64.sccChan Wei Sern
Removed using of bsp/common-pc-64/common-pc-64.scc from mohonpeak-preempt-rt.scc This is because we are migrating the BSP to use intel-common. Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-05-12meta: haswell-wc: removed using of common-pc-64.sccChan Wei Sern
Removed using of bsp/common-pc-64/common-pc-64.scc from haswell-wc-standard.scc and haswell-wc-preempt-rt.scc. Added ktypes/standard/standard.scc for haswell-wc-standard.scc This is because we are migrating the BSP to use intel-common. Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-05-05mei.cfg: enable Intel chipsetsNitin A Kamble
Enable Intel Chipsets in the AMT/MEI driver. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2014-04-29meta: update to v3.10.38Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-04-10minnow: Add minnow-drivers-extra fragmentDarren Hart
Driver requests tend to trickle in slowly. Provide a staging fragment where we can collect those that are not already covered by existing scc files. As blocks of drivers become apparent, new scc files can be created and this file pruned. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-04-10meta: smp.scc: increase default NR_CPUS to 64Ong Boon Leong
Change CONFIG_NR_CPUS from 8 to 64 so that platform with processors count more than 8 will be all activited. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-04-04intel-common: change intel-corei7064-preempt-rt-scc filenameOng Boon Leong
Changed intel-corei7064-preempt-rt-scc file name to intel-corei7-64-preempt-rt.scc. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-04-04meta: mohonpeak: remove branch 'mohonpeak'Ong Boon Leong
This is to remove 'mohonpeak' branch from scc file since we are migrating the BSP to use intel-common. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-04-02intel-common: Add preempt-rt ktype targetsDarren Hart
Add the preempt-rt ktype scc targets for the intel-core2-32 and intel-corei7-64 BSPs. These are also the intel-common configuration used for all intel-common compatible BSPs. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-04-01meta: bump kver to v3.10.35Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-03-27intel-common: Add media-all to the standard buildsDarren Hart
Provide the drivers for common media devices like webcabs and tuners in the intel-common-standard kernels. Reported-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-03-27intel-common: Add mohonpeak BSPOng Boon Leong
Add mohonpeak 32-bit & 64-bit BSP into intel-common. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-03-26meta: update kver to 3.10.34Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-03-20meta: fix beagleboard xm FB configurationBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-03-20meta: add new bsp config layer for valleyislandChang, Rebecca Swee Fun
Add support for the various devices on the Baytrail SoC, including USB, SATA, GbE, HD Audio, EFI features, i915 graphics support, etc. Signed-off-by: Chang, Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-03-20meta: add cfg and scc files for valleyisland io featuresChang, Rebecca Swee Fun
Added Valley Island LPSS I/O device drivers configs. This valleyisland-io features are to support Baytrail soc. Currently, we are supporting ACPI mode enumeration for the device drivers that are available in LTSI kernel 3.10. The PCI enumerated device drivers are in a plan to host in a feature branch resides in linux-yocto-3.10. We will make it available once the feature branch is ready. Signed-off-by: Chang, Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-03-13meta: efi.cfg/efi-ext.cfg: add EFIVAR_FS to default efi fragmentStefan Stanacar
Linux kernel exposes EFI variables data to userspace via 2 interfaces: - old sysfs-efivars interface (CONFIG_EFI_VARS), populated at /sys/firmware/efi/vars, 1024 byte maximum per-variable data size limitation, no UEFI Secure Boot variables support and not recommended anymore. - new efivarfs interface (CONFIG_EFIVAR_FS), typically mounted like this: mount -t efivarfs efivarfs /sys/firmware/efi/efivar It was added in 3.8 intended as a replacement for the sysfs-efivars interface, has no maximum per-variable size limitation and supports UEFI Secure Boot variables. It also allows creating new vars easily, a very useful trick: printf "\x07\x00\x00\x00\x00" > /sys/firmware/efi/efivar/myvar-12345678-1234-1234-1234-123456789abc I find CONFIG_EFIVAR_FS very useful for EFI images and I'd like to have it enabled by default. For example with gummiboot you can use the LoaderEntryOneShot to tell it the entry identifier to select at the next and only the next bootup, and I plan to use that in automated testing. They both can co-exist - but they shouldn't both be active / mounted (the problem isn't the mount point but data inconsistency) so we enable them as modules and have the new one as the default and the old one around for anyone that needs it. Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>