Paul Menzel has uploaded this change for review.

View Change

mb/asus/f2a85-m_pro: Comment on superiotool dump differences

Change-Id: I5b4e9eeabb51411337083be9b355812bd3a2bd01
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
---
M src/mainboard/asus/f2a85-m/devicetree_f2a85-m_pro.cb
1 file changed, 5 insertions(+), 3 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/46002/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 4fd5994..56d63a7 100644
--- a/src/mainboard/asus/f2a85-m/devicetree_f2a85-m_pro.cb
+++ b/src/mainboard/asus/f2a85-m/devicetree_f2a85-m_pro.cb
@@ -40,6 +40,7 @@
device pnp 2e.5 on # Keyboard
io 0x60 = 0x0060 # KBC1 base
io 0x62 = 0x0064 # KBC2 base
+ io 0xf0 = 0x82 # default: 0x83; setting 0x82 in cb causes it to be set to 0x00
irq 0x70 = 1
irq 0x72 = 12
end
@@ -87,10 +88,11 @@
io 0xfe = 0x00
end
device pnp 2e.a on # ACPI
- io 0xe3 = 0x01
- io 0xe6 = 0x4c
+ io 0xe3 = 0x01 # resulting in 0x14
+ io 0xe3 = 0x00 # resulting in 0x01
+ io 0xe6 = 0x4c # resulting in 0x40
io 0xe7 = 0x11
- io 0xf2 = 0x5d
+ io 0xf2 = 0x5d # resulting in 0x00
end
device pnp 2e.b on # Hardware Monitor, Front Panel LED
io 0x30 = 0x01

To view, visit change 46002. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I5b4e9eeabb51411337083be9b355812bd3a2bd01
Gerrit-Change-Number: 46002
Gerrit-PatchSet: 1
Gerrit-Owner: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-MessageType: newchange