commit | 6044eb572b6dcea3a555e7cd34edd9b4434afca1 | [log] [tgz] |
---|---|---|
author | Pascal Brand <pascal.brand@st.com> | Tue Feb 23 15:48:31 2016 +0100 |
committer | Pascal Brand <pascal.brand@st.com> | Thu Mar 03 10:08:58 2016 +0100 |
tree | 82aae7c4abda55068b8a01223c0a1ddf991cf563 | |
parent | bab50840f30a0201b8e495bab5a05077433226d9 [diff] |
fvp: Introduce mixed compilation mode 32bits / 64bits This patch introduce compilation mode 32bits / 64 bits independently for every parts: - COMPILE_NS_USER: Non-Secure User - COMPILE_NS_KERNEL: Non-Secure Kernel - COMPILE_S_USER: Secure User - COMPILE_S_KERNEL: Secure Kernel This is used on FVP, the non-secure part being bits, but the secure part can be specified as 32 or 64 bits (64bits by default). Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Tested-by: Pascal Brand <pascal.brand@linaro.org> (QEMU) Tested-by: Pascal Brand <pascal.brand@linaro.org> (FVP) Signed-off-by: Pascal Brand <pascal.brand@st.com>
Contains the necessary build files to handle OP-TEE for various setups, for now, please see manifest/README.md and OP-TEE/README.md for instructions.