Merge 45231117b8
into 67082829da
This commit is contained in:
commit
02a84db71c
|
@ -1956,6 +1956,11 @@ static int examine(struct target *target)
|
||||||
return ERROR_FAIL;
|
return ERROR_FAIL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (info->abits == 0) {
|
||||||
|
LOG_TARGET_ERROR(target,
|
||||||
|
"dtmcs.abits is zero. Check JTAG connectivity/board power");
|
||||||
|
return ERROR_FAIL;
|
||||||
|
}
|
||||||
if (info->abits < RISCV013_DTMCS_ABITS_MIN) {
|
if (info->abits < RISCV013_DTMCS_ABITS_MIN) {
|
||||||
/* The requirement for minimum DMI address width of 7 bits is part of
|
/* The requirement for minimum DMI address width of 7 bits is part of
|
||||||
* the RISC-V Debug spec since Jan-20-2017 (commit 03df6ee7). However,
|
* the RISC-V Debug spec since Jan-20-2017 (commit 03df6ee7). However,
|
||||||
|
|
Loading…
Reference in New Issue