diff options
author | Sean Rhodes <sean@starlabs.systems> | 2024-03-18 10:20:10 +0000 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-06-07 18:50:55 +0000 |
commit | 95e726e5b7e1af820a78afeac9381ec7203176bb (patch) | |
tree | 697a61f17f51cb9e27004c6fbc43de515daec7ca /src/ec | |
parent | d57e57eb22dd9bc413ed75220dfce0929d6ca41f (diff) |
ec/starlabs/merlin/*: Remove temperature and control variables
The BT1T (temperature) and BT1C (control) are not used so remove
them.
Change-Id: Ie6e85042ec59851bcfb4c88a2e04181c3c39f89c
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81404
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/ec')
-rw-r--r-- | src/ec/starlabs/merlin/variants/apl/emem.asl | 2 | ||||
-rw-r--r-- | src/ec/starlabs/merlin/variants/glk/emem.asl | 2 | ||||
-rw-r--r-- | src/ec/starlabs/merlin/variants/glkr/emem.asl | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/src/ec/starlabs/merlin/variants/apl/emem.asl b/src/ec/starlabs/merlin/variants/apl/emem.asl index 6e88f912de..fd1073ee77 100644 --- a/src/ec/starlabs/merlin/variants/apl/emem.asl +++ b/src/ec/starlabs/merlin/variants/apl/emem.asl @@ -94,8 +94,6 @@ Field (ECF2, ByteAcc, Lock, Preserve) B1RC, 16, // Battery Remaining Capacity B1PV, 16, // Battery Present Voltage BPRP, 16, // Battery Remaining percentage - BT1T, 16, // Bt1 Temperature - BT1C, 8, // Bt1 Control Offset(0x9d), OPWE, 8, // OPM write to EC flag for UCSI diff --git a/src/ec/starlabs/merlin/variants/glk/emem.asl b/src/ec/starlabs/merlin/variants/glk/emem.asl index 94e4b3ffd2..5df3bc0492 100644 --- a/src/ec/starlabs/merlin/variants/glk/emem.asl +++ b/src/ec/starlabs/merlin/variants/glk/emem.asl @@ -94,8 +94,6 @@ Field (ECF2, ByteAcc, Lock, Preserve) B1RC, 16, // Battery Remaining Capacity B1PV, 16, // Battery Present Voltage BPRP, 16, // Battery Remaining percentage - BT1T, 16, // Bt1 Temperature - BT1C, 8, // Bt1 Control Offset(0x9d), OPWE, 8, // OPM write to EC flag for UCSI diff --git a/src/ec/starlabs/merlin/variants/glkr/emem.asl b/src/ec/starlabs/merlin/variants/glkr/emem.asl index b0df4f3087..2c07ef4102 100644 --- a/src/ec/starlabs/merlin/variants/glkr/emem.asl +++ b/src/ec/starlabs/merlin/variants/glkr/emem.asl @@ -66,8 +66,6 @@ Field (ECF2, ByteAcc, Lock, Preserve) B1RC, 16, // Battery Remaining Capacity B1PV, 16, // Battery Present Voltage BPRP, 16, // Battery Remaining percentage - BT1T, 16, // Bt1 Temperature - BT1C, 8, // Bt1 Control Offset(0x9d), OPWE, 8, // OPM write to EC flag for UCSI |