Felix Singer has uploaded a new patch set (#2) to the change originally created by Keith Hui. ( https://review.coreboot.org/c/coreboot/+/84617?usp=email )
Change subject: mb/asus/p8z77-m: Drop GPIO by I/O ......................................................................
mb/asus/p8z77-m: Drop GPIO by I/O
Per Fabian Groffen grobian@gentoo.org in CB:75145:
This particular setting results in
[ERROR] PNP: 002e.308 missing read_resources
The underlying root cause was fixed by commit f5b993de4fcf (sio/nuvoton/nct6779d: Correct GPIOBASE virtual LDN). However, to make GPIO by I/O work requires setting up an I/O port resource here and a generic LPC I/O decode at southbridge/intel/bd82x6x, and both weren't done. Even if done, this newfound capability still doesn't offer much.
Change-Id: I39739ab71bc644619667b3e123cc9ad85f9d109f Signed-off-by: Keith Hui buurin@gmail.com --- M src/mainboard/asus/p8x7x-series/variants/p8z77-m/overridetree.cb 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/84617/2