ec/starlabs/merlin: Rename BRPR to B1RP
Rename the BRPR (Battery Remaining Percentage) to B1RP to match the format of the other variables. Change-Id: I64a744d78180156e16dbd483a35c7f97ac84bcba Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81406 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@@ -93,7 +93,7 @@ Field (ECF2, ByteAcc, Lock, Preserve)
|
|||||||
B1PR, 16, // Battery Present Rate
|
B1PR, 16, // Battery Present Rate
|
||||||
B1RC, 16, // Battery Remaining Capacity
|
B1RC, 16, // Battery Remaining Capacity
|
||||||
B1PV, 16, // Battery Present Voltage
|
B1PV, 16, // Battery Present Voltage
|
||||||
BPRP, 16, // Battery Remaining percentage
|
B1RP, 16, // Battery Remaining percentage
|
||||||
B1CC, 16, // Battery Cycle Count
|
B1CC, 16, // Battery Cycle Count
|
||||||
|
|
||||||
Offset(0x9d),
|
Offset(0x9d),
|
||||||
|
@@ -93,7 +93,7 @@ Field (ECF2, ByteAcc, Lock, Preserve)
|
|||||||
B1PR, 16, // Battery Present Rate
|
B1PR, 16, // Battery Present Rate
|
||||||
B1RC, 16, // Battery Remaining Capacity
|
B1RC, 16, // Battery Remaining Capacity
|
||||||
B1PV, 16, // Battery Present Voltage
|
B1PV, 16, // Battery Present Voltage
|
||||||
BPRP, 16, // Battery Remaining percentage
|
B1RP, 16, // Battery Remaining percentage
|
||||||
B1CC, 16, // Battery Cycle Count
|
B1CC, 16, // Battery Cycle Count
|
||||||
|
|
||||||
Offset(0x9d),
|
Offset(0x9d),
|
||||||
|
@@ -65,7 +65,7 @@ Field (ECF2, ByteAcc, Lock, Preserve)
|
|||||||
B1PR, 16, // Battery Present Rate
|
B1PR, 16, // Battery Present Rate
|
||||||
B1RC, 16, // Battery Remaining Capacity
|
B1RC, 16, // Battery Remaining Capacity
|
||||||
B1PV, 16, // Battery Present Voltage
|
B1PV, 16, // Battery Present Voltage
|
||||||
BPRP, 16, // Battery Remaining percentage
|
B1RP, 16, // Battery Remaining percentage
|
||||||
B1CC, 16, // Battery Cycle Count
|
B1CC, 16, // Battery Cycle Count
|
||||||
|
|
||||||
Offset(0x9d),
|
Offset(0x9d),
|
||||||
|
@@ -82,7 +82,7 @@ Field (ECF2, ByteAcc, Lock, Preserve)
|
|||||||
B1PR, 16, // Battery Present Rate
|
B1PR, 16, // Battery Present Rate
|
||||||
B1RC, 16, // Battery Remaining Capacity
|
B1RC, 16, // Battery Remaining Capacity
|
||||||
B1PV, 16, // Battery Present Voltage
|
B1PV, 16, // Battery Present Voltage
|
||||||
BPRP, 16, // Battery Remaining percentage
|
B1RP, 16, // Battery Remaining percentage
|
||||||
B1CC, 16, // Battery Cycle Count
|
B1CC, 16, // Battery Cycle Count
|
||||||
|
|
||||||
Offset(0x9d),
|
Offset(0x9d),
|
||||||
|
@@ -48,6 +48,6 @@ Field (ECF2, ByteAcc, Lock, Preserve)
|
|||||||
B1PR, 16, // Battery Present Rate
|
B1PR, 16, // Battery Present Rate
|
||||||
B1RC, 16, // Battery Remaining Capacity
|
B1RC, 16, // Battery Remaining Capacity
|
||||||
B1PV, 16, // Battery Present Voltage
|
B1PV, 16, // Battery Present Voltage
|
||||||
BPRP, 16, // Battery Remaining percentage
|
B1RP, 16, // Battery Remaining percentage
|
||||||
B1CC, 16, // Battery Cycle Count
|
B1CC, 16, // Battery Cycle Count
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user