Elyes Haouas has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/69441 )
Change subject: sb/intel/i82801dx/lpc.c: Use {read,write}_pmbase32 ......................................................................
Patch Set 1:
(1 comment)
File src/southbridge/intel/i82801dx/lpc.c:
https://review.coreboot.org/c/coreboot/+/69441/comment/e6628125_12ffb705 PS1, Line 148: pmbase = pci_read_config16(dev, 0x40) & 0xfffe; Humm, southbridge/intel/common/pmbase.c uses : pci_read_config16(PCI_DEV(0, 0x1f, 0), PMBASE) & 0xfffc;