Max Blau has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/32235 )
Change subject: mainboard: Add MSI MS-7707 ......................................................................
Patch Set 5:
(1 comment)
https://review.coreboot.org/#/c/32235/4/src/mainboard/medion/ms_7707/romstag... File src/mainboard/medion/ms_7707/romstage.c:
https://review.coreboot.org/#/c/32235/4/src/mainboard/medion/ms_7707/romstag... PS4, Line 30: pci_write_config32(PCI_DEV(0, 0x1f, 0), LPC_GEN1_DEC, 0x00fc0295);
Probably wrong. Least significant bits show 0295 (LDN 4e. […]
Its not wrong (base 0x294, size 0xFC). Maybe too large but doesn't matter as it doesn't work at all. Propbios dmesg shows "system 00:01: [io 0x0295-0x0296] has been reserved". Coreboot dmesg doesn't have anything like that. cbmem.log shows this: PNP: 004e.4 60 <- [0x0000000295 - 0x000000029c] size 0x00000008 gran 0x03 io
I have no clue why there's no io range for 0x295 (HWM). Ideas welcome.