-
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.
> Add PCI Device ID for the sound card to improve Windows compatibility\n> Dont report the battery serial number to avoid issues with Windows\n> Make PCI Clock Power Management, ASPM and L1 Substates configurable\n> Fix PD 2.0 devices connecting to the USB-C port\n
- Loading branch information
1 parent
9745c75
commit ebb66a9
Showing
5 changed files
with
55 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,44 @@ | ||
<!-- Copyright 2023 Star Labs Online Limited --> | ||
<component type="firmware"> | ||
<id>com.starlabs.L4.coreboot</id> | ||
<name>LabTop MkIV coreboot firmware</name> | ||
<summary>coreboot firmware for LabTop MkIV</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">0ee5867c-93f0-5fb4-adf1-9d686ea1183a</firmware> | ||
<firmware type="flashed">cc6437bf-0955-5c03-84a6-8b87c7a7c244</firmware> | ||
</provides> | ||
<requires> | ||
<id compare="ge" version="1.7.7">org.freedesktop.fwupd</id> | ||
<hardware>baf1d04e-fd16-5e6a-93cc-1c23d171f879</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="24.04" date="2024-04-17"> | ||
<checksum filename="24.04.rom" target="content"/> | ||
<description> | ||
<p>This release includes the following features:</p> | ||
<ul> | ||
<li>Add PCI Device ID for the sound card to improve Windows compatibility</li> | ||
<li>Dont report the battery serial number to avoid issues with Windows</li> | ||
<li>Make PCI Clock Power Management, ASPM and L1 Substates configurable</li> | ||
<li>Fix PD 2.0 devices connecting to the USB-C port</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,4 @@ | ||
Add PCI Device ID for the sound card to improve Windows compatibility | ||
Dont report the battery serial number to avoid issues with Windows | ||
Make PCI Clock Power Management, ASPM and L1 Substates configurable | ||
Fix PD 2.0 devices connecting to the USB-C port |