Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/blobs/+/68016 )
Change subject: mainboard/starlabs/starbook: Update the EC binaries for StarLabs ......................................................................
mainboard/starlabs/starbook: Update the EC binaries for StarLabs
Add changelogs for the EC updates and update the versions to:
[ADL] 1.00: Initial release firmware
[TGL] 1.03: Initial release firmware for the StarBook Mk VI
[CML] 1.07: Add support to set the maximum charge level of the battery
Signed-off-by: Sean Rhodes sean@starlabs.systems Change-Id: I2130852554388baf61b44091bfa827cb2b2f09e3 --- A mainboard/starlabs/starbook/adl/README.md A mainboard/starlabs/starbook/adl/ec.bin A mainboard/starlabs/starbook/cml/README.md A mainboard/starlabs/starbook/tgl/README.md 4 files changed, 74 insertions(+), 0 deletions(-)
Approvals: Angel Pons: Looks good to me, approved Patrick Georgi: Verified; Looks good to me, approved
diff --git a/mainboard/starlabs/starbook/adl/README.md b/mainboard/starlabs/starbook/adl/README.md new file mode 100644 index 0000000..89063ae --- /dev/null +++ b/mainboard/starlabs/starbook/adl/README.md @@ -0,0 +1,7 @@ +This is the firmware binary for the ITE embedded controller used in the StarBook Mk VI. The embedded controller +controls all the low level function in the laptop like switches, keyboard and power. + +It is licensed under the [MIT License](../../MIT.md), and as such, the source code is not available. + +#### ITE128: [1.00](https://github.com/StarLabsLtd/firmware/raw/master/StarBook/MkVI/ITE128/1.00...) (2021-10-08) +> Initial release firmware for the StarBook Mk VI diff --git a/mainboard/starlabs/starbook/adl/ec.bin b/mainboard/starlabs/starbook/adl/ec.bin new file mode 100644 index 0000000..f4b7ab5 --- /dev/null +++ b/mainboard/starlabs/starbook/adl/ec.bin Binary files differ diff --git a/mainboard/starlabs/starbook/cml/README.md b/mainboard/starlabs/starbook/cml/README.md new file mode 100644 index 0000000..dba1f17 --- /dev/null +++ b/mainboard/starlabs/starbook/cml/README.md @@ -0,0 +1,30 @@ +This is the firmware binary for the ITE embedded controller used in the StarLabTop Mk IV. The embedded controller +controls all the low level function in the laptop like switches, keyboard and power. + +It is licensed under the [MIT License](../../MIT.md), and as such, the source code is not available. + +#### ITE: [1.07](https://github.com/StarLabsLtd/firmware/raw/master/StarLabTop/MkIV/ITE/1.07/...) (2021-09-29) +> Add support to set the maximum charge level of the battery + +#### ITE: [1.06](https://github.com/StarLabsLtd/firmware/raw/master/StarLabTop/MkIV/ITE/1.06/...) (2021-09-22) +> Add Q Event for Touchpad State which allows it to be saved on reboot + +#### ITE: [1.05](https://github.com/StarLabsLtd/firmware/raw/master/StarLabTop/MkIV/ITE/1.05/...) (2021-09-22) +> Updated power configuration +> Use battery power when charger doesn't supply enough + +#### ITE: [1.04](https://github.com/StarLabsLtd/firmware/raw/master/StarLabTop/MkIV/ITE/1.04/...) (2021-09-22) +> Function lock state remembered between reboots + +#### ITE: [1.03](https://github.com/StarLabsLtd/firmware/raw/master/StarLabTop/MkIV/ITE/1.03/...) (2021-09-22) +> Updated fan curve + +#### ITE: [1.02](https://github.com/StarLabsLtd/firmware/raw/master/StarLabTop/MkIV/ITE/1.02/...) (2021-09-22) +> Updated fan curve + +#### ITE: [1.01](https://github.com/StarLabsLtd/firmware/raw/master/StarLabTop/MkIV/ITE/1.01/...) (2021-09-22) +> Updated fan curve +> Updated Fn binding at post + +#### ITE: [1.00](https://github.com/StarLabsLtd/firmware/raw/master/StarLabTop/MkIV/ITE/1.00/...) (2021-09-22) +> Initial release firmware for the StarLabTop Mk IV diff --git a/mainboard/starlabs/starbook/tgl/README.md b/mainboard/starlabs/starbook/tgl/README.md new file mode 100644 index 0000000..c0703c8 --- /dev/null +++ b/mainboard/starlabs/starbook/tgl/README.md @@ -0,0 +1,16 @@ +This is the firmware binary for the ITE embedded controller used in the StarBook Mk V. The embedded controller +controls all the low level function in the laptop like switches, keyboard and power. + +It is licensed under the [MIT License](../../MIT.md), and as such, the source code is not available. + +#### ITE128: [1.03](https://github.com/StarLabsLtd/firmware/raw/master/StarBook/MkV/ITE128/1.03/...) (2021-12-22) +> Fixed issue where keyboard backlight wouldn't turn off when entering S3 or turning off + +#### ITE128: [1.02](https://github.com/StarLabsLtd/firmware/raw/master/StarBook/MkV/ITE128/1.02/...) (2021-12-10) +> Update Normal and Quiet fan curves to delay start until 65 degree's. Performance mode is unchanged. + +#### ITE128: [1.01](https://github.com/StarLabsLtd/firmware/raw/master/StarBook/MkV/ITE128/1.01/...) (2021-10-08) +> Added support to select maximum charge percentage + +#### ITE128: [1.00](https://github.com/StarLabsLtd/firmware/raw/master/StarBook/MkV/ITE128/1.00/...) (2021-10-08) +> Initial release firmware for the StarBook Mk V