From f8e84db377ea27b3eea576e9b367b1ac7f728f79 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Fri, 28 Oct 2022 23:16:03 +0100 Subject: mainboard/starlabs/cezanne/starbook: Add EC binary 1.02 1.02 Modified the F10 scan code for better compatibility Modified the F12 scan code for better compatibility Initialised the Keyboard Backlight from the EC to avoid problems when switching branch 1.01 Fix the backlight helper to remember the last state Modified the scan code of the sysreq key 1.00 Initial release EC firmware for the StarBook Mk VI Signed-off-by: Sean Rhodes Change-Id: I557fd5cd3b987fb4d9a1fb0eaa0e442d94c848fe --- mainboard/starlabs/cezanne/starbook/README.md | 18 ++++++++++++++++++ mainboard/starlabs/cezanne/starbook/ec.bin | Bin 0 -> 131072 bytes 2 files changed, 18 insertions(+) create mode 100644 mainboard/starlabs/cezanne/starbook/README.md create mode 100644 mainboard/starlabs/cezanne/starbook/ec.bin diff --git a/mainboard/starlabs/cezanne/starbook/README.md b/mainboard/starlabs/cezanne/starbook/README.md new file mode 100644 index 0000000..77ee61d --- /dev/null +++ b/mainboard/starlabs/cezanne/starbook/README.md @@ -0,0 +1,18 @@ +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. + +## **StarBook**[MkVI-AMD](https://github.com/StarLabsLtd/firmware/tree/master/StarBook/MkVI-AMD) +#### ITE128: [1.02](https://github.com/StarLabsLtd/firmware/raw/master/StarBook/MkVI-AMD/ITE128/1.02/efi-B6-A.zip) (2022-10-28) +> Modified the F10 scan code for better compatibility +> Modified the F12 scan code for better compatibility +> Initialised the Keyboard Backlight from the EC to avoid problems when switching branch + +#### ITE128: [1.01](https://github.com/StarLabsLtd/firmware/raw/master/StarBook/MkVI-AMD/ITE128/1.01/efi-B6-A.zip) (2022-10-28) +> Fix the backlight helper to remember the last state +> Modified the scan code of the sysreq key + +#### ITE128: [1.00](https://github.com/StarLabsLtd/firmware/raw/master/StarBook/MkVI-AMD/ITE128/1.00/efi-B6-A.zip) (2022-10-28) +> Initial release EC firmware for the StarBook Mk VI + diff --git a/mainboard/starlabs/cezanne/starbook/ec.bin b/mainboard/starlabs/cezanne/starbook/ec.bin new file mode 100644 index 0000000..d380892 Binary files /dev/null and b/mainboard/starlabs/cezanne/starbook/ec.bin differ -- cgit v1.2.1