This repository has been archived by the owner on Mar 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from MuertoGB/v106_fix
V106 fix
- Loading branch information
Showing
12 changed files
with
3,809 additions
and
43 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
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,13 @@ | ||
echo -off | ||
|
||
cls | ||
|
||
echo "MacBookPro11,5, dGPU" | ||
echo "Mac-06F11F11946D27C5" | ||
echo "Flashing SMC with 820-00426 v2.30f2 firmware..." | ||
|
||
smcutil.efi -force -norestart -LoadUpdate payloads\Mac-06F11F11946D27C5\flasher_update.smc | ||
smcutil.efi -force -norestart -LoadBase payloads\Mac-06F11F11946D27C5\flasher_base.smc | ||
smcutil.efi -force -norestart -LoadApp payloads\Mac-06F11F11946D27C5\Mac-06F11F11946D27C5.smc | ||
|
||
complete.nsh |
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,13 @@ | ||
echo -off | ||
|
||
cls | ||
|
||
echo "MacBookPro11,4, iGPU" | ||
echo "Mac-06F11FD93F0323C5" | ||
echo "Flashing SMC with 820-00426 v2.29f24 firmware..." | ||
|
||
smcutil.efi -force -norestart -LoadUpdate payloads\Mac-06F11FD93F0323C5\flasher_update.smc | ||
smcutil.efi -force -norestart -LoadBase payloads\Mac-06F11FD93F0323C5\flasher_base.smc | ||
smcutil.efi -force -norestart -LoadApp payloads\Mac-06F11FD93F0323C5\Mac-06F11FD93F0323C5.smc | ||
|
||
complete.nsh |
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
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
Oops, something went wrong.