commit | f1651448a92150c573f763f95293fccaed3af843 | [log] [tgz] |
---|---|---|
author | Alvin Chang <alvinga@andestech.com> | Tue Jun 24 09:31:03 2025 +0800 |
committer | Jerome Forissier <jerome@forissier.org> | Tue Jun 24 16:08:13 2025 +0200 |
tree | 5923667e7004f22bdbef9c26b7b4e883b022fd0d | |
parent | 5ee429d5b99102a643164b86bbd0c3c81735c402 [diff] |
core: riscv: fix hartid for primary hart when CFG_DYN_CONFIG=y The hart ID is stored in s0 register not a0 register. This fixes multi-hart boot hang issue. Fixes: 29661368f51d ("core: riscv: preserve hartid in s0 register at entry point") Signed-off-by: Alvin Chang <alvinga@andestech.com> Reviewed-by: Yu-Chien Peter Lin <peter.lin@sifive.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