diff --git a/.gitignore b/.gitignore index 699543b..0941f50 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ node_modules/ .vscode/ .DS_Store yarn.lock +**/*.swp diff --git a/.vuepress/.config.js.swp b/.vuepress/.config.js.swp deleted file mode 100644 index 13d3148..0000000 Binary files a/.vuepress/.config.js.swp and /dev/null differ diff --git a/.vuepress/config.js b/.vuepress/config.js index a2e2d7d..ef323c9 100755 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -39,7 +39,9 @@ module.exports = { markdown: { extendMarkdown: md => { - md.use(require('markdown-it-multimd-table')) + md.use(require('markdown-it-multimd-table'), { + rowspan: true, + }); } }, @@ -256,8 +258,8 @@ module.exports = { ['CONTRIBUTING', 'Contributing'], ] }, - ], -}, + ], + }, /** * Apply plugins,ref:https://v1.vuepress.vuejs.org/zh/plugin/ */ @@ -272,4 +274,4 @@ module.exports = { } }], ] -} \ No newline at end of file +} diff --git a/ssdt-platform.md b/ssdt-platform.md index 9e88601..e0b688e 100644 --- a/ssdt-platform.md +++ b/ssdt-platform.md @@ -12,29 +12,29 @@ Please see the **specific ACPI section of your config.plist**, all SSDTs needed | Platforms | **CPU** | **EC** | **AWAC** | **NVRAM** | **USB** | | :-------: | :-----: | :----: | :------: | :-------: | :-----: | | Ivy Bridge | [CPU-PM](https://dortania.github.io/OpenCore-Desktop-Guide/post-install/pm.html#sandy-and-ivy-bridge-power-management) (Run in Post-Install) | [SSDT-EC](/Universal/ec-fix.html) | N/A | N/A | N/A | -| Ivy Bridge-E | ^ | ^ | ^ | ^ | ^ | -| Haswell/Broadwell | [SSDT-PLUG](/Universal/plug.html) | ^ | ^ | ^ | ^ | -| Haswell-E | ^ | ^ | ^ | ^ | ^ | -| Broadwell-E | ^ | ^ | ^ | ^ | ^ | -| Skylake | ^ | [SSDT-EC-USBX](/Universal/ec-fix.html) | ^ | ^ | ^ | -| Skylake-X | ^ | ^ | ^ | ^ | ^ | -| Kabylake | ^ | ^ | ^ | ^ | ^ | -| CoffeeLake | ^ | ^ | [SSDT-AWAC](/Universal/awac.html) | [SSDT-PMC](/Universal/nvram.html) | ^ | -| CometLake | ^ | ^ | ^ | ^ | [SSDT-RHUB](/Universal/rhub.html) | -| AMD (15/16/17h) | N/A | ^ | N/A | N/A | N/A | +| Ivy Bridge-E | [SSDT-PLUG](/Universal/plug.html) | ^^ | ^^ | ^^ | ^^ | +| Haswell/Broadwell | ^^ | ^^ | ^^ | ^^ | ^^ | +| Haswell-E | ^^ | ^^ | ^^ | ^^ | ^^ | +| Broadwell-E | ^^ | ^^ | ^^ | ^^ | ^^ | +| Skylake | ^^ | [SSDT-EC-USBX](/Universal/ec-fix.html) | ^^ | ^^ | ^^ | +| Skylake-X | ^^ | ^^ | ^^ | ^^ | ^^ | +| Kabylake | ^^ | ^^ | ^^ | ^^ | ^^ | +| CoffeeLake | ^^ | ^^ | [SSDT-AWAC](/Universal/awac.html) | [SSDT-PMC](/Universal/nvram.html) | ^^ | +| CometLake | ^^ | ^^ | ^^ | ^^ | [SSDT-RHUB](/Universal/rhub.html) | +| AMD (15/16/17h) | N/A | ^^ | N/A | N/A | N/A | ## Laptop | Platforms | **CPU** | **EC** | **Backlight** | **I2C Trackpad** | **AWAC** | **USB** | **IRQ** | | :-------: | :-----: | :----: | :-----------: | :--------------: | :------: | :-----: | :-----: | | Ivy Bridge | [CPU-PM](https://dortania.github.io/OpenCore-Desktop-Guide/post-install/pm.html#sandy-and-ivy-bridge-power-management) (Run in Post-Install) | [SSDT-EC](/Universal/ec-fix.html) | [SSDT-PNLF](/Laptops/backlight.html) | [SSDT-GPI0](/Laptops/trackpad.html) | N/A | N/A | [IRQ SSDT](/Universal/irq.html) | -| Haswell | [SSDT-PLUG](/Universal/plug.html) | ^ | ^ | ^ | ^ | ^ | ^ | -| Broadwell | ^ | ^ | ^ | ^ | ^ | ^ | ^ | -| Skylake | ^ | [SSDT-EC-USBX](/Universal/ec-fix.html) | ^ | ^ | ^ | ^ | N/A | -| KabyLake | ^ | ^ | ^ | ^ | ^ | ^ | ^ | -| CoffeeLake (8th Gen) | ^ | ^ | [SSDT-PNLF-CFL](/Laptops/backlight.html) | ^ | ^ | ^ | ^ | -| CoffeeLake (9th Gen) | ^ | ^ | ^ | ^ | [SSDT-AWAC](/Universal/awac.html) | ^ | ^ | -| CometLake | ^ | ^ | ^ | ^ | ^ | ^ | ^ | -| IceLake | ^ | ^ | ^ | ^ | ^ | [SSDT-RHUB](/Universal/rhub.html) | ^ | +| Haswell | [SSDT-PLUG](/Universal/plug.html) | ^^ | ^^ | ^^ | ^^ | ^^ | ^^ | +| Broadwell | ^^ | ^^ | ^^ | ^^ | ^^ | ^^ | ^^ | +| Skylake | ^^ | [SSDT-EC-USBX](/Universal/ec-fix.html) | ^^ | ^^ | ^^ | ^^ | N/A | +| KabyLake | ^^ | ^^ | ^^ | ^^ | ^^ | ^^ | ^^ | +| CoffeeLake (8th Gen) | ^^ | ^^ | [SSDT-PNLF-CFL](/Laptops/backlight.html) | ^^ | ^^ | ^^ | ^^ | +| CoffeeLake (9th Gen) | ^^ | ^^ | ^^ | ^^ | [SSDT-AWAC](/Universal/awac.html) | ^^ | ^^ | +| CometLake | ^^ | ^^ | ^^ | ^^ | ^^ | ^^ | ^^ | +| IceLake | ^^ | ^^ | ^^ | ^^ | ^^ | [SSDT-RHUB](/Universal/rhub.html) | ^^ | ## [SSDT Creation](/ssdt-methods/ssdt-methods.md)