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:
Sean Rhodes
2024-03-18 10:24:04 +00:00
committed by Felix Held
parent d4d321ff89
commit 111fec8646
5 changed files with 5 additions and 5 deletions

View File

@@ -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),

View File

@@ -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),

View File

@@ -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),

View File

@@ -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),

View File

@@ -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
} }