diff options
author | Mondrian Nuessle <nuessle@uni-mannheim.de> | 2007-11-29 02:28:55 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-11-29 02:28:55 +0000 |
commit | 8e290d38e4bb856b9d12cc3bc5acdd5d21e7f895 (patch) | |
tree | a2249d0896728b08b800290d30975f42b76c6123 /src | |
parent | 447aafe5db7a94556537f227761e376a6e2d0530 (diff) | |
download | coreboot-8e290d38e4bb856b9d12cc3bc5acdd5d21e7f895.tar.xz |
Flashrom does not work after booting LinuxBIOS on the Iwill DK8-HTX board,
according to mcqmcqmcq@fastmail.fm. Fix it.
Signed-off-by: Mondrian Nuessle <nuessle@uni-mannheim.de>
Acked-by: mcq <mcqmcqmcq@fastmail.fm>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2991 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/iwill/dk8_htx/Config.lb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mainboard/iwill/dk8_htx/Config.lb b/src/mainboard/iwill/dk8_htx/Config.lb index 1b07dbcba5..31f3236d51 100644 --- a/src/mainboard/iwill/dk8_htx/Config.lb +++ b/src/mainboard/iwill/dk8_htx/Config.lb @@ -331,7 +331,12 @@ chip northbridge/amd/amdk8/root_complex io 0x62 = 0x300 irq 0x70 = 9 end - device pnp 2e.8 off end # GPIO2 + device pnp 2e.8 on # GPIO2 + io 0x07 = 0x08ff + io 0x30 = 0x01ff + io 0x2b = 0xd0ff + io 0xf0 = 0xef16 + end device pnp 2e.9 off end # GPIO3 device pnp 2e.a off end # ACPI device pnp 2e.b on # HW Monitor |