commit | 7ee9fd978c0a5622c8ffce04de27f81fe2a366ac | [log] [tgz] |
---|---|---|
author | Jimmy Zheng <jimmyzhe@andestech.com> | Wed Jul 23 18:43:33 2025 +0800 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Mon Oct 13 11:26:28 2025 -0400 |
tree | e36afb1f84b4f8373809e71b3c2057320249b6d7 | |
parent | 679ce42f15a974ae805326e021310130c17754a3 [diff] |
soc: telink: tlsr951x: use RISC-V custom CSR common code TLSR951x also supports Andes extended CSR. Reworks the following CSR handling to use the RISC-V custom CSR common code: 1. Use common macros for HWDSP CSR context save/restore. 2. Use common macros for PFT CSR context save/restore. 3. Use common low-level CSR initialization via __reset hook. Signed-off-by: Jimmy Zheng <jimmyzhe@andestech.com>