From c34781bb3c0e3e6305f95df6fca303f12b378445 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Tue, 4 Jan 2022 18:45:24 -0700 Subject: [PATCH 1/2] config.plist: Update Kext comments --- payloads/Config/config.plist | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/payloads/Config/config.plist b/payloads/Config/config.plist index 52343a6e4..5d3b13218 100644 --- a/payloads/Config/config.plist +++ b/payloads/Config/config.plist @@ -433,7 +433,7 @@ Arch x86_64 Comment - 4331 Wifi Patch + Broadcom Wifi Patch Enabled MaxKernel @@ -921,7 +921,7 @@ BundlePath IOFireWireFamily.kext Comment - + Enable FireWire Rooting #1 Enabled ExecutablePath @@ -939,7 +939,7 @@ BundlePath IOFireWireFamily.kext/Contents/PlugIns/AppleFWOHCI.kext Comment - + Enable FireWire Rooting #2 Enabled ExecutablePath @@ -957,7 +957,7 @@ BundlePath IOFireWireSBP2.kext Comment - + Enable FireWire Rooting #3 Enabled ExecutablePath @@ -975,7 +975,7 @@ BundlePath IOFireWireSerialBusProtocolTransport.kext Comment - + Enable FireWire Rooting #4 Enabled ExecutablePath From b2bb32f9880693a782062b48759ec9b03a267c28 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Wed, 5 Jan 2022 11:11:13 -0700 Subject: [PATCH 2/2] smbios_data.py: Add VM data sets --- data/smbios_data.py | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/data/smbios_data.py b/data/smbios_data.py index 03af3377c..ebdaa43e3 100644 --- a/data/smbios_data.py +++ b/data/smbios_data.py @@ -2803,6 +2803,28 @@ smbios_dictionary = { "Stock GPUs": [], "Stock Storage": [], }, + "VMware7,1": { + # VMware Virtual Machine + "Board ID": "440BX Desktop Reference Platform", + "FirmwareFeatures": None, + "CPU Generation": cpu_data.cpu_data.penryn.value, + "Max OS Supported": os_data.os_data.max_os, + "Wireless Model": None, + "Bluetooth Model": bluetooth_data.bluetooth_data.NonApplicable, + "Stock GPUs": [], + "Stock Storage": [], + }, + "Parallels17,1": { + # Parallels Virtual Machine + "Board ID": "Parallels Virtual Platform", + "FirmwareFeatures": None, + "CPU Generation": cpu_data.cpu_data.penryn.value, + "Max OS Supported": os_data.os_data.max_os, + "Wireless Model": None, + "Bluetooth Model": bluetooth_data.bluetooth_data.NonApplicable, + "Stock GPUs": [], + "Stock Storage": [], + }, "iBridge2,11": { # Unknown ID, Intel based, present in Monterey "Board ID": None,