OP-TEE / build

Makefiles to use OP-TEE on various platforms
107 stars 209 forks source link

Support RISC-V targets in common.mk #669

Closed gagachang closed 11 months ago

gagachang commented 11 months ago

This PR adds some variables for RISC-V architecture. The TARGET_ARCH variable can be used to specify the architecture to be built. Some configuration file for buildroot are also added.

jforissier commented 11 months ago

For commit "buildroot: Add toolchain configuration file for RISC-V 64-bit system":

Acked-by: Jerome Forissier <jerome.forissier@linaro.org>

jforissier commented 11 months ago

For commit "buildroot: Add optee configuration file for RISC-V 64-bit system":

Acked-by: Jerome Forissier <jerome.forissier@linaro.org>

jforissier commented 11 months ago

@gagachang thanks, LGTM:

Acked-by: Jerome Forissier <jerome.forissier@linaro.org>

gagachang commented 11 months ago

@gagachang thanks, LGTM:

Acked-by: Jerome Forissier <jerome.forissier@linaro.org>

Thanks! Tags applied