summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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>
* u-boot: add imx6qsabrelite as compatible machineOtavio Salvador2012-03-221-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot: add imx28evk as compatible machineOtavio Salvador2012-03-221-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot: fix UART clock setting for mx53Otavio Salvador2012-03-212-1/+59
| | | | | | | | | | | | | | | Change the parent UART clock to be PLL2, so that U-boot can also boot a Freescale 2.6.35 kernel for mx53. FSL kernel and U-boot changed the UART parent from PLL3 to PLL2 to avoid conflicts with IPU clocks, so that the video resolution can be changed without affecting the UART clock. On a 2.6.35 kernel the serial console is messed up after IPU driver is loaded and this patch fixes this problem. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
* u-boot: add mainline U-Boot git versionOtavio Salvador2012-03-162-14/+17
| | | | | | | | The mainline U-Boot offers a good support for all the supported platforms and thus we use this specific recipe until OE-Core has the 2012-03 release. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-imx: set PACKAGE_ARCH to MACHINE_ARCHOtavio Salvador2012-03-161-0/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-imx: depends on elftosb-native in mxs SOCsOtavio Salvador2012-03-151-3/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* barebox: add recipeEric Bénard2012-03-0811-0/+1076
| | | | | | | | | | barebox is a modern bootloader, this recipe adds support for the imx53qsb and includes patches to support both DA9053 and MC34708 based QSB (named MCIMX53-START & MCIMX53-START-R). These patches are now mainlined in the next branch of barebox so they will disapear in the next update (ie barebox-2012.04.0) Signed-off-by: Eric Bénard <eric@eukrea.com>
* imx-test: fix the recipeEric Bénard2012-03-081-4/+26
| | | | | | | | - this recipe actually doesn't compile. - this patch fix this and package the tests. - currently only compile tested. Signed-off-by: Eric Bénard <eric@eukrea.com>
* machconfig: new file for imx51evk target optionsAdrian Alonso2012-02-011-0/+11
| | | | | | | * Machconfig file for imx51evk input devices support * Assume no touchscreen and system uses external keyboard Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* imx-test: add imx51evk supportAdrian Alonso2012-02-011-2/+2
| | | | | | | * Add imx51evk to compatible machine list * Bump PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* imx-firmware: add imx51evk supportAdrian Alonso2012-02-011-2/+2
| | | | | | | * Add imx51evk to compatible machine list * Bump PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* imx-audio: add compatible machine for imx51evk boardAdrian Alonso2012-02-012-2/+46
| | | | | | | | * Add imx51evk to compatible machine list * New imx-audio init script amixer setting for imx51evk * Bump PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* imx-test: New unit-tests. Does not compile yet.Leon Woestenberg2012-01-215-0/+3457
| | | | Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
* imx-firmware: Merge patches from Linux_20201112_20patch_bundle.tar.gzLeon Woestenberg2012-01-064-2/+9
| | | | | | | | Fixed issue: [Decode/H.264] VPU output has mosaics for one clip Upgrade VPU f/w to v1.4.49 on mx51 Upgrade VPU f/w to v1.4.48 on mx53 Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
* Added imx-firmware recipe.Leon Woestenberg2011-12-232-0/+26
| | | | Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
* u-boot-imx: use git repository to fetch u-bootOtavio Salvador2011-12-232-17/+5
| | | | | | This removes the source tarball from the repository Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Revert "u-boot-imx: change include path for u-boot inc file"Otavio Salvador2011-12-212-2/+2
| | | | | | | | This reverts commit a2a5645bd119ac9b4b9dce2fe566adafb33d20d6. Seems like a broken OE-Core were being in use for testing thus making it fail. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-audio: fix audio mixer settings for imx53qsbAdrian Alonso2011-12-182-4/+6
| | | | | | | | | * Fix audio mixer settings for imx53qsb platform * Set playback volume ~90% * Enable Jack Function for headset plug detection * Bump PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* u-boot-imx: change include path for u-boot inc fileAdrian Alonso2011-12-182-2/+2
| | | | | | | | | * Change include path for u-boot inc file; * Something went wrong with github pull request commit 9dc3f8a1b7187150babbbcd5a62f960fa4500767 already handle this error. Signed-off-by: Adrian Alonso <aalonso00@gmail.com>