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 21, 2023
1 parent 1d6f26a commit 4875515
Show file tree
Hide file tree
Showing 5 changed files with 35 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-21
> Improve charger detection
> Adjust the timings of the power button
> Optimised power sequencing
>
Binary file added StarBook/MkVI-Intel/ite/1.14/1.14.bin
Binary file not shown.
Binary file added StarBook/MkVI-Intel/ite/1.14/efi-B6-I.zip
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 @@
Improve charger detection
Adjust the timings of the power button
Optimised power sequencing

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 "Improve charger detection"
echo "Adjust the timings of the power button"
echo "Optimised power sequencing"
echo ""
for %a run (0 10)
if exist fs%a:ifu.efi then
fs%a:
ifu %payload% 128
reset
endif
endfor

0 comments on commit 4875515

Please sign in to comment.