Skip to content

Commit

Permalink
Add 00291, 00292, 00134 scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
MuertoGB committed Feb 22, 2023
1 parent 0ef7c45 commit b3f7466
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 1 deletion.
13 changes: 13 additions & 0 deletions smcft/820-00134.nsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
echo -off

cls

echo "iMac17,1, 4GB VRAM"
echo "Mac-B809C3757DA9BB8D"
echo "Flashing SMC with 820-00292 v2.34f3 firmware..."

smcutil.efi -force -norestart -LoadUpdate payloads\Mac-B809C3757DA9BB8D\flasher_update.smc
smcutil.efi -force -norestart -LoadBase payloads\Mac-B809C3757DA9BB8D\flasher_base.smc
smcutil.efi -force -norestart -LoadApp payloads\Mac-B809C3757DA9BB8D\Mac-B809C3757DA9BB8D.smc

complete.nsh
13 changes: 13 additions & 0 deletions smcft/820-00291.nsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
echo -off

cls

echo "iMac17,1, 2GB VRAM"
echo "Mac-65CE76090165799A"
echo "Flashing SMC with 820-00291 v2.33f12 firmware..."

smcutil.efi -force -norestart -LoadUpdate payloads\Mac-65CE76090165799A\flasher_update.smc
smcutil.efi -force -norestart -LoadBase payloads\Mac-65CE76090165799A\flasher_base.smc
smcutil.efi -force -norestart -LoadApp payloads\Mac-65CE76090165799A\Mac-65CE76090165799A.smc

complete.nsh
13 changes: 13 additions & 0 deletions smcft/820-00292.nsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
echo -off

cls

echo "iMac17,1, 2GB VRAM"
echo "Mac-DB15BD556843C820"
echo "Flashing SMC with 820-00292 v2.33f12 firmware..."

smcutil.efi -force -norestart -LoadUpdate payloads\Mac-DB15BD556843C820\flasher_update.smc
smcutil.efi -force -norestart -LoadBase payloads\Mac-DB15BD556843C820\flasher_base.smc
smcutil.efi -force -norestart -LoadApp payloads\Mac-DB15BD556843C820\Mac-DB15BD556843C820.smc

complete.nsh
3 changes: 2 additions & 1 deletion smcft/complete.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
smcutil.efi -v
@echo ""
@echo "Thanks to Paul L Daniels, Logi.wiki,"
@echo "EineWildeStehlampe, theSmudge."
@echo "EineWildeStehlampe, theSmudge, NRGZ,"
@echo "Nobluesky."
@echo ""
@echo "Process complete:"
@echo "Type 'reset -w' to reboot, 'reset -s' to power off."
3 changes: 3 additions & 0 deletions smcft/imac.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
@echo " A1419 820-3481 - FW: 2.15f7 - Type: 820-3481.nsh"
@echo " A1419 820-4652 - FW: 2.22f16 - Type: 820-4652.nsh"
@echo " A1419 820-5029 - FW: 2.23f11 - Type: 820-5029.nsh"
@echo " A1419 820-00291 - FW: 2.33f12 - Type: 820-00291.nsh"
@echo " A1419 820-00292 - FW: 2.33f12 - Type: 820-00292.nsh"
@echo " A1419 820-00134 - FW: 2.34f3 - Type: 820-00134.nsh"
@echo ""
@echo "Type 'startup.nsh', then press enter to go back."
@echo ""
Expand Down

0 comments on commit b3f7466

Please sign in to comment.