summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2021-06-05 08:12:13 +0100
committerSean Rhodes <admin@starlabs.systems>2021-07-15 08:09:11 +0000
commitb8e3eaf7501aaa234e93a4a305bf711cf34bb0ad (patch)
treede0778b29dd7fcac23b5ad34d351774b048275ba
parented9ea4ed156824135157bf06cad4648fb87af48f (diff)
downloadblobs-b8e3eaf7501aaa234e93a4a305bf711cf34bb0ad.tar.gz
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 <sean@starlabs.systems> Change-Id: I83cab8e0c84ffe512d5538de88ef42da6a29e3a4
-rw-r--r--mainboard/starlabs/Logo.bmpbin0 -> 342054 bytes
-rw-r--r--mainboard/starlabs/MIT.md7
-rw-r--r--mainboard/starlabs/README.md6
-rw-r--r--mainboard/starlabs/labtop/cml/ec.binbin0 -> 131072 bytes
-rw-r--r--mainboard/starlabs/labtop/tgl/ec.binbin0 -> 131072 bytes
5 files changed, 13 insertions, 0 deletions
diff --git a/mainboard/starlabs/Logo.bmp b/mainboard/starlabs/Logo.bmp
new file mode 100644
index 0000000..4db8493
--- /dev/null
+++ b/mainboard/starlabs/Logo.bmp
Binary files 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
--- /dev/null
+++ b/mainboard/starlabs/labtop/cml/ec.bin
Binary files differ
diff --git a/mainboard/starlabs/labtop/tgl/ec.bin b/mainboard/starlabs/labtop/tgl/ec.bin
new file mode 100644
index 0000000..0825d10
--- /dev/null
+++ b/mainboard/starlabs/labtop/tgl/ec.bin
Binary files differ