-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
restore-state: extend bit size for
RestoreState
Extends the type alias bit size for `RestoreState` types. Adds the following states: - `restore-state-u64x2`: 128-bits - `restore-state-u64x4`: 256-bits - `restore-state-u64x8`: 512-bits - `restore-state-u64x16`: 1024-bits These extensions are necessary for platforms like multicore RISC-V SoCs. For example, StarFive JH7110 SoCs have five HARTs with 136 interrupts each (680 total). Further extensions will be necessary for truly large SoCs like the 64-core SOPHGO SG2042.
- Loading branch information
Showing
2 changed files
with
68 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters