aboutsummaryrefslogtreecommitdiff
path: root/src/superio/fintek/f71808a/chip.h
diff options
context:
space:
mode:
authorMax Blau <tripleshiftone@gmail.com>2019-04-29 23:46:20 +0200
committerFelix Held <felix-coreboot@felixheld.de>2019-05-01 00:09:57 +0000
commit13bfd04a99544f5114e823eaa3ce06fece390915 (patch)
tree7a1981ecc8f6c33fd02b7d77391f465279f48117 /src/superio/fintek/f71808a/chip.h
parent22e605c2c06f553b98131a87b634709aa1818e1f (diff)
superio/fintek/f71808a: Add more optional ramstage registers
Add more registers and make them optional, so they keep untouched/ their default if omitted. Change-Id: I5d8008176d2972976b387c558658b8e70b50af8e Signed-off-by: Max Blau <tripleshiftone@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32376 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/superio/fintek/f71808a/chip.h')
-rw-r--r--src/superio/fintek/f71808a/chip.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/superio/fintek/f71808a/chip.h b/src/superio/fintek/f71808a/chip.h
index f4e80ff839..d838f3aec1 100644
--- a/src/superio/fintek/f71808a/chip.h
+++ b/src/superio/fintek/f71808a/chip.h
@@ -22,6 +22,13 @@
struct superio_fintek_f71808a_config {
+ uint8_t hwm_vt1_boundary_1_temperature;
+ uint8_t hwm_vt1_boundary_2_temperature;
+ uint8_t hwm_vt1_boundary_3_temperature;
+ uint8_t hwm_vt1_boundary_4_temperature;
+ uint8_t hwm_fan1_boundary_hysteresis;
+ uint8_t hwm_domain1_en;
+
/* Multi function registers */
uint8_t multi_function_register_0;
uint8_t multi_function_register_1;