From 311176c955efea39f39595803573fa2e139ed45c Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Sat, 25 Apr 2020 19:40:41 -0600 Subject: [PATCH] Fix typos --- Laptops/backlight.md | 2 +- README.md | 2 +- Universal/spoof.md | 2 +- Universal/vbios.md | 2 +- ssdt-easy.md | 8 ++++---- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Laptops/backlight.md b/Laptops/backlight.md index 62f4549..00fbfc3 100644 --- a/Laptops/backlight.md +++ b/Laptops/backlight.md @@ -2,7 +2,7 @@ So what this SSDT does is create a PNLF device for macOS to play with, specifically one with a hardware ID of `APP0002`. WhateverGreen will handle the rest of the work -No configuration required for most, just drop the prebuilt file into your EFI: +No configuration required for most, just drop the pre-built file into your EFI: * [SSDT-PNLF](https://github.com/dortania/Getting-Started-With-ACPI/blob/master/extra-files/SSDT-PNLF.aml) * For most users diff --git a/README.md b/README.md index 6f06dd9..6e4c157 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ You can read more about ACPI and it's spec here: [ACPI 6.3 Manual](https://uefi. macOS can be very picky about the devices present in the DSDT and so our job is to correct it. The main devices that need to be corrected for macOS to work properly: * Embedded controllers(EC) - * All semi-modern intel machines have an EC exposed in their DSDT, with many AMD systems also having it exposed. These controllers are not compatible with macOS so then need to be hidden from macOS and replaced with a dummy EC when running macOS Catalina. + * All semi-modern Intel machines have an EC exposed in their DSDT, with many AMD systems also having it exposed. These controllers are not compatible with macOS so then need to be hidden from macOS and replaced with a dummy EC when running macOS Catalina. * With laptops, we still need these ECs so we rename them into what macOS would expect ECs to look like * Plugin type * This allows the use of XCPM providing native CPU power management on **Intel** Haswell and newer CPUs, the SSDT will connect to the first thread of the CPU. Not meant for AMD diff --git a/Universal/spoof.md b/Universal/spoof.md index 3fcfa44..89d6534 100644 --- a/Universal/spoof.md +++ b/Universal/spoof.md @@ -1,6 +1,6 @@ # Renaming GPUs -So this is mainly needed for GPUs that are not natively supported OOB due to their names, most commonly: +So this is mainly needed for GPUs that are not natively supported out of the box due to their names, most commonly: * R9 290/390 * R9 280/380 diff --git a/Universal/vbios.md b/Universal/vbios.md index a39442e..2704a0e 100644 --- a/Universal/vbios.md +++ b/Universal/vbios.md @@ -2,7 +2,7 @@ **Work in progress** -So this is mainly needed for GPUs that are not natively supported OOB due to their odd VBIOS, most commonly: +So this is mainly needed for GPUs that are not natively supported out of the box due to their odd VBIOS, most commonly: * XFX * PowerColor diff --git a/ssdt-easy.md b/ssdt-easy.md index 57a8d39..d8395ac 100644 --- a/ssdt-easy.md +++ b/ssdt-easy.md @@ -16,11 +16,11 @@ What this tool does is dumps your DSDT from your firmware, and then creates SSDT * **SSDT-GPI0**: * Need to be configured to your system * **AWAC and RTC0 SSDTs**: - * 300 series intel boards will also need to figure his out(Z390 systems are most common for requiring this but some Gigabyte Z370 do as well) + * 300 series Intel boards will also need to figure his out(Z390 systems are most common for requiring this but some Gigabyte Z370 do as well) * **PMC SSDT**: - * For fixing 300 series intel NVRAM + * For fixing 300 series Intel NVRAM * **USBX SSDT**: - * This is included on sample SSDTs but SSDTTime only makes the SSDT-EC part, Skylake and newer users can grab a prebuilt here: [SSDT-USBX.aml](https://github.com/dortania/USB-Map-Guide/blob/master/extra-files/SSDT-USBX.aml) + * This is included on sample SSDTs but SSDTTime only makes the SSDT-EC part, Skylake and newer users can grab a pre-built here: [SSDT-USBX.aml](https://github.com/dortania/USB-Map-Guide/blob/master/extra-files/SSDT-USBX.aml) For users who don't have all the options avaible to them in SSDTTime, you can follow the "SSDTs: The long way" section. You can still use SSDTTime for SSDTs it support for you. @@ -46,7 +46,7 @@ What we want to do is select option `4. Dump DSDT` first, then select the approp > What about USBX? -For Skylake and newer plus AMD, you can grab a prebuilt file here: [SSDT-USBX.aml](https://github.com/dortania/USB-Map-Guide/blob/master/extra-files/SSDT-USBX.aml). This file is plug and play and requires no device configuration, **do not use on Broadwell and older**. +For Skylake and newer plus AMD, you can grab a pre-built file here: [SSDT-USBX.aml](https://github.com/dortania/USB-Map-Guide/blob/master/extra-files/SSDT-USBX.aml). This file is plug and play and requires no device configuration, **do not use on Broadwell and older**. **Troubleshooting note**: See [General Troubleshooting](https://dortania.github.io/OpenCore-Desktop-Guide/troubleshooting/troubleshooting.html) if you're having issues running SSDTTime