-
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.
> Adjust the charging frequency to improve stability\n> Change the touchscreen IRQ to driver to improve stability\n> Add an option to disable waking from suspend by opening the lid\n> Change the default power profile to balanced\n> Adjust the memory training\n> Adjust the Hot Plug Detection for the USB-C ports\n> Optimise GPIO configuration\n> Initialise the wireless card later in the boot process\n> Add an option to limit the charging current\n> Tweaks the timing of the power button\n> Optimise how the temperature is read from the battery\n> Wait for an RDO when starting from G3\n> Speed up CC\n> Remove superfluous CFR options\n> Improve ACPI for CNVi\n> Report tablet docked status\n> Improve the accuracy of the SOC\n
- Loading branch information
1 parent
84d2ff2
commit 39dfcc1
Showing
5 changed files
with
91 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,54 @@ | ||
<!-- Copyright 2023 Star Labs Online Limited --> | ||
<component type="firmware"> | ||
<id>com.starlabs.I5.coreboot</id> | ||
<name>StarLite MkV coreboot firmware</name> | ||
<summary>coreboot firmware for StarLite MkV</summary> | ||
<description> | ||
<p>Updating the coreboot firmware makes your computer more reliable and can add new features.</p> | ||
</description> | ||
<provides> | ||
<firmware type="flashed">c9d8edd8-8c89-598f-9d7a-e3ad247ee9cd</firmware> | ||
</provides> | ||
<requires> | ||
<id compare="ge" version="1.7.7">org.freedesktop.fwupd</id> | ||
<hardware>3d9415bb-3027-541b-99b7-cf21e5383bdb</hardware> | ||
</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.07" date="2024-07-26"> | ||
<checksum filename="24.07.rom" target="content"/> | ||
<description> | ||
<p>This release includes the following features:</p> | ||
<ul> | ||
<li>Adjust the charging frequency to improve stability</li> | ||
<li>Change the touchscreen IRQ to driver to improve stability</li> | ||
<li>Add an option to disable waking from suspend by opening the lid</li> | ||
<li>Change the default power profile to balanced</li> | ||
<li>Adjust the memory training</li> | ||
<li>Adjust the Hot Plug Detection for the USB-C ports</li> | ||
<li>Optimise GPIO configuration</li> | ||
<li>Initialise the wireless card later in the boot process</li> | ||
<li>Add an option to limit the charging current</li> | ||
<li>Tweaks the timing of the power button</li> | ||
<li>Optimise how the temperature is read from the battery</li> | ||
<li>Wait for an RDO when starting from G3</li> | ||
<li>Speed up CC</li> | ||
<li>Remove superfluous CFR options</li> | ||
<li>Improve ACPI for CNVi</li> | ||
<li>Report tablet docked status</li> | ||
<li>Improve the accuracy of the SOC</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,17 @@ | ||
Adjust the charging frequency to improve stability | ||
Change the touchscreen IRQ to driver to improve stability | ||
Add an option to disable waking from suspend by opening the lid | ||
Change the default power profile to balanced | ||
Adjust the memory training | ||
Adjust the Hot Plug Detection for the USB-C ports | ||
Optimise GPIO configuration | ||
Initialise the wireless card later in the boot process | ||
Add an option to limit the charging current | ||
Tweaks the timing of the power button | ||
Optimise how the temperature is read from the battery | ||
Wait for an RDO when starting from G3 | ||
Speed up CC | ||
Remove superfluous CFR options | ||
Improve ACPI for CNVi | ||
Report tablet docked status | ||
Improve the accuracy of the SOC |