提交 3bd47ed2 编写于 作者: V vit9696

Build: Bundle tools and update changelog

上级 8ddf4a5d
......@@ -18,6 +18,9 @@ OpenCore Changelog
- FileVault 2-like key input is now the only supported input in boot menu
- Fixed 5 second delay when exiting Shell to OpenCore Picker
- Added default boot option update and `AllowSetDefault` `Security` option
- Fixed CPU package detection on configurations with multiple CPUs
- Bundled CleanNvram and VerifyMsrE2 tools for debugging
- Added screen clearing after choosing boot entry in picker
#### v0.5.3
- Update builtin firmware versions
......
......@@ -67,6 +67,7 @@
OcAppleUserInterfaceThemeLib|OcSupportPkg/Library/OcAppleUserInterfaceThemeLib/OcAppleUserInterfaceThemeLib.inf
OcBootManagementLib|OcSupportPkg/Library/OcBootManagementLib/OcBootManagementLib.inf
OcDeviceTreeLib|OcSupportPkg/Library/OcDeviceTreeLib/OcDeviceTreeLib.inf
OcConsoleControlEntryModeLib|OcSupportPkg/Library/OcConsoleControlEntryModeLib/OcConsoleControlEntryModeLib.inf
OcConsoleLib|OcSupportPkg/Library/OcConsoleLib/OcConsoleLib.inf
OcCpuLib|OcSupportPkg/Library/OcCpuLib/OcCpuLib.inf
OcCryptoLib|OcSupportPkg/Library/OcCryptoLib/OcCryptoLib.inf
......@@ -102,6 +103,8 @@
[Components]
OpenCorePkg/Application/Bootstrap/Bootstrap.inf
OpenCorePkg/Platform/OpenCore/OpenCore.inf
OcSupportPkg/Application/CleanNvram/CleanNvram.inf
OcSupportPkg/Application/VerifyMsrE2/VerifyMsrE2.inf
OcSupportPkg/Platform/FwRuntimeServices/FwRuntimeServices.inf
[PcdsFixedAtBuild]
......
......@@ -26,6 +26,8 @@ package() {
cp OpenCore.efi tmp/EFI/OC/ || exit 1
cp BOOTx64.efi tmp/EFI/BOOT/ || exit 1
cp FwRuntimeServices.efi tmp/EFI/OC/Drivers/ || exit 1
cp CleanNvram.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
cp "${selfdir}/Docs/Sample.plist" tmp/Docs/ || exit 1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册