summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2022-10-28 23:16:03 +0100
committerSean Rhodes <sean@starlabs.systems>2022-11-03 19:55:26 +0000
commitf8e84db377ea27b3eea576e9b367b1ac7f728f79 (patch)
treec065afaafc84008dc722313c385ec048aaa7c32b
parent88570f6fb5b568f7cff4188ace13accfac164f8f (diff)
downloadblobs-f8e84db377ea27b3eea576e9b367b1ac7f728f79.tar.gz
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 <sean@starlabs.systems> Change-Id: I557fd5cd3b987fb4d9a1fb0eaa0e442d94c848fe
-rw-r--r--mainboard/starlabs/cezanne/starbook/README.md18
-rw-r--r--mainboard/starlabs/cezanne/starbook/ec.binbin0 -> 131072 bytes
2 files changed, 18 insertions, 0 deletions
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
--- /dev/null
+++ b/mainboard/starlabs/cezanne/starbook/ec.bin
Binary files differ