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:
Uwe Bonnes 2020-01-23 23:36:37 +01:00 committed by UweBonnes
parent 8c959defca
commit 288620551f
1 changed files with 2 additions and 2 deletions

View File

@ -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++) {