mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
target/xtensa: implement GPIO32
GPIO32 is not in the core ISA, but it was widely used in Diamond Cores. This implementation doesn't do actual I/O and doesn't handle the case of GPIO32 state being a part of coprocessor. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
This commit is contained in:
parent
d1e9b0068a
commit
e98727417a
2 changed files with 54 additions and 0 deletions
|
@ -108,6 +108,7 @@ enum {
|
|||
};
|
||||
|
||||
enum {
|
||||
EXPSTATE = 230,
|
||||
THREADPTR = 231,
|
||||
FCR = 232,
|
||||
FSR = 233,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue