Skip to content

Commit

Permalink
GopStop: Initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Feb 9, 2020
1 parent 0796e4e commit d278bed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions OpenCorePkg.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
OpenCorePkg/Platform/OpenCore/OpenCore.inf
OcSupportPkg/Application/BootKicker/BootKicker.inf
OcSupportPkg/Application/CleanNvram/CleanNvram.inf
OcSupportPkg/Application/GopStop/GopStop.inf
OcSupportPkg/Application/VerifyMsrE2/VerifyMsrE2.inf
OcSupportPkg/Platform/AppleUsbKbDxe/UsbKbDxe.inf
OcSupportPkg/Platform/FwRuntimeServices/FwRuntimeServices.inf
Expand Down
1 change: 1 addition & 0 deletions macbuild.tool
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ package() {
cp XhciDxe.efi tmp/EFI/OC/Drivers/ || exit 1
cp BootKicker.efi tmp/EFI/OC/Tools/ || exit 1
cp CleanNvram.efi tmp/EFI/OC/Tools/ || exit 1
cp GopStop.efi tmp/EFI/OC/Tools/ || exit 1
cp VerifyMsrE2.efi tmp/EFI/OC/Tools/ || exit 1
cp "${selfdir}/Docs/Configuration.pdf" tmp/Docs/ || exit 1
cp "${selfdir}/Docs/Differences/Differences.pdf" tmp/Docs/ || exit 1
Expand Down

0 comments on commit d278bed

Please sign in to comment.