Skip to content

Commit

Permalink
Added LabTop MkIV coreboot 24.04
Browse files Browse the repository at this point in the history
>     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
Sean-StarLabs committed Apr 17, 2024
1 parent 9745c75 commit ebb66a9
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 0 deletions.
7 changes: 7 additions & 0 deletions LabTop/MkIV/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,3 +354,10 @@
> Extended battery reporting
> Improved ASPM detection

#### coreboot: [24.04](https://github.com/StarLabsLtd/firmware/raw/master/LabTop/MkIV/coreboot/24.04/https://github.com/StarLabsLtd/firmware/raw/master/LabTop/MkIV/coreboot/24.04/24.04.rom) 2024-04-17
> 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
Binary file added LabTop/MkIV/coreboot/24.04/24.04.rom
Binary file not shown.
44 changes: 44 additions & 0 deletions LabTop/MkIV/coreboot/24.04/L4.coreboot.metainfo.xml
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 added LabTop/MkIV/coreboot/24.04/coreboot-L4.cab
Binary file not shown.
4 changes: 4 additions & 0 deletions LabTop/MkIV/coreboot/24.04/release_notes.md
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

0 comments on commit ebb66a9

Please sign in to comment.