diff options
author | Urja Rannikko <urjaman@gmail.com> | 2015-11-06 16:18:27 +0200 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-11-10 00:42:21 +0100 |
commit | 9849f35459569ec0dcd8d8f928032e7049759c80 (patch) | |
tree | 0fe15297c3de176b8fd365f48a04b8aa81a01f68 | |
parent | 00018c82703da3c0a25124bc2548a5aa515f862c (diff) |
asus/k8v-x: set superio ROM ctrl reg to enable writes
This is required for flashrom to work...
Change-Id: Icc0a52e0ca103c897d96fa8f3cf83b30780c7b49
Signed-off-by: Urja Rannikko <urjaman@gmail.com>
Reviewed-on: http://review.coreboot.org/12349
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
-rw-r--r-- | src/mainboard/asus/k8v-x/devicetree.cb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/asus/k8v-x/devicetree.cb b/src/mainboard/asus/k8v-x/devicetree.cb index 6bb9bc8b47..4be4d7814d 100644 --- a/src/mainboard/asus/k8v-x/devicetree.cb +++ b/src/mainboard/asus/k8v-x/devicetree.cb @@ -82,6 +82,7 @@ chip northbridge/amd/amdk8/root_complex # Root complex device pnp 2e.b on # Hardware monitor io 0x60 = 0x290 irq 0x70 = 0 + irq 0x24 = 0x28 # Global CR24 change bit3: MEMW# Enable end end end |