-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d1f8abb
commit e2256ef
Showing
5 changed files
with
67 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<!-- Copyright 2023 Star Labs Online Limited --> | ||
<component type="firmware"> | ||
<id>com.starlabs.B5.coreboot</id> | ||
<name>StarBook MkV coreboot firmware</name> | ||
<summary>coreboot firmware for StarBook MkV</summary> | ||
<branch>coreboot</branch> | ||
<description> | ||
<p>Updating the coreboot firmware makes your computer more reliable and can add new features.</p> | ||
</description> | ||
<provides> | ||
<firmware type="flashed">54c96fef-31e7-5011-a3ff-ea8e855d9acd</firmware> | ||
<firmware type="flashed">612d0af2-6b4b-5d1a-bd63-433022fdaefe</firmware> | ||
</provides> | ||
<requires> | ||
<id compare="ge" version="1.7.7">org.freedesktop.fwupd</id> | ||
<hardware>85aba599-addd-5985-a2e8-eddb41c61ba3</hardware> | ||
<client>switch-branch</client> | ||
</requires> | ||
<url type="homepage">https://starlabs.systems</url> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>proprietary</project_license> | ||
<developer_name>Star Labs</developer_name> | ||
<custom> | ||
<value key="LVFS::UpdateProtocol">org.flashrom</value> | ||
<value key="LVFS::VersionFormat">pair</value> | ||
</custom> | ||
<categories> | ||
<category>X-System</category> | ||
</categories> | ||
<releases> | ||
<release urgency="medium" version="8.97" date="2023-10-03"> | ||
<checksum filename="8.97.rom" target="content"/> | ||
<description> | ||
<p>This release includes the following features:</p> | ||
<ul> | ||
<li>Rebased on coreboot master</li> | ||
<li>Rebased on edk2 master</li> | ||
<li>Add a fallback for power on behaviour when CFR isnt accessible</li> | ||
<li>Updated FSP</li> | ||
<li>Includes EC 1.19</li> | ||
<li>Improved charger detection speed</li> | ||
<li>Flicker the power LED when changing power states</li> | ||
<li>Minor power savings</li> | ||
</ul> | ||
</description> | ||
</release> | ||
</releases> | ||
</component> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Rebased on coreboot master | ||
Rebased on edk2 master | ||
Add a fallback for power on behaviour when CFR isnt accessible | ||
Updated FSP | ||
Includes EC 1.19 | ||
Improved charger detection speed | ||
Flicker the power LED when changing power states | ||
Minor power savings |