util/inteltool: add code for dumping LPC registers
This adds the implementation for dumping LPC registers Change-Id: I50ae4913933f7594f0d63ce3f752302ed5c461e2 Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39517 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Felix Held
parent
fe8170f909
commit
9952e72d06
@@ -396,6 +396,7 @@ unsigned int cpuid(unsigned int op);
|
||||
int print_intel_core_msrs(void);
|
||||
int print_mchbar(struct pci_dev *nb, struct pci_access *pacc, const char *dump_spd_file);
|
||||
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);
|
||||
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,
|
||||
|
Reference in New Issue
Block a user