-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9edd74b
commit 3af3129
Showing
7 changed files
with
34 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Improved charger detection speed | ||
Flicker the power LED when changing power states | ||
Minor power savings |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
echo -off | ||
cls | ||
set payload 1.19.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 "Improved charger detection speed" | ||
echo "Flicker the power LED when changing power states" | ||
echo "Minor power savings" | ||
for %a run (0 10) | ||
if exist fs%a:ifu.efi then | ||
fs%a: | ||
ifu %payload% 128 | ||
reset | ||
endif | ||
endfor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters