ec/starlabs/merlin: Remove comment about OPWE
OPWE offset didn't exist, but it does now so remove the comment about this. Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: I4a1310c779002dfb00d01a22437ea223bb406609 Reviewed-on: https://review.coreboot.org/c/coreboot/+/63171 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
32528976ff
commit
32ec4526a0
|
@ -98,10 +98,8 @@ Field (ECF2, ByteAcc, Lock, Preserve)
|
|||
BT1T, 16, // Bt1 Temperature
|
||||
BT1C, 8, // Bt1 Control
|
||||
|
||||
// Unicorn - doesn't actually exist
|
||||
Offset(0x9d),
|
||||
OPWE, 8, // OPM write to EC flag for UCSI
|
||||
// Unicorn - doesn't actually exist
|
||||
|
||||
Offset(0xbf),
|
||||
EJ8A, 8, // EJ898A Firmware Version
|
||||
|
|
|
@ -108,10 +108,8 @@ Field (ECF2, ByteAcc, Lock, Preserve)
|
|||
BT1T, 16, // Bt1 Temperature
|
||||
BT1C, 8, // Bt1 Control
|
||||
|
||||
// Unicorn - doesn't actually exist
|
||||
Offset(0x9d),
|
||||
OPWE, 8, // OPM write to EC flag for UCSI
|
||||
// Unicorn - doesn't actually exist
|
||||
|
||||
Offset(0xa0),
|
||||
UCSV, 16, // UCSI DS Version
|
||||
|
|
|
@ -98,10 +98,8 @@ Field (ECF2, ByteAcc, Lock, Preserve)
|
|||
BT1T, 16, // Bt1 Temperature
|
||||
BT1C, 8, // Bt1 Control
|
||||
|
||||
// Unicorn - doesn't actually exist
|
||||
Offset(0x9d),
|
||||
OPWE, 8, // OPM write to EC flag for UCSI
|
||||
// Unicorn - doesn't actually exist
|
||||
|
||||
Offset(0xbf),
|
||||
EJ8A, 8, // EJ898A Firmware Version
|
||||
|
|
|
@ -69,10 +69,8 @@ Field (ECF2, ByteAcc, Lock, Preserve)
|
|||
BT1T, 16, // Bt1 Temperature
|
||||
BT1C, 8, // Bt1 Control
|
||||
|
||||
// Unicorn - doesn't actually exist
|
||||
Offset(0x9d),
|
||||
OPWE, 8, // OPM write to EC flag for UCSI
|
||||
// Unicorn - doesn't actually exist
|
||||
|
||||
Offset(0xa0),
|
||||
BSNL, 8, // Battery Serial Number Low byte
|
||||
|
|
|
@ -85,10 +85,8 @@ Field (ECF2, ByteAcc, Lock, Preserve)
|
|||
BPRP, 8, // Battery Remaining percentage
|
||||
BT1A, 8, // Bt1 ASOC
|
||||
|
||||
// Unicorn - doesn't actually exist
|
||||
Offset(0x9d),
|
||||
OPWE, 8, // OPM write to EC flag for UCSI
|
||||
// Unicorn - doesn't actually exist
|
||||
|
||||
Offset(0xbf),
|
||||
EJ8A, 8, // EJ898A Firmware Version
|
||||
|
|
|
@ -91,10 +91,8 @@ Field (ECF2, ByteAcc, Lock, Preserve)
|
|||
BATT, 16, // Battery Temperature
|
||||
BATC, 8, // Battery Temperature Ces
|
||||
|
||||
// Unicorn - doesn't actually exist
|
||||
Offset(0x9d), // OPM:
|
||||
OPWE, 8, // OPM write to EC flag for UCSI
|
||||
// Unicorn - doesn't actually exist
|
||||
|
||||
Offset(0xb0), // MGO;
|
||||
MGO0, 8, // UCSI DS MGO 0
|
||||
|
|
|
@ -98,10 +98,8 @@ Field (ECF2, ByteAcc, Lock, Preserve)
|
|||
B1PV, 16, // Battery Present Voltage
|
||||
BPRP, 8, // Battery Remaining percentage
|
||||
|
||||
// Unicorn - doesn't actually exist
|
||||
Offset(0x9d),
|
||||
OPWE, 8, // OPM write to EC flag for UCSI
|
||||
// Unicorn - doesn't actually exist
|
||||
|
||||
Offset(0xb0),
|
||||
MGO0, 8, // UCSI DS MGO 0
|
||||
|
|
Loading…
Reference in New Issue