| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
|
|
|
| |
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
|
|
|
|
|
|
| |
u-boot-nand.bin is the right one for NAND flash instead lf u-boot.bin
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
|
|
|
|
| |
Signed-off-by: Ting Liu <b28495@freescale.com>
|
|
|
|
| |
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
u-boot-nand doesn't need to be handled by boot-format
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
Signed-off-by: Chunrong Guo <b40290@freescale.com>
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
|
|
|
| |
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
|
|
|
|
|
| |
start with
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
|
|
|
|
|
| |
fix the u-boot images are not generated when do cache build
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
|
|
|
| |
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
|
|
|
| |
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
|
|
|
|
|
| |
has a 32bit u-boot
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
|
|
|
|
|
|
|
| |
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>
|
|
Signed-off-by: Matthew McClintock <msm@freescale.com>
|