aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
AgeCommit message (Collapse)Author
2015-10-12ifc6410: mount firmware partition at bootNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-10-12dragonboard-410c: switch from 4.0 to 4.2 kernelNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-10-12dragonboard-410c, ifc6410: create ext4.gz as wellNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-10-12ifc6410: ensure proper image size are generatedNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-10-12ifc6410: dragonboard410c: add mesa-driver-msm is added in wayland imagesNicolas Dechesne
So far, mesa-driver-msm is included only if/when X11 is used since we included it through XSERVER variable. As such images with Wayland/Weston do not get it, and will fail to use the GPU. This commit adds mesa-driver-msm as a machine RRECOMMENDS, if opengl is enabled in DISTRO_FEATURES. This is still not quite ideal, since we don't need it in all images, e.g. console only image should not have it... So we still need to fix it properly, but in the mean time this is now 'less worse'.. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-09-03dragonboard410: align rootfs size on 4096Nicolas Dechesne
when the .ext4 raw image is not a multiple of 4096 , fastboot will fail to cut it into chunks when running 'fastboot flash' command. If the image size is less than the intermediate buffer that fastboot uses to copy the image file from host, then it won't cut it into chunks, and in that case the alignment is not really needed, but to be safe, let's make sure all images for this board are aligned properly. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-07-30dragonboard-410c: add support for openglNicolas Dechesne
When DISTRO_FEATURES has opengl, we want to include all the proper drivers and modules to get freedreno to run. Note that support for Adreno 306 was added in Mesa 10.6.3 (and 10.7 branch) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-07-30dragonboard-410c: add machine configKoen Kooi
[Imported from meta-96boards, fixed up path for arm64 include] Squashed in fixes from Nicolas: * default UART for console is ttyMSM0 * remove earlyprintk support * default rootfs partition on db410c is mmcblk0p10 (or /dev/disk/by-partlabel/rootfs) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-07-30ifc6410: rework XSERVER variable definitionNicolas Dechesne
* simplify the management of the opengl DISTRO_FEATURE * add fbdev when !opengl Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-01-28machine: ifc6410: move KERNEL_DEVICETREE setting in the machine confNicolas Dechesne
it should never have been in the kernel recipe... Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2014-12-03machine: ifc6410: default to 3.17 QCOM LT tree instead of 3.4Nicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2014-12-03machine: ifc6410: recommends kernel modulesNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2014-07-23Create initial BSP layer for IFC6410Nicolas Dechesne
- create meta-qualcomm OE layer - add README and license file - create machine configuration for ifc6410, using the 3.4+freedreno kernel - configure freedreno in mesa, and create xf86-video-freedreno recipe This has been tested with distro-less OE-core on IFC6410 meta = "master:6bc3696d8451a23d743daf03ee98c4ba54ce4551" Using the following extra configuration in local.conf: DISTRO_FEATURES_append = " opengl" CORE_IMAGE_EXTRA_INSTALL += "mesa-demos" VIRTUAL-RUNTIME_graphical_init_manager = "" glxgears was tested using the GPU firmware from the Inforce BSP v1.5 release. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>