Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinakg authored Oct 13, 2024
2 parents 1e2e4d0 + fe09e14 commit 31e0ebe
Show file tree
Hide file tree
Showing 33 changed files with 1,792 additions and 117 deletions.
4 changes: 3 additions & 1 deletion AMD/fx.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ Where `<core count>` is replaced with the physical core count of your CPU in hex

::: tip Info

Settings relating to the kernel, for us we'll be enabling the following:
Settings relating to the kernel, for us we'll be changing the following:

| Quirk | Enabled | Comment |
| :--- | :--- | :--- |
Expand All @@ -307,6 +307,8 @@ Settings relating to the kernel, for us we'll be enabling the following:
* Enabling this quirk in tandem with `PlatformInfo -> UpdateSMBIOSMode -> Custom` will disable SMBIOS injection into "non-Apple" OSes however we do not endorse this method as it breaks Bootcamp compatibility. Use at your own risk.
* **DisableIoMapper**: NO
* AMD doesn't have DMAR or VT-D support so irrelevant
* **DisableIoMapperMapping**: NO
* AMD doesn't have DMAR or VT-D support so irrelevant
* **DisableLinkeditJettison**: YES
* Allows Lilu and others to have more reliable performance without `keepsyms=1`
* **DisableRtcChecksum**: NO
Expand Down
4 changes: 3 additions & 1 deletion AMD/zen.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ Where `<core count>` is replaced with the physical core count of your CPU in hex

::: tip Info

Settings relating to the kernel, for us we'll be enabling the following:
Settings relating to the kernel, for us we'll be changing the following:

| Quirk | Enabled | Comment |
| :--- | :--- | :--- |
Expand All @@ -325,6 +325,8 @@ Settings relating to the kernel, for us we'll be enabling the following:
* Enabling this quirk in tandem with `PlatformInfo -> UpdateSMBIOSMode -> Custom` will disable SMBIOS injection into "non-Apple" OSes however we do not endorse this method as it breaks Bootcamp compatibility. Use at your own risk.
* **DisableIoMapper**: NO
* AMD doesn't have DMAR or VT-D support so irrelevant
* **DisableIoMapperMapping**: NO
* AMD doesn't have DMAR or VT-D support so irrelevant
* **DisableLinkeditJettison**: YES
* Allows Lilu and others to have more reliable performance without `keepsyms=1`
* **DisableRtcChecksum**: NO
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ actionLink: prerequisites.md

meta:
- name: description
content: Current supported version 0.9.1
content: Current supported version 1.0.2
---

# What is OpenCore and who is this guide for
Expand Down
6 changes: 5 additions & 1 deletion config-HEDT/broadwell-e.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ Patches both the kernel and kexts.

::: tip Info

Settings relating to the kernel, for us we'll be enabling the following:
Settings relating to the kernel, for us we'll be changing the following:

| Quirk | Enabled | Comment |
| :--- | :--- | :--- |
Expand Down Expand Up @@ -271,6 +271,10 @@ Settings relating to the kernel, for us we'll be enabling the following:
* Enabling this quirk with UpdateSMBIOSMode Custom mode can also disable SMBIOS injection into "non-Apple" OSes however we do not endorse this method as it breaks Bootcamp compatibility. Use at your own risk
* **DisableIoMapper**: YES
* Needed to get around VT-D if either unable to disable in BIOS or needed for other operating systems, much better alternative to `dart=0` as SIP can stay on in Catalina
* **DisableIoMapperMapping**: NO
* Needed if you are experiencing issues with Wi-Fi/Ethernet/Thunderbolt with VT-D enabled and more than 16GB of memory installed. This quirk requires a [patched DMAR table](https://dortania.github.io/Getting-Started-With-ACPI/Universal/dmar.html) with Reserved Memory Regions removed
* We recommend disabling VT-D, so we don't need this enabled
* Not needed for 13.2.1 and lower
* **DisableLinkeditJettison**: YES
* Allows Lilu and others to have more reliable performance without `keepsyms=1`
* **DisableRtcChecksum**: NO
Expand Down
6 changes: 5 additions & 1 deletion config-HEDT/haswell-e.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ Patches both the kernel and kexts.

::: tip Info

Settings relating to the kernel, for us we'll be enabling the following:
Settings relating to the kernel, for us we'll be changing the following:

| Quirk | Enabled | Comment |
| :--- | :--- | :--- |
Expand Down Expand Up @@ -271,6 +271,10 @@ Settings relating to the kernel, for us we'll be enabling the following:
* Enabling this quirk with UpdateSMBIOSMode Custom mode can also disable SMBIOS injection into "non-Apple" OSes however we do not endorse this method as it breaks Bootcamp compatibility. Use at your own risk
* **DisableIoMapper**: YES
* Needed to get around VT-D if either unable to disable in BIOS or needed for other operating systems, much better alternative to `dart=0` as SIP can stay on in Catalina
* **DisableIoMapperMapping**: NO
* Needed if you are experiencing issues with Wi-Fi/Ethernet/Thunderbolt with VT-D enabled and more than 16GB of memory installed. This quirk requires a [patched DMAR table](https://dortania.github.io/Getting-Started-With-ACPI/Universal/dmar.html) with Reserved Memory Regions removed
* We recommend disabling VT-D, so we don't need this enabled
* Not needed for 13.2.1 and lower
* **DisableLinkeditJettison**: YES
* Allows Lilu and others to have more reliable performance without `keepsyms=1`
* **DisableRtcChecksum**: NO
Expand Down
6 changes: 5 additions & 1 deletion config-HEDT/ivy-bridge-e.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Patches both the kernel and kexts.

::: tip Info

Settings relating to the kernel, for us we'll be enabling the following:
Settings relating to the kernel, for us we'll be changing the following:

| Quirk | Enabled | Comment |
| :--- | :--- | :--- |
Expand Down Expand Up @@ -234,6 +234,10 @@ Settings relating to the kernel, for us we'll be enabling the following:
* Enabling this quirk with UpdateSMBIOSMode Custom mode can also disable SMBIOS injection into "non-Apple" OSes however we do not endorse this method as it breaks Bootcamp compatibility. Use at your own risk
* **DisableIoMapper**: YES
* Needed to get around VT-D if either unable to disable in BIOS or needed for other operating systems, much better alternative to `dart=0` as SIP can stay on in Catalina
* **DisableIoMapperMapping**: NO
* Needed if you are experiencing issues with Wi-Fi/Ethernet/Thunderbolt with VT-D enabled and more than 16GB of memory installed. This quirk requires a [patched DMAR table](https://dortania.github.io/Getting-Started-With-ACPI/Universal/dmar.html) with Reserved Memory Regions removed
* We recommend disabling VT-D, so we don't need this enabled
* Not needed for 13.2.1 and lower
* **DisableLinkeditJettison**: YES
* Allows Lilu and others to have more reliable performance without `keepsyms=1`
* **DisableRtcChecksum**: NO
Expand Down
6 changes: 5 additions & 1 deletion config-HEDT/nehalem.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ Patches both the kernel and kexts.

::: tip Info

Settings relating to the kernel, for us we'll be enabling the following:
Settings relating to the kernel, for us we'll be changing the following:

| Quirk | Enabled | Comment |
| :--- | :--- | :--- |
Expand Down Expand Up @@ -245,6 +245,10 @@ Settings relating to the kernel, for us we'll be enabling the following:
* Enabling this quirk with UpdateSMBIOSMode Custom mode can also disable SMBIOS injection into "non-Apple" OSes however we do not endorse this method as it breaks Bootcamp compatibility. Use at your own risk
* **DisableIoMapper**: YES
* Needed to get around VT-D if either unable to disable in BIOS or needed for other operating systems, much better alternative to `dart=0` as SIP can stay on in Catalina
* **DisableIoMapperMapping**: NO
* Needed if you are experiencing issues with Wi-Fi/Ethernet/Thunderbolt with VT-D enabled and more than 16GB of memory installed. This quirk requires a [patched DMAR table](https://dortania.github.io/Getting-Started-With-ACPI/Universal/dmar.html) with Reserved Memory Regions removed
* We recommend disabling VT-D, so we don't need this enabled
* Not needed for 13.2.1 and lower
* **DisableLinkeditJettison**: YES
* Allows Lilu and others to have more reliable performance without `keepsyms=1`
* **DisableRtcChecksum**: NO
Expand Down
6 changes: 5 additions & 1 deletion config-HEDT/skylake-x.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ Patches both the kernel and kexts.

::: tip Info

Settings relating to the kernel, for us we'll be enabling the following:
Settings relating to the kernel, for us we'll be changing the following:

| Quirk | Enabled | Comment |
| :--- | :--- | :--- |
Expand Down Expand Up @@ -237,6 +237,10 @@ Settings relating to the kernel, for us we'll be enabling the following:
* Enabling this quirk with UpdateSMBIOSMode Custom mode can also disable SMBIOS injection into "non-Apple" OSes however we do not endorse this method as it breaks Bootcamp compatibility. Use at your own risk
* **DisableIoMapper**: YES
* Needed to get around VT-D if either unable to disable in BIOS or needed for other operating systems, much better alternative to `dart=0` as SIP can stay on in Catalina
* **DisableIoMapperMapping**: NO
* Needed if you are experiencing issues with Wi-Fi/Ethernet/Thunderbolt with VT-D enabled and more than 16GB of memory installed. This quirk requires a [patched DMAR table](https://dortania.github.io/Getting-Started-With-ACPI/Universal/dmar.html) with Reserved Memory Regions removed
* We recommend disabling VT-D, so we don't need this enabled
* Not needed for 13.2.1 and lower
* **DisableLinkeditJettison**: YES
* Allows Lilu and others to have more reliable performance without `keepsyms=1`
* **DisableRtcChecksum**: NO
Expand Down
6 changes: 5 additions & 1 deletion config-laptop.plist/arrandale.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ Patches both the kernel and kexts.

::: tip Info

Settings relating to the kernel, for us we'll be enabling the following:
Settings relating to the kernel, for us we'll be changing the following:

| Quirk | Enabled | Comment |
| :--- | :--- | :--- |
Expand Down Expand Up @@ -287,6 +287,10 @@ Settings relating to the kernel, for us we'll be enabling the following:
* Enabling this quirk with UpdateSMBIOSMode Custom mode can also disable SMBIOS injection into "non-Apple" OSes however we do not endorse this method as it breaks Bootcamp compatibility. Use at your own risk
* **DisableIoMapper**: YES
* Needed to get around VT-D if either unable to disable in BIOS or needed for other operating systems, much better alternative to `dart=0` as SIP can stay on in Catalina
* **DisableIoMapperMapping**: NO
* Needed if you are experiencing issues with Wi-Fi/Ethernet/Thunderbolt with VT-D enabled and more than 16GB of memory installed. This quirk requires a [patched DMAR table](https://dortania.github.io/Getting-Started-With-ACPI/Universal/dmar.html) with Reserved Memory Regions removed
* We recommend disabling VT-D, so we don't need this enabled
* Not needed for 13.2.1 and lower
* **DisableLinkeditJettison**: YES
* Allows Lilu and others to have more reliable performance without `keepsyms=1`
* **DisableRtcChecksum**: NO
Expand Down
6 changes: 5 additions & 1 deletion config-laptop.plist/broadwell.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ Patches both the kernel and kexts.

::: tip Info

Settings relating to the kernel, for us we'll be enabling the following:
Settings relating to the kernel, for us we'll be changing the following:

| Quirk | Enabled | Comment |
| :--- | :--- | :--- |
Expand Down Expand Up @@ -290,6 +290,10 @@ Settings relating to the kernel, for us we'll be enabling the following:
* Enabling this quirk with UpdateSMBIOSMode Custom mode can also disable SMBIOS injection into "non-Apple" OSes however we do not endorse this method as it breaks Bootcamp compatibility. Use at your own risk
* **DisableIoMapper**: YES
* Needed to get around VT-D if either unable to disable in BIOS or needed for other operating systems, much better alternative to `dart=0` as SIP can stay on in Catalina
* **DisableIoMapperMapping**: NO
* Needed if you are experiencing issues with Wi-Fi/Ethernet/Thunderbolt with VT-D enabled and more than 16GB of memory installed. This quirk requires a [patched DMAR table](https://dortania.github.io/Getting-Started-With-ACPI/Universal/dmar.html) with Reserved Memory Regions removed
* We recommend disabling VT-D, so we don't need this enabled
* Not needed for 13.2.1 and lower
* **DisableLinkeditJettison**: YES
* Allows Lilu and others to have more reliable performance without `keepsyms=1`
* **DisableRtcChecksum**: NO
Expand Down
6 changes: 5 additions & 1 deletion config-laptop.plist/coffee-lake-plus.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ Patches both the kernel and kexts.

::: tip Info

Settings relating to the kernel, for us we'll be enabling the following:
Settings relating to the kernel, for us we'll be changing the following:

| Quirk | Enabled | Comment |
| :--- | :--- | :--- |
Expand Down Expand Up @@ -343,6 +343,10 @@ Settings relating to the kernel, for us we'll be enabling the following:
* Enabling this quirk with UpdateSMBIOSMode Custom mode can also disable SMBIOS injection into "non-Apple" OSes however we do not endorse this method as it breaks Bootcamp compatibility. Use at your own risk
* **DisableIoMapper**: YES
* Needed to get around VT-D if either unable to disable in BIOS or needed for other operating systems, much better alternative to `dart=0` as SIP can stay on in Catalina
* **DisableIoMapperMapping**: NO
* Needed if you are experiencing issues with Wi-Fi/Ethernet/Thunderbolt with VT-D enabled and more than 16GB of memory installed. This quirk requires a [patched DMAR table](https://dortania.github.io/Getting-Started-With-ACPI/Universal/dmar.html) with Reserved Memory Regions removed
* We recommend disabling VT-D, so we don't need this enabled
* Not needed for 13.2.1 and lower
* **DisableLinkeditJettison**: YES
* Allows Lilu and others to have more reliable performance without `keepsyms=1`
* **DisableRtcChecksum**: NO
Expand Down
6 changes: 5 additions & 1 deletion config-laptop.plist/coffee-lake.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ Patches both the kernel and kexts.

::: tip Info

Settings relating to the kernel, for us we'll be enabling the following:
Settings relating to the kernel, for us we'll be changing the following:

| Quirk | Enabled | Comment |
| :--- | :--- | :--- |
Expand Down Expand Up @@ -313,6 +313,10 @@ Settings relating to the kernel, for us we'll be enabling the following:
* Enabling this quirk with UpdateSMBIOSMode Custom mode can also disable SMBIOS injection into "non-Apple" OSes however we do not endorse this method as it breaks Bootcamp compatibility. Use at your own risk
* **DisableIoMapper**: YES
* Needed to get around VT-D if either unable to disable in BIOS or needed for other operating systems, much better alternative to `dart=0` as SIP can stay on in Catalina
* **DisableIoMapperMapping**: NO
* Needed if you are experiencing issues with Wi-Fi/Ethernet/Thunderbolt with VT-D enabled and more than 16GB of memory installed. This quirk requires a [patched DMAR table](https://dortania.github.io/Getting-Started-With-ACPI/Universal/dmar.html) with Reserved Memory Regions removed
* We recommend disabling VT-D, so we don't need this enabled
* Not needed for 13.2.1 and lower
* **DisableLinkeditJettison**: YES
* Allows Lilu and others to have more reliable performance without `keepsyms=1`
* **DisableRtcChecksum**: NO
Expand Down
6 changes: 5 additions & 1 deletion config-laptop.plist/haswell.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Patches both the kernel and kexts.

::: tip Info

Settings relating to the kernel, for us we'll be enabling the following:
Settings relating to the kernel, for us we'll be changing the following:

| Quirk | Enabled | Comment |
| :--- | :--- | :--- |
Expand Down Expand Up @@ -292,6 +292,10 @@ Settings relating to the kernel, for us we'll be enabling the following:
* Enabling this quirk with UpdateSMBIOSMode Custom mode can also disable SMBIOS injection into "non-Apple" OSes however we do not endorse this method as it breaks Bootcamp compatibility. Use at your own risk
* **DisableIoMapper**: YES
* Needed to get around VT-D if either unable to disable in BIOS or needed for other operating systems, much better alternative to `dart=0` as SIP can stay on in Catalina
* **DisableIoMapperMapping**: NO
* Needed if you are experiencing issues with Wi-Fi/Ethernet/Thunderbolt with VT-D enabled and more than 16GB of memory installed. This quirk requires a [patched DMAR table](https://dortania.github.io/Getting-Started-With-ACPI/Universal/dmar.html) with Reserved Memory Regions removed
* We recommend disabling VT-D, so we don't need this enabled
* Not needed for 13.2.1 and lower
* **DisableLinkeditJettison**: YES
* Allows Lilu and others to have more reliable performance without `keepsyms=1`
* **DisableRtcChecksum**: NO
Expand Down
6 changes: 5 additions & 1 deletion config-laptop.plist/icelake.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ Patches both the kernel and kexts.

::: tip Info

Settings relating to the kernel, for us we'll be enabling the following:
Settings relating to the kernel, for us we'll be changing the following:

| Quirk | Enabled | Comment |
| :--- | :--- | :--- |
Expand Down Expand Up @@ -305,6 +305,10 @@ Settings relating to the kernel, for us we'll be enabling the following:
* Enabling this quirk with UpdateSMBIOSMode Custom mode can also disable SMBIOS injection into "non-Apple" OSes however we do not endorse this method as it breaks Bootcamp compatibility. Use at your own risk
* **DisableIoMapper**: YES
* Needed to get around VT-D if either unable to disable in BIOS or needed for other operating systems, much better alternative to `dart=0` as SIP can stay on in Catalina
* **DisableIoMapperMapping**: NO
* Needed if you are experiencing issues with Wi-Fi/Ethernet/Thunderbolt with VT-D enabled and more than 16GB of memory installed. This quirk requires a [patched DMAR table](https://dortania.github.io/Getting-Started-With-ACPI/Universal/dmar.html) with Reserved Memory Regions removed
* We recommend disabling VT-D, so we don't need this enabled
* Not needed for 13.2.1 and lower
* **DisableLinkeditJettison**: YES
* Allows Lilu and others to have more reliable performance without `keepsyms=1`
* **DisableRtcChecksum**: NO
Expand Down
6 changes: 5 additions & 1 deletion config-laptop.plist/ivy-bridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ Patches both the kernel and kexts.

::: tip Info

Settings relating to the kernel, for us we'll be enabling the following:
Settings relating to the kernel, for us we'll be changing the following:

| Quirk | Enabled | Comment |
| :--- | :--- | :--- |
Expand Down Expand Up @@ -332,6 +332,10 @@ Settings relating to the kernel, for us we'll be enabling the following:
* Enabling this quirk with UpdateSMBIOSMode Custom mode can also disable SMBIOS injection into "non-Apple" OSes however we do not endorse this method as it breaks Bootcamp compatibility. Use at your own risk
* **DisableIoMapper**: YES
* Needed to get around VT-D if either unable to disable in BIOS or needed for other operating systems, much better alternative to `dart=0` as SIP can stay on in Catalina
* **DisableIoMapperMapping**: NO
* Needed if you are experiencing issues with Wi-Fi/Ethernet/Thunderbolt with VT-D enabled and more than 16GB of memory installed. This quirk requires a [patched DMAR table](https://dortania.github.io/Getting-Started-With-ACPI/Universal/dmar.html) with Reserved Memory Regions removed
* We recommend disabling VT-D, so we don't need this enabled
* Not needed for 13.2.1 and lower
* **DisableLinkeditJettison**: YES
* Allows Lilu and others to have more reliable performance without `keepsyms=1`
* **DisableRtcChecksum**: NO
Expand Down
6 changes: 5 additions & 1 deletion config-laptop.plist/kaby-lake.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ Patches both the kernel and kexts.

::: tip Info

Settings relating to the kernel, for us we'll be enabling the following:
Settings relating to the kernel, for us we'll be changing the following:

| Quirk | Enabled | Comment |
| :--- | :--- | :--- |
Expand Down Expand Up @@ -392,6 +392,10 @@ Settings relating to the kernel, for us we'll be enabling the following:
* Enabling this quirk with UpdateSMBIOSMode Custom mode can also disable SMBIOS injection into "non-Apple" OSes however we do not endorse this method as it breaks Bootcamp compatibility. Use at your own risk
* **DisableIoMapper**: YES
* Needed to get around VT-D if either unable to disable in BIOS or needed for other operating systems, much better alternative to `dart=0` as SIP can stay on in Catalina
* **DisableIoMapperMapping**: NO
* Needed if you are experiencing issues with Wi-Fi/Ethernet/Thunderbolt with VT-D enabled and more than 16GB of memory installed. This quirk requires a [patched DMAR table](https://dortania.github.io/Getting-Started-With-ACPI/Universal/dmar.html) with Reserved Memory Regions removed
* We recommend disabling VT-D, so we don't need this enabled
* Not needed for 13.2.1 and lower
* **DisableLinkeditJettison**: YES
* Allows Lilu and others to have more reliable performance without `keepsyms=1`
* **DisableRtcChecksum**: NO
Expand Down
Loading

0 comments on commit 31e0ebe

Please sign in to comment.