aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-12-17 09:09:54 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2015-12-17 09:09:54 +0200
commit0b5f3826e516f2fe28816d649615b9c0d2c6c2c3 (patch)
treec8e565a681b3cb1ed509ef279b7e834fc66f05de
parentc352c73bb1c84d41a5b5959bf979988e0ab737f8 (diff)
96boards-hikey-uefi: fix optee_os build
Some recent changes to optee_os to support 64-bit TAs are breaking current build. Adjust as needed to match upstream changes. Change-Id: Ibe73a06fcd933cb1eeac19490ccd481151cc3c55 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rw-r--r--96boards-hikey-uefi.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/96boards-hikey-uefi.yaml b/96boards-hikey-uefi.yaml
index 779fa05..7573a54 100644
--- a/96boards-hikey-uefi.yaml
+++ b/96boards-hikey-uefi.yaml
@@ -56,6 +56,8 @@
# Use pre-installed linaro toolchain
export PATH="${HOME}/srv/toolchain/arm-tc-15.02/bin:${HOME}/srv/toolchain/arm64-tc-15.02/bin:$PATH"
+ export CROSS_COMPILE_ta_arm64=aarch64-linux-gnu-
+ export CROSS_COMPILE_ta_arm32=arm-linux-gnueabihf-
# Check out arm-trusted-firmware
git clone -b hikey --depth 1 https://github.com/96boards/arm-trusted-firmware.git
@@ -91,7 +93,9 @@
dd if=/dev/zero of=out/nvme.img bs=128 count=1024
# Ship files needed to build OP-TEE test suite
- tar -C ${WORKSPACE}/optee_os/out -acvf ${WORKSPACE}/out/optee/arm-plat-hikey.tar.xz arm-plat-hikey/export-user_ta
+ tar -C ${WORKSPACE}/optee_os/out -acvf \
+ ${WORKSPACE}/out/optee/arm-plat-hikey.tar.xz \
+ arm-plat-hikey/export-ta_arm64 arm-plat-hikey/export-ta_arm32
git clone --depth 1 https://github.com/96boards/l-loader.git
cd l-loader