Skip to content

Commit

Permalink
Added StarBook MkVI-Intel 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 f36ac65 commit e1cef20
Show file tree
Hide file tree
Showing 7 changed files with 76 additions and 0 deletions.
7 changes: 7 additions & 0 deletions StarBook/MkVI-Intel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,3 +359,10 @@
#### coreboot: [8.51](https://github.com/StarLabsLtd/firmware/raw/master/StarBook/MkVI-Intel/coreboot/8.51/coreboot-B6-I.cab) 2023-06-22
> Adjust the S3 flow

#### ite: [1.14](https://github.com/StarLabsLtd/firmware/raw/master/StarBook/MkVI-Intel/ite/1.14/efi-B6-I.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/MkVI-Intel/ite/1.14/1.14.bin
Binary file not shown.
41 changes: 41 additions & 0 deletions StarBook/MkVI-Intel/ite/1.14/B6-I.ite.metainfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!-- Copyright 2022 Star Labs Online Limited -->
<component type="firmware">
<id>com.starlabs.B6-I.ite</id>
<name>StarBook MkVI-Intel ite firmware</name>
<summary>ite firmware for StarBook MkVI-Intel</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>
</provides>
<requires>
<id compare="ge" version="1.7.0">org.freedesktop.fwupd</id>
<hardware>5c917039-d938-5c9a-b22a-9c392b1534f3</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/MkVI-Intel/ite/1.14/efi-B6-I.zip
Binary file not shown.
Binary file added StarBook/MkVI-Intel/ite/1.14/ite-B6-I.cab
Binary file not shown.
4 changes: 4 additions & 0 deletions StarBook/MkVI-Intel/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/MkVI-Intel/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 MkVI-Intel. 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 e1cef20

Please sign in to comment.