You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xuantie C908X supports fast memory configuration vector and scalar
memory access instructions to access external SRAM.
Configure the starting address and size through CSR_MFASTMBA. For
specific settings, please refer to the datasheet.
Dynamic configuration is achieved by parsing dts through opensbi.
The dts reference configuration is as follows:
```
/ {
compatible = "xuantie,c908x";
model = "xuantie,c908x";
fastmem {
mfastmba = <0x12 0x34567890>;
};
};
```
Signed-off-by: hanyu.cp <[email protected]>
0 commit comments