aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-imx_2009.08.bb
AgeCommit message (Collapse)Author
2013-04-02u-boot-imx (2009.08): Change mx6sl u-boot version to 12.10.02Daiane Angolini
The latest tested u-boot version for iMX6SL EVK is from Freescale BSP 12.10.02 Change-Id: Iecfa1f1ba29e93ec6238be4d2e6414542b5f6307 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2013-03-22u-boot (2009.08): Add imx6dlsabresd supportDaiane Angolini
iMX6DL SabreSD u-boot from Freescale 3.0.0 BSP Change-Id: I80cc181dba57d23cef4bbf388ae7b88058c7cdab Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2013-03-22u-boot (2009.08): Add imx6slevk supportDaiane Angolini
iMX6SL EVK u-boot from Freescale 3.0.0 BSP Change-Id: Iedb942f3f1669991711c3b6bffb409ed288180e8 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2013-02-14u-boot-imx (mx6): Update to 1.1.0 BSP versionOtavio Salvador
Change-Id: I35753f16b26516ffcc20d51624240430eedcdb37 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-02-14u-boot-imx: Add imx6qsabresd supportOtavio Salvador
Change-Id: I77cfb14fb92ac6750fab472b8a529a0157c899e0 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-11-01u-boot-imx: Fix partition number for imx6qsabreauto bootDaiane Angolini
Use the right partition number for rootfs Bump PR for u-boot-imx Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2012-10-31u-boot-imx: upgrade u-boot 2009Daiane Angolini
Take u-boot 2009.08 from Freescale BSP 12.09.01 Fix bootenv for imx6qsabreauto board Teach how to use u-boot 2009.08 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2012-10-15u-boot-imx: Update UBOOT_PADDING variableMahesh Mahadevan
UBOOT_PADDING is set to 2 for the iMX FSL Git U-Boot Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@freescale.com>
2012-10-15u-boot-imx: Fix the patch for the default environment variableMahesh Mahadevan
The patch was pointing to the wrong partition to read the kernel and filesystem. With this fix, the boot on MX53 QSB should succeed with u-boot-imx Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@freescale.com>
2012-10-15u-boot-imx: Fix the build and GIT repository locationMahesh Mahadevan
1. u-boot-imx build was broken after making the switch to open source u-boot. Added UBOOT_MACHINE defines since the u-boot config names are different from that used in the denx GIT repository. Also added defines UBOOT_MAKE_TARGET & UBOOT_SUFFIX given the older version of the u-boot code used. 2. Added 'HOSTSTRIP=true' to EXTRA_OEMAKE for build to succeed. 3. Use git.freescale.com to get the u-boot source code. Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@freescale.com>
2012-05-17u-boot-imx: add COMPATIBLE_MACHINE infoOtavio Salvador
This ensure the recipe is not parsed in incompatible machines. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-04-29u-boot-imx: mx53qsb: fix environment to work with generated sdcard layoutOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-04-29u-boot-imx: update to 2.6.38.11.11.01 versionOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-04-29u-boot-imx: add PROVIDES for u-bootOtavio Salvador
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>
2012-04-01bootloaders: fix linking when ld-is-goldEric Bénard
Signed-off-by: Eric Bénard <eric@eukrea.com>
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>