-
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.
> Rebased on coreboot 4.22\n> Rebased on edk2/master\n> Enabled PMC muxing\n> Remove the option to turn on when connecting a charger\n> Make PECI IRQ driven\n> Empty the keyboard buffer faster\n> Switch the compiler from Keil to SDCC\n> Automatically power on after FMF\n> Only wakeup when closing the lid with CC1 and CC2\n
- Loading branch information
1 parent
458b7e7
commit 2bcb106
Showing
5 changed files
with
70 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,49 @@ | ||
<!-- 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="9.00" date="2023-12-07"> | ||
<checksum filename="9.00.rom" target="content"/> | ||
<description> | ||
<p>This release includes the following features:</p> | ||
<ul> | ||
<li>Rebased on coreboot 4.22</li> | ||
<li>Rebased on edk2/master</li> | ||
<li>Enabled PMC muxing</li> | ||
<li>Remove the option to turn on when connecting a charger</li> | ||
<li>Make PECI IRQ driven</li> | ||
<li>Empty the keyboard buffer faster</li> | ||
<li>Switch the compiler from Keil to SDCC</li> | ||
<li>Automatically power on after FMF</li> | ||
<li>Only wakeup when closing the lid with CC1 and CC2</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,9 @@ | ||
Rebased on coreboot 4.22 | ||
Rebased on edk2/master | ||
Enabled PMC muxing | ||
Remove the option to turn on when connecting a charger | ||
Make PECI IRQ driven | ||
Empty the keyboard buffer faster | ||
Switch the compiler from Keil to SDCC | ||
Automatically power on after FMF | ||
Only wakeup when closing the lid with CC1 and CC2 |