summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/u-boot/u-boot_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* update to latest released versionsedisonMatthew McClintock2012-08-141-2/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* u-boot: correct path to config filesVladimir Zapolskiy2012-08-131-1/+1
| | | | | | | | The trivial change fixes u-boot compilation task, boot_format utility installs board configuration files into a subdirectory of STAGING_DATADIR_NATIVE. Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com> Cc: Matthew McClintock <msm@freescale.com>
* u-boot_git.bb: add libgcc to dependsMatthew McClintock2012-07-111-2/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* update commit of u-boot for sdk 1.2Zhenhua Luo2012-06-211-2/+2
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* fix the u-boot-nand build issueZhenhua Luo2012-05-211-4/+5
| | | | | | u-boot-nand.bin is the right one for NAND flash instead lf u-boot.bin Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* u-boot: package images to u-boot-imagesTing Liu2012-04-271-2/+3
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* remove p3060qdsMatthew McClintock2012-04-271-1/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* u-boot-sd: skip using boot-format to regenerate imagesTing Liu2012-04-231-1/+2
| | | | | | | | | u-boot images can be deployed to SD using boot-format on target board. This method can leave the SD partition not destoryed. For bug ENGR179814. Signed-off-by: Ting Liu <b28495@freescale.com>
* fix u-boot-nand build error of non-dpaa targetsZhenhua Luo2012-04-101-2/+3
| | | | | | u-boot-nand doesn't need to be handled by boot-format Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* remove unnecessary line from UBOOT_TARGET judgementZhenhua Luo2012-04-091-3/+2
| | | | | | | p5020ds-32b and p5020ds-64b use the same u-boot configuration option, remove p5020ds-64b line in UBOOT_TARGET judgement. Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* Add more supported u-boot types for dpaa targetsChunrong Guo2012-04-091-4/+15
| | | | | Signed-off-by: Chunrong Guo <b40290@freescale.com> Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* meta-fsl-ppc: do_deploy not use DEPLOY_DIR_IMAGETing Liu2012-03-231-9/+2
| | | | | | | images in DEPLOYDIR will be deployed to DEPLOY_DIR_IMAGE automatically, not need install images to DEPLOY_DIR_IMAGE any more Signed-off-by: Ting Liu <b28495@freescale.com>
* Fix quoting errors in recipesMatthew McClintock2012-03-121-2/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* u-boot_git.bb: update u-boot recipe to use new triplet's after multilib changesMatthew McClintock2012-02-271-3/+3
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* u-boot: fixup building multiple images and add thsoe images for p1020rdb to ↵Matthew McClintock2012-02-081-13/+13
| | | | | | start with Signed-off-by: Matthew McClintock <msm@freescale.com>
* u-boot: make sure u-boot images are included in cache packageZhenhua Luo2012-01-021-1/+8
| | | | | | fix the u-boot images are not generated when do cache build Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* u-boot_git.bb: Make u-boot build for 64-bit partsMatthew McClintock2011-11-291-3/+7
| | | | | | | | | u-boot is always built 32-bit even for 64-bit parts, this is an issue for 64-bit machines. This is a first attempt at getting this working. However, this method is less than ideal as it uses multilib to build a 32-bit toolchain to build u-boot Signed-off-by: Matthew McClintock <msm@freescale.com>
* u-boot: Fix mkdir path that was wrongMatthew McClintock2011-11-291-1/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Add mkdir -p to target install dir so it existsMatthew McClintock2011-11-281-0/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Remove -mcpu= from CC as it's affecting code sizeMatthew McClintock2011-11-281-3/+3
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Add compilation flags for u-boot when building for p5020ds-64b which still ↵Matthew McClintock2011-11-241-1/+3
| | | | | | has a 32bit u-boot Signed-off-by: Matthew McClintock <msm@freescale.com>
* u-boot: Add work around for -lgcc not foundMatthew McClintock2011-11-211-1/+1
| | | | | | | | With just CROSS_COMPILE defined we do not modify the CFLAGS to include the required --sysroot arguments. By adding CC as well the appropriate arguments are passed in. Signed-off-by: Matthew McClintock <msm@freescale.com>
* Add u-boot recipe to meta-fsl-ppcMatthew McClintock2011-11-181-0/+99
Signed-off-by: Matthew McClintock <msm@freescale.com>