[coreboot-gerrit] Patch set updated for coreboot: mb/ga-945gcm-s2l: Enable EC I/O decode range.

Arthur Heymans (arthur@aheymans.xyz) gerrit at coreboot.org
Thu Nov 24 07:57:53 CET 2016


Arthur Heymans (arthur at aheymans.xyz) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17580

-gerrit

commit 4ee1a6da497ed0095a2eba71b106c44eb3c0ed76
Author: Arthur Heymans <arthur at aheymans.xyz>
Date:   Wed Nov 23 16:03:54 2016 +0100

    mb/ga-945gcm-s2l: Enable EC I/O decode range.
    
    Change-Id: I021aae6130c475cb370b891ffaec6f1ad267540b
    Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
 src/mainboard/gigabyte/ga-945gcm-s2l/romstage.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/mainboard/gigabyte/ga-945gcm-s2l/romstage.c b/src/mainboard/gigabyte/ga-945gcm-s2l/romstage.c
index e60442e..d84eae1 100644
--- a/src/mainboard/gigabyte/ga-945gcm-s2l/romstage.c
+++ b/src/mainboard/gigabyte/ga-945gcm-s2l/romstage.c
@@ -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)



More information about the coreboot-gerrit mailing list