Upgrade OC 0.8.1 (*.efi, *.kext, *.plist)

This commit is contained in:
Gabriel
2022-06-09 14:32:17 -03:00
parent 41728b6962
commit 99f645a913
25 changed files with 80 additions and 31 deletions
+13
View File
@@ -1,5 +1,18 @@
OpenCore Changelog
==================
#### v0.8.1
- Improved `ExtendBTFeatureFlags` quirk on newer macOS versions, thx @lvs1974
- Added notes about DMAR table and `ForceAquantiaEthernet`, thx @kokowski
- Added System option in `LauncherOption` property, thx @stevezhengshiqi
- Updated note about `CustomPciSerialDevice`, thx @joevt
- Added read-only driver for NTFS
- Switched `Reset NVRAM` and `Toggle SIP` to configurable boot entry protocol drivers
- Supported optional Apple firmware-native NVRAM reset, thx @Syncretic
- Supported NVRAM reset optionally retaining BIOS boot entries
- Supported user specified `csr-active-config` value for Toggle SIP
- Added optional `Enabled` and `Disabled` flavours for `Toggle SIP` (allows theme designers to provide distinct icons)
- Added PIIX4 ACPI PM timer detection for TSC calculations on Hyper-V Gen1 VMs
#### v0.8.0
- Added support for early log preservation
- Switched to Python 3 in scripts (use `python /path/to/script` to force Python 2)
Binary file not shown.
+20 -4
View File
@@ -1125,12 +1125,8 @@
</array>
<key>Security</key>
<dict>
<key>AllowNvramReset</key>
<false/>
<key>AllowSetDefault</key>
<false/>
<key>AllowToggleSip</key>
<false/>
<key>ApECID</key>
<integer>0</integer>
<key>AuthRestart</key>
@@ -1579,6 +1575,26 @@
<key>Path</key>
<string>OpenLinuxBoot.efi</string>
</dict>
<dict>
<key>Arguments</key>
<string></string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<false/>
<key>Path</key>
<string>ResetNvramEntry.efi</string>
</dict>
<dict>
<key>Arguments</key>
<string></string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<false/>
<key>Path</key>
<string>ToggleSipEntry.efi</string>
</dict>
</array>
<key>Input</key>
<dict>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>20G417</string>
<string>20G624</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.5.8</string>
<string>1.5.9</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
@@ -25,23 +25,23 @@
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.5.8</string>
<string>1.5.9</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>12E507</string>
<string>13C100</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>11.3</string>
<string>12.1</string>
<key>DTSDKBuild</key>
<string>20E214</string>
<string>21C46</string>
<key>DTSDKName</key>
<string>macosx11.3</string>
<string>macosx12.1</string>
<key>DTXcode</key>
<string>1251</string>
<string>1321</string>
<key>DTXcodeBuild</key>
<string>12E507</string>
<string>13C100</string>
<key>IOKitPersonalities</key>
<dict>
<key>NVHDAEnabler</key>
Binary file not shown.
+10
View File
@@ -627,6 +627,16 @@
<key>Comment</key>
<string>OpenRuntime.efi</string>
</dict>
<dict>
<key>Enabled</key>
<true/>
<key>Path</key>
<string>ResetNvramEntry.efi</string>
<key>Arguments</key>
<string></string>
<key>Comment</key>
<string>ResetNvramEntry.efi</string>
</dict>
</array>
<key>Input</key>
<dict>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>20G417</string>
<string>20G624</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.5.8</string>
<string>1.5.9</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
@@ -25,23 +25,23 @@
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.5.8</string>
<string>1.5.9</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>12E507</string>
<string>13C100</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>11.3</string>
<string>12.1</string>
<key>DTSDKBuild</key>
<string>20E214</string>
<string>21C46</string>
<key>DTSDKName</key>
<string>macosx11.3</string>
<string>macosx12.1</string>
<key>DTXcode</key>
<string>1251</string>
<string>1321</string>
<key>DTXcodeBuild</key>
<string>12E507</string>
<string>13C100</string>
<key>IOKitPersonalities</key>
<dict>
<key>NVHDAEnabler</key>
Binary file not shown.
+10
View File
@@ -637,6 +637,16 @@
<key>Comment</key>
<string>OpenRuntime.efi</string>
</dict>
<dict>
<key>Enabled</key>
<true/>
<key>Path</key>
<string>ResetNvramEntry.efi</string>
<key>Arguments</key>
<string></string>
<key>Comment</key>
<string>ResetNvramEntry.efi</string>
</dict>
</array>
<key>Input</key>
<dict>
+8 -8
View File
@@ -1,6 +1,6 @@
{
"Mac-EE2EBD4B90B839A8": "latest",
"Mac-BE0E8AC46FE800CC": "11.6.5",
"Mac-BE0E8AC46FE800CC": "11.6.6",
"Mac-9AE82516C7C6B903": "latest",
"Mac-942452F5819B1C1B": "10.13.6",
"Mac-942C5DF58193131B": "10.13.6",
@@ -8,8 +8,8 @@
"Mac-742912EFDBEE19B3": "10.13.6",
"Mac-66F35F19FE2A0D05": "10.15.7",
"Mac-2E6FAB96566FE58C": "10.15.7",
"Mac-35C1E88140C3E6CF": "11.6.5",
"Mac-7DF21CB3ED6977E5": "11.6.5",
"Mac-35C1E88140C3E6CF": "11.6.6",
"Mac-7DF21CB3ED6977E5": "11.6.6",
"Mac-9F18E312C5C2BF0B": "latest",
"Mac-937CB26E2E02BB01": "latest",
"Mac-827FAC58A8FDFA22": "latest",
@@ -17,9 +17,9 @@
"Mac-0CFF9C7C2B63DF8D": "latest",
"Mac-C3EC7CD22292981F": "10.15.7",
"Mac-AFD8A9D944EA4843": "10.15.7",
"Mac-189A3D4F975D5FFC": "11.6.5",
"Mac-3CBD00234E554E41": "11.6.5",
"Mac-2BD1B31983FE1663": "11.6.5",
"Mac-189A3D4F975D5FFC": "11.6.6",
"Mac-3CBD00234E554E41": "11.6.6",
"Mac-2BD1B31983FE1663": "11.6.6",
"Mac-06F11FD93F0323C5": "latest",
"Mac-06F11F11946D27C5": "latest",
"Mac-E43C1C25D4880AD6": "latest",
@@ -61,8 +61,8 @@
"Mac-031B6874CF7F642A": "10.15.7",
"Mac-27ADBB7B4CEE8E61": "10.15.7",
"Mac-77EB7D7DAF985301": "10.15.7",
"Mac-81E3E92DD6088272": "11.6.5",
"Mac-42FD25EABCABB274": "11.6.5",
"Mac-81E3E92DD6088272": "11.6.6",
"Mac-42FD25EABCABB274": "11.6.6",
"Mac-A369DDC4E67F1C45": "latest",
"Mac-FFE5EF870D7BA81A": "latest",
"Mac-DB15BD556843C820": "latest",
+1 -1
View File
@@ -71,7 +71,7 @@ Utility to validate whether a `config.plist` matches requirements and convention
- HibernateMode: Only `None`, `Auto`, `RTC`, or `NVRAM` are accepted.
- PickerMode: Only `Builtin`, `External`, or `Apple` are accepted.
- `PickerAudioAssist` requires `AudioSupport` in `UEFI->Audio` to be enabled.
- LauncherOption: Only `Disabled`, `Full`, or `Short` are accepted.
- LauncherOption: Only `Disabled`, `Full`, `Short`, or `System` are accepted.
- `LauncherPath` cannot be empty string.
#### Security
- AuthRestart: If enabled, `VirtualSMC.kext` should be present in `Kernel->Add`.
Binary file not shown.
Binary file not shown.
Binary file not shown.