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

BUG=None
BRANCH=None
TEST=None

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>

Change-Id: I021aae6130c475cb370b891ffaec6f1ad267540b
Reviewed-on: https://chromium-review.googlesource.com/415074
Commit-Ready: Furquan Shaikh <furquan@chromium.org>
Tested-by: Furquan Shaikh <furquan@chromium.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Arthur Heymans 2016-11-23 16:03:54 +01:00 committed by chrome-bot
commit 1550ee50c7

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)