commit | 6902e46b324906ab211948659bbfbfeec49905a2 | [log] [tgz] |
---|---|---|
author | Alvin Chang <alvinga@andestech.com> | Wed Jul 19 14:37:25 2023 +0800 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed Jul 19 17:11:22 2023 +0200 |
tree | 82a89672c02872566e91b9505cf6c73a97e30355 | |
parent | 490323419a0bd89b594238d0c71a917b760276e4 [diff] |
toolchain.mk: add RISC-V toolchain downloaded from official release Add "TARGET_ARCH" variable to download either ARM or RISC-V toolchains. If "TARGET_ARCH" is specified as "riscv", the RISC-V 64-bit toolchain will be downloaded from riscv-gnu-toolchain repository and decompressed to toolchains/riscv64 folder. Signed-off-by: Alvin Chang <alvinga@andestech.com> Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.
// OP-TEE core maintainers