Skip to content

Commit

Permalink
Added StarBook MkV coreboot 9.00
Browse files Browse the repository at this point in the history
>     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
Sean-StarLabs committed Dec 7, 2023
1 parent 458b7e7 commit 2bcb106
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 0 deletions.
12 changes: 12 additions & 0 deletions StarBook/MkV/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,3 +244,15 @@
> Rebased on coreboot/main
> Rebased on edk2/master

#### coreboot: [9.00](https://github.com/StarLabsLtd/firmware/raw/master/StarBook/MkV/coreboot/9.00/https://github.com/StarLabsLtd/firmware/raw/master/StarBook/MkV/coreboot/9.00/9.00.rom) 2023-12-07
> 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
Binary file added StarBook/MkV/coreboot/9.00/9.00.rom
Binary file not shown.
49 changes: 49 additions & 0 deletions StarBook/MkV/coreboot/9.00/B5.coreboot.metainfo.xml
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 added StarBook/MkV/coreboot/9.00/coreboot-B5.cab
Binary file not shown.
9 changes: 9 additions & 0 deletions StarBook/MkV/coreboot/9.00/release_notes.md
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

0 comments on commit 2bcb106

Please sign in to comment.