Lean Sheng Tan submitted this change.

View Change


Approvals: Lean Sheng Tan: Looks good to me, approved Patrick Georgi: Verified
mb/starlabs/starbook/adl: Update EC binary to 1.13

1.13
Increase the charging speed to 1C when temperatures allow
Reduce the amount of variables polled via the SMBus
Fixed an issue when batteries would not exit shipping mode

1.12
Revert the charging rate to 0.5C
Store the state of charging at 0xa0

1.11
Adjust the threshold for Hybrid Power to 1536MA
Adjust the threshold for Hybrid Power to be disable to 5 percent RSOC

1.10
Disable Hybrid Power when the RSOC is less than 20 percent
Only enable LEARN once when RSOC is greater than 50 percent
Dont query unused registers on the BQ24780S

1.07
Disable PD requests when a normal USB-C device is connected
Account for having two chargers connected
Optimise the charging calculations

1.06
Strip PD responses to only include valid bits

1.05
Fix the charging voltage to 13.2V
Only call Anx when USB-C PD chargers are connected
Disable Hybrid-Power when charging current is less that 1536

1.04
Store power related variables in the EC RAM and mirror them to EC memory
to avoid memory overflow to mitigate some strange behaviours when the EC
memory overflows

1.03
Improved the reliability of DC Jack charging by modifying it to 800MHz, 3A
Avoided charging stalling by continuously polling the SMBus after overcharge
protection is active
Exposed the behavior of overcharge protection to APCI
Set the charge LED to purple when overcharge protection is active
Modified fan curve
Ensured the trackpad is in the desired state by polling its state every 10ms
Set the brightness of the keyboard backlight to the maximum
Streamlined the system by removing unused SMM events

Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I3b08cb8b2b4e9e9836cd7e8c545fc83b2e0e3f99
---
M mainboard/starlabs/starbook/adl/ec.bin
1 file changed, 57 insertions(+), 0 deletions(-)

diff --git a/mainboard/starlabs/starbook/adl/ec.bin b/mainboard/starlabs/starbook/adl/ec.bin
index 87475b3..1061997 100644
--- a/mainboard/starlabs/starbook/adl/ec.bin
+++ b/mainboard/starlabs/starbook/adl/ec.bin
Binary files differ

To view, visit change 73683. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: blobs
Gerrit-Branch: master
Gerrit-Change-Id: I3b08cb8b2b4e9e9836cd7e8c545fc83b2e0e3f99
Gerrit-Change-Number: 73683
Gerrit-PatchSet: 7
Gerrit-Owner: Sean Rhodes <sean@starlabs.systems>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Lean Sheng Tan <sheng.tan@9elements.com>
Gerrit-Reviewer: Patrick Georgi <patrick@coreboot.org>
Gerrit-MessageType: merged