summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
Commit message (Collapse)AuthorAgeFilesLines
...
* u-boot: Update to include basic support for iMX6Q Sabre SDOtavio Salvador2012-09-241-2/+1
| | | | | | Change-Id: I6f58dd139bae2cdc832040bf37762ce90933a59e Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
* u-boot: Add 'mx3' SoC supportMuhammad Usman2012-09-221-1/+2
| | | | | | | | This change adds the changes need for us with 'mx3' SoC boards; currently it has been tested with i.MX35PDK and i.MX31PDK boards. Signed-off-by: Muhammad Usman <m.usmannn@gmail.com> Signed-off-by: Amjad Afzaal <bcsf09m001@pucit.edu.pk>
* firmware-imx: refactory package naming and versionOtavio Salvador2012-09-195-4/+12
| | | | | | | | | | | | Rename the 'imx-firmware' package to 'firmware-imx' as this is how the tarball is named. We also changed the version from 0.1 to 11.09.01 to proper reflect to the version in use. During the refactory the package upgrade path has been respected so package management can know how to handle the rename. Change-Id: I8d908020333883d7c8a42641e6d9a6e3e81f4bb0 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-test: Add a dummy packageOtavio Salvador2012-09-191-0/+9
| | | | | | | | | | | | The dummy package allows for SoCs without imx-test compatible package to be used without the need of SoC specific changes in the default images. To achive it, we used a version 00.00.00 so it will be the "oldest" alternative for the recipe and being used only as a fallback. Change-Id: Icbdd2588cc98c8fbb093c7a44736b7ed2292844c Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot: update to 2012.07Otavio Salvador2012-09-171-3/+2
| | | | | | | | | | | | This updates the U-Boot version to 2012.07; the current changes above official release can be seen at: https://github.com/Freescale/u-boot-imx/commits/patches-2012.07 This release works for mx5, mx6 SoCs and the imx28evk board. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
* Merge remote branch 'freescale/denzil' into masterOtavio Salvador2012-09-131-2/+2
|\ | | | | | | | | | | | | | | | | * freescale/denzil: mxs-base.inc: Use xserver-xorg instead of xserver-xorg-lite imx-base.inc: Use xserver-xorg instead of xserver-xorg-lite fsl-default-providers.inc: Change virtual/xserver to xserver-xorg imx-base.inc: Remove useless SoC override for U-Boot settings u-boot: Fix mx28evk bootargs
| * u-boot: Fix mx28evk bootargsOtavio Salvador2012-09-131-2/+2
| | | | | | | | | | | | | | | | | | Without this patch console=${console_mainline} is never evaluated and we get console=${console_mainline} in the bootargs which leads to no kernel boot log on the serial console. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
* | Merge remote branch 'freescale/denzil' into masterOtavio Salvador2012-07-261-1/+5
|\| | | | | | | | | * freescale/denzil: imx-firmware: Install the atheros wifi firmware
| * imx-firmware: Install the atheros wifi firmwareMahesh Mahadevan2012-07-261-1/+5
| | | | | | | | | | | | | | Install the firmware needed for the atheros wifi. Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | Merge remote-tracking branch 'freescale/denzil' into masterOtavio Salvador2012-07-253-0/+582
|\| | | | | | | | | | | * freescale/denzil: imx6qsabrelite: do not recommends BSP package are they are not public yet alsa-state: custom asound.conf file for iMX targets
| * alsa-state: custom asound.conf file for iMX targetsDaiane Angolini2012-07-253-0/+582
| | | | | | | | | | | | | | asound.conf file for iMX5 family is from FSL BSP 2.6.35_11.09.01_ER asound.conf file for MXS family is from FSL BSP L2.6.35_10.12.01_SDK Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* | Merge remote branch 'denzil' into masterOtavio Salvador2012-07-181-2/+2
|\| | | | | | | | | | | | | | | * freescale/denzil: linux-imx (2.6.35.3): enable SPDIF support for imx53qsb imx-test: depends on imx-lib so vpu testing application is build imx-lib: fix packaging of libraries linux-imx (2.6.35.3): enable support for NFS v4
| * imx-test: depends on imx-lib so vpu testing application is buildOtavio Salvador2012-07-181-2/+2
| | | | | | | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Adrian Alonso <aalonso00@gmail.com>
* | Merge remote branch 'denzil' into masterOtavio Salvador2012-07-171-2/+2
|\| | | | | | | | | | | * freescale/denzil: linux-imx (2.6.35.3): fix copy of native binaries onto sysroot u-boot: change mx53loco default environment
| * u-boot: change mx53loco default environmentOtavio Salvador2012-07-171-2/+2
| | | | | | | | | | | | | | As we changed the partition layout used in sdcard, for i.MX based SoCs the mx53loco needs to be adjusted according. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| * imx-test: set PACKAGE_ARCH as the package is machine dependantOtavio Salvador2012-07-171-1/+3
| | | | | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| * imx-test: depends on virtual/kernelOtavio Salvador2012-07-171-1/+2
| | | | | | | | | | | | | | The build of imx-test requires the kernel source to be deployed onto sysroot so we do depends on kernel to be previously built. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | imx-test: set PACKAGE_ARCH as the package is machine dependantOtavio Salvador2012-07-171-1/+3
| | | | | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | imx-test: depends on virtual/kernelOtavio Salvador2012-07-171-1/+2
| | | | | | | | | | | | | | The build of imx-test requires the kernel source to be deployed onto sysroot so we do depends on kernel to be previously built. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | imx-bootlets: allow use of a zImage with appended device tree infoOtavio Salvador2012-07-102-5/+7
|/ | | | | | | | | For use of kernels, with device tree, and imx-bootlets we need to append it to the kernel image and use it for the linux.sb file. To avoid changing the built kernel we append a -dtb suffix for the binary name. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot: apply patch to fix default environment for mx28evkOtavio Salvador2012-06-041-2/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* elftosb: don't use full path for headersOtavio Salvador2012-06-012-2/+45
| | | | | | | This fixes the building on new host distributions where header might move due multilib support and other possible changes in future. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-test: Add imx-test.inc fileDaiane Angolini2012-05-313-38/+36
| | | | | | | | | | Rename imx-test_01.bb to imx-test_11.09.bb in order to use the Freescale release number of imx-test package. Add imx-test.inc to avoid dupplication of code if a new imx-test release was included. Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* u-boot: mx53loco: Fix revision of Dialog boardsOtavio Salvador2012-05-291-2/+2
| | | | | | | This fixes a kernel crash when PMIC is accessed in the 2.6.35 kernel for Dialog rev E boards. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot: move to use github's tree for tracking the changesOtavio Salvador2012-05-2957-9223/+3
| | | | | | This has the same patches as before but avoid using many patch files. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot: fix directory name for patches against 2012.04.01 versionOtavio Salvador2012-05-2256-0/+0
| | | | | | | The PV is v2012.04.01 so the directory name needs to be set as the same. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot: use SoC family for COMPATIBLE_MACHINE matchingOtavio Salvador2012-05-221-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-bootlets: avoid using linux-ivt module as it is mx25 dependantOtavio Salvador2012-05-212-9/+11
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot: add patches required for i.MX and i.MXS familiesOtavio Salvador2012-05-2157-1/+9222
| | | | | | | | | | | This adds the set of patches, that will be included in next u-boot release, on top of 2012.04.01 version. Those fix known issues with supported machines. The patches are managed on branch 'patches-2012.04.01' of https://github.com/Freescale/u-boot-imx repository. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-bootlets: add 10.12.01Otavio Salvador2012-05-213-0/+125
| | | | | | | Every machine intending to use this, need to set IMXBOOTLETS_MACHINE variable to allow it to generate proper target code. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-imx: add COMPATIBLE_MACHINE infoOtavio Salvador2012-05-171-0/+2
| | | | | | This ensure the recipe is not parsed in incompatible machines. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-test: use SoC family for COMPATIBLE_MACHINE matchingOtavio Salvador2012-05-171-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-firmware: use SoC family for COMPATIBLE_MACHINE matchingOtavio Salvador2012-05-171-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-audio: use SoC name for COMPATIBLE_MACHINE matchingOtavio Salvador2012-05-171-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-audio: merge common files in SoC family onesOtavio Salvador2012-05-174-45/+1
| | | | | | | We provide mx5 and mx6 configurations leaving imx53ard as the only exception. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* elftosb: Adding patch to build on my Debian x86_64 box.Trygve Laugstøl2012-05-122-4/+53
| | | | Signed-off-by: Trygve Laugstøl <trygvis@inamo.no>
* Fix fetch URL for elftosbRadoslav Kolev2012-05-011-1/+1
| | | | Signed-off-by: Radoslav Kolev <radoslav@kolev.info>
* u-boot-mxsboot: addOtavio Salvador2012-04-301-0/+25
| | | | | | | Adds a native and nativesdk tasks that allow for automation of image generation for 'mxs' SOC family. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-imx: mx53qsb: fix environment to work with generated sdcard layoutOtavio Salvador2012-04-292-2/+54
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-imx: update to 2.6.38.11.11.01 versionOtavio Salvador2012-04-291-2/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-imx: add PROVIDES for u-bootOtavio Salvador2012-04-291-0/+2
| | | | | | | This allow use of u-boot-imx as alternative for u-boot for machines where u-boot's mainline lack features or complete support. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot: update from 2012.04 to 2012.04.01 releaseOtavio Salvador2012-04-251-2/+2
| | | | | | | This fixes a critical bug in command line processing thus it is a mandatory update for us. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot: update to 2012.04 releaseOtavio Salvador2012-04-225-164/+3
| | | | | | | | OE-Core has not yet been update to 2012.04 release so we are adding this to our layer and once it has been update there we move it to a bbappend. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* elftosb: fix linking failure due missing math's libraryOtavio Salvador2012-04-201-1/+3
| | | | | | | | To proper link we need to pass LIBS='-lstdc++ -lm' for make, avoiding the need of patching the build system. Reported-by: John Passaniti <jpassaniti@ashly.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* elftosb: change SRC_URI to a working repositoryOtavio Salvador2012-04-201-1/+1
| | | | | | | | | The server http://foss.doredevelopment.dk is down for sometime and the same file can be found at Timesys' repository so we use it for grabbing the source now. Reported-by: John Passaniti <jpassaniti@ashly.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* barebox: adapt to new sdcard classEric Bénard2012-04-013-4/+46
| | | | | | | | | 8353415 Major refactor in SDCard generation now puts the uImage in a fat partition even for barebox so adapt the barebox environment to this new behaviour (which makes kernel updates easier then in the previous bbsdimage) Signed-off-by: Eric Bénard <eric@eukrea.com>
* bootloaders: fix linking when ld-is-goldEric Bénard2012-04-013-0/+15
| | | | Signed-off-by: Eric Bénard <eric@eukrea.com>
* recipes-bsp: u-boot: Fix the console port for mx6qsabreliteFabio Estevam2012-03-302-2/+30
| | | | | | On mx6qsabrelite the console is ttymxc1. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
* imx-audio: add compatible machine for imx6qsabrelite boardDaiane Angolini2012-03-282-2/+46
| | | | | | | | Add imx6qsabrelite to compatible machine list New imx-audio init script amixer setting for imx6qsabrelite Bump PR Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* u-boot: add mx6qsabrelite supportDaiane Angolini2012-03-233-2/+77
| | | | | | | Add patches needed for loading a kernel without Device Tree support Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>