commit | 0309f58d09c131fd4a75c257541207c78c8cc81d | [log] [tgz] |
---|---|---|
author | Alvin Chang <alvinga@andestech.com> | Mon May 29 17:35:42 2023 +0800 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Jun 01 15:17:55 2023 +0200 |
tree | 66898cc4a79f0219012ccdc7699b4beda4274643 | |
parent | 2e5a3b0d63ddd51c4795a01a5bde2157dc0ddbf6 [diff] |
scripts/symbolize.py: Support RISC-V architecture If we get RISC-V architecture flag from ELF file, assign "self._arch" as "riscv32-unknown-linux-gnu-" or "riscv64-unknown-linux-gnu-", since they are prefixes of RISC-V's official toolchains. Signed-off-by: Alvin Chang <alvinga@andestech.com> Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@foss.st.com>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers