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:
parent
81ae67a634
commit
59bf309a49
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue