aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-05-07meta/fishriver: move smp options from recipe-spacetzanussi/1.2-updates-2Tom Zanussi
SMP support was configured in recipe-space, remove it from recipe-space and move it here. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-07meta/emenlow: move smp options from recipe-spaceTom Zanussi
SMP support was configured in recipe-space, remove it from recipe-space and move it here. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-07meta/crownbay: move smp options from recipe-spaceTom Zanussi
SMP support was configured in recipe-space, remove it from recipe-space and move it here. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-07meta/sugarbay: remove boot-live optionsTom Zanussi
The boot-live options are already included via common-pc-64 so remove the associated config settings from the top-level feature. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-07meta/jasperforest: remove boot-live optionsTom Zanussi
The boot-live options are already included via common-pc-64 so remove the associated config settings from the top-level feature. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-07meta/sugarbay: use usb featuresTom Zanussi
Use the available usb features and remove the associated config settings from the top-level feature. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-07meta/jasperforest: use usb featuresTom Zanussi
Use the available usb features and remove the associated config settings from the top-level feature. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-07meta/fishriver: use usb featuresTom Zanussi
Use the available usb features and remove the associated config settings from the top-level feature. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-07meta/emenlow: use usb featuresTom Zanussi
Use the available usb features and remove the associated config settings from the top-level feature. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-06meta: add mei featureTom Zanussi
Add an 'mei' feature that turns on the kernel options required to support the Intel Management Engine Interface. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-06meta: add usb/uhci-hcd featureTom Zanussi
Add a 'uhci-hcd' feature that turns on the kernel options required to support uhci (USB 1.x). Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-06meta/crownbay: use usb featuresTom Zanussi
Use the available usb features and remove the associated config settings from the top-level crownbay feature. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-06meta: add usb/ohci-hcd featureTom Zanussi
Add an 'ohci-hcd' feature that turns on the kernel options required to support ohci (USB 1.x). Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-06meta: add usb/ehci-hcd featureTom Zanussi
Add an 'ehci-hcd' feature that turns on the kernel options required to support ehci (USB 2.0). Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-06meta: add usb/xhci-hcd featureTom Zanussi
Add an 'xhci-hcd' feature that turns on the kernel options required to support xhci (USB 3.0). Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-06meta: add usb/base featureTom Zanussi
Add a feature to enable 'base' support for USB. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-03sys940x: Cleanup sys940x.sccDarren Hart
Move the smp and minimal efi fragments into the base BSP description rather than the recipe KERNEL_FEATURES. Drop the -standard features from the base BSP description. These are already defined in sys940x-standard.scc, and they may not be wanted in other variants (such as tiny). Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-05-03sys940x: Use PHYSICAL_START of 0x200000 to bootDarren Hart
Boot fails with a kernel panic in setup_trampoline or shortly after Freeing kernel memory, when using 0x1000000 for PHYSICAL_START and PHYSICAL_ALIGN. Use 0x200000 instead. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-05-03sys940x: Add common standard and preempt-rt featuresDarren Hart
Add the features commonly added to standard and preempt-rt scc files for sys940x as well. This enables live boot capability as well various analysis bits. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-05-03sys940x: Add efi-ext to standard and preempt-rt configsDarren Hart
Enable efi-ext in the standard and preempt-rt configs so the recipes do not have to do this explicitly. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-05-03sys940x: Move emgd-1.10 data to the standard scc fileDarren Hart
Make sys940x consistent with crownbay and fri2 by moving the emgd-1.10 includes and merges to the $bsp-standard.scc files. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-05-03fri2: Cleanup fri2-$KTYPE.scc files re efi-ext.sccDarren Hart
The efi-ext.scc fragment is not part of the standard or preempt-rt standard features. It is instead a BSP specific feature added to these ktypes. Rearrange the meta-data accordingly. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-05-03fri2: Use emgd-1.10 feature and branchDarren Hart
Update the fri2-standard.scc description to use the new emgd feature and branch name. Without this change the emgd driver is not merged and not built. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-04-17meta: Clean up BSPs kernel configYang Shi
Clean up some QEMU and non-x86 BSPs kernel config, including qemuarm qemuppc qemux86 beagleboard mpc8315e_rdb Only obsolete/invalid kernel configs are removed. Signed-off-by: Yang Shi <yang.shi@windriver.com>
2012-04-17meta/beagleboard: disable CONFIG_PREEMPTBruce Ashfield
The boot hangs with the message: mmc0: error -110 whilst initialising SD card The MMC driver has issues initializing when PREEMPT is enabled (either forced or voluntary). Unplugging and then plugging the card back will reset the driver and continue booting. Alternatively, disable preemption. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-04-11meta: Add igb.scc to RomleyKishore Bodke
Romley machine has 82580 Giga bit Ethernet Controller. Add the relavent Nic driver to it. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
2012-03-31meta: Add common-pc-tiny.sccDarren Hart
Create the MACHINE-KTYPE description file for common-pc and tiny. This is used by the qemux86 machine for the linux-yocto-tiny kernel recipe. Add the common-pc hardware config, but not all the features included by the common-pc-standard.scc file. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-03-31tiny: Minimize the tiny configDarren Hart
The config fragments in the tiny ktype were simply pulled in from a collection of experimental fragments. Boil things down to a core policy (yocto.cfg) and tiny-specific configs (tiny.cfg). Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-03-31meta: common-pc add dependencies to cfgDarren Hart
When building with the allnoconfig option, some of the common-pc CONFIG options are dropped due to missing dependencies. This machine also depended on certain default options, such as CONFIG_E1000, which are not enabled with allnoconfig. Add the dependencies and CONFIG_E1000 explicitly. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-03-26common-pc: Add PCNET32 to the configDarren Hart
Qemu and VM Ware both support PCNET32 and the latter requires it for 32 bit images. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-03-16meta: update kver to v3.2.11Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-03-16fri2: Update fri2.cfg for hardware specific supportDarren Hart
The FRI2 does not require R8169 or PATA support. It does not need SFF or GENERIC ATA options either. The FRI2 does require IEEE802154 (Zigbee), BT (Bluetooth), and IWLWIFI. The latter is compiled as a module to avoid the need for an initrd containing the firmware blobs. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-03-12meta/emgd: emgd 1.10 updatesBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-03-06meta: adding -rt16 patch recordBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-03-05meta/fri2/sys940x: fix incorrect cfg includesBruce Ashfield
During the merge from the 3.0 BSPs, a few differences in the location of configuration values was missed. Updating the board configs to the 3.2 location of dmaengine and vesafb. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-03-05meta/sys940x: fix incorrect emgd branch mergeBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-03-02fri2: Move non-hardware optional features out of fri2.sccDarren Hart
Move policy features out of fri2.scc and into the fri2-KTYPE.scc files. This allows KTYPEs like tiny to build smaller kernels while still reusing the fri2.scc file. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-03-02fri2: Add SMP and EFI supportDarren Hart
Rather than add these as features in the linux-yocto recipe, include them in the BSP meta-data directly. Include only the core EFI bits in the fri2.scc, and add the extended EFI support to the fri2-standard.scc so that other ktypes don't pull in more than what's absolutely required from fri2.scc. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-03-02eg20t: Enable serial console for the pch_uartDarren Hart
The FRI2 uses the pch_uart driver for the serial console. Enable the console driver. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-03-02fri2: Drop 8250 from the fri2 sccDarren Hart
The FRI2 has a pch_uart. Depending on the firmware, the kernel may decide to use the 8250 or the pch_uart driver. As the firmware configures the pch_uart with a non-standard UART clock, it is necessary to ensure the pch_uart is used. To do this, drop the 8250 support from the kernel. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-03-02Remove boot-live cfg duplication from BSPsDarren Hart
Several BSPs duplicated the boot-live fragment in their BSP specific config. Remove the duplication and add CONFIG_RD_GZIP and CONFIG_BLK_DEV_SR to the boot-live fragment. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Tom Zanussi <tzanussi@intel.com>
2012-03-02meta: sys940x BSP meta dataDarren Hart
The Inforce SYS940x-ECX Developer-Ready Reference Platform features: o Intel Atom E6xx (0.6-1.6 GHz) o Up to 1GB on-board DDR2 o Intel Platform Controller Hub EG20T o VGA,LVDS o HD Audio o SD Card o Dual SATA o Mini-PCIe http://www.inforcecomputing.com/SYS940X_ECX.html Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Tom Zanussi <tzanussi@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-03-02meta/rt: update to v3.2.9-rt15Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-03-02meta: bump kver to v3.2.9Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-02-27meta: create pvr feature descriptionKishore Bodke
For targets with the appropriate hardware support, they should include this option to enable the appropriate kernel features. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-02-26meta: updating kver to v3.2.7Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-01-30Merge branch 'meta-temp' into metaBruce Ashfield
2012-01-30checkpoint dir: metaBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-01-30checkpoint dir: metaBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-01-30checkpoint dir: metaBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>