aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-06-15emenlow: add options to pull in the emgd branch and enable ittzanussi/emenlow-emgd-metaTom Zanussi
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-06-15emenlow: remove psb optionsTom Zanussi
We're switching to emgd, so drm-psb is no longer needed. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-31meta: add fri2 branch for preempt-rtBruce Ashfield
For preempt-rt the fri2 BSP has some board specific patches, so we need a branch to isolate them from the rest of the boards. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-05-29fri2: update base configDarren Hart
Include the USB CDC_NCM driver as built-in. Comment out i2c features that are not yet ready for use. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-05-29fri2: add usb-mass-storage to standard and preempt-rtDarren Hart
The standard and preempt-rt kernels both support live boot and are expected to support general use cases. Include support for usb-mass-storage. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-05-29fri2 update: drop NETDEVICE, e1xxx, usb-mass-storage, add iwlwifi featureDarren Hart
Drop support for hardware that isn't present on the FRI2 or that is included by other features (such as usb-mass-storage). Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-05-29iwlagn: Correct a comment typoDarren Hart
Comment said iwlan instead of iwlagn, which could cause some confusion when verifying what is required. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-05-29iwlwifi: Add a feature for iwlwifiDarren Hart
Basically a copy of iwlagn for the iwlwifi driver. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-05-29fri2: Configuration update (usb, wifi, i2c)Darren Hart
o Make use of the new USB HCD fragments o Drop the unused iwlagn driver o Add the i2c gpio and accelerometer devices Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-05-29meta: add tmp/rc6 featureTom Zanussi
Add a feature to add RC6 kernel command-line options and turn on RC6 by default on SNB. This is a 'temporary' feature in that these patches are already upstream but we want them for certain machines, and we only want them if the user says so by enabling the feature in recipe-space. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-29chiefriver: create initial BSP infrastructureTom Zanussi
Initial support for Ivy Bridge + Panther Point Intel systems. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-23meta: add machine aliases for common boardsBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-05-14meta/fishriver: remove redundant features and optionstzanussi/policy-cleanupTom Zanussi
Remove the BLK_DEV_SD option already covered by the usb-mass-storage feature. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-14meta/emenlow: remove redundant features and optionsTom Zanussi
Remove the BLK_DEV_SD option already covered by the usb-mass-storage feature. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-14meta/crownbay: remove redundant features and optionsTom Zanussi
Remove the BLK_DEV_SD option already covered by the usb-mass-storage feature. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-14meta/sugarbay: remove redundant features and optionsTom Zanussi
Remove features and options already inherited from common-pc-64. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-14meta/jasperforest: remove redundant features and optionsTom Zanussi
Remove features and options already inherited from common-pc-64. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-14meta/common-pc-64: factor out SCSI CDROM optionTom Zanussi
Remove the BLK_DEV_SR option from common-pc-64.cfg and replace it with the scsi/cdrom feature. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-14meta/common-pc-64: use usb-mass-storage featureTom Zanussi
Add the usb-mass-storage feature and remove the options available in that feature from common-pc-64.cfg. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-14meta: add scsi cdrom featureTom Zanussi
Add a feature to enable SCSI CDROM support. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-14meta/common-pc: use usb-mass-storage featureTom Zanussi
Add the usb-mass-storage feature and remove the options available in that feature from common-pc.cfg. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-14meta: factor out SCSI options from the usb-mass-storage featureTom Zanussi
Remove the SCSI and BLK_DEV_SD options from usb-mass-storage.cfg and replace them with the corresponding scsi/ features. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-14meta: add scsi disk featureTom Zanussi
Add a feature to enable SCSI disk support. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-14meta: add scsi featureTom Zanussi
Add a feature to enable SCSI support. This also creates a scsi/ directory to contain further SCSI options. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-14meta/sugarbay: factor out policy-related optionsTom Zanussi
Refactor bsp/common-pc/sugarbay* to keep hardware-related options in the base sugarbay.scc while moving the more 'policy'-related options into the files that include the base sugarbay.scc fragment. This allows the different kernel types to make use of the basic machine support without dragging along possibly unwanted options that fall under the heading of 'policy' for a specific kernel type. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-14meta/jasperforest: factor out policy-related optionsTom Zanussi
Refactor bsp/common-pc/jasperforest* to keep hardware-related options in the base jasperforest.scc while moving the more 'policy'-related options into the files that include the base jasperforest.scc fragment. This allows the different kernel types to make use of the basic machine support without dragging along possibly unwanted options that fall under the heading of 'policy' for a specific kernel type. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-12meta/fishriver: factor out policy-related optionsTom Zanussi
Refactor bsp/common-pc/fishriver* to keep hardware-related options in the base fishriver.scc while moving the more 'policy'-related options into the files that include the base fishriver.scc fragment. This allows the different kernel types to make use of the basic machine support without dragging along possibly unwanted options that fall under the heading of 'policy' for a specific kernel type. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-12meta/emenlow: factor out policy-related optionsTom Zanussi
Refactor bsp/emenlow/emenlow* to keep hardware-related options in the base emenlow.scc while moving the more 'policy'-related options into the files that include the base emenlow.scc fragment. This allows the different kernel types to make use of the basic machine support without dragging along possibly unwanted options that fall under the heading of 'policy' for a specific kernel type. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-12meta/crownbay: factor out policy-related optionsTom Zanussi
Refactor bsp/common-pc/crownbay* to keep hardware-related options in the base crownbay.scc while moving the more 'policy'-related options into the files that include the base crownbay.scc fragment. This allows the different kernel types to make use of the basic machine support without dragging along possibly unwanted options that fall under the heading of 'policy' for a specific kernel type. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-12meta/common-pc-64: factor out policy-related optionsTom Zanussi
Refactor bsp/common-pc-64/common-pc-64* to keep hardware-related options in the base common-pc-64.scc while moving the more 'policy'-related options into the files that include the base common-pc-64.scc fragment. This allows the different kernel types to make use of the basic machine support without dragging along possibly unwanted options that fall under the heading of 'policy' for a specific kernel type. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-12meta/common-pc: factor out policy-related optionsTom Zanussi
Refactor bsp/common-pc/common-pc* to keep hardware-related options in the base common-pc.scc while moving the more 'policy'-related options into the files that include the base common-pc.scc fragment. This allows the different kernel types to make use of the basic machine support without dragging along possibly unwanted options that fall under the heading of 'policy' for a specific kernel type. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-10meta/common-pc-64: use usb featuresTom Zanussi
Use the available ehci and uhci usb features and remove the associated config settings from the top-level common-pc feature. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-10meta/common-pc: use usb featuresTom Zanussi
Use the available ehci and uhci usb features and remove the associated config settings from the top-level common-pc feature. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-10meta: add ROOT_HUB_TT config option to the usb/ehci-hcd featureTom Zanussi
Add root hub transaction translator support for supporting companion ohci/uhci controllers , which is safe even if the ehci controller doesn't have companion controllers. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-08meta/fishriver: 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-08meta/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-08meta/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-08meta/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-08meta/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-08meta/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-08meta/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-08meta/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-08meta/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>