aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/p5gc-mx
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2018-01-05 11:09:26 +0100
committerArthur Heymans <arthur@aheymans.xyz>2018-01-14 21:45:28 +0000
commitffdd33c312cf5ea895c1dad522edb603801d4c37 (patch)
treef5dc8618687bdd9d20c0a59a577d40ca8a835e24 /src/mainboard/asus/p5gc-mx
parentb451df2f400ba12fff440247330f8b57a93034bd (diff)
mb/asus/p5gc-mx/romstage.c: Remove unused IO decode ranges
This source file was mostly copied from ga-945gcm-s2l but had different IO decode ranges. Change-Id: I54cb165000fad6984edf13fb33519fb9c9f0350f Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/23134 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/mainboard/asus/p5gc-mx')
-rw-r--r--src/mainboard/asus/p5gc-mx/romstage.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mainboard/asus/p5gc-mx/romstage.c b/src/mainboard/asus/p5gc-mx/romstage.c
index e03b5ea847..e1725d0de9 100644
--- a/src/mainboard/asus/p5gc-mx/romstage.c
+++ b/src/mainboard/asus/p5gc-mx/romstage.c
@@ -115,9 +115,7 @@ static void ich7_enable_lpc(void)
| KBC_LPC_EN | FDD_LPC_EN | LPT_LPC_EN | COMB_LPC_EN
| COMA_LPC_EN);
// Enable SuperIO Power Management Events
- pci_write_config32(PCI_DEV(0, 0x1f, 0), GEN1_DEC, 0x000c0801);
- /* range 0x290 - 0x297 */
- pci_write_config32(PCI_DEV(0, 0x1f, 0), GEN2_DEC, 0x00040291);
+ pci_write_config32(PCI_DEV(0, 0x1f, 0), GEN1_DEC, 0x00040291);
}
static void rcba_config(void)