mb/ga-945gcm-s2l: Enable EC I/O decode range.

Change-Id: I021aae6130c475cb370b891ffaec6f1ad267540b
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/17580
Tested-by: build bot (Jenkins)
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
Arthur Heymans 2016-11-23 16:03:54 +01:00 committed by Nico Huber
parent 81ae67a634
commit 59bf309a49
1 changed files with 2 additions and 0 deletions

View File

@ -91,6 +91,8 @@ static void ich7_enable_lpc(void)
pci_write_config16(PCI_DEV(0, 0x1f, 0), 0x82, 0x340d);
// Enable SuperIO Power Management Events
pci_write_config32(PCI_DEV(0, 0x1f, 0), 0x84, 0x000c0801);
/* LPC decode range 2: Environment Controller */
pci_write_config32(PCI_DEV(0, 0x1f, 0), 0x88, 0x00040291);
}
static void rcba_config(void)