[coreboot-gerrit] Patch set updated for coreboot: [WIP] mb/gigabyte/ga-945gcm-s2l: Configure environment controller

Arthur Heymans (arthur@aheymans.xyz) gerrit at coreboot.org
Mon Nov 14 00:35:37 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/17414

-gerrit

commit 7eef89936cd89660180984f55d240760f872eaaa
Author: Arthur Heymans <arthur at aheymans.xyz>
Date:   Mon Nov 14 00:31:57 2016 +0100

    [WIP] mb/gigabyte/ga-945gcm-s2l: Configure environment controller
    
    Values are taken from vendor bios.
    
    Change-Id: I046f5f406136856419e572898de1bf44d5fd8c2c
    Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
 src/mainboard/gigabyte/ga-945gcm-s2l/devicetree.cb | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/mainboard/gigabyte/ga-945gcm-s2l/devicetree.cb b/src/mainboard/gigabyte/ga-945gcm-s2l/devicetree.cb
index a993848..110d11c 100644
--- a/src/mainboard/gigabyte/ga-945gcm-s2l/devicetree.cb
+++ b/src/mainboard/gigabyte/ga-945gcm-s2l/devicetree.cb
@@ -108,6 +108,13 @@ chip northbridge/intel/i945
 			device pci 1f.0 on # LPC bridge
 				ioapic_irq 2 INTA 0x10
 				chip superio/ite/it8718f # Super I/O
+					register hwm_ctl_register = "0xd7"
+					register hwm_main_ctl_register = "0x76"
+					register hwm_adc_temp_chan_en_reg = "0x1c"
+					register hwm_fan1_ctl_pwm = "0x7f"
+					register hwm_fan2_ctl_pwm = "0x7f"
+					register hwm_fan3_ctl_pwm = "0x82"
+
 					device pnp 2e.0 off end # Floppy
 					device pnp 2e.1 on # COM1
 						io 0x60 = 0x3f8



More information about the coreboot-gerrit mailing list