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>
This commit is contained in:
@@ -401,6 +401,7 @@ int print_mchbar(struct pci_dev *nb, struct pci_access *pacc, const char *dump_s
|
||||
int print_pmbase(struct pci_dev *sb, struct pci_access *pacc);
|
||||
int print_lpc(struct pci_dev *sb, struct pci_access *pacc);
|
||||
int print_rcba(struct pci_dev *sb);
|
||||
void print_iobp(struct pci_dev *sb, volatile uint8_t *rcba);
|
||||
int print_gpios(struct pci_dev *sb, int show_all, int show_diffs);
|
||||
const struct gpio_community *const *get_gpio_communities(struct pci_dev *const sb,
|
||||
size_t* community_count,
|
||||
|
Reference in New Issue
Block a user