riscv-compliance: Turn off ABSTRACTAUTO until the appropriate time
This commit is contained in:
parent
313885cb3b
commit
8f7195af76
|
@ -2431,6 +2431,7 @@ int riscv013_test_compliance(struct target *target) {
|
|||
// See which bits are actually writable
|
||||
dmi_write(target, DMI_ABSTRACTAUTO, 0xFFFFFFFF);
|
||||
uint32_t abstractauto = dmi_read(target, DMI_ABSTRACTAUTO);
|
||||
dmi_write(target, DMI_ABSTRACTAUTO, 0x0);
|
||||
if (abstractauto > 0) {
|
||||
testvar = 0;
|
||||
// TODO: This mechanism only works when you have a reasonable sized progbuf, which is not
|
||||
|
|
Loading…
Reference in New Issue