summaryrefslogtreecommitdiffstats
path: root/meta-isg
Commit message (Collapse)AuthorAgeFilesLines
* meta-valleyisland: fix build errors for valleyisland-32Rebecca Chang Swee Fun2014-05-121-4/+4
| | | | | | | | | Build errors on machine valleyisland-32: ERROR: Nothing RPROVIDES '${XSERVER_IA32_BASE}' Removing '${XSERVER_IA32_BASE}' and replace it with '${XSERVER_X86_BASE}' Signed-off-by: Rebecca Chang Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-haswell-wc: provide meta-intel.inc in machine configurationChan Wei Sern2014-05-091-1/+8
| | | | | | | | | | This is to include meta-intel.inc in haswell-wc.conf. Also to include PREFERRED_PROVIDER for linux-yocto. Added APPEND to make video:effifb:off so that the SATO UI will not be freezed. Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com>
* meta-valleyisland: provide a formfactor for the valleyisland BSPChan Wei Sern2014-05-093-0/+7
| | | | | | | | Provide formfactor configuration for the valleyisland BSP. Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com>
* meta-valleyisland: provide machine configuration for valleyislandChan Wei Sern2014-05-092-0/+48
| | | | | | | | | | | | Create new machines named 'valleyisland-32' and 'valleyisland-64' for this platform. Re-include 'conf/machine/include/intel-common-pkgarch.inc' to re-use recipe-kernel from intel-common. Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com>
* meta-valleyisland: new BSP layer for Intel Atom E38XX ProcessorRebecca Chang Swee Fun2014-05-094-0/+267
| | | | | | | | | This layer provides support for Intel Atom E38XX Processor product line. Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Signed-off-by: Rebecca Chang Swee Fun <rebecca.swee.fun.chang@intel.com> Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com>
* meta-mohonpeak: provide a formfactor for the mohonpeak BSPOng Boon Leong2014-05-093-0/+7
| | | | | | | Provide formfactor configuration for the mohonpeak BSP. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com>
* meta-mohonpeak: provide machine configuration for mohonpeakChan Wei Sern2014-05-092-0/+44
| | | | | | | | | | | | Create new machines named 'mohonpeak32' and 'mohonpeak64' for this platform. Re-include 'conf/machine/include/intel-common-pkgarch.inc' to re-use recipe-kernel from intel-common. Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com>
* meta-mohonpeak: new BSP layer for Intel Atom Processor C2000Chan Wei Sern2014-05-094-0/+193
| | | | | | | | | This layer provides support for Intel Atom Processor C2000 product line. Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com>
* meta-haswell: fix email address for haswell-wc maintainerOng Boon Leong2014-04-291-1/+1
| | | | | | | Use meta-intel@yoctoproject.org as maintainer's email address. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* linux-yocto: Remove redundant recipesDarren Hart2014-03-121-16/+0
| | | | | | | | | | Remove all redundant linux-yocto recipes where the BSP is able to reuse the intel-common version. Update the common bbappends with the KERNEL_FEATURES and module_autoload* statements from the consolidated bbappends. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* Remove linux-yocto 3.8 bbappendsDarren Hart2014-03-121-16/+0
| | | | | | | The current development branch (for 1.6) supports 3.10 and -dev linux-yocto kernels. Delete all the lingering 3.8 kernel recipes. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* Use intel-common-pkgarch for non-emgd BSPsDarren Hart2014-03-121-0/+1
| | | | | | | | | Enable the intel-common pkgarch and machine override mechanism for most non-emgd BSPs. The Queensbay platforms show issues on the 3.10 kernel, and the NUC is experiencing some boot issues with the common kernel, so skip those for now. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* haswell-wc: Use corei7 tuningDarren Hart2014-01-271-5/+4
| | | | | | | | Haswell based CPUs benefit from the new corei7 tune file. Update the XSERVER_* variables to use the new naming. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Ong Boon Leong <boon.leong.ong@intel.com>
* linux-yocto-3.10: Update SRCREVs for 3.10.19 for remaining BSPsDarren Hart2013-12-201-3/+3
| | | | | | | | | | | | | | | Fixes [YOCTO 5679] Bump the SRCREVs to address the lttng-modules build failure introduced by the oe-core/poky commit: lttng-modules: Update to 2.3.3 version This updates the SRCREVs for crystalforest, haswell-wc, and romley which were at different points than the rest of the BSPs in the layer. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-haswell-wc: update linux-yocto_3.10 SRCREVOng Boon Leong2013-11-111-3/+3
| | | | | | | | Update machine and meta branch to use latest SRCREV. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-isg: Update MAINTAINERS file for haswell-wcOng Boon Leong2013-10-311-1/+1
| | | | | | | Remove typo in MAINTAINERS file for haswell-wc bsp. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-haswell-wc: add kernel recipe for haswell-wc BSPOng Boon Leong2013-10-312-0/+32
| | | | | | | Provide kernel v3.8 and v3.10 recipe for haswell-wc BSP. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-haswell-wc: provide a formfactor for the haswell-wc BSPOng Boon Leong2013-10-312-0/+6
| | | | | | | Provide a formfactor configuration for the haswell-wc BSP. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-haswell-wc: provide machine configuration for haswell-wcOng Boon Leong2013-10-311-0/+22
| | | | | | | Create a new machine named 'haswell-wc'. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-haswell-wc : new BSP layer for Intel Haswell Mobile PlatformOng Boon Leong2013-10-314-0/+198
| | | | | | | | This layer provides support for 4th Gen Intel® Core™ Processor with Mobile Intel QM87 and HM86 Chipsets. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel/meta-isg: new area for ISG BSPsTom Zanussi2013-10-182-0/+50
This creates meta-intel/meta-isg, a dedicated area within meta-intel for ISG to house and maintain their ISG-specific BSPs. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>