From 835724daec743025d94fe0650493f55dac71950f Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Fri, 30 Sep 2022 10:50:22 +0100 Subject: 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 Change-Id: I2130852554388baf61b44091bfa827cb2b2f09e3 --- mainboard/starlabs/starbook/adl/README.md | 7 +++++++ mainboard/starlabs/starbook/adl/ec.bin | Bin 0 -> 131072 bytes mainboard/starlabs/starbook/cml/README.md | 30 ++++++++++++++++++++++++++++++ mainboard/starlabs/starbook/tgl/README.md | 16 ++++++++++++++++ 4 files changed, 53 insertions(+) create mode 100644 mainboard/starlabs/starbook/adl/README.md create mode 100644 mainboard/starlabs/starbook/adl/ec.bin create mode 100644 mainboard/starlabs/starbook/cml/README.md create mode 100644 mainboard/starlabs/starbook/tgl/README.md 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/efi-B5.zip) (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 Binary files /dev/null and b/mainboard/starlabs/starbook/adl/ec.bin 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/efi-L4.zip) (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/efi-L4.zip) (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/efi-L4.zip) (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/efi-L4.zip) (2021-09-22) +> Function lock state remembered between reboots + +#### ITE: [1.03](https://github.com/StarLabsLtd/firmware/raw/master/StarLabTop/MkIV/ITE/1.03/efi-L4.zip) (2021-09-22) +> Updated fan curve + +#### ITE: [1.02](https://github.com/StarLabsLtd/firmware/raw/master/StarLabTop/MkIV/ITE/1.02/efi-L4.zip) (2021-09-22) +> Updated fan curve + +#### ITE: [1.01](https://github.com/StarLabsLtd/firmware/raw/master/StarLabTop/MkIV/ITE/1.01/efi-L4.zip) (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/efi-L4.zip) (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/efi-B5.zip) (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/efi-B5.zip) (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/efi-B5.zip) (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/efi-B5.zip) (2021-10-08) +> Initial release firmware for the StarBook Mk V -- cgit v1.2.1