From 9df5910d68081d7bd31385c99420352622ef168f Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Mon, 13 Mar 2023 12:35:36 +0000 Subject: 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 Change-Id: I3b08cb8b2b4e9e9836cd7e8c545fc83b2e0e3f99 --- mainboard/starlabs/starbook/adl/ec.bin | Bin 131072 -> 131072 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/mainboard/starlabs/starbook/adl/ec.bin b/mainboard/starlabs/starbook/adl/ec.bin index 87475b3..1061997 100644 Binary files a/mainboard/starlabs/starbook/adl/ec.bin and b/mainboard/starlabs/starbook/adl/ec.bin differ -- cgit v1.2.1