Christoph Pomaska has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/30890 )
Change subject: autoport: Add support for Haswell-LynxPoint platform ......................................................................
Patch Set 10:
Patch Set 10:
Patch Set 10:
Patch Set 10:
Patch Set 10:
The commit fails to recognize the PCIe bridge on ASUS H81M-K: 8086:0c01
I quick-fixed it by adding: `RegisterPCI(0x8086, 0x0c01, GenericPCI{})` behind the loop for the VGA controller
Sorry for dumbtalk: Autoport still runs into an "Index out of range" error...
Is this caused by the big DSDT table? You can try https://review.coreboot.org/c/coreboot/+/31759.
Nope, that didnt fix it. Log output:
panic: runtime error: index out of range
goroutine 1 [running]: main.lynxpoint.Scan(0x540a28, 0x12, 0x0, 0xc000012ce0, 0xf, 0xc000132100, 0x15, 0xc00001174f, 0x4, 0xc00001176f, ...) /home/sellerie/git/coreboot/util/autoport/lynxpoint.go:311 +0x2893 main.ScanRoot(0xc000012ce0, 0xf, 0xc000132100, 0x15, 0xc00001174f, 0x4, 0xc00001176f, 0xa, 0xc000132120, 0x1f, ...) /home/sellerie/git/coreboot/util/autoport/root.go:28 +0x319 main.main() /home/sellerie/git/coreboot/util/autoport/main.go:758 +0x5eb