Skip to content

Commit

Permalink
Added StarLite MkV coreboot 24.07
Browse files Browse the repository at this point in the history
>     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
Sean-StarLabs committed Jul 26, 2024
1 parent 84d2ff2 commit 39dfcc1
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 0 deletions.
20 changes: 20 additions & 0 deletions StarLite/MkV/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,23 @@
> Added an option to set the charging speed
> Added an option to disable the lid switch

#### coreboot: [24.07](https://github.com/StarLabsLtd/firmware/raw/master/StarLite/MkV/coreboot/24.07/https://github.com/StarLabsLtd/firmware/raw/master/StarLite/MkV/coreboot/24.07/24.07.rom) 2024-07-26
> 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
Binary file added StarLite/MkV/coreboot/24.07/24.07.rom
Binary file not shown.
54 changes: 54 additions & 0 deletions StarLite/MkV/coreboot/24.07/I5.coreboot.metainfo.xml
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 added StarLite/MkV/coreboot/24.07/coreboot-I5.cab
Binary file not shown.
17 changes: 17 additions & 0 deletions StarLite/MkV/coreboot/24.07/release_notes.md
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

0 comments on commit 39dfcc1

Please sign in to comment.