mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
target-xtensa: provide HW confg ID registers
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
This commit is contained in:
parent
676056d4f1
commit
604e1f9cd0
4 changed files with 21 additions and 3 deletions
|
@ -135,9 +135,11 @@ enum {
|
|||
IBREAKA = 128,
|
||||
DBREAKA = 144,
|
||||
DBREAKC = 160,
|
||||
CONFIGID0 = 176,
|
||||
EPC1 = 177,
|
||||
DEPC = 192,
|
||||
EPS2 = 194,
|
||||
CONFIGID1 = 208,
|
||||
EXCSAVE1 = 209,
|
||||
CPENABLE = 224,
|
||||
INTSET = 226,
|
||||
|
@ -321,6 +323,8 @@ typedef struct XtensaConfig {
|
|||
unsigned nibreak;
|
||||
unsigned ndbreak;
|
||||
|
||||
uint32_t configid[2];
|
||||
|
||||
uint32_t clock_freq_khz;
|
||||
|
||||
xtensa_tlb itlb;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue