Skip to content

Commit

Permalink
Added StarBook MkV ite 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean-StarLabs committed Jul 10, 2023
1 parent e1cef20 commit 1d88800
Show file tree
Hide file tree
Showing 7 changed files with 77 additions and 0 deletions.
7 changes: 7 additions & 0 deletions StarBook/MkV/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,10 @@
> Remove the power_on_after_fail option
> Fix the size allocations in ramtop

#### ite: [1.14](https://github.com/StarLabsLtd/firmware/raw/master/StarBook/MkV/ite/1.14/efi-B5.zip) 2023-07-10
> Optimise the power sequence
> Adjust the power button delay with an OS to 2.2 seconds
> Increase the charger debounce by 200ms
> Streamline the PD negotiation
Binary file added StarBook/MkV/ite/1.14/1.14.bin
Binary file not shown.
42 changes: 42 additions & 0 deletions StarBook/MkV/ite/1.14/B5.ite.metainfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!-- Copyright 2022 Star Labs Online Limited -->
<component type="firmware">
<id>com.starlabs.B5.ite</id>
<name>StarBook MkV ite firmware</name>
<summary>ite firmware for StarBook MkV</summary>
<description>
<p>Updating the ite firmware makes your computer more reliable and can add new features.</p>
</description>
<provides>
<firmware type="flashed">d83a4cd0-fce6-58a8-93c7-bcee89b41dcf</firmware>
<firmware type="flashed">049060b5-5010-5ca0-8002-07923951d15e</firmware>
</provides>
<requires>
<id compare="ge" version="1.7.0">org.freedesktop.fwupd</id>
<hardware>85aba599-addd-5985-a2e8-eddb41c61ba3</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">tw.com.ite.superio</value>
<value key="LVFS::VersionFormat">pair</value>
</custom>
<categories>
<category>X-EmbeddedController</category>
</categories>
<releases>
<release urgency="medium" version="1.14" date="2023-07-10">
<checksum filename="1.14.bin" target="content"/>
<description>
<p>This stable release includes the following features:</p>
<ul>
<li>Optimise the power sequence</li>
<li>Adjust the power button delay with an OS to 2.2 seconds</li>
<li>Increase the charger debounce by 200ms</li>
<li>Streamline the PD negotiation</li>
</ul>
</description>
</release>
</releases>
</component>
Binary file added StarBook/MkV/ite/1.14/efi-B5.zip
Binary file not shown.
Binary file added StarBook/MkV/ite/1.14/ite-B5.cab
Binary file not shown.
4 changes: 4 additions & 0 deletions StarBook/MkV/ite/1.14/release_notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Optimise the power sequence
Adjust the power button delay with an OS to 2.2 seconds
Increase the charger debounce by 200ms
Streamline the PD negotiation
24 changes: 24 additions & 0 deletions StarBook/MkV/ite/1.14/startup.nsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
echo -off
cls
set payload 1.14.bin

echo "*******************************************************************"
echo "********************* BIOS & Firmware Update **********************"
echo "*******************************************************************"
echo " "
echo "This update is for the StarBook MkV. Installing on any other laptop will cause it not to start."
echo " "
echo "Press Enter to update firmware or press Q to quit."
pause
echo "This update contains the following changes:"
echo "Optimise the power sequence"
echo "Adjust the power button delay with an OS to 2.2 seconds"
echo "Increase the charger debounce by 200ms"
echo "Streamline the PD negotiation"
for %a run (0 10)
if exist fs%a:ifu.efi then
fs%a:
ifu %payload% 128
reset
endif
endfor

0 comments on commit 1d88800

Please sign in to comment.