Paul Menzel has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/46001 )
Change subject: mb/asus/f2a85-m_pro: Disable 2e.8 in devicetree ......................................................................
mb/asus/f2a85-m_pro: Disable 2e.8 in devicetree
io = 0x60 causes a hang in there.
Disable the wohle as other boards with Nuvoton Super I/Os in our tree do.
Change-Id: Iea7570a786781cc8ae2aa7b8b9b528cea39ba40e Signed-off-by: Paul Menzel pmenzel@molgen.mpg.de --- M src/mainboard/asus/f2a85-m/devicetree_f2a85-m_pro.cb 1 file changed, 1 insertion(+), 18 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/46001/1
diff --git a/src/mainboard/asus/f2a85-m/devicetree_f2a85-m_pro.cb b/src/mainboard/asus/f2a85-m/devicetree_f2a85-m_pro.cb index 8aa455d..4fd5994 100644 --- a/src/mainboard/asus/f2a85-m/devicetree_f2a85-m_pro.cb +++ b/src/mainboard/asus/f2a85-m/devicetree_f2a85-m_pro.cb @@ -61,24 +61,7 @@ io 0xf7 = 0xff io 0xf8 = 0x00 end - device pnp 2e.8 on # WDT1, GPIO0, GPIO1 - io 0x30 = 0x02 - io 0x60 = 0x00 - io 0x61 = 0x00 - io 0xe0 = 0xff - io 0xe1 = 0x80 - io 0xe2 = 0x00 - io 0xe3 = 0x80 - io 0xe4 = 0x00 - io 0xf0 = 0xff - io 0xf1 = 0x28 - io 0xf2 = 0x00 - io 0xf3 = 0x28 - io 0xf4 = 0x08 - io 0xf5 = 0xff - io 0xf6 = 0x00 - io 0xf7 = 0xff - end + device pnp 2e.8 off end # WDT1, GPIO0, GPIO1 device pnp 2e.9 on # GPIO1, GPIO2, GPIO3, GPIO4, GPIO5, GPIO6, GPIO7, GPIO8 io 0x30 = 0xfe io 0xe0 = 0xff
Stefan Reinauer has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/46001?usp=email )
Change subject: mb/asus/f2a85-m_pro: Disable 2e.8 in devicetree ......................................................................
Abandoned