summaryrefslogtreecommitdiffstats
path: root/util/inteltool/rootcmplx.c
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2019-07-14 23:04:05 +0800
committerFelix Held <felix-coreboot@felixheld.de>2021-09-06 19:35:08 +0000
commitab5cac2c79f2240595fb923a37a4cbdb6ed3f231 (patch)
tree7f31456516016d52a86bbe2b67f2e850549719e7 /util/inteltool/rootcmplx.c
parent60d0a30497417e22d0f87dfd82f124eaee4e6a74 (diff)
downloadcoreboot-ab5cac2c79f2240595fb923a37a4cbdb6ed3f231.tar.gz
coreboot-ab5cac2c79f2240595fb923a37a4cbdb6ed3f231.tar.bz2
coreboot-ab5cac2c79f2240595fb923a37a4cbdb6ed3f231.zip
inteltool: Support dumping IOBP register values
This patch also adds LynxPoint and WildcatPoint-LP IOBP registers, which is used to get the USB and SATA configuration values for autoport. Change-Id: I1f11640fdff59a5317f19057476f7e48c2956ab9 Signed-off-by: Iru Cai <mytbk920423@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41473 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/inteltool/rootcmplx.c')
-rw-r--r--util/inteltool/rootcmplx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/inteltool/rootcmplx.c b/util/inteltool/rootcmplx.c
index b1e4939def4e..da9144a8d3df 100644
--- a/util/inteltool/rootcmplx.c
+++ b/util/inteltool/rootcmplx.c
@@ -139,6 +139,8 @@ int print_rcba(struct pci_dev *sb)
printf("0x%04x: 0x%08x\n", i, read32(rcba + i));
}
+ print_iobp(sb, rcba);
+
unmap_physical((void *)rcba, size);
return 0;
}