Patrick Georgi has uploaded a new patch set (#2) to the change originally created by Keith Hui. ( https://review.coreboot.org/c/coreboot/+/41226 )
Change subject: superio/nuvoton/nct6779d: Open some LDN config registers ......................................................................
superio/nuvoton/nct6779d: Open some LDN config registers
The porting of Asus P8Z77-M mainboard required changing certain Super I/O configuration registers that were ignored in devicetree.cb because they aren't listed as resources. Add the declaration so they can be changed.
This change is nowhere near enough as the current structure is insufficient to allow changing configuration registers in the 0xE? range, which this board also needs.
TEST=Changes to config regs 0xf4, 0xf5 in LDN 9 are reflected when inspected using superiotool -d.
Change-Id: Ia31aafda3fa9423d516b5d839ef5265e8e8ccdd2 Signed-off-by: Keith Hui buurin@gmail.com --- M src/superio/nuvoton/nct6779d/superio.c 1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/26/41226/2