aboutsummaryrefslogtreecommitdiff
path: root/variants
AgeCommit message (Collapse)Author
2015-07-01tc2-busybox: use zImageRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-07-01tc2-busybox: add variantRyan Harkin
Add a variant file for building TC2 with BusyBox. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-06-25Change DTS file used for Foundation Modelarmlt-20150720-001Ryan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-06-22variants/fvp: add new FVP variant filesarmlt-20150622armlt-15.0615.06Ryan Harkin
Based on the Juno variant with a few minor changes to cope with DRAM loading the images into the models. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-06-22Add UEFI_BINARY variableRyan Harkin
UEFI does not always output the same filename for every platform, so add the UEFI_BINARY variable to allow the variant to specify the filename. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-06-22busybox: tidy up variantRyan Harkin
The variant was created by duplicating the juno-oe variant. Now that it's working, this patch removes duplication from the juno-oe and juno-busybox scripts. Due to the nature that the variant scripts are processed, the juno-oe and juno-android scripts needs to include the juno-busybox script, rather than the other way round, otherwise the packaging step fails. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-06-09Add busybox buildRyan Harkin
Added the files needed to create a busybox Juno variant. The user can now invoke the scripts thus: ./build-scripts/build-all.sh juno-busybox ./build-scripts/build-all.sh juno-busybox package The output directory will have a juno-busybox dir with both uboot and uefi variants inside. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-05-22Use CROSS_COMPILE instead of LINUX_COMPILERarmlt-20150522gcc-path15.05Ryan Harkin
Use the "standard" CROSS_COMPILE prefix, with a sensible default, rather than the LINUX_COMPILER variable. If the user has the Linaro compiler on their path, it should "just work". Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-05-22only add selinux to the Android variantRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-05-22add juno-r1.dtbRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-05-18Juno has its initrd at 0x84000000Ryan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-05-18Add uefi output destinations variableRyan Harkin
The packaging script needs an array of output directories on a per-target basis. This variable was missing from the initial drop of the scripts. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-05-18Add u-boot output destinations variableRyan Harkin
The packaging script needs an array of output directories on a per-target basis. This variable was missing from the initial drop of the scripts. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-05-18Change the default location of the SCP ROMRyan Harkin
The SCP ROM in ARMLT platforms releases comes as part of the board recovery image. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-05-18Initialise repo with the prototype build scriptsJames King
These scripts are a first pass at creating the build scripts from the internal ARM repo. Signed-off-by: James King <james.king@arm.com> Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>