From b8e3eaf7501aaa234e93a4a305bf711cf34bb0ad Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Sat, 5 Jun 2021 08:12:13 +0100 Subject: mainboard/starlabs: Add files for Star Labs laptops Add logo for Tianocore splash Add EC binary for TGL and CML Signed-off-by: Sean Rhodes Change-Id: I83cab8e0c84ffe512d5538de88ef42da6a29e3a4 --- mainboard/starlabs/Logo.bmp | Bin 0 -> 342054 bytes mainboard/starlabs/MIT.md | 7 +++++++ mainboard/starlabs/README.md | 6 ++++++ mainboard/starlabs/labtop/cml/ec.bin | Bin 0 -> 131072 bytes mainboard/starlabs/labtop/tgl/ec.bin | Bin 0 -> 131072 bytes 5 files changed, 13 insertions(+) create mode 100644 mainboard/starlabs/Logo.bmp create mode 100644 mainboard/starlabs/MIT.md create mode 100644 mainboard/starlabs/README.md create mode 100644 mainboard/starlabs/labtop/cml/ec.bin create mode 100644 mainboard/starlabs/labtop/tgl/ec.bin diff --git a/mainboard/starlabs/Logo.bmp b/mainboard/starlabs/Logo.bmp new file mode 100644 index 0000000..4db8493 Binary files /dev/null and b/mainboard/starlabs/Logo.bmp differ diff --git a/mainboard/starlabs/MIT.md b/mainboard/starlabs/MIT.md new file mode 100644 index 0000000..1e69cb4 --- /dev/null +++ b/mainboard/starlabs/MIT.md @@ -0,0 +1,7 @@ +Copyright 2021 Star Labs Online Limited + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/mainboard/starlabs/README.md b/mainboard/starlabs/README.md new file mode 100644 index 0000000..bcda5ff --- /dev/null +++ b/mainboard/starlabs/README.md @@ -0,0 +1,6 @@ +This project has mixed licencing. You are free to copy, redistribute and/or modify aspects of this work under the terms of each licence accordingly (unless otherwise specified). + +Graphical assets (any and all source `.svg` files or rendered `.png` or `.bmp` files) are licensed under the terms of the [Creative Commons Attribution-ShareAlike 4.0 License](https://creativecommons.org/licenses/by-sa/4.0/). + +Any and all `ec.bin` files are licensed under the terms of the [MIT License](MIT.md). This applies only to the firmware binary. The source code is proprietary and not available for customer use. + diff --git a/mainboard/starlabs/labtop/cml/ec.bin b/mainboard/starlabs/labtop/cml/ec.bin new file mode 100644 index 0000000..4dd548c Binary files /dev/null and b/mainboard/starlabs/labtop/cml/ec.bin differ diff --git a/mainboard/starlabs/labtop/tgl/ec.bin b/mainboard/starlabs/labtop/tgl/ec.bin new file mode 100644 index 0000000..0825d10 Binary files /dev/null and b/mainboard/starlabs/labtop/tgl/ec.bin differ -- cgit v1.2.1