Compare commits

..

1 Commits

Author SHA1 Message Date
Dhiru Kholia d26c76d917 OSX-KVM - January 2022 Batch Update #1
Changes:

- Add support for Windows ;)

- Update OVMF bits (https://github.com/retrage/edk2-nightly)

- Update OpenCore to 0.7.6 (via Nick)
2022-01-04 22:43:02 +05:30
24 changed files with 843 additions and 69 deletions

Binary file not shown.

Binary file not shown.

BIN
OVMF_VARS.fd Normal file

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>BuildMachineOSBuild</key> <key>BuildMachineOSBuild</key>
<string>19H1323</string> <string>19H1519</string>
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>en</string> <string>en</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
@ -17,7 +17,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>KEXT</string> <string>KEXT</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.5.6</string> <string>1.5.8</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleSupportedPlatforms</key> <key>CFBundleSupportedPlatforms</key>
@ -25,23 +25,23 @@
<string>MacOSX</string> <string>MacOSX</string>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.5.6</string> <string>1.5.8</string>
<key>DTCompiler</key> <key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string> <string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key> <key>DTPlatformBuild</key>
<string>12B45b</string> <string>12D4e</string>
<key>DTPlatformName</key> <key>DTPlatformName</key>
<string>macosx</string> <string>macosx</string>
<key>DTPlatformVersion</key> <key>DTPlatformVersion</key>
<string>11.0</string> <string>11.1</string>
<key>DTSDKBuild</key> <key>DTSDKBuild</key>
<string>20A2408</string> <string>20C63</string>
<key>DTSDKName</key> <key>DTSDKName</key>
<string>macosx11.0</string> <string>macosx11.1</string>
<key>DTXcode</key> <key>DTXcode</key>
<string>1220</string> <string>1240</string>
<key>DTXcodeBuild</key> <key>DTXcodeBuild</key>
<string>12B45b</string> <string>12D4e</string>
<key>IOKitPersonalities</key> <key>IOKitPersonalities</key>
<dict> <dict>
<key>as.vit9696.Lilu</key> <key>as.vit9696.Lilu</key>

View File

@ -3,7 +3,7 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>BuildMachineOSBuild</key> <key>BuildMachineOSBuild</key>
<string>19H1323</string> <string>19H1519</string>
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>en</string> <string>en</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
@ -17,7 +17,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>KEXT</string> <string>KEXT</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.2.7</string> <string>1.2.8</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleSupportedPlatforms</key> <key>CFBundleSupportedPlatforms</key>
@ -25,23 +25,23 @@
<string>MacOSX</string> <string>MacOSX</string>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.2.7</string> <string>1.2.8</string>
<key>DTCompiler</key> <key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string> <string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key> <key>DTPlatformBuild</key>
<string>12B45b</string> <string>12D4e</string>
<key>DTPlatformName</key> <key>DTPlatformName</key>
<string>macosx</string> <string>macosx</string>
<key>DTPlatformVersion</key> <key>DTPlatformVersion</key>
<string>11.0</string> <string>11.1</string>
<key>DTSDKBuild</key> <key>DTSDKBuild</key>
<string>20A2408</string> <string>20C63</string>
<key>DTSDKName</key> <key>DTSDKName</key>
<string>macosx11.0</string> <string>macosx11.1</string>
<key>DTXcode</key> <key>DTXcode</key>
<string>1220</string> <string>1240</string>
<key>DTXcodeBuild</key> <key>DTXcodeBuild</key>
<string>12B45b</string> <string>12D4e</string>
<key>IOKitPersonalities</key> <key>IOKitPersonalities</key>
<dict> <dict>
<key>as.vit9696.VirtualSMC</key> <key>as.vit9696.VirtualSMC</key>

View File

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>KEXT</string> <string>KEXT</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.5.4</string> <string>1.5.5</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleSupportedPlatforms</key> <key>CFBundleSupportedPlatforms</key>
@ -25,7 +25,7 @@
<string>MacOSX</string> <string>MacOSX</string>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.5.4</string> <string>1.5.5</string>
<key>DTCompiler</key> <key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string> <string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key> <key>DTPlatformBuild</key>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -307,6 +307,8 @@
<integer>0</integer> <integer>0</integer>
<key>RebuildAppleMemoryMap</key> <key>RebuildAppleMemoryMap</key>
<false/> <false/>
<key>ResizeAppleGpuBars</key>
<integer>-1</integer>
<key>SetupVirtualMap</key> <key>SetupVirtualMap</key>
<false/> <false/>
<key>SignalAppleOS</key> <key>SignalAppleOS</key>
@ -873,7 +875,7 @@
<key>Arguments</key> <key>Arguments</key>
<string></string> <string></string>
<key>Auxiliary</key> <key>Auxiliary</key>
<false/> <true/>
<key>Comment</key> <key>Comment</key>
<string>Not signed for security reasons</string> <string>Not signed for security reasons</string>
<key>Enabled</key> <key>Enabled</key>
@ -939,8 +941,6 @@
<dict> <dict>
<key>DefaultBackgroundColor</key> <key>DefaultBackgroundColor</key>
<data>AAAAAA==</data> <data>AAAAAA==</data>
<key>UIScale</key>
<data>AQ==</data>
</dict> </dict>
<key>4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102</key> <key>4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102</key>
<dict> <dict>
@ -969,7 +969,6 @@
<dict> <dict>
<key>4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14</key> <key>4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14</key>
<array> <array>
<string>UIScale</string>
<string>DefaultBackgroundColor</string> <string>DefaultBackgroundColor</string>
</array> </array>
<key>4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102</key> <key>4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102</key>
@ -1134,7 +1133,7 @@
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>Path</key> <key>Path</key>
<string>OpenRuntime.efi</string> <string>OpenRuntime.efi</string>
</dict> </dict>
<dict> <dict>
<key>Arguments</key> <key>Arguments</key>
@ -1144,7 +1143,7 @@
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>Path</key> <key>Path</key>
<string>OpenCanopy.efi</string> <string>OpenCanopy.efi</string>
</dict> </dict>
<dict> <dict>
<key>Arguments</key> <key>Arguments</key>
@ -1164,7 +1163,7 @@
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>Path</key> <key>Path</key>
<string>OpenPartitionDxe.efi</string> <string>OpenPartitionDxe.efi</string>
</dict> </dict>
<dict> <dict>
<key>Arguments</key> <key>Arguments</key>
@ -1312,6 +1311,8 @@
<false/> <false/>
<key>ProvideConsoleGop</key> <key>ProvideConsoleGop</key>
<true/> <true/>
<key>ReconnectGraphicsOnConnect</key>
<false/>
<key>ReconnectOnResChange</key> <key>ReconnectOnResChange</key>
<false/> <false/>
<key>ReplaceTabWithSpace</key> <key>ReplaceTabWithSpace</key>
@ -1322,6 +1323,8 @@
<false/> <false/>
<key>TextRenderer</key> <key>TextRenderer</key>
<string>BuiltinGraphics</string> <string>BuiltinGraphics</string>
<key>UIScale</key>
<integer>0</integer>
<key>UgaPassThrough</key> <key>UgaPassThrough</key>
<false/> <false/>
</dict> </dict>
@ -1372,6 +1375,8 @@
<false/> <false/>
<key>EnableVectorAcceleration</key> <key>EnableVectorAcceleration</key>
<true/> <true/>
<key>EnableVmx</key>
<false/>
<key>ExitBootServicesDelay</key> <key>ExitBootServicesDelay</key>
<integer>0</integer> <integer>0</integer>
<key>ForceOcWriteFlash</key> <key>ForceOcWriteFlash</key>
@ -1386,6 +1391,8 @@
<false/> <false/>
<key>RequestBootVarRouting</key> <key>RequestBootVarRouting</key>
<true/> <true/>
<key>ResizeGpuBars</key>
<integer>-1</integer>
<key>TscSyncTimeout</key> <key>TscSyncTimeout</key>
<integer>0</integer> <integer>0</integer>
<key>UnblockFsConnect</key> <key>UnblockFsConnect</key>

BIN
backups/OVMF_CODE.fd Normal file

Binary file not shown.

@ -1 +1 @@
Subproject commit dcf5032351154034e7c8ef6fd15674b1c71e3d92 Subproject commit 29b23910e5ebb6347fd287776fe79508cbbc1bfe