adiv5: Print out SYSROM PIDR.
We need to know more about what devices indicate proper PIDR and what devices fail to do so.
This commit is contained in:
parent
8c959defca
commit
288620551f
|
@ -308,8 +308,8 @@ static bool adiv5_component_probe(ADIv5_AP_t *ap, uint32_t addr, int recursion,
|
||||||
DEBUG("Fault reading ROM table entry\n");
|
DEBUG("Fault reading ROM table entry\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
DEBUG("ROM: Table BASE=0x%"PRIx32" SYSMEM=0x%"PRIx32"\n",
|
DEBUG("ROM: Table BASE=0x%"PRIx32" SYSMEM=0x%"PRIx32", PIDR 0x%010"
|
||||||
addr, memtype);
|
PRIx64 "\n", addr, memtype, pidr);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
for (int i = 0; i < 960; i++) {
|
for (int i = 0; i < 960; i++) {
|
||||||
|
|
Loading…
Reference in New Issue