sb/intel: Replace DTS2 with FLVL
Replace the unused DTS2 field with FLVL (fan level). Required to use the fan level on all thinkpads to store and retrieve the current fan level. Possible additional use case is to modify the fan level from a SMI handler. Change-Id: I1ee5348d24b018ab1b61067813c1db63d6706c12 Signed-off-by: Patrick Rudolph <siro@das-labor.org> Reviewed-on: https://review.coreboot.org/22513 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Alexander Couzens <lynxis@fe80.eu>
This commit is contained in:
parent
bfbe78caec
commit
c6fa12727a
|
@ -57,7 +57,7 @@ Field (GNVS, ByteAcc, NoLock, Preserve)
|
||||||
TCRT, 8, // 0x19 - critical trip point
|
TCRT, 8, // 0x19 - critical trip point
|
||||||
DTSE, 8, // 0x1a - Digital Thermal Sensor enable
|
DTSE, 8, // 0x1a - Digital Thermal Sensor enable
|
||||||
DTS1, 8, // 0x1b - DT sensor 1
|
DTS1, 8, // 0x1b - DT sensor 1
|
||||||
DTS2, 8, // 0x1c - DT sensor 2
|
FLVL, 8, // 0x1c - current fan level
|
||||||
/* Battery Support */
|
/* Battery Support */
|
||||||
Offset (0x1e),
|
Offset (0x1e),
|
||||||
BNUM, 8, // 0x1e - number of batteries
|
BNUM, 8, // 0x1e - number of batteries
|
||||||
|
|
|
@ -42,7 +42,7 @@ typedef struct {
|
||||||
u8 tcrt; /* 0x19 - critical trip point */
|
u8 tcrt; /* 0x19 - critical trip point */
|
||||||
u8 dtse; /* 0x1a - Digital Thermal Sensor enable */
|
u8 dtse; /* 0x1a - Digital Thermal Sensor enable */
|
||||||
u8 dts1; /* 0x1b - DT sensor 1 */
|
u8 dts1; /* 0x1b - DT sensor 1 */
|
||||||
u8 dts2; /* 0x1c - DT sensor 2 */
|
u8 flvl; /* 0x1c - current fan level */
|
||||||
u8 rsvd2;
|
u8 rsvd2;
|
||||||
/* Battery Support */
|
/* Battery Support */
|
||||||
u8 bnum; /* 0x1e - number of batteries */
|
u8 bnum; /* 0x1e - number of batteries */
|
||||||
|
|
|
@ -58,7 +58,7 @@ Field (GNVS, ByteAcc, NoLock, Preserve)
|
||||||
TCRT, 8, // 0x19 - critical trip point
|
TCRT, 8, // 0x19 - critical trip point
|
||||||
DTSE, 8, // 0x1a - Digital Thermal Sensor enable
|
DTSE, 8, // 0x1a - Digital Thermal Sensor enable
|
||||||
DTS1, 8, // 0x1b - DT sensor 1
|
DTS1, 8, // 0x1b - DT sensor 1
|
||||||
DTS2, 8, // 0x1c - DT sensor 2
|
FLVL, 8, // 0x1c - current fan level
|
||||||
/* Battery Support */
|
/* Battery Support */
|
||||||
Offset (0x1e),
|
Offset (0x1e),
|
||||||
BNUM, 8, // 0x1e - number of batteries
|
BNUM, 8, // 0x1e - number of batteries
|
||||||
|
|
|
@ -42,7 +42,7 @@ typedef struct {
|
||||||
u8 tcrt; /* 0x19 - critical trip point */
|
u8 tcrt; /* 0x19 - critical trip point */
|
||||||
u8 dtse; /* 0x1a - Digital Thermal Sensor enable */
|
u8 dtse; /* 0x1a - Digital Thermal Sensor enable */
|
||||||
u8 dts1; /* 0x1b - DT sensor 1 */
|
u8 dts1; /* 0x1b - DT sensor 1 */
|
||||||
u8 dts2; /* 0x1c - DT sensor 2 */
|
u8 flvl; /* 0x1c - current fan level */
|
||||||
u8 rsvd2;
|
u8 rsvd2;
|
||||||
/* Battery Support */
|
/* Battery Support */
|
||||||
u8 bnum; /* 0x1e - number of batteries */
|
u8 bnum; /* 0x1e - number of batteries */
|
||||||
|
|
|
@ -58,7 +58,7 @@ Field (GNVS, ByteAcc, NoLock, Preserve)
|
||||||
CRTT, 8, // 0x19 - critical trip point
|
CRTT, 8, // 0x19 - critical trip point
|
||||||
DTSE, 8, // 0x1a - Digital Thermal Sensor enable
|
DTSE, 8, // 0x1a - Digital Thermal Sensor enable
|
||||||
DTS1, 8, // 0x1b - DT sensor 1
|
DTS1, 8, // 0x1b - DT sensor 1
|
||||||
DTS2, 8, // 0x1c - DT sensor 2
|
FLVL, 8, // 0x1c - current fan level
|
||||||
/* Battery Support */
|
/* Battery Support */
|
||||||
Offset (0x1e),
|
Offset (0x1e),
|
||||||
BNUM, 8, // 0x1e - number of batteries
|
BNUM, 8, // 0x1e - number of batteries
|
||||||
|
|
|
@ -42,7 +42,7 @@ typedef struct {
|
||||||
u8 crtt; /* 0x19 - critical trip point */
|
u8 crtt; /* 0x19 - critical trip point */
|
||||||
u8 dtse; /* 0x1a - Digital Thermal Sensor enable */
|
u8 dtse; /* 0x1a - Digital Thermal Sensor enable */
|
||||||
u8 dts1; /* 0x1b - DT sensor 1 */
|
u8 dts1; /* 0x1b - DT sensor 1 */
|
||||||
u8 dts2; /* 0x1c - DT sensor 2 */
|
u8 flvl; /* 0x1c - current fan level */
|
||||||
u8 rsvd2;
|
u8 rsvd2;
|
||||||
/* Battery Support */
|
/* Battery Support */
|
||||||
u8 bnum; /* 0x1e - number of batteries */
|
u8 bnum; /* 0x1e - number of batteries */
|
||||||
|
|
Loading…
Reference in New Issue