aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
AgeCommit message (Collapse)Author
2012-03-22u-boot: add imx6qsabrelite as compatible machineOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-03-22u-boot: add imx28evk as compatible machineOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-03-21u-boot: fix UART clock setting for mx53Otavio Salvador
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>
2012-03-16u-boot: add mainline U-Boot git versionOtavio Salvador
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>
2012-03-16u-boot-imx: set PACKAGE_ARCH to MACHINE_ARCHOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-03-15u-boot-imx: depends on elftosb-native in mxs SOCsOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-12-23u-boot-imx: use git repository to fetch u-bootOtavio Salvador
This removes the source tarball from the repository Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-12-21Revert "u-boot-imx: change include path for u-boot inc file"Otavio Salvador
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>
2011-12-18u-boot-imx: change include path for u-boot inc fileAdrian Alonso
* 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>
2011-12-13u-boot: move to recipes-bsd/u-boot and fix parsing of recipeOtavio Salvador
OE-Core has moved u-boot from recipes-bsd/uboot to recipes-bsd/u-boot. This moves the files and fixes the path for inclusion of u-boot.inc file on the recipes. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>