Attention is currently required from: Bill XIE.
Keith Hui has posted comments on this change by Keith Hui. ( https://review.coreboot.org/c/coreboot/+/85413?usp=email )
Change subject: mb/asus/p8z77-v: Attempt to correctly route PCIe lanes ......................................................................
Patch Set 2:
(1 comment)
File src/mainboard/asus/p8x7x-series/variants/p8z77-v/early_init.c:
https://review.coreboot.org/c/coreboot/+/85413/comment/389431df_c1b60028?usp... : PS2, Line 77: {7, 34, 20, -1}
This order should be reversed to {20, 34, 7, -1}, as get_gpios() works in little-endian way. […]
I read sb/intel/common/gpio.c again... and you're right. But I'll flip the enum around instead. Should work the same.
Throughout all this testing, did the PCIe x1 card you used to test never work?