aboutsummaryrefslogtreecommitdiff
path: root/build-arm-tf.sh
AgeCommit message (Collapse)Author
2015-08-25arm-tf: Allow to pass additional build flagsSandrine Bailleux
Allow to pass additional build flags through the environment variable ARM_TF_BUILD_FLAGS. They will be appended to the build command used to build the Trusted Firmware. Also print the resulting build command. Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
2015-08-25arm-tf: Allow to configure build type from command lineSandrine Bailleux
Instead of hard-coding the build type (debug/release) in the variant file, allow to configure it from the command line. If it is not specified on the command line then the variant file sets its default value. Also rename 'ARMTF_DEBUG_ENABLED' into 'ARM_TF_DEBUG_ENABLED' to align it with the other Trusted Firmware environment variables. Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
2015-08-25arm-tf: Fix 'make clean' for fiptoolSandrine Bailleux
'make fiptool clean' will build the fiptool and clean the release build for FVP, which is not what we want. Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
2015-08-25arm-tf: Remove ARM_TF_ARCH variableSandrine Bailleux
The Trusted Firmware build system doesn't allow to configure the targeted architecture, only AArch64 is supported. Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
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-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>