profzei / Matebook-X-Pro-2018

💻 macOS on Huawei Matebook X Pro 2018
Apache License 2.0
369 stars 48 forks source link

config.plist #195

Closed bleglord closed 2 years ago

bleglord commented 2 years ago

Are the contents of:

<key>ACPI</key>
<dict>
<key>Add</key>
<array>
<dict>
   <key>Comment</key>
   <string>Fixing SHAD._DSM in original SSDT-7-KBL</string>
   <key>Enabled</key>
   <false/>
       ...
       <key>Comment</key>
   <string>Enabling Intel 80802 Firmware Hub Device</string>
   <key>Enabled</key>
   <false/>
       ...
       <key>Comment</key>
   <string>Adding _QBF found in HUAWEI BIOS v. 1.33</string>
   <key>Enabled</key>
   <false/>
       ...
       <key>Comment</key>
   <string>Intel(R) Low Power Subsystem SPI Host Controller</string>
   <key>Enabled</key>
   <false/>
       ...
       <key>Comment</key>
   <string>Support for Intel WiFi network adapter</string>
   <key>Enabled</key>
   <false/>
       ...
       <key>Comment</key>
   <string>Handling NVMe SSD</string>
   <key>Enabled</key>
   <false/>
       ...

<key>Delete</key>
<array>
<dict>
   <key>All</key>
   <false/>
   <key>Comment</key>
   <string>Delete SSDT-7-KBL-ULT</string>
   <key>Enabled</key>
   <false/>
       ...

<key>Patch</key>
<array>
<dict>
   <key>Base</key>
   <string></string>
   <key>BaseSkip</key>
   <integer>0</integer>
   <key>Comment</key>
   <string>Rename SPI1._DSM,4,S to XDSM (Fixing SPI1 device)</string>
   <key>Count</key>
   <integer>0</integer>
   <key>Enabled</key>
   <false/>
       ...

<key>Booter</key>
<dict>
<key>MmioWhitelist</key>
<array>
<dict>
   <key>Address</key>
   <integer>4288675840</integer>
   <key>Comment</key>
   <string>MMIO Devirt 0xFFA00000 (0x600 pages, 0x8000000000000001)</string>
   <key>Enabled</key>
   <false/>
       ...

<key>Quirks</key>
<dict>
    ...
    <key>DevirtualiseMmio</key>
<false/>
    ...
    <key>EnableWriteUnprotector</key>
<true/>
    ...
    <key>RebuildAppleMemoryMap</key>
<false/>
    ...
    <key>SyncRuntimePermissions</key>
<false/>
    ...

<key>NVRAM</key>
<dict>
...
<key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key>
<dict>
...
<key>boot-args</key>
<string>-v keepsyms=1 debug=0x100</string>
    ...

<key>UEFI</key>
<dict>
...
<key>Audio</key>
<dict>
    ...
    <key>AudioSupport</key>
<false/>
    ...

Meant to overwrite their corresponding sections in config.plist or is it additional? The code section is easily copy-pasteable but that looks like it would create a whole slew of errors/incompatible lines.

profzei commented 2 years ago

You need to overwrite the correspondent value in the corresponding properties for all mentioned sections!

I'll add this comment to the guide!