Felix Held has submitted this change. ( https://review.coreboot.org/c/blobs/+/68952 )
(
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: mainboard/starlabs/cezanne/starbook: Add EC binary 1.02 ......................................................................
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 --- A mainboard/starlabs/cezanne/starbook/README.md A mainboard/starlabs/cezanne/starbook/ec.bin 2 files changed, 40 insertions(+), 0 deletions(-)
Approvals: Matt DeVillier: Looks good to me, approved Angel Pons: Verified; Looks good to me, approved
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/...) (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/...) (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/...) (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