riscv-software-src / riscv-software-src/opensbi
Rename sifive_fu740 -> sifive_unmatched, sifive_fu540 -> sifive_unleashed
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 1.5k
- Forks
- 712
- PR merge metrics
- No merged PRs in 30d
Description
This cleanup already happened on U-Boot side. FU540 and FU740 are SoC names, not the actual boards/platforms. For example, the reset implemented in sifive_fu740.c depends on DA9063 PMIC (that's board specific details).
It's a not a big issue considering that for each SoC there is a single board, but it's confusing.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the OpenSBI tree for sifive_fu740 and sifive_fu540, starting with sifive_fu740.c and the corresponding board or platform references; compare the established U-Boot naming if needed. Done means the references consistently use sifive_unmatched and sifive_unleashed without breaking the affected build or board selection paths.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- operating-systems
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100