├── .DS_Store
├── OpenCore EFI
├── .DS_Store
├── ASROCK
│ └── Asrock Z170 K4
│ │ └── config.plist
├── Asus
│ ├── .DS_Store
│ ├── X299 Series
│ │ ├── Config.plist
│ │ ├── Readme.md
│ │ ├── SSDT-X299-PLUG.aml
│ │ └── SSDT-X299-USBX.aml
│ ├── Z370 Prime PII
│ │ ├── Readme.md
│ │ ├── SSDT-PLUG.aml
│ │ └── config.plist
│ ├── Z370-PLUS-TUF-GAMING
│ │ ├── Config.plist
│ │ ├── Readme.md
│ │ ├── SSDT-Z370-PLUG.aml
│ │ └── SSDT-Z370-USBX.aml
│ ├── Z370M-PRIME-PLUS-II
│ │ ├── Readme.md
│ │ ├── SSDT-Z370-PLUG.aml
│ │ ├── SSDT-Z370-USBX.aml
│ │ └── config.plist
│ └── Z9PE-D8_WS
│ │ ├── Readme.md
│ │ ├── SSDT-CPUPM.aml
│ │ ├── SSDT-GLAN.aml
│ │ ├── SSDT-USB.aml
│ │ └── config.plist
├── Gigabyte
│ ├── B360-DS3H
│ │ ├── Config.plist
│ │ ├── Readme.md
│ │ ├── SSDT-B360M-PLUG.aml
│ │ └── SSDT-B360M-USBX.aml
│ ├── GA-Z97
│ │ ├── README.md
│ │ ├── SSDT-EC.aml
│ │ ├── SSDT-LPC.aml
│ │ ├── SSDT-PLUG.aml
│ │ ├── SSDT-SBUS-MCHC.aml
│ │ └── config.plist
│ ├── GA-Z97M-D3H
│ │ ├── README.md
│ │ ├── SSDT-EC.aml
│ │ ├── SSDT-LPC.aml
│ │ ├── SSDT-PLUG.aml
│ │ ├── SSDT-SBUS-MCHC.aml
│ │ └── config.plist
│ ├── X299-ULTRA-GAMING
│ │ ├── Config.plist
│ │ ├── Readme.md
│ │ ├── SSDT-X299-PLUG.aml
│ │ └── SSDT-X299-USBX.aml
│ ├── Z170X-UD5
│ │ ├── Config.plist
│ │ ├── SSDT-Z170-PLUG.aml
│ │ └── SSDT-Z170-USBX.aml
│ ├── Z370-AORUS-GAMING3
│ │ ├── Config.plist
│ │ ├── Readme.md
│ │ ├── SSDT-Z370-PLUG.aml
│ │ └── SSDT-Z370-USBX.aml
│ ├── Z370-AORUS-GAMING5
│ │ ├── Readme.md
│ │ ├── SSDT-Z370-PLUG.aml
│ │ ├── SSDT-Z370-USBX.aml
│ │ └── config.plist
│ ├── Z370-AORUS-GAMING7
│ │ ├── Config.plist
│ │ ├── Readme.md
│ │ ├── SSDT-Z370-PLUG.aml
│ │ └── SSDT-Z370-USBX.aml
│ ├── Z370-D3H
│ │ ├── Readme.md
│ │ ├── SSDT-Z370M-PLUG.aml
│ │ ├── SSDT-Z370M-USBX.aml
│ │ └── config.plist
│ ├── Z370-UD3H
│ │ ├── Config.plist
│ │ ├── Readme.md
│ │ ├── SSDT-Z370-PLUG.aml
│ │ └── SSDT-Z370M-USBX.aml
│ ├── Z370P D3
│ │ ├── Readme.md
│ │ └── config.plist
│ ├── Z390-DESIGNARE
│ │ ├── Config.plist
│ │ ├── Readme.md
│ │ ├── SSDT-Z390-PLUG.aml
│ │ └── SSDT-Z390-USBX.aml
│ ├── Z390-GAMING-SLI
│ │ ├── Config.plist
│ │ ├── Readme.md
│ │ ├── SSDT-Z370-PLUG.aml
│ │ └── SSDT-Z370M-USBX.aml
│ └── Z390-UD
│ │ ├── README.md
│ │ └── config.plist
└── MSI
│ ├── .DS_Store
│ ├── B360m Mortar Titanium
│ ├── .DS_Store
│ ├── Readme.md
│ └── config.plist
│ └── Z97 Gaming 5
│ └── config.plist
├── README.md
└── _config.yml
/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/insanelymacdiscord/Getting-Started-With-OpenCore/8a935e415dc1cbde9ab75ae9a2d001386c3ebf89/.DS_Store
--------------------------------------------------------------------------------
/OpenCore EFI/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/insanelymacdiscord/Getting-Started-With-OpenCore/8a935e415dc1cbde9ab75ae9a2d001386c3ebf89/OpenCore EFI/.DS_Store
--------------------------------------------------------------------------------
/OpenCore EFI/Asus/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/insanelymacdiscord/Getting-Started-With-OpenCore/8a935e415dc1cbde9ab75ae9a2d001386c3ebf89/OpenCore EFI/Asus/.DS_Store
--------------------------------------------------------------------------------
/OpenCore EFI/Asus/X299 Series/Config.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | ACPI
6 |
7 | Add
8 |
9 |
10 | Comment
11 | PR
12 | Enabled
13 |
14 | Path
15 | SSDT-X299-PLUG.aml
16 |
17 |
18 | Comment
19 | USBX
20 | Enabled
21 |
22 | Path
23 | SSDT-X299-USBX.aml
24 |
25 |
26 | Block
27 |
28 | Patch
29 |
30 | Quirks
31 |
32 | FadtEnableReset
33 |
34 | NormalizeHeaders
35 |
36 | RebaseRegions
37 |
38 | ResetHwSig
39 |
40 | ResetLogoStatus
41 |
42 |
43 |
44 | DeviceProperties
45 |
46 | Add
47 |
48 | PciRoot(0x0)/Pci(0x1f,0x3)
49 |
50 | layout-id
51 | BwAAAA==
52 |
53 |
54 | Block
55 |
56 | PciRoot(0x0)/Pci(0x1b,0x0)
57 |
58 | MaximumBootBeepVolume
59 |
60 |
61 |
62 | Kernel
63 |
64 | Add
65 |
66 |
67 | BundlePath
68 | Lilu.kext
69 | Enabled
70 |
71 | ExecutablePath
72 | Contents/MacOS/Lilu
73 | PlistPath
74 | Contents/Info.plist
75 |
76 |
77 | BundlePath
78 | WhateverGreen.kext
79 | Enabled
80 |
81 | ExecutablePath
82 | Contents/MacOS/WhateverGreen
83 | PlistPath
84 | Contents/Info.plist
85 |
86 |
87 | BundlePath
88 | AppleALC.kext
89 | Comment
90 | Sound
91 | Enabled
92 |
93 | ExecutablePath
94 | Contents/MacOS/AppleALC
95 | PlistPath
96 | Contents/Info.plist
97 |
98 |
99 | BundlePath
100 | VirtualSMC.kext
101 | Enabled
102 |
103 | ExecutablePath
104 | Contents/MacOS/VirtualSMC
105 | PlistPath
106 | Contents/Info.plist
107 |
108 |
109 | BundlePath
110 | SMCProcessor.kext
111 | Enabled
112 |
113 | ExecutablePath
114 | Contents/MacOS/SMCProcessor
115 | PlistPath
116 | Contents/Info.plist
117 |
118 |
119 | BundlePath
120 | SMCSuperIO.kext
121 | Enabled
122 |
123 | ExecutablePath
124 | Contents/MacOS/SMCSuperIO
125 | PlistPath
126 | Contents/Info.plist
127 |
128 |
129 | BundlePath
130 | IntelMausiEthernet.kext
131 | Enabled
132 |
133 | ExecutablePath
134 | Contents/MacOS/IntelMausiEthernet
135 | PlistPath
136 | Contents/Info.plist
137 |
138 |
139 | BundlePath
140 | SmallTree-Intel-211-AT-PCIe-GBE.kext
141 | Enabled
142 |
143 | ExecutablePath
144 | Contents/MacOS/SmallTreeIntel82576
145 | PlistPath
146 | Contents/Info.plist
147 |
148 |
149 | BundlePath
150 | CPUFriend.kext
151 | Enabled
152 |
153 | ExecutablePath
154 | Contents/MacOS/CPUFriend
155 | PlistPath
156 | Contents/Info.plist
157 |
158 |
159 | BundlePath
160 | TSCAdjustReset.kext
161 | Enabled
162 |
163 | ExecutablePath
164 | Contents/MacOS/TSCAdjustReset
165 | PlistPath
166 | Contents/Info.plist
167 |
168 |
169 | Block
170 |
171 | Emulate
172 |
173 | Cpuid1Data
174 |
175 | Cpuid1Mask
176 |
177 |
178 | Patch
179 |
180 | Quirks
181 |
182 | AppleCpuPmCfgLock
183 |
184 | AppleXcpmCfgLock
185 |
186 | AppleXcpmExtraMsrs
187 |
188 | CustomSMBIOSGuid
189 |
190 | DisableIoMapper
191 |
192 | ExternalDiskIcons
193 |
194 | LapicKernelPanic
195 |
196 | PanicNoKextDump
197 |
198 | ThirdPartyTrim
199 |
200 | XhciPortLimit
201 |
202 |
203 |
204 | Misc
205 |
206 | Boot
207 |
208 | ConsoleBehaviourOs
209 | ForceGraphics
210 | ConsoleBehaviourUi
211 | Text
212 | ConsoleMode
213 | Max
214 | HibernateMode
215 | None
216 | HideSelf
217 |
218 | Resolution
219 | MAX
220 | ShowPicker
221 |
222 | Timeout
223 | 10
224 | UsePicker
225 |
226 |
227 | Debug
228 |
229 | DisableWatchDog
230 |
231 | DisplayDelay
232 | 0
233 | DisplayLevel
234 | 64
235 | Target
236 | 67
237 |
238 | Security
239 |
240 | ExposeSensitiveData
241 | 3
242 | HaltLevel
243 | 2147483648
244 | RequireSignature
245 |
246 | RequireVault
247 |
248 | ScanPolicy
249 | 0
250 |
251 | Tools
252 |
253 |
254 | NVRAM
255 |
256 | Add
257 |
258 | 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14
259 |
260 | UIScale
261 | EA==
262 |
263 | 7C436110-AB2A-4BBB-A880-FE41995C9F82
264 |
265 | boot-args
266 | darkwake=0
267 | csr-active-config
268 | MHgwNjc=
269 | prev-lang:kbd
270 | ZW46MA==
271 |
272 |
273 | Block
274 |
275 | 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14
276 |
277 | UIScale
278 |
279 | 7C436110-AB2A-4BBB-A880-FE41995C9F82
280 |
281 | boot-args
282 |
283 |
284 | LegacyEnable
285 |
286 | LegacySchema
287 |
288 | 7C436110-AB2A-4BBB-A880-FE41995C9F82
289 |
290 | EFILoginHiDPI
291 | EFIBluetoothDelay
292 | LocationServicesEnabled
293 | SystemAudioVolume
294 | SystemAudioVolumeDB
295 | bluetoothActiveControllerInfo
296 | bluetoothInternalControllerInfo
297 | flagstate
298 | fmm-computer-name
299 | nvda_drv
300 | prev-lang:kbd
301 |
302 | 8BE4DF61-93CA-11D2-AA0D-00E098032B8C
303 |
304 | Boot0080
305 | Boot0081
306 | Boot0082
307 | BootNext
308 | BootOrder
309 |
310 |
311 |
312 | PlatformInfo
313 |
314 | Automatic
315 |
316 | Generic
317 |
318 | MLB
319 |
320 | ROM
321 |
322 | SpoofVendor
323 |
324 | SystemProductName
325 | iMacPro1,1
326 | SystemSerialNumber
327 |
328 | SystemUUID
329 |
330 |
331 | UpdateDataHub
332 |
333 | UpdateNVRAM
334 |
335 | UpdateSMBIOS
336 |
337 | UpdateSMBIOSMode
338 | Create
339 |
340 | UEFI
341 |
342 | ConnectDrivers
343 |
344 | Drivers
345 |
346 | ApfsDriverLoader.efi
347 | HFSPlus.efi
348 | AptioMemoryFix.efi
349 | VirtualSmc.efi
350 |
351 | Protocols
352 |
353 | AppleBootPolicy
354 |
355 | ConsoleControl
356 |
357 | DataHub
358 |
359 | DeviceProperties
360 |
361 |
362 | Quirks
363 |
364 | ExitBootServicesDelay
365 | 0
366 | IgnoreInvalidFlexRatio
367 |
368 | IgnoreTextInGraphics
369 |
370 | ProvideConsoleGop
371 |
372 | ReleaseUsbOwnership
373 |
374 | RequestBootVarRouting
375 |
376 | SanitiseClearScreen
377 |
378 |
379 |
380 |
381 |
382 |
--------------------------------------------------------------------------------
/OpenCore EFI/Asus/X299 Series/Readme.md:
--------------------------------------------------------------------------------
1 | # ASUS-X299-TUF Mark 1 and All of X299 series
2 |
3 | Support CPU:
4 | - i7-7xxx, 9xxx CPU
5 |
6 | SMBIOS Used:
7 | - iMacPro1,1
8 |
9 | Kext Used:
10 | - Lilu
11 | - AppleALC
12 | - WhateverGreen
13 | - CPUFriend
14 | - VirtualSMC
15 | - SMCProcessor
16 | - SMCSuperIO
17 | - IntelMausiEthernet
18 | - SmallTree-Intel-211-AT-PCIe-GBE
19 | - TSCAdjustReset
20 | * For USB need create a usb map using hackintool *
21 |
22 | Drivers Used:
23 | - ApfsDriverLoader
24 | - AppleUISupport
25 | - AptioInputFix
26 | - APtioMemoryFix
27 | - VirtualSMC
28 | - HfsPlus
29 |
30 | **Notes:**
31 | - PC00 to PCI0 : Since the PC00 device has many PCI devices, recommend using Patch methods than rename using SSDT.
32 | - LPC0 to LPCB : Same as changing method in PC00 to PCI0
33 | - CPxx to PRxx : No need to rename CPU name. (does not affect sleep and wake up)
34 | - EC0 to EC : No need to rename. To refer to this document
35 | [SSDT-EC-USBX](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/AcpiSamples/SSDT-EC-USBX.dsl)
36 |
--------------------------------------------------------------------------------
/OpenCore EFI/Asus/X299 Series/SSDT-X299-PLUG.aml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/insanelymacdiscord/Getting-Started-With-OpenCore/8a935e415dc1cbde9ab75ae9a2d001386c3ebf89/OpenCore EFI/Asus/X299 Series/SSDT-X299-PLUG.aml
--------------------------------------------------------------------------------
/OpenCore EFI/Asus/X299 Series/SSDT-X299-USBX.aml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/insanelymacdiscord/Getting-Started-With-OpenCore/8a935e415dc1cbde9ab75ae9a2d001386c3ebf89/OpenCore EFI/Asus/X299 Series/SSDT-X299-USBX.aml
--------------------------------------------------------------------------------
/OpenCore EFI/Asus/Z370 Prime PII/Readme.md:
--------------------------------------------------------------------------------
1 | # Z370 Prime PII
2 |
3 | Support CPU:
4 | - i5-8xxx, i7-7xxx, 9xxx CPU
5 |
6 | SMBIOS Used:
7 | - iMac18,3 iMac 19,1, iMac 19,2
8 |
9 | Kext Used:
10 | - Lilu
11 | - AppleALC
12 | - WhateverGreen
13 | - RealtekRTL8111.kext
14 | - VirtualSMC
15 | - USBInjectAll.kext
16 | - AGPMInjector.kext
17 | * For USB need create a usb map using hackintool *
18 |
19 | Drivers Used:
20 | - ApfsDriverLoader
21 | - AptioMemoryFix
22 | - HfsPlus
23 |
--------------------------------------------------------------------------------
/OpenCore EFI/Asus/Z370 Prime PII/SSDT-PLUG.aml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/insanelymacdiscord/Getting-Started-With-OpenCore/8a935e415dc1cbde9ab75ae9a2d001386c3ebf89/OpenCore EFI/Asus/Z370 Prime PII/SSDT-PLUG.aml
--------------------------------------------------------------------------------
/OpenCore EFI/Asus/Z370-PLUS-TUF-GAMING/Config.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | ACPI
6 |
7 | Add
8 |
9 |
10 | Comment
11 | PLUG
12 | Enabled
13 |
14 | Path
15 | SSDT-Z370-PLUG.aml
16 |
17 |
18 | Comment
19 | USBX
20 | Enabled
21 |
22 | Path
23 | SSDT-Z370-USBX.aml
24 |
25 |
26 | Block
27 |
28 | Patch
29 |
30 | Quirks
31 |
32 | FadtEnableReset
33 |
34 | NormalizeHeaders
35 |
36 | RebaseRegions
37 |
38 | ResetHwSig
39 |
40 | ResetLogoStatus
41 |
42 |
43 |
44 | DeviceProperties
45 |
46 | Add
47 |
48 | PciRoot(0x0)/Pci(0x1f,0x3)
49 |
50 | layout-id
51 | BwAAAA==
52 |
53 |
54 | Block
55 |
56 | PciRoot(0x0)/Pci(0x1b,0x0)
57 |
58 | MaximumBootBeepVolume
59 |
60 |
61 |
62 | Kernel
63 |
64 | Add
65 |
66 |
67 | BundlePath
68 | Lilu.kext
69 | Enabled
70 |
71 | ExecutablePath
72 | Contents/MacOS/Lilu
73 | PlistPath
74 | Contents/Info.plist
75 |
76 |
77 | BundlePath
78 | WhateverGreen.kext
79 | Enabled
80 |
81 | ExecutablePath
82 | Contents/MacOS/WhateverGreen
83 | PlistPath
84 | Contents/Info.plist
85 |
86 |
87 | BundlePath
88 | AppleALC.kext
89 | Comment
90 | Sound
91 | Enabled
92 |
93 | ExecutablePath
94 | Contents/MacOS/AppleALC
95 | PlistPath
96 | Contents/Info.plist
97 |
98 |
99 | BundlePath
100 | VirtualSMC.kext
101 | Enabled
102 |
103 | ExecutablePath
104 | Contents/MacOS/VirtualSMC
105 | PlistPath
106 | Contents/Info.plist
107 |
108 |
109 | BundlePath
110 | SMCProcessor.kext
111 | Enabled
112 |
113 | ExecutablePath
114 | Contents/MacOS/SMCProcessor
115 | PlistPath
116 | Contents/Info.plist
117 |
118 |
119 | BundlePath
120 | SMCSuperIO.kext
121 | Enabled
122 |
123 | ExecutablePath
124 | Contents/MacOS/SMCSuperIO
125 | PlistPath
126 | Contents/Info.plist
127 |
128 |
129 | BundlePath
130 | IntelMausiEthernet.kext
131 | Enabled
132 |
133 | ExecutablePath
134 | Contents/MacOS/IntelMausiEthernet
135 | PlistPath
136 | Contents/Info.plist
137 |
138 |
139 | Block
140 |
141 | Emulate
142 |
143 | Cpuid1Data
144 |
145 | Cpuid1Mask
146 |
147 |
148 | Patch
149 |
150 | Quirks
151 |
152 | AppleCpuPmCfgLock
153 |
154 | AppleXcpmCfgLock
155 |
156 | AppleXcpmExtraMsrs
157 |
158 | CustomSMBIOSGuid
159 |
160 | DisableIoMapper
161 |
162 | ExternalDiskIcons
163 |
164 | LapicKernelPanic
165 |
166 | PanicNoKextDump
167 |
168 | ThirdPartyTrim
169 |
170 | XhciPortLimit
171 |
172 |
173 |
174 | Misc
175 |
176 | Boot
177 |
178 | ConsoleBehaviourOs
179 | ForceGraphics
180 | ConsoleBehaviourUi
181 | Text
182 | ConsoleMode
183 | Max
184 | HibernateMode
185 | None
186 | HideSelf
187 |
188 | Resolution
189 | MAX
190 | ShowPicker
191 |
192 | Timeout
193 | 10
194 | UsePicker
195 |
196 |
197 | Debug
198 |
199 | DisableWatchDog
200 |
201 | DisplayDelay
202 | 0
203 | DisplayLevel
204 | 64
205 | Target
206 | 67
207 |
208 | Security
209 |
210 | ExposeSensitiveData
211 | 3
212 | HaltLevel
213 | 2147483648
214 | RequireSignature
215 |
216 | RequireVault
217 |
218 | ScanPolicy
219 | 0
220 |
221 | Tools
222 |
223 |
224 | Comment
225 | Clean NVRAM
226 | Enabled
227 |
228 | Name
229 | Clean NVRAM
230 | Path
231 | CleanNvram.efi
232 |
233 |
234 |
235 | NVRAM
236 |
237 | Add
238 |
239 | 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14
240 |
241 | UIScale
242 | EA==
243 |
244 | 7C436110-AB2A-4BBB-A880-FE41995C9F82
245 |
246 | boot-args
247 | darkwake=0 npci=0x3000
248 | csr-active-config
249 | MHgwNjc=
250 | prev-lang:kbd
251 | ZW46MA==
252 |
253 |
254 | Block
255 |
256 | 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14
257 |
258 | UIScale
259 |
260 | 7C436110-AB2A-4BBB-A880-FE41995C9F82
261 |
262 | boot-args
263 |
264 |
265 | LegacyEnable
266 |
267 | LegacySchema
268 |
269 | 7C436110-AB2A-4BBB-A880-FE41995C9F82
270 |
271 | EFILoginHiDPI
272 | EFIBluetoothDelay
273 | LocationServicesEnabled
274 | SystemAudioVolume
275 | SystemAudioVolumeDB
276 | bluetoothActiveControllerInfo
277 | bluetoothInternalControllerInfo
278 | flagstate
279 | fmm-computer-name
280 | nvda_drv
281 | prev-lang:kbd
282 |
283 | 8BE4DF61-93CA-11D2-AA0D-00E098032B8C
284 |
285 | Boot0080
286 | Boot0081
287 | Boot0082
288 | BootNext
289 | BootOrder
290 |
291 |
292 |
293 | PlatformInfo
294 |
295 | Automatic
296 |
297 | Generic
298 |
299 | MLB
300 |
301 | ROM
302 |
303 | SpoofVendor
304 |
305 | SystemProductName
306 | iMacPro1,1
307 | SystemSerialNumber
308 |
309 | SystemUUID
310 |
311 |
312 | UpdateDataHub
313 |
314 | UpdateNVRAM
315 |
316 | UpdateSMBIOS
317 |
318 | UpdateSMBIOSMode
319 | Create
320 |
321 | UEFI
322 |
323 | ConnectDrivers
324 |
325 | Drivers
326 |
327 | ApfsDriverLoader.efi
328 | HFSPlus.efi
329 | AptioMemoryFix.efi
330 | VirtualSmc.efi
331 |
332 | Protocols
333 |
334 | AppleBootPolicy
335 |
336 | ConsoleControl
337 |
338 | DataHub
339 |
340 | DeviceProperties
341 |
342 |
343 | Quirks
344 |
345 | ExitBootServicesDelay
346 | 0
347 | IgnoreInvalidFlexRatio
348 |
349 | IgnoreTextInGraphics
350 |
351 | ProvideConsoleGop
352 |
353 | ReleaseUsbOwnership
354 |
355 | RequestBootVarRouting
356 |
357 | SanitiseClearScreen
358 |
359 |
360 |
361 |
362 |
363 |
--------------------------------------------------------------------------------
/OpenCore EFI/Asus/Z370-PLUS-TUF-GAMING/Readme.md:
--------------------------------------------------------------------------------
1 | # ASUS-Z370-TUF-PLUS-GAMING
2 |
3 | SMBIOS Used:
4 | - iMacPro1,1
5 |
6 | Kext Used:
7 | - Lilu
8 | - AppleALC
9 | - WhateverGreen
10 | - VirtualSMC
11 | - SMCProcessor
12 | - SMCSuperIO
13 | - IntelMausiEthernet
14 | * For USB need create a usb map using hackintool *
15 |
16 | Drivers Used:
17 | - ApfsDriverLoader
18 | - AppleUISupport
19 | - AptioInputFix
20 | - APtioMemoryFix
21 | - VirtualSMC
22 | - HfsPlus
23 |
--------------------------------------------------------------------------------
/OpenCore EFI/Asus/Z370-PLUS-TUF-GAMING/SSDT-Z370-PLUG.aml:
--------------------------------------------------------------------------------
1 | /*
2 | * Intel ACPI Component Architecture
3 | * AML/ASL+ Disassembler version 20180427 (64-bit version)(RM)
4 | * Copyright (c) 2000 - 2018 Intel Corporation
5 | *
6 | * Disassembling to non-symbolic legacy ASL operators
7 | *
8 | * Disassembly of iASL4wPFEM.aml, Wed Jul 17 04:41:16 2019
9 | *
10 | * Original Table Header:
11 | * Signature "SSDT"
12 | * Length 0x000000A7 (167)
13 | * Revision 0x02
14 | * Checksum 0xC1
15 | * OEM ID "CpuRef"
16 | * OEM Table ID "CpuPlug"
17 | * OEM Revision 0x00003000 (12288)
18 | * Compiler ID "INTL"
19 | * Compiler Version 0x20180427 (538444839)
20 | */
21 | DefinitionBlock ("", "SSDT", 2, "CpuRef", "CpuPlug", 0x00003000)
22 | {
23 | External (_PR_.PR00, ProcessorObj) // (from opcode)
24 |
25 | Scope (\_PR.PR00)
26 | {
27 | Method (DTGP, 5, NotSerialized)
28 | {
29 | If (LEqual (Arg0, ToUUID ("a0b5b7c6-1318-441c-b0c9-fe695eaf949b")))
30 | {
31 | If (LEqual (Arg1, One))
32 | {
33 | If (LEqual (Arg2, Zero))
34 | {
35 | Store (Buffer (One)
36 | {
37 | 0x03
38 | }, Arg4)
39 | Return (One)
40 | }
41 |
42 | If (LEqual (Arg2, One))
43 | {
44 | Return (One)
45 | }
46 | }
47 | }
48 |
49 | Store (Buffer (One)
50 | {
51 | 0x00
52 | }, Arg4)
53 | Return (Zero)
54 | }
55 |
56 | Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
57 | {
58 | Store (Package (0x02)
59 | {
60 | "plugin-type",
61 | One
62 | }, Local0)
63 | DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
64 | Return (Local0)
65 | }
66 | }
67 | }
68 |
69 |
--------------------------------------------------------------------------------
/OpenCore EFI/Asus/Z370-PLUS-TUF-GAMING/SSDT-Z370-USBX.aml:
--------------------------------------------------------------------------------
1 | /*
2 | * Intel ACPI Component Architecture
3 | * AML/ASL+ Disassembler version 20180427 (64-bit version)(RM)
4 | * Copyright (c) 2000 - 2018 Intel Corporation
5 | *
6 | * Disassembling to non-symbolic legacy ASL operators
7 | *
8 | * Disassembly of iASLd0kX7x.aml, Wed Jul 17 04:41:41 2019
9 | *
10 | * Original Table Header:
11 | * Signature "SSDT"
12 | * Length 0x00000158 (344)
13 | * Revision 0x02
14 | * Checksum 0x15
15 | * OEM ID "APPLE"
16 | * OEM Table ID "SsdtEC"
17 | * OEM Revision 0x00001000 (4096)
18 | * Compiler ID "INTL"
19 | * Compiler Version 0x20180427 (538444839)
20 | */
21 | DefinitionBlock ("", "SSDT", 2, "APPLE", "SsdtEC", 0x00001000)
22 | {
23 | External (_SB_.PCI0.LPCB, DeviceObj) // (from opcode)
24 | External (_SB_.PCI0.LPCB.H_EC, DeviceObj) // (from opcode)
25 |
26 | Scope (\_SB.PCI0.LPCB.H_EC)
27 | {
28 | Method (_STA, 0, NotSerialized) // _STA: Status
29 | {
30 | If (_OSI ("Darwin"))
31 | {
32 | Return (Zero)
33 | }
34 | Else
35 | {
36 | Return (0x0F)
37 | }
38 | }
39 | }
40 |
41 | Scope (\_SB.PCI0.LPCB)
42 | {
43 | Device (EC)
44 | {
45 | Name (_HID, "PNP0C09") // _HID: Hardware ID
46 | Method (_STA, 0, NotSerialized) // _STA: Status
47 | {
48 | If (_OSI ("Darwin"))
49 | {
50 | Return (0x0F)
51 | }
52 | Else
53 | {
54 | Return (Zero)
55 | }
56 | }
57 | }
58 | }
59 |
60 | Device (_SB.USBX)
61 | {
62 | Name (_ADR, Zero) // _ADR: Address
63 | Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
64 | {
65 | If (LNot (Arg2))
66 | {
67 | Return (Buffer (One)
68 | {
69 | 0x03
70 | })
71 | }
72 |
73 | Return (Package (0x08)
74 | {
75 | "kUSBSleepPortCurrentLimit",
76 | 0x0834,
77 | "kUSBSleepPowerSupply",
78 | 0x13EC,
79 | "kUSBWakePortCurrentLimit",
80 | 0x0834,
81 | "kUSBWakePowerSupply",
82 | 0x13EC
83 | })
84 | }
85 | }
86 | }
87 |
88 |
--------------------------------------------------------------------------------
/OpenCore EFI/Asus/Z370M-PRIME-PLUS-II/Readme.md:
--------------------------------------------------------------------------------
1 | # PRIME Z370M PLUS II
2 |
3 | Support CPU:
4 | - i5-8xxx, i7-7xxx, 9xxx CPU
5 |
6 | SMBIOS Used:
7 | - iMacPro1,1
8 |
9 | Kext Used:
10 | - Lilu
11 | - AppleALC
12 | - WhateverGreen
13 | - IntelMausiEthernet.kext
14 | - VirtualSMC
15 | - USBInjectAll.kext
16 | * For USB need create a usb map using hackintool *
17 |
18 | Drivers Used:
19 | - ApfsDriverLoader
20 | - AptioMemoryFix
21 | - HfsPlus
22 | - VirtualSmc.efi
23 |
--------------------------------------------------------------------------------
/OpenCore EFI/Asus/Z370M-PRIME-PLUS-II/SSDT-Z370-PLUG.aml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/insanelymacdiscord/Getting-Started-With-OpenCore/8a935e415dc1cbde9ab75ae9a2d001386c3ebf89/OpenCore EFI/Asus/Z370M-PRIME-PLUS-II/SSDT-Z370-PLUG.aml
--------------------------------------------------------------------------------
/OpenCore EFI/Asus/Z370M-PRIME-PLUS-II/SSDT-Z370-USBX.aml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/insanelymacdiscord/Getting-Started-With-OpenCore/8a935e415dc1cbde9ab75ae9a2d001386c3ebf89/OpenCore EFI/Asus/Z370M-PRIME-PLUS-II/SSDT-Z370-USBX.aml
--------------------------------------------------------------------------------
/OpenCore EFI/Asus/Z370M-PRIME-PLUS-II/config.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | ACPI
6 |
7 | Add
8 |
9 |
10 | Comment
11 | PLUG
12 | Enabled
13 |
14 | Path
15 | SSDT-Z370-PLUG.aml
16 |
17 |
18 | Comment
19 | USB EXTRA CHARGE
20 | Enabled
21 |
22 | Path
23 | SSDT-Z370-USBX.aml
24 |
25 |
26 | Block
27 |
28 |
29 | All
30 |
31 | Comment
32 | Drop DMAR
33 | Enabled
34 |
35 | OemTableId
36 |
37 | TableLength
38 | 0
39 | TableSignature
40 | RE1BUg==
41 |
42 |
43 | Patch
44 |
45 |
46 | Comment
47 | Rename GFX0 to IGPU (Graphics)
48 | Count
49 | 1
50 | Enabled
51 |
52 | Find
53 | R0ZYMA==
54 | Limit
55 | 0
56 | Mask
57 |
58 | OemTableId
59 |
60 | Replace
61 | SUdQVQ==
62 | ReplaceMask
63 |
64 | Skip
65 | 0
66 | TableLength
67 | 0
68 | TableSignature
69 | RFNEVA==
70 |
71 |
72 | Quirks
73 |
74 | FadtEnableReset
75 |
76 | IgnoreForWindows
77 |
78 | NormalizeHeaders
79 |
80 | RebaseRegions
81 |
82 | ResetLogoStatus
83 |
84 |
85 |
86 | DeviceProperties
87 |
88 | Add
89 |
90 | PciRoot(0x0)/Pci(0x1f,0x3)
91 |
92 | AAPL,slot-name
93 | Internal
94 | device_type
95 | Audio device
96 | hda-gfx
97 | onboard-2
98 | layout-id
99 | BwAAAA==
100 | model
101 | Z370 Chipset Family AppleHD Audio
102 |
103 |
104 | Block
105 |
106 | PciRoot(0x0)/Pci(0x1b,0x0)
107 |
108 | MaximumBootBeepVolume
109 |
110 |
111 |
112 | Kernel
113 |
114 | Add
115 |
116 |
117 | BundlePath
118 | Lilu.kext
119 | Comment
120 | Main
121 | Enabled
122 |
123 | ExecutablePath
124 | Contents/MacOS/Lilu
125 | PlistPath
126 | Contents/Info.plist
127 |
128 |
129 | BundlePath
130 | WhateverGreen.kext
131 | Comment
132 | Graphics
133 | Enabled
134 |
135 | ExecutablePath
136 | Contents/MacOS/WhateverGreen
137 | PlistPath
138 | Contents/Info.plist
139 |
140 |
141 | BundlePath
142 | AppleALC.kext
143 | Comment
144 | Audio
145 | Enabled
146 |
147 | ExecutablePath
148 | Contents/MacOS/AppleALC
149 | PlistPath
150 | Contents/Info.plist
151 |
152 |
153 | BundlePath
154 | VirtualSMC.kext
155 | Comment
156 | SMC
157 | Enabled
158 |
159 | ExecutablePath
160 | Contents/MacOS/VirtualSMC
161 | PlistPath
162 | Contents/Info.plist
163 |
164 |
165 | BundlePath
166 | SMCProcessor
167 | Comment
168 | SMC
169 | Enabled
170 |
171 | ExecutablePath
172 | SMCProcessor.kext
173 | PlistPath
174 | Contents/Info.plist
175 |
176 |
177 | BundlePath
178 | SMCSuperIO
179 | Comment
180 | SMC
181 | Enabled
182 |
183 | ExecutablePath
184 | SMCSuperIO.kext
185 | PlistPath
186 | Contents/Info.plist
187 |
188 |
189 | BundlePath
190 | USBInjectAll.kext
191 | Comment
192 | USB
193 | Enabled
194 |
195 | ExecutablePath
196 | Contents/MacOS/USBInjectAll
197 | PlistPath
198 | Contents/Info.plist
199 |
200 |
201 | BundlePath
202 | IntelMausiEthernet.kext
203 | Comment
204 | Ethernet I
205 | Enabled
206 |
207 | ExecutablePath
208 | Contents/MacOS/IntelMausiEthernet
209 | PlistPath
210 | Contents/Info.plist
211 |
212 |
213 | Block
214 |
215 |
216 | Enabled
217 |
218 | Identifier
219 | com.apple.driver.AppleTyMCEDriver
220 |
221 |
222 | Patch
223 |
224 |
225 | Count
226 | 1
227 | Enabled
228 |
229 | Find
230 | dS4Ptg==
231 | Identifier
232 | com.apple.driver.AppleRTC
233 | Limit
234 | 0
235 | Mask
236 |
237 | MatchKernel
238 |
239 | Replace
240 | 6y4Ptg==
241 | ReplaceMask
242 |
243 | Skip
244 | 0
245 |
246 |
247 | Count
248 | 1
249 | Enabled
250 |
251 | Find
252 | dTMPtw==
253 | Identifier
254 | com.apple.driver.AppleRTC
255 | Limit
256 | 0
257 | Mask
258 |
259 | MatchKernel
260 | 18.5.0
261 | Replace
262 | 6zMPtw==
263 | ReplaceMask
264 |
265 | Skip
266 | 0
267 |
268 |
269 | Base
270 | _AcpiOsVprintf
271 | Count
272 | 0
273 | Enabled
274 |
275 | Find
276 |
277 | Identifier
278 | com.apple.driver.AppleACPIPlatform
279 | Limit
280 | 0
281 | Mask
282 |
283 | MatchKernel
284 | 18.5.0
285 | Replace
286 | ww==
287 | ReplaceMask
288 |
289 | Skip
290 | 0
291 |
292 |
293 | Quirks
294 |
295 | AppleCpuPmCfgLock
296 |
297 | AppleXcpmCfgLock
298 |
299 | AppleXcpmExtraMsrs
300 |
301 | CustomSMBIOSGuid
302 |
303 | DisableIoMapper
304 |
305 | ExternalDiskIcons
306 |
307 | LapicKernelPanic
308 |
309 | PanicFALSEKextDump
310 |
311 | ThirdPartyTrim
312 |
313 | XhciPortLimit
314 |
315 |
316 |
317 | Misc
318 |
319 | Boot
320 |
321 | ConsoleBehaviourOs
322 | ForceGraphics
323 | ConsoleBehaviourUi
324 | Text
325 | ConsoleMode
326 | Max
327 | HideSelf
328 |
329 | Resolution
330 | Max
331 | ShowPicker
332 |
333 | Timeout
334 | 5
335 | UsePicker
336 |
337 |
338 | Debug
339 |
340 | DisableWatchDog
341 |
342 | DisplayDelay
343 | 0
344 | DisplayLevel
345 | 64
346 | Target
347 | 67
348 |
349 | Security
350 |
351 | ExposeSensitiveData
352 | 3
353 | HaltLevel
354 | 0
355 | RequireSignature
356 |
357 | RequireVault
358 |
359 | ScanPolicy
360 | 0
361 |
362 |
363 | NVRAM
364 |
365 | Add
366 |
367 | 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14
368 |
369 | UIScale
370 | AQ==
371 |
372 | 7C436110-AB2A-4BBB-A880-FE41995C9F82
373 |
374 | boot-args
375 | darkwake=0
376 | bootercfg
377 | log=0 debug=0 level=0
378 | csr-active-config
379 | ZwAAAA==
380 | prev-lang:kbd
381 | ZW5fR0I6MjUw
382 |
383 |
384 | Block
385 |
386 | LegacyEnable
387 |
388 | LegacySchema
389 |
390 | 7C436110-AB2A-4BBB-A880-FE41995C9F82
391 |
392 | EFILoginHiDPI
393 | EFIBluetoothDelay
394 | LocationServicesEnabled
395 | SystemAudioVolume
396 | SystemAudioVolumeDB
397 | bluetoothActiveControllerInfo
398 | bluetoothInternalControllerInfo
399 | flagstate
400 | fmm-computer-name
401 | nvda_drv
402 | prev-lang:kbd
403 |
404 | 8BE4DF61-93CA-11D2-AA0D-00E098032B8C
405 |
406 | Boot0B00
407 | Boot0080
408 | Boot0081
409 | Boot0082
410 | BootNext
411 | BootOrder
412 |
413 |
414 |
415 | PlatformInfo
416 |
417 | Automatic
418 |
419 | Generic
420 |
421 | MLB
422 | Put your MLB code here
423 | ROM
424 | sSSRNTFf
425 | SpoofVendor
426 |
427 | SystemProductName
428 | iMacPro1,1
429 | SystemSerialNumber
430 | Enter your serial key from SMBIOS
431 | SystemUUID
432 | Enter your UUID
433 |
434 | UpdateDataHub
435 |
436 | UpdateNVRAM
437 |
438 | UpdateSMBIOS
439 |
440 | UpdateSMBIOSMode
441 | Create
442 |
443 | UEFI
444 |
445 | ConnectDrivers
446 |
447 | Drivers
448 |
449 | ApfsDriverLoader.efi
450 | HFSPlus.efi
451 | AptioMemoryFix.efi
452 | VirtualSmc.efi
453 |
454 | Protocols
455 |
456 | AppleBootPolicy
457 |
458 | ConsoleControl
459 |
460 | DataHub
461 |
462 | DeviceProperties
463 |
464 |
465 | Quirks
466 |
467 | IgnoreInvalidFlexRatio
468 |
469 | IgnoreTextInGraphics
470 |
471 | ProvideConsoleGop
472 |
473 | ReleaseUsbOwnership
474 |
475 | RequestBootVarRouting
476 |
477 | SanitiseClearScreen
478 |
479 |
480 |
481 |
482 |
483 |
--------------------------------------------------------------------------------
/OpenCore EFI/Asus/Z9PE-D8_WS/Readme.md:
--------------------------------------------------------------------------------
1 | # ASUS Z9PE-D8 WS
2 |
3 | OpenCore Version:
4 | - 0.0.4 as of 10 Aug 2019
5 |
6 | Support CPU:
7 | - Xeon E5-26xx v2
8 |
9 | SMBIOS Used:
10 | - MacPro6,1
11 |
12 | Kext Used:
13 | - Lilu
14 | - AppleALC
15 | - WhateverGreen
16 | - CPUFriend
17 | - VirtualSMC
18 | - SMCProcessor
19 | - SMCSuperIO
20 |
21 | Drivers Used:
22 | - ApfsDriverLoader
23 | - FxRuntimeServices
24 | - HfsPlus
25 |
26 | SSDTs Used:
27 | - SSDT-CPUPM (Generated by [Piker Alpha's ssdtPRGen](https://github.com/Piker-Alpha/ssdtPRGen.sh/tree/master))
28 | - SSDT-GLAN (Renames `BR1B` to `ETH0`, adds `ETH1` to `_SB.PCI0.PEX1`)
29 | - SSDT-USB (Renames `EUSB` to `EH01` and `USBE` to `EH02`)
30 |
31 |
32 |
--------------------------------------------------------------------------------
/OpenCore EFI/Asus/Z9PE-D8_WS/SSDT-CPUPM.aml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/insanelymacdiscord/Getting-Started-With-OpenCore/8a935e415dc1cbde9ab75ae9a2d001386c3ebf89/OpenCore EFI/Asus/Z9PE-D8_WS/SSDT-CPUPM.aml
--------------------------------------------------------------------------------
/OpenCore EFI/Asus/Z9PE-D8_WS/SSDT-GLAN.aml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/insanelymacdiscord/Getting-Started-With-OpenCore/8a935e415dc1cbde9ab75ae9a2d001386c3ebf89/OpenCore EFI/Asus/Z9PE-D8_WS/SSDT-GLAN.aml
--------------------------------------------------------------------------------
/OpenCore EFI/Asus/Z9PE-D8_WS/SSDT-USB.aml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/insanelymacdiscord/Getting-Started-With-OpenCore/8a935e415dc1cbde9ab75ae9a2d001386c3ebf89/OpenCore EFI/Asus/Z9PE-D8_WS/SSDT-USB.aml
--------------------------------------------------------------------------------
/OpenCore EFI/Asus/Z9PE-D8_WS/config.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | ACPI
6 |
7 | Add
8 |
9 |
10 | Enabled
11 |
12 | Path
13 | SSDT-CPUPM.aml
14 |
15 |
16 | Enabled
17 |
18 | Path
19 | SSDT-USB.aml
20 |
21 |
22 | Enabled
23 |
24 | Path
25 | SSDT-XHC.aml
26 |
27 |
28 | Enabled
29 |
30 | Path
31 | SSDT-GLAN.aml
32 |
33 |
34 | Enabled
35 |
36 | Path
37 | SSDT-NVME.aml
38 |
39 |
40 | Block
41 |
42 | Patch
43 |
44 | Quirks
45 |
46 | FadtEnableReset
47 |
48 | NormalizeHeaders
49 |
50 | RebaseRegions
51 |
52 | ResetHwSig
53 |
54 | ResetLogoStatus
55 |
56 |
57 |
58 | Booter
59 |
60 | Quirks
61 |
62 | AvoidRuntimeDefrag
63 |
64 | DisableVariableWrite
65 |
66 | DiscardHibernateMap
67 |
68 | EnableSafeModeSlide
69 |
70 | EnableWriteUnprotector
71 |
72 | ForceExitBootServices
73 |
74 | ProtectCsmRegion
75 |
76 | ProvideCustomSlide
77 |
78 | SetupVirtualMap
79 |
80 | ShrinkMemoryMap
81 |
82 |
83 |
84 | DeviceProperties
85 |
86 | Add
87 |
88 | PciRoot(0x0)/Pci(0x1b,0x0)
89 |
90 | AAPL,slot-name
91 | Built-in
92 | device_type
93 | Audio device
94 | hda-gfx
95 | onboard-1
96 | layout-id
97 |
98 | BwAAAA==
99 |
100 | model
101 | C600/X79 series chipset High Definition Audio Controller
102 |
103 | PciRoot(0x0)/Pci(0x1c,0x0)/Pci(0x0,0x0)
104 |
105 | AAPL,slot-name
106 | Built-in
107 | device-id
108 |
109 | 9hAAAA==
110 |
111 | device_type
112 | Ethernet Controller
113 | location
114 |
115 | AAAAAA==
116 |
117 | model
118 | Intel 82574L
119 | name
120 | ETH0
121 | revision-id
122 |
123 | AAAAAA==
124 |
125 | subsystem-id
126 |
127 | AACGgA==
128 |
129 | subsystem-vendor-id
130 |
131 | hoAAAA==
132 |
133 |
134 | PciRoot(0x0)/Pci(0x1c,0x1)/Pci(0x0,0x0)
135 |
136 | AAPL,slot-name
137 | Built-in
138 | device-id
139 |
140 | 9hAAAA==
141 |
142 | device_type
143 | Ethernet Controller
144 | location
145 |
146 | AAAAAQ==
147 |
148 | model
149 | Intel 82574L
150 | name
151 | ETH1
152 | revision-id
153 |
154 | AAAAAA==
155 |
156 | subsystem-id
157 |
158 | AACGgA==
159 |
160 | subsystem-vendor-id
161 |
162 | hoAAAA==
163 |
164 |
165 | PciRoot(0x0)/Pci(0x2,0x0)/Pci(0x0,0x0)
166 |
167 | AAPL,slot-name
168 | Slot-1
169 | device_type
170 | NVM Express Controller
171 | model
172 | Samsung SSD 960 EVO
173 |
174 | PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)
175 |
176 | AAPL,slot-name
177 | Slot-2
178 | device_type
179 | NVM Express Controller
180 | model
181 | PM951 NVMe SAMSUNG
182 |
183 | PciRoot(0x80)/Pci(0x2,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)
184 |
185 | AAPL,slot-name
186 | Slot-5
187 | device_type
188 | Display Controller
189 | model
190 | Sapphire Radeon VII
191 |
192 |
193 |
194 | Kernel
195 |
196 | Add
197 |
198 |
199 | BundlePath
200 | Lilu.kext
201 | Enabled
202 |
203 | ExecutablePath
204 | Contents/MacOS/Lilu
205 | PlistPath
206 | Contents/Info.plist
207 |
208 |
209 | BundlePath
210 | CPUFriend.kext
211 | Enabled
212 |
213 | ExecutablePath
214 | Contents/MacOS/CPUFriend
215 | PlistPath
216 | Contents/Info.plist
217 |
218 |
219 | BundlePath
220 | VirtualSMC.kext
221 | Enabled
222 |
223 | ExecutablePath
224 | Contents/MacOS/VirtualSMC
225 | PlistPath
226 | Contents/Info.plist
227 |
228 |
229 | BundlePath
230 | WhateverGreen.kext
231 | Enabled
232 |
233 | ExecutablePath
234 | Contents/MacOS/WhateverGreen
235 | PlistPath
236 | Contents/Info.plist
237 |
238 |
239 | BundlePath
240 | AppleALC.kext
241 | Enabled
242 |
243 | ExecutablePath
244 | Contents/MacOS/AppleALC
245 | PlistPath
246 | Contents/Info.plist
247 |
248 |
249 | BundlePath
250 | SMCProcessor.kext
251 | Enabled
252 |
253 | ExecutablePath
254 | Contents/MacOS/SMCProcessor
255 | PlistPath
256 | Contents/Info.plist
257 |
258 |
259 | BundlePath
260 | SMCSuperIO.kext
261 | Enabled
262 |
263 | ExecutablePath
264 | Contents/MacOS/SMCSuperIO
265 | PlistPath
266 | Contents/Info.plist
267 |
268 |
269 | BundlePath
270 | AGPMInjector.kext
271 | Enabled
272 |
273 | PlistPath
274 | Contents/Info.plist
275 |
276 |
277 | Block
278 |
279 | Emulate
280 |
281 | Cpuid1Data
282 |
283 |
284 | Cpuid1Mask
285 |
286 |
287 |
288 | Patch
289 |
290 | Quirks
291 |
292 | AppleCpuPmCfgLock
293 |
294 | AppleXcpmCfgLock
295 |
296 | AppleXcpmExtraMsrs
297 |
298 | CustomSMBIOSGuid
299 |
300 | DisableIoMapper
301 |
302 | ExternalDiskIcons
303 |
304 | LapicKernelPanic
305 |
306 | PanicNoKextDump
307 |
308 | ThirdPartyTrim
309 |
310 | XhciPortLimit
311 |
312 |
313 |
314 | Misc
315 |
316 | BlessOverride
317 |
318 | Boot
319 |
320 | ConsoleBehaviourOs
321 |
322 | ConsoleBehaviourUi
323 |
324 | ConsoleMode
325 |
326 | HibernateMode
327 | Auto
328 | HideSelf
329 |
330 | Resolution
331 | Max
332 | ShowPicker
333 |
334 | Timeout
335 | 5
336 | UsePicker
337 |
338 |
339 | Debug
340 |
341 | DisableWatchDog
342 |
343 | DisplayDelay
344 | 0
345 | DisplayLevel
346 | 2147483650
347 | Target
348 | 19
349 |
350 | Entries
351 |
352 | Security
353 |
354 | ExposeSensitiveData
355 | 2
356 | HaltLevel
357 | 2147483648
358 | RequireSignature
359 |
360 | RequireVault
361 |
362 | ScanPolicy
363 | 0
364 |
365 | Tools
366 |
367 |
368 | Comment
369 | Shell
370 | Enabled
371 |
372 | Name
373 | UEFI Shell
374 | Path
375 | Shell.efi
376 |
377 |
378 | Comment
379 | Clear NVRAM
380 | Enabled
381 |
382 | Name
383 | Clear NVRAM
384 | Path
385 | CleanNvram.efi
386 |
387 |
388 |
389 | NVRAM
390 |
391 | Add
392 |
393 | 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14
394 |
395 | FirmwareFeatures
396 |
397 | /x//Pw==
398 |
399 | FirmwareFeaturesMask
400 |
401 | 6A/hNw==
402 |
403 | MLB
404 | F5K445310GUFHDDJA
405 | UIScale
406 |
407 | AQ==
408 |
409 |
410 | 7C436110-AB2A-4BBB-A880-FE41995C9F82
411 |
412 | boot-args
413 | npci=0x2000 keepsyms=1 debug=0x100
414 | csr-active-config
415 |
416 | AAAAAA==
417 |
418 | security-mode
419 | none
420 |
421 |
422 | Block
423 |
424 | 7C436110-AB2A-4BBB-A880-FE41995C9F82
425 |
426 | boot-args
427 |
428 |
429 | LegacyEnable
430 |
431 | LegacySchema
432 |
433 |
434 | PlatformInfo
435 |
436 | Automatic
437 |
438 | Generic
439 |
440 | MLB
441 | F5K445310GUFHDDJA
442 | SpoofVendor
443 |
444 | SystemProductName
445 | MacPro6,1
446 | SystemSerialNumber
447 | F5KNNXZ1F9VM
448 | SystemUUID
449 | 88CAE1E7-5A6D-44C3-B7B7-136277E5A7ED
450 |
451 | UpdateDataHub
452 |
453 | UpdateNVRAM
454 |
455 | UpdateSMBIOS
456 |
457 | UpdateSMBIOSMode
458 | Create
459 |
460 | UEFI
461 |
462 | ConnectDrivers
463 |
464 | Drivers
465 |
466 | AppleUiSupport.efi
467 | ApfsDriverLoader.efi
468 | FwRuntimeServices.efi
469 | HFSPlus.efi
470 |
471 | Protocols
472 |
473 | AppleBootPolicy
474 |
475 | ConsoleControl
476 |
477 | DataHub
478 |
479 | DeviceProperties
480 |
481 |
482 | Quirks
483 |
484 | AvoidHighAlloc
485 |
486 | ExitBootServicesDelay
487 | 0
488 | IgnoreInvalidFlexRatio
489 |
490 | IgnoreTextInGraphics
491 |
492 | ProvideConsoleGop
493 |
494 | ReleaseUsbOwnership
495 |
496 | RequestBootVarRouting
497 |
498 | SanitiseClearScreen
499 |
500 |
501 |
502 |
503 |
504 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/B360-DS3H/Config.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | ACPI
6 |
7 | Add
8 |
9 |
10 | Comment
11 | PLUG
12 | Enabled
13 |
14 | Path
15 | SSDT-B360M-PLUG.aml
16 |
17 |
18 | Comment
19 | USB EXTRA CHARGE
20 | Enabled
21 |
22 | Path
23 | SSDT-B360M-USBX.aml
24 |
25 |
26 | Block
27 |
28 | Patch
29 |
30 | Quirks
31 |
32 | FadtEnableReset
33 |
34 | NormalizeHeaders
35 |
36 | RebaseRegions
37 |
38 | ResetLogoStatus
39 |
40 |
41 |
42 | DeviceProperties
43 |
44 | Add
45 |
46 | PciRoot(0x0)/Pci(0x1f,0x3)
47 |
48 | layout-id
49 | BwAAAA==
50 |
51 |
52 | Block
53 |
54 | PciRoot(0x0)/Pci(0x1b,0x0)
55 |
56 | MaximumBootBeepVolume
57 |
58 |
59 |
60 | Kernel
61 |
62 | Add
63 |
64 |
65 | BundlePath
66 | Lilu.kext
67 | Comment
68 | Main
69 | Enabled
70 |
71 | ExecutablePath
72 | Contents/MacOS/Lilu
73 | PlistPath
74 | Contents/Info.plist
75 |
76 |
77 | BundlePath
78 | WhateverGreen.kext
79 | Comment
80 | Graphics
81 | Enabled
82 |
83 | ExecutablePath
84 | Contents/MacOS/WhateverGreen
85 | PlistPath
86 | Contents/Info.plist
87 |
88 |
89 | BundlePath
90 | AppleALC.kext
91 | Comment
92 | Audio
93 | Enabled
94 |
95 | ExecutablePath
96 | Contents/MacOS/AppleALC
97 | PlistPath
98 | Contents/Info.plist
99 |
100 |
101 | BundlePath
102 | VirtualSMC.kext
103 | Comment
104 | SMC
105 | Enabled
106 |
107 | ExecutablePath
108 | Contents/MacOS/VirtualSMC
109 | PlistPath
110 | Contents/Info.plist
111 |
112 |
113 | BundlePath
114 | SMCProcessor.kext
115 | Comment
116 | SMC
117 | Enabled
118 |
119 | ExecutablePath
120 | Contents/MacOS/SMCProcessor
121 | PlistPath
122 | Contents/Info.plist
123 |
124 |
125 | BundlePath
126 | SMCSuperIO.kext
127 | Comment
128 | SMC
129 | Enabled
130 |
131 | ExecutablePath
132 | Contents/MacOS/SMCSuperIO
133 | PlistPath
134 | Contents/Info.plist
135 |
136 |
137 | BundlePath
138 | RealtekRTL8111.kext
139 | Comment
140 | Ethernet I
141 | Enabled
142 |
143 | ExecutablePath
144 | Contents/MacOS/RealtekRTL8111
145 | PlistPath
146 | Contents/Info.plist
147 |
148 |
149 | Block
150 |
151 |
152 | Enabled
153 |
154 | Identifier
155 | com.apple.driver.AppleTyMCEDriver
156 |
157 |
158 | Patch
159 |
160 | Quirks
161 |
162 | AppleCpuPmCfgLock
163 |
164 | AppleXcpmCfgLock
165 |
166 | AppleXcpmExtraMsrs
167 |
168 | CustomSMBIOSGuid
169 |
170 | DisableIoMapper
171 |
172 | ExternalDiskIcons
173 |
174 | LapicKernelPanic
175 |
176 | PanicFALSEKextDump
177 |
178 | ThirdPartyTrim
179 |
180 | XhciPortLimit
181 |
182 |
183 |
184 | Misc
185 |
186 | Boot
187 |
188 | ConsoleBehaviourOs
189 | ForceGraphics
190 | ConsoleBehaviourUi
191 | Text
192 | ConsoleMode
193 | Max
194 | HideSelf
195 |
196 | Resolution
197 | Max
198 | ShowPicker
199 |
200 | Timeout
201 | 15
202 | UsePicker
203 |
204 |
205 | Debug
206 |
207 | DisableWatchDog
208 |
209 | DisplayDelay
210 | 0
211 | DisplayLevel
212 | 64
213 | Target
214 | 67
215 |
216 | Security
217 |
218 | ExposeSensitiveData
219 | 3
220 | HaltLevel
221 | 0
222 | RequireSignature
223 |
224 | RequireVault
225 |
226 | ScanPolicy
227 | 0
228 |
229 |
230 | NVRAM
231 |
232 | Add
233 |
234 | 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14
235 |
236 | UIScale
237 | AQ==
238 |
239 | 7C436110-AB2A-4BBB-A880-FE41995C9F82
240 |
241 | boot-args
242 | npci=0x3000 darkwake=8
243 | bootercfg
244 | log=0 debug=0 level=0
245 | csr-active-config
246 | ZwAAAA==
247 | prev-lang:kbd
248 | ZW5fR0I6MjUw
249 |
250 |
251 | Block
252 |
253 |
254 | PlatformInfo
255 |
256 | Automatic
257 |
258 | Generic
259 |
260 | MLB
261 |
262 | ROM
263 |
264 | SpoofVendor
265 |
266 | SystemProductName
267 | iMacPro1,1
268 | SystemSerialNumber
269 |
270 | SystemUUID
271 |
272 |
273 | UpdateDataHub
274 |
275 | UpdateNVRAM
276 |
277 | UpdateSMBIOS
278 |
279 | UpdateSMBIOSMode
280 | Create
281 |
282 | UEFI
283 |
284 | ConnectDrivers
285 |
286 | Drivers
287 |
288 | ApfsDriverLoader.efi
289 | VirtualSmc.efi
290 | AptioMemoryFix.efi
291 | HFSPlus.efi
292 |
293 | Protocols
294 |
295 | AppleBootPolicy
296 |
297 | ConsoleControl
298 |
299 | DataHub
300 |
301 | DeviceProperties
302 |
303 |
304 | Quirks
305 |
306 | ExitBootServicesDelay
307 | 0
308 | IgnoreInvalidFlexRatio
309 |
310 | IgnoreTextInGraphics
311 |
312 | ProvideConsoleGop
313 |
314 | ReleaseUsbOwnership
315 |
316 | RequestBootVarRouting
317 |
318 | SanitiseClearScreen
319 |
320 |
321 |
322 |
323 |
324 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/B360-DS3H/Readme.md:
--------------------------------------------------------------------------------
1 | # GA-B360-DS3H
2 |
3 | IGPU UHD630
4 |
5 | SMBIOS Used:
6 | - iMacPro1,1
7 |
8 | Kext Used:
9 | - Lilu
10 | - WahteverGreen
11 | - AppleALC
12 | - RealtekRTL8111
13 | - VirtualSMC
14 | - SMCProcessor
15 | - SMCSuperIO
16 | * For USB need create a usb map using hackintool *
17 |
18 | Drivers Used:
19 | - ApfsDriverLoader
20 | - AptioInputFix
21 | - AptioMemoryFix
22 | - VirtualSMC
23 | - HfsPlus
24 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/B360-DS3H/SSDT-B360M-PLUG.aml:
--------------------------------------------------------------------------------
1 | /*
2 | * Intel ACPI Component Architecture
3 | * AML/ASL+ Disassembler version 20180427 (64-bit version)(RM)
4 | * Copyright (c) 2000 - 2018 Intel Corporation
5 | *
6 | * Disassembling to non-symbolic legacy ASL operators
7 | *
8 | * Disassembly of iASLx18VWj.aml, Wed Jul 17 07:21:40 2019
9 | *
10 | * Original Table Header:
11 | * Signature "SSDT"
12 | * Length 0x000000A7 (167)
13 | * Revision 0x02
14 | * Checksum 0xC1
15 | * OEM ID "CpuRef"
16 | * OEM Table ID "CpuPlug"
17 | * OEM Revision 0x00003000 (12288)
18 | * Compiler ID "INTL"
19 | * Compiler Version 0x20180427 (538444839)
20 | */
21 | DefinitionBlock ("", "SSDT", 2, "CpuRef", "CpuPlug", 0x00003000)
22 | {
23 | External (_PR_.PR00, ProcessorObj) // (from opcode)
24 |
25 | Scope (\_PR.PR00)
26 | {
27 | Method (DTGP, 5, NotSerialized)
28 | {
29 | If (LEqual (Arg0, ToUUID ("a0b5b7c6-1318-441c-b0c9-fe695eaf949b")))
30 | {
31 | If (LEqual (Arg1, One))
32 | {
33 | If (LEqual (Arg2, Zero))
34 | {
35 | Store (Buffer (One)
36 | {
37 | 0x03
38 | }, Arg4)
39 | Return (One)
40 | }
41 |
42 | If (LEqual (Arg2, One))
43 | {
44 | Return (One)
45 | }
46 | }
47 | }
48 |
49 | Store (Buffer (One)
50 | {
51 | 0x00
52 | }, Arg4)
53 | Return (Zero)
54 | }
55 |
56 | Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
57 | {
58 | Store (Package (0x02)
59 | {
60 | "plugin-type",
61 | One
62 | }, Local0)
63 | DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
64 | Return (Local0)
65 | }
66 | }
67 | }
68 |
69 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/B360-DS3H/SSDT-B360M-USBX.aml:
--------------------------------------------------------------------------------
1 | /*
2 | * Intel ACPI Component Architecture
3 | * AML/ASL+ Disassembler version 20180427 (64-bit version)(RM)
4 | * Copyright (c) 2000 - 2018 Intel Corporation
5 | *
6 | * Disassembling to non-symbolic legacy ASL operators
7 | *
8 | * Disassembly of iASLXT85Md.aml, Wed Jul 17 07:22:03 2019
9 | *
10 | * Original Table Header:
11 | * Signature "SSDT"
12 | * Length 0x00000158 (344)
13 | * Revision 0x02
14 | * Checksum 0x4D
15 | * OEM ID "ZISQO"
16 | * OEM Table ID "ECUSBX"
17 | * OEM Revision 0x00001000 (4096)
18 | * Compiler ID "INTL"
19 | * Compiler Version 0x20180427 (538444839)
20 | */
21 | DefinitionBlock ("", "SSDT", 2, "ZISQO", "ECUSBX", 0x00001000)
22 | {
23 | External (_SB_.PCI0.LPCB, DeviceObj) // (from opcode)
24 | External (_SB_.PCI0.LPCB.H_EC, DeviceObj) // (from opcode)
25 |
26 | Scope (\_SB.PCI0.LPCB.H_EC)
27 | {
28 | Method (_STA, 0, NotSerialized) // _STA: Status
29 | {
30 | If (_OSI ("Darwin"))
31 | {
32 | Return (Zero)
33 | }
34 | Else
35 | {
36 | Return (0x0F)
37 | }
38 | }
39 | }
40 |
41 | Scope (\_SB.PCI0.LPCB)
42 | {
43 | Device (EC)
44 | {
45 | Name (_HID, "PNP0C09") // _HID: Hardware ID
46 | Method (_STA, 0, NotSerialized) // _STA: Status
47 | {
48 | If (_OSI ("Darwin"))
49 | {
50 | Return (0x0F)
51 | }
52 | Else
53 | {
54 | Return (Zero)
55 | }
56 | }
57 | }
58 | }
59 |
60 | Device (_SB.USBX)
61 | {
62 | Name (_ADR, Zero) // _ADR: Address
63 | Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
64 | {
65 | If (LNot (Arg2))
66 | {
67 | Return (Buffer (One)
68 | {
69 | 0x03
70 | })
71 | }
72 |
73 | Return (Package (0x08)
74 | {
75 | "kUSBSleepPortCurrentLimit",
76 | 0x0834,
77 | "kUSBSleepPowerSupply",
78 | 0x13EC,
79 | "kUSBWakePortCurrentLimit",
80 | 0x0834,
81 | "kUSBWakePowerSupply",
82 | 0x13EC
83 | })
84 | }
85 | }
86 | }
87 |
88 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/GA-Z97/README.md:
--------------------------------------------------------------------------------
1 | # GA-Z97
2 |
3 | IGPU HD4600
4 |
5 | SMBIOS Used:
6 | - iMac14,1
7 |
8 | Kext Used:
9 | - Lilu
10 | - RealtekRTL8111
11 | - VirtualSMC
12 | - WhateverGreen
13 | * For USB need create a usb map using hackintool *
14 |
15 | Drivers Used:
16 | - ApfsDriverLoader
17 | - AptioMemoryFix
18 | - VirtualSMC
19 | - HfsPlus
20 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/GA-Z97/SSDT-EC.aml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/insanelymacdiscord/Getting-Started-With-OpenCore/8a935e415dc1cbde9ab75ae9a2d001386c3ebf89/OpenCore EFI/Gigabyte/GA-Z97/SSDT-EC.aml
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/GA-Z97/SSDT-LPC.aml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/insanelymacdiscord/Getting-Started-With-OpenCore/8a935e415dc1cbde9ab75ae9a2d001386c3ebf89/OpenCore EFI/Gigabyte/GA-Z97/SSDT-LPC.aml
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/GA-Z97/SSDT-PLUG.aml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/insanelymacdiscord/Getting-Started-With-OpenCore/8a935e415dc1cbde9ab75ae9a2d001386c3ebf89/OpenCore EFI/Gigabyte/GA-Z97/SSDT-PLUG.aml
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/GA-Z97/SSDT-SBUS-MCHC.aml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/insanelymacdiscord/Getting-Started-With-OpenCore/8a935e415dc1cbde9ab75ae9a2d001386c3ebf89/OpenCore EFI/Gigabyte/GA-Z97/SSDT-SBUS-MCHC.aml
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/GA-Z97/config.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | ACPI
6 |
7 | Add
8 |
9 |
10 | Enabled
11 |
12 | Comment
13 | usbpower
14 | Path
15 | SSDT-EC.aml
16 |
17 |
18 | Enabled
19 |
20 | Comment
21 | xcpm
22 | Path
23 | SSDT-PLUG.aml
24 |
25 |
26 | Enabled
27 |
28 | Comment
29 | LPC
30 | Path
31 | SSDT-LPC.aml
32 |
33 |
34 | Enabled
35 |
36 | Comment
37 | sbus
38 | Path
39 | SSDT-SBUS-MCHC.aml
40 |
41 |
42 | Block
43 |
44 | Patch
45 |
46 | Quirks
47 |
48 | FadtEnableReset
49 |
50 | NormalizeHeaders
51 |
52 | RebaseRegions
53 |
54 | ResetHwSig
55 |
56 | ResetLogoStatus
57 |
58 |
59 |
60 | DeviceProperties
61 |
62 | Add
63 |
64 | PciRoot(0x0)/Pci(0x2,0x0)
65 |
66 | AAPL,slot-name
67 | Built-In
68 | AAPL,ig-platform-id
69 | AwAiDQ==
70 |
71 | PciRoot(0x0)/Pci(0x1c,0x2)/Pci(0x0,0x0)
72 |
73 | AAPL,slot-name
74 | Built-In
75 | device_type
76 | Ethernet controller
77 | model
78 | RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
79 |
80 |
81 | Block
82 |
83 |
84 | Kernel
85 |
86 | Add
87 |
88 |
89 | BundlePath
90 | Lilu.kext
91 | Enabled
92 |
93 | ExecutablePath
94 | Contents/MacOS/Lilu
95 | PlistPath
96 | Contents/Info.plist
97 |
98 |
99 | BundlePath
100 | VirtualSMC.kext
101 | Enabled
102 |
103 | ExecutablePath
104 | Contents/MacOS/VirtualSMC
105 | PlistPath
106 | Contents/Info.plist
107 |
108 |
109 | BundlePath
110 | WhateverGreen.kext
111 | Comment
112 | Video card
113 | Enabled
114 |
115 | ExecutablePath
116 | Contents/MacOS/WhateverGreen
117 | PlistPath
118 | Contents/Info.plist
119 |
120 |
121 | BundlePath
122 | RealtekRTL8111.kext
123 | Enabled
124 |
125 | ExecutablePath
126 | Contents/MacOS/RealtekRTL8111
127 | PlistPath
128 | Contents/Info.plist
129 |
130 |
131 | Emulate
132 |
133 | Cpuid1Data
134 |
135 | Cpuid1Mask
136 |
137 |
138 | Block
139 |
140 | Patch
141 |
142 | Quirks
143 |
144 | AppleCpuPmCfgLock
145 |
146 | AppleXcpmCfgLock
147 |
148 | AppleXcpmExtraMsrs
149 |
150 | CustomSMBIOSGuid
151 |
152 | DisableIoMapper
153 |
154 | ExternalDiskIcons
155 |
156 | LapicKernelPanic
157 |
158 | PanicNoKextDump
159 |
160 | ThirdPartyTrim
161 |
162 | XhciPortLimit
163 |
164 |
165 |
166 | Misc
167 |
168 | Boot
169 |
170 | ConsoleBehaviourOs
171 | Graphics
172 | ConsoleBehaviourUi
173 | ForceText
174 | ConsoleMode
175 |
176 | HibernateMode
177 | None
178 | HideSelf
179 |
180 | Resolution
181 | Max
182 | ShowPicker
183 |
184 | Timeout
185 | 5
186 | UsePicker
187 |
188 |
189 | Debug
190 |
191 | DisableWatchDog
192 |
193 | DisplayDelay
194 | 0
195 | DisplayLevel
196 | 2147483650
197 | Target
198 | 0
199 |
200 | Security
201 |
202 | ExposeSensitiveData
203 | 2
204 | HaltLevel
205 | 2147483648
206 | RequireSignature
207 |
208 | RequireVault
209 |
210 | ScanPolicy
211 | 983299
212 |
213 | Tools
214 |
215 |
216 | Name
217 | UEFI Shell
218 | Comment
219 | Not signed for security reasons
220 | Enabled
221 |
222 | Path
223 | Shell.efi
224 |
225 |
226 | Name
227 | memcheck
228 | Comment
229 | Memory testing utility
230 | Enabled
231 |
232 | Path
233 | memcheck/memcheck.efi
234 |
235 |
236 |
237 | NVRAM
238 |
239 | Add
240 |
241 | 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14
242 |
243 | UIScale
244 | AQ==
245 |
246 | 7C436110-AB2A-4BBB-A880-FE41995C9F82
247 |
248 | boot-args
249 | -v
250 | csr-active-config
251 | AAAAAA==
252 | nvda_drv
253 | MA==
254 | prev-lang:kbd
255 | cHRfUFQ6MTA=
256 |
257 |
258 | Block
259 |
260 | 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14
261 |
262 | UIScale
263 |
264 | 7C436110-AB2A-4BBB-A880-FE41995C9F82
265 |
266 | boot-args
267 |
268 |
269 | LegacyEnable
270 |
271 | LegacySchema
272 |
273 | 8BE4DF61-93CA-11D2-AA0D-00E098032B8C
274 |
275 | Boot0080
276 | Boot0081
277 | Boot0082
278 | BootNext
279 | BootOrder
280 |
281 | 7C436110-AB2A-4BBB-A880-FE41995C9F82
282 |
283 | EFILoginHiDPI
284 | EFIBluetoothDelay
285 | LocationServicesEnabled
286 | SystemAudioVolume
287 | SystemAudioVolumeDB
288 | bluetoothActiveControllerInfo
289 | bluetoothInternalControllerInfo
290 | flagstate
291 | fmm-computer-name
292 | nvda_drv
293 | prev-lang:kbd
294 |
295 |
296 |
297 | PlatformInfo
298 |
299 | DataHub
300 |
301 | Generic
302 |
303 | MLB
304 |
305 | ROM
306 |
307 | SpoofVendor
308 |
309 | SystemProductName
310 | iMac14,1
311 | SystemSerialNumber
312 |
313 | SystemUUID
314 |
315 |
316 | ARTFrequency
317 | 0
318 | BoardProduct
319 | Mac-031B6874CF7F642A
320 | BoardRevision
321 | AQ==
322 | DevicePathsSupported
323 | AQ==
324 | FSBFrequency
325 | 0
326 | InitialTSC
327 | 0
328 | PlatformName
329 | platform
330 | SmcBranch
331 | AAAAAAAAAAA=
332 | SmcPlatform
333 | AAAAAAAAAAA=
334 | SmcRevision
335 | ATkPAAAF
336 | StartupPowerEvents
337 | 0
338 | SystemProductName
339 | iMac14,1
340 | SystemSerialNumber
341 | 1234
342 | SystemUUID
343 | 1234
344 |
345 | SMBIOS
346 |
347 | BIOSReleaseDate
348 | 02/14/2019
349 | BIOSVendor
350 |
351 | BIOSVersion
352 | 134.0.0.0.0
353 | BoardAssetTag
354 |
355 | BoardLocationInChassis
356 | Part Component
357 | BoardManufacturer
358 |
359 | BoardProduct
360 | Mac-031B6874CF7F642A
361 | BoardSerialNumber
362 | 1234
363 | BoardType
364 | 10
365 | BoardVersion
366 | 1.0
367 | ChassisAssetTag
368 |
369 | ChassisManufacturer
370 |
371 | ChassisSerialNumber
372 | 1234
373 | ChassisType
374 | 13
375 | ChassisVersion
376 | Mac-031B6874CF7F642A
377 | FirmwareFeatures
378 | N+EP6AAAAAA=
379 | FirmwareFeaturesMask
380 | P/8f/wAAAAA=
381 | MemoryFormFactor
382 | 9
383 | PlatformFeature
384 | 0
385 | ProcessorType
386 | 0
387 | SmcVersion
388 | AAAAAAAAAAAAAAAAAAAAAA==
389 | SystemFamily
390 | iMac
391 | SystemManufacturer
392 |
393 | SystemProductName
394 | iMac14,1
395 | SystemSKUNumber
396 | Mac-031B6874CF7F642A
397 | SystemSerialNumber
398 | 1234
399 | SystemUUID
400 | 1234
401 | SystemVersion
402 | 1.0
403 |
404 | Generic
405 |
406 | MLB
407 |
408 | ROM
409 |
410 | SpoofVendor
411 |
412 | SystemProductName
413 | iMac14,1
414 | SystemSerialNumber
415 |
416 | SystemUUID
417 |
418 |
419 | Automatic
420 |
421 | UpdateDataHub
422 |
423 | UpdateNVRAM
424 |
425 | UpdateSMBIOS
426 |
427 | UpdateSMBIOSMode
428 | Create
429 |
430 | UEFI
431 |
432 | ConnectDrivers
433 |
434 | Drivers
435 |
436 | HFSPlus.efi
437 | ApfsDriverLoader.efi
438 | AptioMemoryFix.efi
439 | VirtualSmc.efi
440 |
441 | Protocols
442 |
443 | AppleBootPolicy
444 |
445 | ConsoleControl
446 |
447 | DataHub
448 |
449 | DeviceProperties
450 |
451 |
452 | Quirks
453 |
454 | ExitBootServicesDelay
455 | 0
456 | IgnoreInvalidFlexRatio
457 |
458 | IgnoreTextInGraphics
459 |
460 | ProvideConsoleGop
461 |
462 | ReleaseUsbOwnership
463 |
464 | RequestBootVarRouting
465 |
466 | SanitiseClearScreen
467 |
468 |
469 |
470 |
471 |
472 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/GA-Z97M-D3H/README.md:
--------------------------------------------------------------------------------
1 | # GA-Z97M-D3H
2 |
3 | IGPU HD4600
4 |
5 | SMBIOS Used:
6 | - iMac14,1
7 |
8 | Kext Used:
9 | - Lilu
10 | - RealtekRTL8111
11 | - VirtualSMC
12 | - WhateverGreen
13 | * For USB need create a usb map using hackintool *
14 |
15 | Drivers Used:
16 | - ApfsDriverLoader
17 | - AptioMemoryFix
18 | - VirtualSMC
19 | - HfsPlus
20 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/GA-Z97M-D3H/SSDT-EC.aml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/insanelymacdiscord/Getting-Started-With-OpenCore/8a935e415dc1cbde9ab75ae9a2d001386c3ebf89/OpenCore EFI/Gigabyte/GA-Z97M-D3H/SSDT-EC.aml
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/GA-Z97M-D3H/SSDT-LPC.aml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/insanelymacdiscord/Getting-Started-With-OpenCore/8a935e415dc1cbde9ab75ae9a2d001386c3ebf89/OpenCore EFI/Gigabyte/GA-Z97M-D3H/SSDT-LPC.aml
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/GA-Z97M-D3H/SSDT-PLUG.aml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/insanelymacdiscord/Getting-Started-With-OpenCore/8a935e415dc1cbde9ab75ae9a2d001386c3ebf89/OpenCore EFI/Gigabyte/GA-Z97M-D3H/SSDT-PLUG.aml
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/GA-Z97M-D3H/SSDT-SBUS-MCHC.aml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/insanelymacdiscord/Getting-Started-With-OpenCore/8a935e415dc1cbde9ab75ae9a2d001386c3ebf89/OpenCore EFI/Gigabyte/GA-Z97M-D3H/SSDT-SBUS-MCHC.aml
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/GA-Z97M-D3H/config.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | ACPI
6 |
7 | Add
8 |
9 |
10 | Enabled
11 |
12 | Comment
13 | usbpower
14 | Path
15 | SSDT-EC.aml
16 |
17 |
18 | Enabled
19 |
20 | Comment
21 | xcpm
22 | Path
23 | SSDT-PLUG.aml
24 |
25 |
26 | Enabled
27 |
28 | Comment
29 | LPC
30 | Path
31 | SSDT-LPC.aml
32 |
33 |
34 | Enabled
35 |
36 | Comment
37 | sbus
38 | Path
39 | SSDT-SBUS-MCHC.aml
40 |
41 |
42 | Block
43 |
44 | Patch
45 |
46 | Quirks
47 |
48 | FadtEnableReset
49 |
50 | NormalizeHeaders
51 |
52 | RebaseRegions
53 |
54 | ResetHwSig
55 |
56 | ResetLogoStatus
57 |
58 |
59 |
60 | DeviceProperties
61 |
62 | Add
63 |
64 | PciRoot(0x0)/Pci(0x2,0x0)
65 |
66 | AAPL,slot-name
67 | Built-In
68 | AAPL,ig-platform-id
69 | AwAiDQ==
70 |
71 | PciRoot(0x0)/Pci(0x1c,0x2)/Pci(0x0,0x0)
72 |
73 | AAPL,slot-name
74 | Built-In
75 | device_type
76 | Ethernet controller
77 | model
78 | RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
79 |
80 |
81 | Block
82 |
83 |
84 | Kernel
85 |
86 | Add
87 |
88 |
89 | BundlePath
90 | Lilu.kext
91 | Enabled
92 |
93 | ExecutablePath
94 | Contents/MacOS/Lilu
95 | PlistPath
96 | Contents/Info.plist
97 |
98 |
99 | BundlePath
100 | VirtualSMC.kext
101 | Enabled
102 |
103 | ExecutablePath
104 | Contents/MacOS/VirtualSMC
105 | PlistPath
106 | Contents/Info.plist
107 |
108 |
109 | BundlePath
110 | WhateverGreen.kext
111 | Comment
112 | Video card
113 | Enabled
114 |
115 | ExecutablePath
116 | Contents/MacOS/WhateverGreen
117 | PlistPath
118 | Contents/Info.plist
119 |
120 |
121 | BundlePath
122 | RealtekRTL8111.kext
123 | Enabled
124 |
125 | ExecutablePath
126 | Contents/MacOS/RealtekRTL8111
127 | PlistPath
128 | Contents/Info.plist
129 |
130 |
131 | Emulate
132 |
133 | Cpuid1Data
134 |
135 | Cpuid1Mask
136 |
137 |
138 | Block
139 |
140 | Patch
141 |
142 | Quirks
143 |
144 | AppleCpuPmCfgLock
145 |
146 | AppleXcpmCfgLock
147 |
148 | AppleXcpmExtraMsrs
149 |
150 | CustomSMBIOSGuid
151 |
152 | DisableIoMapper
153 |
154 | ExternalDiskIcons
155 |
156 | LapicKernelPanic
157 |
158 | PanicNoKextDump
159 |
160 | ThirdPartyTrim
161 |
162 | XhciPortLimit
163 |
164 |
165 |
166 | Misc
167 |
168 | Boot
169 |
170 | ConsoleBehaviourOs
171 | Graphics
172 | ConsoleBehaviourUi
173 | ForceText
174 | ConsoleMode
175 |
176 | HibernateMode
177 | None
178 | HideSelf
179 |
180 | Resolution
181 | Max
182 | ShowPicker
183 |
184 | Timeout
185 | 5
186 | UsePicker
187 |
188 |
189 | Debug
190 |
191 | DisableWatchDog
192 |
193 | DisplayDelay
194 | 0
195 | DisplayLevel
196 | 2147483650
197 | Target
198 | 0
199 |
200 | Security
201 |
202 | ExposeSensitiveData
203 | 2
204 | HaltLevel
205 | 2147483648
206 | RequireSignature
207 |
208 | RequireVault
209 |
210 | ScanPolicy
211 | 983299
212 |
213 | Tools
214 |
215 |
216 | Name
217 | UEFI Shell
218 | Comment
219 | Not signed for security reasons
220 | Enabled
221 |
222 | Path
223 | Shell.efi
224 |
225 |
226 | Name
227 | memcheck
228 | Comment
229 | Memory testing utility
230 | Enabled
231 |
232 | Path
233 | memcheck/memcheck.efi
234 |
235 |
236 |
237 | NVRAM
238 |
239 | Add
240 |
241 | 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14
242 |
243 | UIScale
244 | AQ==
245 |
246 | 7C436110-AB2A-4BBB-A880-FE41995C9F82
247 |
248 | boot-args
249 | -v
250 | csr-active-config
251 | AAAAAA==
252 | nvda_drv
253 | MA==
254 | prev-lang:kbd
255 | cHRfUFQ6MTA=
256 |
257 |
258 | Block
259 |
260 | 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14
261 |
262 | UIScale
263 |
264 | 7C436110-AB2A-4BBB-A880-FE41995C9F82
265 |
266 | boot-args
267 |
268 |
269 | LegacyEnable
270 |
271 | LegacySchema
272 |
273 | 8BE4DF61-93CA-11D2-AA0D-00E098032B8C
274 |
275 | Boot0080
276 | Boot0081
277 | Boot0082
278 | BootNext
279 | BootOrder
280 |
281 | 7C436110-AB2A-4BBB-A880-FE41995C9F82
282 |
283 | EFILoginHiDPI
284 | EFIBluetoothDelay
285 | LocationServicesEnabled
286 | SystemAudioVolume
287 | SystemAudioVolumeDB
288 | bluetoothActiveControllerInfo
289 | bluetoothInternalControllerInfo
290 | flagstate
291 | fmm-computer-name
292 | nvda_drv
293 | prev-lang:kbd
294 |
295 |
296 |
297 | PlatformInfo
298 |
299 | Automatic
300 |
301 | DataHub
302 |
303 | ARTFrequency
304 | 0
305 | BoardProduct
306 | Mac-031B6874CF7F642A
307 | BoardRevision
308 | AQ==
309 | DevicePathsSupported
310 | AQ==
311 | FSBFrequency
312 | 0
313 | InitialTSC
314 | 0
315 | PlatformName
316 | platform
317 | SmcBranch
318 | AAAAAAAAAAA=
319 | SmcPlatform
320 | AAAAAAAAAAA=
321 | SmcRevision
322 | ATkPAAAF
323 | StartupPowerEvents
324 | 0
325 | SystemProductName
326 | iMac14,1
327 | SystemSerialNumber
328 | 1234
329 | SystemUUID
330 | 1234
331 |
332 | Generic
333 |
334 | MLB
335 |
336 | ROM
337 |
338 | SpoofVendor
339 |
340 | SystemProductName
341 | iMac14,1
342 | SystemSerialNumber
343 |
344 | SystemUUID
345 |
346 |
347 | PlatformNVRAM
348 |
349 | BID
350 | Mac-031B6874CF7F642A
351 | FirmwareFeatures
352 | N+EP6AAAAAA=
353 | FirmwareFeaturesMask
354 | P/8f/wAAAAA=
355 | MLB
356 | 1234
357 | ROM
358 | EjQ=
359 |
360 | SMBIOS
361 |
362 | BIOSReleaseDate
363 | 02/14/2019
364 | BIOSVendor
365 |
366 | BIOSVersion
367 | 134.0.0.0.0
368 | BoardAssetTag
369 |
370 | BoardLocationInChassis
371 | Part Component
372 | BoardManufacturer
373 |
374 | BoardProduct
375 | Mac-031B6874CF7F642A
376 | BoardSerialNumber
377 | 1234
378 | BoardType
379 | 10
380 | BoardVersion
381 | 1.0
382 | ChassisAssetTag
383 |
384 | ChassisManufacturer
385 |
386 | ChassisSerialNumber
387 | 1234
388 | ChassisType
389 | 13
390 | ChassisVersion
391 | Mac-031B6874CF7F642A
392 | FirmwareFeatures
393 | N+EP6AAAAAA=
394 | FirmwareFeaturesMask
395 | P/8f/wAAAAA=
396 | MemoryFormFactor
397 | 9
398 | PlatformFeature
399 | 0
400 | ProcessorType
401 | 0
402 | SmcVersion
403 | AAAAAAAAAAAAAAAAAAAAAA==
404 | SystemFamily
405 | iMac
406 | SystemManufacturer
407 |
408 | SystemProductName
409 | iMac14,1
410 | SystemSKUNumber
411 | Mac-031B6874CF7F642A
412 | SystemSerialNumber
413 | 1234
414 | SystemUUID
415 | 1234
416 | SystemVersion
417 | 1.0
418 |
419 | UpdateDataHub
420 |
421 | UpdateNVRAM
422 |
423 | UpdateSMBIOS
424 |
425 | UpdateSMBIOSMode
426 | Create
427 |
428 | UEFI
429 |
430 | ConnectDrivers
431 |
432 | Drivers
433 |
434 | HFSPlus.efi
435 | ApfsDriverLoader.efi
436 | AptioMemoryFix.efi
437 | VirtualSmc.efi
438 |
439 | Protocols
440 |
441 | AppleBootPolicy
442 |
443 | ConsoleControl
444 |
445 | DataHub
446 |
447 | DeviceProperties
448 |
449 |
450 | Quirks
451 |
452 | ExitBootServicesDelay
453 | 0
454 | IgnoreInvalidFlexRatio
455 |
456 | IgnoreTextInGraphics
457 |
458 | ProvideConsoleGop
459 |
460 | ReleaseUsbOwnership
461 |
462 | RequestBootVarRouting
463 |
464 | SanitiseClearScreen
465 |
466 |
467 |
468 |
469 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/X299-ULTRA-GAMING/Config.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | ACPI
6 |
7 | Add
8 |
9 |
10 | Comment
11 | XCPM PLUG
12 | Enabled
13 |
14 | Path
15 | SSDT-X299-PLUG.aml
16 |
17 |
18 | Comment
19 | DTGP
20 | Enabled
21 |
22 | Path
23 | SSDT-X299-USBX.aml
24 |
25 |
26 | Block
27 |
28 | Patch
29 |
30 | Quirks
31 |
32 | FadtEnableReset
33 |
34 | NormalizeHeaders
35 |
36 | RebaseRegions
37 |
38 | ResetHwSig
39 |
40 | ResetLogoStatus
41 |
42 |
43 |
44 | DeviceProperties
45 |
46 | Add
47 |
48 | PciRoot(0x0)/Pci(0x1f,0x3)
49 |
50 | layout-id
51 | BwAAAA==
52 |
53 |
54 | Block
55 |
56 | PciRoot(0x0)/Pci(0x1b,0x0)
57 |
58 | MaximumBootBeepVolume
59 |
60 |
61 |
62 | Kernel
63 |
64 | Add
65 |
66 |
67 | BundlePath
68 | Lilu.kext
69 | Enabled
70 |
71 | ExecutablePath
72 | Contents/MacOS/Lilu
73 | PlistPath
74 | Contents/Info.plist
75 |
76 |
77 | BundlePath
78 | WhateverGreen.kext
79 | Enabled
80 |
81 | ExecutablePath
82 | Contents/MacOS/WhateverGreen
83 | PlistPath
84 | Contents/Info.plist
85 |
86 |
87 | BundlePath
88 | AppleALC.kext
89 | Comment
90 | Sound
91 | Enabled
92 |
93 | ExecutablePath
94 | Contents/MacOS/AppleALC
95 | PlistPath
96 | Contents/Info.plist
97 |
98 |
99 | BundlePath
100 | VirtualSMC.kext
101 | Enabled
102 |
103 | ExecutablePath
104 | Contents/MacOS/VirtualSMC
105 | PlistPath
106 | Contents/Info.plist
107 |
108 |
109 | BundlePath
110 | SMCProcessor.kext
111 | Enabled
112 |
113 | ExecutablePath
114 | Contents/MacOS/SMCProcessor
115 | PlistPath
116 | Contents/Info.plist
117 |
118 |
119 | BundlePath
120 | SMCSuperIO.kext
121 | Enabled
122 |
123 | ExecutablePath
124 | Contents/MacOS/SMCSuperIO
125 | PlistPath
126 | Contents/Info.plist
127 |
128 |
129 | BundlePath
130 | IntelMausiEthernet.kext
131 | Enabled
132 |
133 | ExecutablePath
134 | Contents/MacOS/IntelMausiEthernet
135 | PlistPath
136 | Contents/Info.plist
137 |
138 |
139 | BundlePath
140 | AtherosE2200Ethernet.kext
141 | Enabled
142 |
143 | ExecutablePath
144 | Contents/MacOS/AtherosE2200Ethernet
145 | PlistPath
146 | Contents/Info.plist
147 |
148 |
149 | BundlePath
150 | VoodooTSCSync.kext
151 | Enabled
152 |
153 | ExecutablePath
154 | Contents/MacOS/VoodooTSCSync
155 | PlistPath
156 | Contents/Info.plist
157 |
158 |
159 | BundlePath
160 | CPUFriend.kext
161 | Enabled
162 |
163 | ExecutablePath
164 | Contents/MacOS/CPUFriend
165 | PlistPath
166 | Contents/Info.plist
167 |
168 |
169 | Block
170 |
171 | Emulate
172 |
173 | Cpuid1Data
174 |
175 | Cpuid1Mask
176 |
177 |
178 | Patch
179 |
180 | Quirks
181 |
182 | AppleCpuPmCfgLock
183 |
184 | AppleXcpmCfgLock
185 |
186 | AppleXcpmExtraMsrs
187 |
188 | CustomSMBIOSGuid
189 |
190 | DisableIoMapper
191 |
192 | ExternalDiskIcons
193 |
194 | LapicKernelPanic
195 |
196 | PanicNoKextDump
197 |
198 | ThirdPartyTrim
199 |
200 | XhciPortLimit
201 |
202 |
203 |
204 | Misc
205 |
206 | Boot
207 |
208 | ConsoleBehaviourOs
209 | ForceGraphics
210 | ConsoleBehaviourUi
211 | Text
212 | ConsoleMode
213 | Max
214 | HibernateMode
215 | None
216 | HideSelf
217 |
218 | Resolution
219 | MAX
220 | ShowPicker
221 |
222 | Timeout
223 | 25
224 | UsePicker
225 |
226 |
227 | Debug
228 |
229 | DisableWatchDog
230 |
231 | DisplayDelay
232 | 0
233 | DisplayLevel
234 | 64
235 | Target
236 | 67
237 |
238 | Security
239 |
240 | ExposeSensitiveData
241 | 3
242 | HaltLevel
243 | 2147483648
244 | RequireSignature
245 |
246 | RequireVault
247 |
248 | ScanPolicy
249 | 0
250 |
251 | Tools
252 |
253 |
254 | Comment
255 | Clean NVRAM
256 | Enabled
257 |
258 | Name
259 | Clean NVRAM
260 | Path
261 | CleanNvram.efi
262 |
263 |
264 |
265 | NVRAM
266 |
267 | Add
268 |
269 | 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14
270 |
271 | UIScale
272 | Ag==
273 |
274 | 7C436110-AB2A-4BBB-A880-FE41995C9F82
275 |
276 | boot-args
277 | darkwake=0 npci=0x3000
278 | csr-active-config
279 | MHgwNjc=
280 | prev-lang:kbd
281 | ZW46MA==
282 |
283 |
284 | Block
285 |
286 | 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14
287 |
288 | UIScale
289 |
290 | 7C436110-AB2A-4BBB-A880-FE41995C9F82
291 |
292 | boot-args
293 |
294 |
295 | LegacyEnable
296 |
297 | LegacySchema
298 |
299 | 7C436110-AB2A-4BBB-A880-FE41995C9F82
300 |
301 | EFILoginHiDPI
302 | EFIBluetoothDelay
303 | LocationServicesEnabled
304 | SystemAudioVolume
305 | SystemAudioVolumeDB
306 | bluetoothActiveControllerInfo
307 | bluetoothInternalControllerInfo
308 | flagstate
309 | fmm-computer-name
310 | nvda_drv
311 | prev-lang:kbd
312 |
313 | 8BE4DF61-93CA-11D2-AA0D-00E098032B8C
314 |
315 | Boot0080
316 | Boot0081
317 | Boot0082
318 | BootNext
319 | BootOrder
320 |
321 |
322 |
323 | PlatformInfo
324 |
325 | Automatic
326 |
327 | Generic
328 |
329 | MLB
330 |
331 | ROM
332 |
333 | SpoofVendor
334 |
335 | SystemProductName
336 | iMacPro1,1
337 | SystemSerialNumber
338 |
339 | SystemUUID
340 |
341 |
342 | UpdateDataHub
343 |
344 | UpdateNVRAM
345 |
346 | UpdateSMBIOS
347 |
348 | UpdateSMBIOSMode
349 | Create
350 |
351 | UEFI
352 |
353 | ConnectDrivers
354 |
355 | Drivers
356 |
357 | ApfsDriverLoader.efi
358 | HFSPlus.efi
359 | AptioMemoryFix.efi
360 | VirtualSmc.efi
361 |
362 | Protocols
363 |
364 | AppleBootPolicy
365 |
366 | ConsoleControl
367 |
368 | DataHub
369 |
370 | DeviceProperties
371 |
372 |
373 | Quirks
374 |
375 | ExitBootServicesDelay
376 | 0
377 | IgnoreInvalidFlexRatio
378 |
379 | IgnoreTextInGraphics
380 |
381 | ProvideConsoleGop
382 |
383 | ReleaseUsbOwnership
384 |
385 | RequestBootVarRouting
386 |
387 | SanitiseClearScreen
388 |
389 |
390 |
391 |
392 |
393 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/X299-ULTRA-GAMING/Readme.md:
--------------------------------------------------------------------------------
1 | # GA-X299-ULTRA-GAMING
2 |
3 | Support CPU:
4 | - i7-7xxx, 9xxx CPU
5 |
6 | SMBIOS Used:
7 | - iMacPro1,1
8 |
9 | Kext Used:
10 | - Lilu
11 | - AppleALC
12 | - WhateverGreen
13 | - CPUFriend
14 | - VirtualSMC
15 | - SMCProcessor
16 | - SMCSuperIO
17 | - IntelMausiEthernet
18 | - AtherosE2200Ethernet
19 | - VoodooTSCSync
20 | * For USB need create a usb map using hackintool *
21 |
22 | Drivers Used:
23 | - ApfsDriverLoader
24 | - AppleUISupport
25 | - AptioInputFix
26 | - APtioMemoryFix
27 | - VirtualSMC
28 | - HfsPlus
29 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/X299-ULTRA-GAMING/SSDT-X299-PLUG.aml:
--------------------------------------------------------------------------------
1 | /*
2 | * Intel ACPI Component Architecture
3 | * AML/ASL+ Disassembler version 20180427 (64-bit version)(RM)
4 | * Copyright (c) 2000 - 2018 Intel Corporation
5 | *
6 | * Disassembling to non-symbolic legacy ASL operators
7 | *
8 | * Disassembly of iASLhwafwW.aml, Wed Jul 17 07:57:02 2019
9 | *
10 | * Original Table Header:
11 | * Signature "SSDT"
12 | * Length 0x000000B0 (176)
13 | * Revision 0x02
14 | * Checksum 0x19
15 | * OEM ID "CpuRef"
16 | * OEM Table ID "CpuPlug"
17 | * OEM Revision 0x00003000 (12288)
18 | * Compiler ID "INTL"
19 | * Compiler Version 0x20180427 (538444839)
20 | */
21 | DefinitionBlock ("", "SSDT", 2, "CpuRef", "CpuPlug", 0x00003000)
22 | {
23 | External (_SB_.SCK0.CP00, ProcessorObj) // (from opcode)
24 |
25 | Scope (_SB.SCK0.CP00)
26 | {
27 | Method (DTGP, 5, NotSerialized)
28 | {
29 | If (LEqual (Arg0, ToUUID ("a0b5b7c6-1318-441c-b0c9-fe695eaf949b")))
30 | {
31 | If (LEqual (Arg1, One))
32 | {
33 | If (LEqual (Arg2, Zero))
34 | {
35 | Store (Buffer (One)
36 | {
37 | 0x03
38 | }, Arg4)
39 | Return (One)
40 | }
41 |
42 | If (LEqual (Arg2, One))
43 | {
44 | Return (One)
45 | }
46 | }
47 | }
48 |
49 | Store (Buffer (One)
50 | {
51 | 0x00
52 | }, Arg4)
53 | Return (Zero)
54 | }
55 |
56 | Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
57 | {
58 | Store (Package (0x02)
59 | {
60 | "plugin-type",
61 | One
62 | }, Local0)
63 | DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
64 | Return (Local0)
65 | }
66 | }
67 | }
68 |
69 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/X299-ULTRA-GAMING/SSDT-X299-USBX.aml:
--------------------------------------------------------------------------------
1 | /*
2 | * Intel ACPI Component Architecture
3 | * AML/ASL+ Disassembler version 20180427 (64-bit version)(RM)
4 | * Copyright (c) 2000 - 2018 Intel Corporation
5 | *
6 | * Disassembling to non-symbolic legacy ASL operators
7 | *
8 | * Disassembly of iASLL5WQsN.aml, Wed Jul 17 07:56:43 2019
9 | *
10 | * Original Table Header:
11 | * Signature "SSDT"
12 | * Length 0x00000111 (273)
13 | * Revision 0x02
14 | * Checksum 0x30
15 | * OEM ID "APPLE"
16 | * OEM Table ID "SsdtEC"
17 | * OEM Revision 0x00001000 (4096)
18 | * Compiler ID "INTL"
19 | * Compiler Version 0x20180427 (538444839)
20 | */
21 | DefinitionBlock ("", "SSDT", 2, "APPLE", "SsdtEC", 0x00001000)
22 | {
23 | External (_SB_.PCI0.LPCB, DeviceObj) // (from opcode)
24 |
25 | Scope (\_SB.PCI0.LPCB)
26 | {
27 | Device (EC)
28 | {
29 | Name (_HID, "PNP0C09") // _HID: Hardware ID
30 | Method (_STA, 0, NotSerialized) // _STA: Status
31 | {
32 | If (_OSI ("Darwin"))
33 | {
34 | Return (0x0F)
35 | }
36 | Else
37 | {
38 | Return (Zero)
39 | }
40 | }
41 | }
42 | }
43 |
44 | Device (_SB.USBX)
45 | {
46 | Name (_ADR, Zero) // _ADR: Address
47 | Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
48 | {
49 | If (LNot (Arg2))
50 | {
51 | Return (Buffer (One)
52 | {
53 | 0x03
54 | })
55 | }
56 |
57 | Return (Package (0x08)
58 | {
59 | "kUSBSleepPortCurrentLimit",
60 | 0x0834,
61 | "kUSBSleepPowerSupply",
62 | 0x13EC,
63 | "kUSBWakePortCurrentLimit",
64 | 0x0834,
65 | "kUSBWakePowerSupply",
66 | 0x13EC
67 | })
68 | }
69 | }
70 | }
71 |
72 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/Z170X-UD5/Config.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | ACPI
6 |
7 | Add
8 |
9 | Block
10 |
11 | Patch
12 |
13 | Quirks
14 |
15 | FadtEnableReset
16 |
17 | IgnoreForWindows
18 |
19 | NormalizeHeaders
20 |
21 | RebaseRegions
22 |
23 | ResetLogoStatus
24 |
25 |
26 |
27 | DeviceProperties
28 |
29 | Add
30 |
31 | PciRoot(0x0)/Pci(0x1f,0x3)
32 |
33 | layout-id
34 | BwAAAA==
35 |
36 |
37 | Block
38 |
39 | PciRoot(0x0)/Pci(0x1b,0x0)
40 |
41 | MaximumBootBeepVolume
42 |
43 |
44 |
45 | Kernel
46 |
47 | Add
48 |
49 |
50 | BundlePath
51 | Lilu.kext
52 | Comment
53 | Main
54 | Enabled
55 |
56 | ExecutablePath
57 | Contents/MacOS/Lilu
58 | PlistPath
59 | Contents/Info.plist
60 |
61 |
62 | BundlePath
63 | WhateverGreen.kext
64 | Comment
65 | Graphics
66 | Enabled
67 |
68 | ExecutablePath
69 | Contents/MacOS/WhateverGreen
70 | PlistPath
71 | Contents/Info.plist
72 |
73 |
74 | BundlePath
75 | AppleALC.kext
76 | Comment
77 | Audio
78 | Enabled
79 |
80 | ExecutablePath
81 | Contents/MacOS/AppleALC
82 | PlistPath
83 | Contents/Info.plist
84 |
85 |
86 | BundlePath
87 | VirtualSMC.kext
88 | Enabled
89 |
90 | ExecutablePath
91 | Contents/MacOS/VirtualSMC
92 | PlistPath
93 | Contents/Info.plist
94 |
95 |
96 | BundlePath
97 | SMCProcessor.kext
98 | Enabled
99 |
100 | ExecutablePath
101 | Contents/MacOS/SMCProcessor
102 | PlistPath
103 | Contents/Info.plist
104 |
105 |
106 | BundlePath
107 | SMCSuperIO.kext
108 | Enabled
109 |
110 | ExecutablePath
111 | Contents/MacOS/SMCSuperIO
112 | PlistPath
113 | Contents/Info.plist
114 |
115 |
116 | BundlePath
117 | IntelMausiEthernet.kext
118 | Comment
119 | Ethernet
120 | Enabled
121 |
122 | ExecutablePath
123 | Contents/MacOS/IntelMausiEthernet
124 | PlistPath
125 | Contents/Info.plist
126 |
127 |
128 | Block
129 |
130 | Patch
131 |
132 | Quirks
133 |
134 | AppleCpuPmCfgLock
135 |
136 | AppleXcpmCfgLock
137 |
138 | AppleXcpmExtraMsrs
139 |
140 | CustomSMBIOSGuid
141 |
142 | DisableIoMapper
143 |
144 | ExternalDiskIcons
145 |
146 | LapicKernelPanic
147 |
148 | PanicFALSEKextDump
149 |
150 | ThirdPartyTrim
151 |
152 | XhciPortLimit
153 |
154 |
155 |
156 | Misc
157 |
158 | Boot
159 |
160 | ConsoleBehaviourOs
161 | ForceGraphics
162 | ConsoleBehaviourUi
163 | Text
164 | ConsoleMode
165 | Max
166 | HideSelf
167 |
168 | Resolution
169 | Max
170 | ShowPicker
171 |
172 | Timeout
173 | 20
174 | UsePicker
175 |
176 |
177 | Debug
178 |
179 | DisableWatchDog
180 |
181 | DisplayDelay
182 | 0
183 | DisplayLevel
184 | 64
185 | Target
186 | 67
187 |
188 | Security
189 |
190 | ExposeSensitiveData
191 | 3
192 | HaltLevel
193 | 0
194 | RequireSignature
195 |
196 | RequireVault
197 |
198 | ScanPolicy
199 | 0
200 |
201 |
202 | NVRAM
203 |
204 | Add
205 |
206 | 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14
207 |
208 | UIScale
209 | AQ==
210 |
211 | 7C436110-AB2A-4BBB-A880-FE41995C9F82
212 |
213 | boot-args
214 | darkwake=0 slide=0 dart=0
215 | csr-active-config
216 | BnAAAA==
217 | prev-lang:kbd
218 | ZW5fR0I6MjUw
219 |
220 |
221 | Block
222 |
223 | 7C436110-AB2A-4BBB-A880-FE41995C9F82
224 |
225 | csr-active-config
226 | boot-args
227 |
228 |
229 |
230 | PlatformInfo
231 |
232 | Automatic
233 |
234 | Generic
235 |
236 | MLB
237 |
238 | ROM
239 |
240 | SpoofVendor
241 |
242 | SystemProductName
243 | iMacPro1,1
244 | SystemSerialNumber
245 |
246 | SystemUUID
247 |
248 |
249 | UpdateDataHub
250 |
251 | UpdateNVRAM
252 |
253 | UpdateSMBIOS
254 |
255 | UpdateSMBIOSMode
256 | Create
257 |
258 | UEFI
259 |
260 | ConnectDrivers
261 |
262 | Drivers
263 |
264 | ApfsDriverLoader.efi
265 | AptioMemoryFix.efi
266 | HFSPlus.efi
267 | VirtualSmc.efi
268 |
269 | Protocols
270 |
271 | AppleBootPolicy
272 |
273 | ConsoleControl
274 |
275 | DataHub
276 |
277 | DeviceProperties
278 |
279 |
280 | Quirks
281 |
282 | ExitBootServicesDelay
283 | 0
284 | IgnoreInvalidFlexRatio
285 |
286 | IgnoreTextInGraphics
287 |
288 | ProvideConsoleGop
289 |
290 | ReleaseUsbOwnership
291 |
292 | RequestBootVarRouting
293 |
294 | SanitiseClearScreen
295 |
296 |
297 |
298 |
299 |
300 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/Z170X-UD5/SSDT-Z170-PLUG.aml:
--------------------------------------------------------------------------------
1 | /*
2 | * Intel ACPI Component Architecture
3 | * AML/ASL+ Disassembler version 20180427 (64-bit version)(RM)
4 | * Copyright (c) 2000 - 2018 Intel Corporation
5 | *
6 | * Disassembling to non-symbolic legacy ASL operators
7 | *
8 | * Disassembly of iASLyz8nev.aml, Wed Jul 17 18:01:54 2019
9 | *
10 | * Original Table Header:
11 | * Signature "SSDT"
12 | * Length 0x000000A7 (167)
13 | * Revision 0x02
14 | * Checksum 0xC1
15 | * OEM ID "CpuRef"
16 | * OEM Table ID "CpuPlug"
17 | * OEM Revision 0x00003000 (12288)
18 | * Compiler ID "INTL"
19 | * Compiler Version 0x20180427 (538444839)
20 | */
21 | DefinitionBlock ("", "SSDT", 2, "CpuRef", "CpuPlug", 0x00003000)
22 | {
23 | External (_PR_.PR00, ProcessorObj) // (from opcode)
24 |
25 | Scope (\_PR.PR00)
26 | {
27 | Method (DTGP, 5, NotSerialized)
28 | {
29 | If (LEqual (Arg0, ToUUID ("a0b5b7c6-1318-441c-b0c9-fe695eaf949b")))
30 | {
31 | If (LEqual (Arg1, One))
32 | {
33 | If (LEqual (Arg2, Zero))
34 | {
35 | Store (Buffer (One)
36 | {
37 | 0x03
38 | }, Arg4)
39 | Return (One)
40 | }
41 |
42 | If (LEqual (Arg2, One))
43 | {
44 | Return (One)
45 | }
46 | }
47 | }
48 |
49 | Store (Buffer (One)
50 | {
51 | 0x00
52 | }, Arg4)
53 | Return (Zero)
54 | }
55 |
56 | Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
57 | {
58 | Store (Package (0x02)
59 | {
60 | "plugin-type",
61 | One
62 | }, Local0)
63 | DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
64 | Return (Local0)
65 | }
66 | }
67 | }
68 |
69 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/Z170X-UD5/SSDT-Z170-USBX.aml:
--------------------------------------------------------------------------------
1 | /*
2 | * Intel ACPI Component Architecture
3 | * AML/ASL+ Disassembler version 20180427 (64-bit version)(RM)
4 | * Copyright (c) 2000 - 2018 Intel Corporation
5 | *
6 | * Disassembling to non-symbolic legacy ASL operators
7 | *
8 | * Disassembly of iASL8mQlZM.aml, Wed Jul 17 18:02:29 2019
9 | *
10 | * Original Table Header:
11 | * Signature "SSDT"
12 | * Length 0x00000158 (344)
13 | * Revision 0x02
14 | * Checksum 0x15
15 | * OEM ID "APPLE"
16 | * OEM Table ID "SsdtEC"
17 | * OEM Revision 0x00001000 (4096)
18 | * Compiler ID "INTL"
19 | * Compiler Version 0x20180427 (538444839)
20 | */
21 | DefinitionBlock ("", "SSDT", 2, "APPLE", "SsdtEC", 0x00001000)
22 | {
23 | External (_SB_.PCI0.LPCB, DeviceObj) // (from opcode)
24 | External (_SB_.PCI0.LPCB.H_EC, DeviceObj) // (from opcode)
25 |
26 | Scope (\_SB.PCI0.LPCB.H_EC)
27 | {
28 | Method (_STA, 0, NotSerialized) // _STA: Status
29 | {
30 | If (_OSI ("Darwin"))
31 | {
32 | Return (Zero)
33 | }
34 | Else
35 | {
36 | Return (0x0F)
37 | }
38 | }
39 | }
40 |
41 | Scope (\_SB.PCI0.LPCB)
42 | {
43 | Device (EC)
44 | {
45 | Name (_HID, "PNP0C09") // _HID: Hardware ID
46 | Method (_STA, 0, NotSerialized) // _STA: Status
47 | {
48 | If (_OSI ("Darwin"))
49 | {
50 | Return (0x0F)
51 | }
52 | Else
53 | {
54 | Return (Zero)
55 | }
56 | }
57 | }
58 | }
59 |
60 | Device (_SB.USBX)
61 | {
62 | Name (_ADR, Zero) // _ADR: Address
63 | Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
64 | {
65 | If (LNot (Arg2))
66 | {
67 | Return (Buffer (One)
68 | {
69 | 0x03
70 | })
71 | }
72 |
73 | Return (Package (0x08)
74 | {
75 | "kUSBSleepPortCurrentLimit",
76 | 0x0834,
77 | "kUSBSleepPowerSupply",
78 | 0x13EC,
79 | "kUSBWakePortCurrentLimit",
80 | 0x0834,
81 | "kUSBWakePowerSupply",
82 | 0x13EC
83 | })
84 | }
85 | }
86 | }
87 |
88 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/Z370-AORUS-GAMING3/Readme.md:
--------------------------------------------------------------------------------
1 | # GA-Z370-AORUS-GAMING3
2 |
3 | IGPU UHD630
4 |
5 | SMBIOS Used:
6 | - iMacPro1,1
7 |
8 | Kext Used:
9 | - Lilu
10 | - WahteverGreen
11 | - AppleALC
12 | - AtherosE2200Ethernet
13 | - VirtualSMC
14 | - SMCProcessor
15 | - SMCSuperIO
16 | * For USB need create a usb map using hackintool *
17 |
18 | Drivers Used:
19 | - ApfsDriverLoader
20 | - EmuVariableUefi
21 | - OsxAptioFix2Drv-free2000
22 | - VirtualSMC
23 | - HfsPlus
24 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/Z370-AORUS-GAMING3/SSDT-Z370-PLUG.aml:
--------------------------------------------------------------------------------
1 | /*
2 | * Intel ACPI Component Architecture
3 | * AML/ASL+ Disassembler version 20180427 (64-bit version)(RM)
4 | * Copyright (c) 2000 - 2018 Intel Corporation
5 | *
6 | * Disassembling to non-symbolic legacy ASL operators
7 | *
8 | * Disassembly of iASLzZ6tA0.aml, Wed Jul 17 07:11:15 2019
9 | *
10 | * Original Table Header:
11 | * Signature "SSDT"
12 | * Length 0x000000A7 (167)
13 | * Revision 0x02
14 | * Checksum 0xC1
15 | * OEM ID "CpuRef"
16 | * OEM Table ID "CpuPlug"
17 | * OEM Revision 0x00003000 (12288)
18 | * Compiler ID "INTL"
19 | * Compiler Version 0x20180427 (538444839)
20 | */
21 | DefinitionBlock ("", "SSDT", 2, "CpuRef", "CpuPlug", 0x00003000)
22 | {
23 | External (_PR_.PR00, ProcessorObj) // (from opcode)
24 |
25 | Scope (\_PR.PR00)
26 | {
27 | Method (DTGP, 5, NotSerialized)
28 | {
29 | If (LEqual (Arg0, ToUUID ("a0b5b7c6-1318-441c-b0c9-fe695eaf949b")))
30 | {
31 | If (LEqual (Arg1, One))
32 | {
33 | If (LEqual (Arg2, Zero))
34 | {
35 | Store (Buffer (One)
36 | {
37 | 0x03
38 | }, Arg4)
39 | Return (One)
40 | }
41 |
42 | If (LEqual (Arg2, One))
43 | {
44 | Return (One)
45 | }
46 | }
47 | }
48 |
49 | Store (Buffer (One)
50 | {
51 | 0x00
52 | }, Arg4)
53 | Return (Zero)
54 | }
55 |
56 | Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
57 | {
58 | Store (Package (0x02)
59 | {
60 | "plugin-type",
61 | One
62 | }, Local0)
63 | DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
64 | Return (Local0)
65 | }
66 | }
67 | }
68 |
69 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/Z370-AORUS-GAMING3/SSDT-Z370-USBX.aml:
--------------------------------------------------------------------------------
1 | /*
2 | * Intel ACPI Component Architecture
3 | * AML/ASL+ Disassembler version 20180427 (64-bit version)(RM)
4 | * Copyright (c) 2000 - 2018 Intel Corporation
5 | *
6 | * Disassembling to non-symbolic legacy ASL operators
7 | *
8 | * Disassembly of iASLd0kX7x.aml, Wed Jul 17 04:41:41 2019
9 | *
10 | * Original Table Header:
11 | * Signature "SSDT"
12 | * Length 0x00000158 (344)
13 | * Revision 0x02
14 | * Checksum 0x15
15 | * OEM ID "APPLE"
16 | * OEM Table ID "SsdtEC"
17 | * OEM Revision 0x00001000 (4096)
18 | * Compiler ID "INTL"
19 | * Compiler Version 0x20180427 (538444839)
20 | */
21 | DefinitionBlock ("", "SSDT", 2, "APPLE", "SsdtEC", 0x00001000)
22 | {
23 | External (_SB_.PCI0.LPCB, DeviceObj) // (from opcode)
24 | External (_SB_.PCI0.LPCB.H_EC, DeviceObj) // (from opcode)
25 |
26 | Scope (\_SB.PCI0.LPCB.H_EC)
27 | {
28 | Method (_STA, 0, NotSerialized) // _STA: Status
29 | {
30 | If (_OSI ("Darwin"))
31 | {
32 | Return (Zero)
33 | }
34 | Else
35 | {
36 | Return (0x0F)
37 | }
38 | }
39 | }
40 |
41 | Scope (\_SB.PCI0.LPCB)
42 | {
43 | Device (EC)
44 | {
45 | Name (_HID, "PNP0C09") // _HID: Hardware ID
46 | Method (_STA, 0, NotSerialized) // _STA: Status
47 | {
48 | If (_OSI ("Darwin"))
49 | {
50 | Return (0x0F)
51 | }
52 | Else
53 | {
54 | Return (Zero)
55 | }
56 | }
57 | }
58 | }
59 |
60 | Device (_SB.USBX)
61 | {
62 | Name (_ADR, Zero) // _ADR: Address
63 | Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
64 | {
65 | If (LNot (Arg2))
66 | {
67 | Return (Buffer (One)
68 | {
69 | 0x03
70 | })
71 | }
72 |
73 | Return (Package (0x08)
74 | {
75 | "kUSBSleepPortCurrentLimit",
76 | 0x0834,
77 | "kUSBSleepPowerSupply",
78 | 0x13EC,
79 | "kUSBWakePortCurrentLimit",
80 | 0x0834,
81 | "kUSBWakePowerSupply",
82 | 0x13EC
83 | })
84 | }
85 | }
86 | }
87 |
88 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/Z370-AORUS-GAMING5/Readme.md:
--------------------------------------------------------------------------------
1 | # GA-Z370-AORUS-GAMING5
2 |
3 | IGPU UHD630
4 |
5 | SMBIOS Used:
6 | - iMacPro1,1
7 |
8 | Kext Used:
9 | - Lilu
10 | - WahteverGreen
11 | - AppleALC
12 | - IntelMausiEthernet
13 | - VirtualSMC
14 | - SMCProcessor
15 | - SMCSuperIO
16 | * For USB need create a usb map using hackintool *
17 |
18 | Drivers Used:
19 | - ApfsDriverLoader
20 | - EmuVariableUefi
21 | - OsxAptioFix2Drv-free2000
22 | - VirtualSMC
23 | - HfsPlus
24 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/Z370-AORUS-GAMING5/SSDT-Z370-PLUG.aml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/insanelymacdiscord/Getting-Started-With-OpenCore/8a935e415dc1cbde9ab75ae9a2d001386c3ebf89/OpenCore EFI/Gigabyte/Z370-AORUS-GAMING5/SSDT-Z370-PLUG.aml
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/Z370-AORUS-GAMING5/SSDT-Z370-USBX.aml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/insanelymacdiscord/Getting-Started-With-OpenCore/8a935e415dc1cbde9ab75ae9a2d001386c3ebf89/OpenCore EFI/Gigabyte/Z370-AORUS-GAMING5/SSDT-Z370-USBX.aml
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/Z370-AORUS-GAMING5/config.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | ACPI
6 |
7 | Add
8 |
9 |
10 | Comment
11 | PLUG
12 | Enabled
13 |
14 | Path
15 | SSDT-Z370-PLUG.aml
16 |
17 |
18 | Comment
19 | USB EXTRA CHARGE
20 | Enabled
21 |
22 | Path
23 | SSDT-Z370-USBX.aml
24 |
25 |
26 | Block
27 |
28 |
29 | All
30 |
31 | Comment
32 | Drop DMAR
33 | Enabled
34 |
35 | OemTableId
36 |
37 |
38 | TableLength
39 | 0
40 | TableSignature
41 |
42 | RE1BUg==
43 |
44 |
45 |
46 | Patch
47 |
48 |
49 | Comment
50 | Rename GFX0 to IGPU (Graphics)
51 | Count
52 | 1
53 | Enabled
54 |
55 | Find
56 |
57 | R0ZYMA==
58 |
59 | Limit
60 | 0
61 | Mask
62 |
63 |
64 | OemTableId
65 |
66 |
67 | Replace
68 |
69 | SUdQVQ==
70 |
71 | ReplaceMask
72 |
73 |
74 | Skip
75 | 0
76 | TableLength
77 | 0
78 | TableSignature
79 |
80 | RFNEVA==
81 |
82 |
83 |
84 | Comment
85 | Rename XHCI to XHC (USB)
86 | Count
87 | 1
88 | Enabled
89 |
90 | Find
91 |
92 | WEhDSQ==
93 |
94 | Limit
95 | 0
96 | Mask
97 |
98 |
99 | OemTableId
100 |
101 |
102 | Replace
103 |
104 | WEhD
105 |
106 | ReplaceMask
107 |
108 |
109 | Skip
110 | 0
111 | TableLength
112 | 0
113 | TableSignature
114 |
115 | RFNEVA==
116 |
117 |
118 |
119 | Quirks
120 |
121 | FadtEnableReset
122 |
123 | NormalizeHeaders
124 |
125 | RebaseRegions
126 |
127 | ResetHwSig
128 |
129 | ResetLogoStatus
130 |
131 |
132 |
133 | DeviceProperties
134 |
135 | Add
136 |
137 | PciRoot(0x0)/Pci(0x1f,0x3)
138 |
139 | layout-id
140 |
141 | BwAAAA==
142 |
143 |
144 |
145 | Block
146 |
147 | PciRoot(0x0)/Pci(0x1b,0x0)
148 |
149 | MaximumBootBeepVolume
150 |
151 |
152 |
153 | Kernel
154 |
155 | Add
156 |
157 |
158 | BundlePath
159 | Lilu.kext
160 | Comment
161 | Main
162 | Enabled
163 |
164 | ExecutablePath
165 | Contents/MacOS/Lilu
166 | PlistPath
167 | Contents/Info.plist
168 |
169 |
170 | BundlePath
171 | WhateverGreen.kext
172 | Comment
173 | Graphics
174 | Enabled
175 |
176 | ExecutablePath
177 | Contents/MacOS/WhateverGreen
178 | PlistPath
179 | Contents/Info.plist
180 |
181 |
182 | BundlePath
183 | AppleALC.kext
184 | Comment
185 | Audio
186 | Enabled
187 |
188 | ExecutablePath
189 | Contents/MacOS/AppleALC
190 | PlistPath
191 | Contents/Info.plist
192 |
193 |
194 | BundlePath
195 | VirtualSMC.kext
196 | Comment
197 | SMC
198 | Enabled
199 |
200 | ExecutablePath
201 | Contents/MacOS/VirtualSMC
202 | PlistPath
203 | Contents/Info.plist
204 |
205 |
206 | BundlePath
207 | VirtualSMC.kext
208 | Comment
209 | SMC
210 | Enabled
211 |
212 | ExecutablePath
213 | Contents/MacOS/VirtualSMC
214 | PlistPath
215 | Contents/Info.plist
216 |
217 |
218 | BundlePath
219 | SMCProcessor.kext
220 | Comment
221 | SMC
222 | Enabled
223 |
224 | ExecutablePath
225 | Contents/MacOS/SMCProcessor
226 | PlistPath
227 | Contents/Info.plist
228 |
229 |
230 | BundlePath
231 | SMCSuperIO
232 | Comment
233 | Ethernet
234 | Enabled
235 |
236 | ExecutablePath
237 | Contents/MacOS/SMCSuperIO
238 | PlistPath
239 | Contents/Info.plist
240 |
241 |
242 | Block
243 |
244 |
245 | Comment
246 |
247 | Enabled
248 |
249 | Identifier
250 | com.apple.driver.AppleTyMCEDriver
251 | MatchKernel
252 |
253 |
254 |
255 | Emulate
256 |
257 | Cpuid1Data
258 |
259 |
260 | Cpuid1Mask
261 |
262 |
263 |
264 | Patch
265 |
266 |
267 | Base
268 |
269 | Comment
270 |
271 | Count
272 | 1
273 | Enabled
274 |
275 | Find
276 |
277 | dS4Ptg==
278 |
279 | Identifier
280 | com.apple.driver.AppleRTC
281 | Limit
282 | 0
283 | Mask
284 |
285 |
286 | MatchKernel
287 |
288 | Replace
289 |
290 | 6y4Ptg==
291 |
292 | ReplaceMask
293 |
294 |
295 | Skip
296 | 0
297 |
298 |
299 | Base
300 |
301 | Comment
302 |
303 | Count
304 | 1
305 | Enabled
306 |
307 | Find
308 |
309 | dTMPtw==
310 |
311 | Identifier
312 | com.apple.driver.AppleRTC
313 | Limit
314 | 0
315 | Mask
316 |
317 |
318 | MatchKernel
319 | 18.5.0
320 | Replace
321 |
322 | 6zMPtw==
323 |
324 | ReplaceMask
325 |
326 |
327 | Skip
328 | 0
329 |
330 |
331 | Base
332 | _AcpiOsVprintf
333 | Comment
334 |
335 | Count
336 | 0
337 | Enabled
338 |
339 | Find
340 |
341 |
342 | Identifier
343 | com.apple.driver.AppleACPIPlatform
344 | Limit
345 | 0
346 | Mask
347 |
348 |
349 | MatchKernel
350 | 18.5.0
351 | Replace
352 |
353 | ww==
354 |
355 | ReplaceMask
356 |
357 |
358 | Skip
359 | 0
360 |
361 |
362 | Base
363 |
364 | Comment
365 |
366 | Count
367 | 1
368 | Enabled
369 |
370 | Find
371 |
372 | ugUAAAA=
373 |
374 | Identifier
375 | com.apple.driver.AppleGraphicsDevicePolicy
376 | Limit
377 | 0
378 | Mask
379 |
380 |
381 | MatchKernel
382 |
383 | Replace
384 |
385 | ugAAAAA=
386 |
387 | ReplaceMask
388 |
389 |
390 | Skip
391 | 0
392 |
393 |
394 | Quirks
395 |
396 | AppleCpuPmCfgLock
397 |
398 | AppleXcpmCfgLock
399 |
400 | AppleXcpmExtraMsrs
401 |
402 | CustomSMBIOSGuid
403 |
404 | DisableIoMapper
405 |
406 | ExternalDiskIcons
407 |
408 | LapicKernelPanic
409 |
410 | PanicFALSEKextDump
411 |
412 | ThirdPartyTrim
413 |
414 | XhciPortLimit
415 |
416 |
417 |
418 | Misc
419 |
420 | Boot
421 |
422 | ConsoleBehaviourOs
423 | ForceGraphics
424 | ConsoleBehaviourUi
425 | Text
426 | ConsoleMode
427 | Max
428 | HideSelf
429 |
430 | Resolution
431 | MAX
432 | ShowPicker
433 |
434 | Timeout
435 | 25
436 | UsePicker
437 |
438 |
439 | Debug
440 |
441 | DisableWatchDog
442 |
443 | DisplayDelay
444 | 0
445 | DisplayLevel
446 | 64
447 | Target
448 | 67
449 |
450 | Security
451 |
452 | ExposeSensitiveData
453 | 3
454 | HaltLevel
455 | 0
456 | RequireSignature
457 |
458 | RequireVault
459 |
460 | ScanPolicy
461 | 0
462 |
463 | Tools
464 |
465 |
466 | Comment
467 | Not signed for security reasons
468 | Enabled
469 |
470 | Name
471 | UEFI Shell
472 | Path
473 | Shell.efi
474 |
475 |
476 | Comment
477 | Memory testing utility
478 | Enabled
479 |
480 | Name
481 | memcheck
482 | Path
483 | memcheck/memcheck.efi
484 |
485 |
486 |
487 | NVRAM
488 |
489 | Add
490 |
491 | 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14
492 |
493 | UIScale
494 |
495 | AQ==
496 |
497 |
498 | 7C436110-AB2A-4BBB-A880-FE41995C9F82
499 |
500 | boot-args
501 | npci=0x3000 darkwake=8
502 | csr-active-config
503 |
504 | BnAAAA==
505 |
506 | nvda_drv
507 |
508 | MA==
509 |
510 | prev-lang:kbd
511 |
512 | ZW5fR0I6MjUw
513 |
514 |
515 |
516 | Block
517 |
518 | 7C436110-AB2A-4BBB-A880-FE41995C9F82
519 |
520 | csr-active-config
521 | boot-args
522 |
523 |
524 | LegacyEnable
525 |
526 | LegacySchema
527 |
528 | 7C436110-AB2A-4BBB-A880-FE41995C9F82
529 |
530 | EFILoginHiDPI
531 | EFIBluetoothDelay
532 | LocationServicesEnabled
533 | SystemAudioVolume
534 | SystemAudioVolumeDB
535 | bluetoothActiveControllerInfo
536 | bluetoothInternalControllerInfo
537 | flagstate
538 | fmm-computer-name
539 | nvda_drv
540 | prev-lang:kbd
541 |
542 | 8BE4DF61-93CA-11D2-AA0D-00E098032B8C
543 |
544 | Boot0080
545 | Boot0081
546 | Boot0082
547 | BootNext
548 | BootOrder
549 |
550 |
551 |
552 | PlatformInfo
553 |
554 | Automatic
555 |
556 | Generic
557 |
558 | MLB
559 |
560 | ROM
561 |
562 | OOii6FFO
563 |
564 | SpoofVendor
565 |
566 | SystemProductName
567 | iMacPro1,1
568 | SystemSerialNumber
569 |
570 | SystemUUID
571 |
572 |
573 | UpdateDataHub
574 |
575 | UpdateNVRAM
576 |
577 | UpdateSMBIOS
578 |
579 | UpdateSMBIOSMode
580 | Create
581 |
582 | UEFI
583 |
584 | ConnectDrivers
585 |
586 | Drivers
587 |
588 | ApfsDriverLoader.efi
589 | VirtualSmc.efi
590 | OsxAptioFix2Drv-free2000.efi
591 | EmuVariableUefi.efi
592 | HFSPlus.efi
593 |
594 | Protocols
595 |
596 | AppleBootPolicy
597 |
598 | ConsoleControl
599 |
600 | DataHub
601 |
602 | DeviceProperties
603 |
604 |
605 | Quirks
606 |
607 | ExitBootServicesDelay
608 | 0
609 | IgnoreInvalidFlexRatio
610 |
611 | IgnoreTextInGraphics
612 |
613 | ProvideConsoleGop
614 |
615 | ReleaseUsbOwnership
616 |
617 | RequestBootVarRouting
618 |
619 | SanitiseClearScreen
620 |
621 |
622 |
623 |
624 |
625 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/Z370-AORUS-GAMING7/Config.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | ACPI
6 |
7 | Add
8 |
9 |
10 | Comment
11 | PLUG
12 | Enabled
13 |
14 | Path
15 | SSDT-Z370-PLUG.aml
16 |
17 |
18 | Comment
19 | USB EXTRA CHARGE
20 | Enabled
21 |
22 | Path
23 | SSDT-Z370-USBX.aml
24 |
25 |
26 | Block
27 |
28 |
29 | All
30 |
31 | Comment
32 | Drop DMAR
33 | Enabled
34 |
35 | OemTableId
36 |
37 |
38 | TableLength
39 | 0
40 | TableSignature
41 |
42 | RE1BUg==
43 |
44 |
45 |
46 | Patch
47 |
48 |
49 | Comment
50 | Rename GFX0 to IGPU (Graphics)
51 | Count
52 | 1
53 | Enabled
54 |
55 | Find
56 |
57 | R0ZYMA==
58 |
59 | Limit
60 | 0
61 | Mask
62 |
63 |
64 | OemTableId
65 |
66 |
67 | Replace
68 |
69 | SUdQVQ==
70 |
71 | ReplaceMask
72 |
73 |
74 | Skip
75 | 0
76 | TableLength
77 | 0
78 | TableSignature
79 |
80 | RFNEVA==
81 |
82 |
83 |
84 | Comment
85 | Rename XHCI to XHC (USB)
86 | Count
87 | 1
88 | Enabled
89 |
90 | Find
91 |
92 | WEhDSQ==
93 |
94 | Limit
95 | 0
96 | Mask
97 |
98 |
99 | OemTableId
100 |
101 |
102 | Replace
103 |
104 | WEhD
105 |
106 | ReplaceMask
107 |
108 |
109 | Skip
110 | 0
111 | TableLength
112 | 0
113 | TableSignature
114 |
115 | RFNEVA==
116 |
117 |
118 |
119 | Quirks
120 |
121 | FadtEnableReset
122 |
123 | NormalizeHeaders
124 |
125 | RebaseRegions
126 |
127 | ResetHwSig
128 |
129 | ResetLogoStatus
130 |
131 |
132 |
133 | DeviceProperties
134 |
135 | Add
136 |
137 | PciRoot(0x0)/Pci(0x1f,0x3)
138 |
139 | layout-id
140 |
141 | BwAAAA==
142 |
143 |
144 |
145 | Block
146 |
147 | PciRoot(0x0)/Pci(0x1b,0x0)
148 |
149 | MaximumBootBeepVolume
150 |
151 |
152 |
153 | Kernel
154 |
155 | Add
156 |
157 |
158 | BundlePath
159 | Lilu.kext
160 | Comment
161 | Main
162 | Enabled
163 |
164 | ExecutablePath
165 | Contents/MacOS/Lilu
166 | PlistPath
167 | Contents/Info.plist
168 |
169 |
170 | BundlePath
171 | WhateverGreen.kext
172 | Comment
173 | Graphics
174 | Enabled
175 |
176 | ExecutablePath
177 | Contents/MacOS/WhateverGreen
178 | PlistPath
179 | Contents/Info.plist
180 |
181 |
182 | BundlePath
183 | AppleALC.kext
184 | Comment
185 | Audio
186 | Enabled
187 |
188 | ExecutablePath
189 | Contents/MacOS/AppleALC
190 | PlistPath
191 | Contents/Info.plist
192 |
193 |
194 | BundlePath
195 | VirtualSMC.kext
196 | Comment
197 | SMC
198 | Enabled
199 |
200 | ExecutablePath
201 | Contents/MacOS/VirtualSMC
202 | PlistPath
203 | Contents/Info.plist
204 |
205 |
206 | BundlePath
207 | SMCProcessor.kext
208 | Comment
209 | SMC
210 | Enabled
211 |
212 | ExecutablePath
213 | Contents/MacOS/SMCProcessor
214 | PlistPath
215 | Contents/Info.plist
216 |
217 |
218 | BundlePath
219 | SMCSuperIO.kext
220 | Comment
221 | SMC
222 | Enabled
223 |
224 | ExecutablePath
225 | Contents/MacOS/SMCSuperIO
226 | PlistPath
227 | Contents/Info.plist
228 |
229 |
230 | BundlePath
231 | IntelMausiEthernet.kext
232 | Comment
233 | Ethernet
234 | Enabled
235 |
236 | ExecutablePath
237 | Contents/MacOS/IntelMausiEthernet
238 | PlistPath
239 | Contents/Info.plist
240 |
241 |
242 | Block
243 |
244 |
245 | Comment
246 |
247 | Enabled
248 |
249 | Identifier
250 | com.apple.driver.AppleTyMCEDriver
251 | MatchKernel
252 |
253 |
254 |
255 | Emulate
256 |
257 | Cpuid1Data
258 |
259 |
260 | Cpuid1Mask
261 |
262 |
263 |
264 | Patch
265 |
266 |
267 | Base
268 |
269 | Comment
270 |
271 | Count
272 | 1
273 | Enabled
274 |
275 | Find
276 |
277 | dS4Ptg==
278 |
279 | Identifier
280 | com.apple.driver.AppleRTC
281 | Limit
282 | 0
283 | Mask
284 |
285 |
286 | MatchKernel
287 |
288 | Replace
289 |
290 | 6y4Ptg==
291 |
292 | ReplaceMask
293 |
294 |
295 | Skip
296 | 0
297 |
298 |
299 | Base
300 |
301 | Comment
302 |
303 | Count
304 | 1
305 | Enabled
306 |
307 | Find
308 |
309 | dTMPtw==
310 |
311 | Identifier
312 | com.apple.driver.AppleRTC
313 | Limit
314 | 0
315 | Mask
316 |
317 |
318 | MatchKernel
319 | 18.5.0
320 | Replace
321 |
322 | 6zMPtw==
323 |
324 | ReplaceMask
325 |
326 |
327 | Skip
328 | 0
329 |
330 |
331 | Base
332 | _AcpiOsVprintf
333 | Comment
334 |
335 | Count
336 | 0
337 | Enabled
338 |
339 | Find
340 |
341 |
342 | Identifier
343 | com.apple.driver.AppleACPIPlatform
344 | Limit
345 | 0
346 | Mask
347 |
348 |
349 | MatchKernel
350 | 18.5.0
351 | Replace
352 |
353 | ww==
354 |
355 | ReplaceMask
356 |
357 |
358 | Skip
359 | 0
360 |
361 |
362 | Base
363 |
364 | Comment
365 |
366 | Count
367 | 1
368 | Enabled
369 |
370 | Find
371 |
372 | ugUAAAA=
373 |
374 | Identifier
375 | com.apple.driver.AppleGraphicsDevicePolicy
376 | Limit
377 | 0
378 | Mask
379 |
380 |
381 | MatchKernel
382 |
383 | Replace
384 |
385 | ugAAAAA=
386 |
387 | ReplaceMask
388 |
389 |
390 | Skip
391 | 0
392 |
393 |
394 | Quirks
395 |
396 | AppleCpuPmCfgLock
397 |
398 | AppleXcpmCfgLock
399 |
400 | AppleXcpmExtraMsrs
401 |
402 | CustomSMBIOSGuid
403 |
404 | DisableIoMapper
405 |
406 | ExternalDiskIcons
407 |
408 | LapicKernelPanic
409 |
410 | PanicFALSEKextDump
411 |
412 | ThirdPartyTrim
413 |
414 | XhciPortLimit
415 |
416 |
417 |
418 | Misc
419 |
420 | Boot
421 |
422 | ConsoleBehaviourOs
423 | ForceGraphics
424 | ConsoleBehaviourUi
425 | Text
426 | ConsoleMode
427 | Max
428 | HideSelf
429 |
430 | Resolution
431 | MAX
432 | ShowPicker
433 |
434 | Timeout
435 | 25
436 | UsePicker
437 |
438 |
439 | Debug
440 |
441 | DisableWatchDog
442 |
443 | DisplayDelay
444 | 0
445 | DisplayLevel
446 | 64
447 | Target
448 | 67
449 |
450 | Security
451 |
452 | ExposeSensitiveData
453 | 3
454 | HaltLevel
455 | 0
456 | RequireSignature
457 |
458 | RequireVault
459 |
460 | ScanPolicy
461 | 0
462 |
463 | Tools
464 |
465 |
466 | Comment
467 | Not signed for security reasons
468 | Enabled
469 |
470 | Name
471 | UEFI Shell
472 | Path
473 | Shell.efi
474 |
475 |
476 | Comment
477 | Memory testing utility
478 | Enabled
479 |
480 | Name
481 | memcheck
482 | Path
483 | memcheck/memcheck.efi
484 |
485 |
486 |
487 | NVRAM
488 |
489 | Add
490 |
491 | 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14
492 |
493 | UIScale
494 |
495 | AQ==
496 |
497 |
498 | 7C436110-AB2A-4BBB-A880-FE41995C9F82
499 |
500 | boot-args
501 | npci=0x3000 darkwake=8
502 | csr-active-config
503 |
504 | BnAAAA==
505 |
506 | nvda_drv
507 |
508 | MA==
509 |
510 | prev-lang:kbd
511 |
512 | ZW5fR0I6MjUw
513 |
514 |
515 |
516 | Block
517 |
518 | 7C436110-AB2A-4BBB-A880-FE41995C9F82
519 |
520 | csr-active-config
521 | boot-args
522 |
523 |
524 | LegacyEnable
525 |
526 | LegacySchema
527 |
528 | 7C436110-AB2A-4BBB-A880-FE41995C9F82
529 |
530 | EFILoginHiDPI
531 | EFIBluetoothDelay
532 | LocationServicesEnabled
533 | SystemAudioVolume
534 | SystemAudioVolumeDB
535 | bluetoothActiveControllerInfo
536 | bluetoothInternalControllerInfo
537 | flagstate
538 | fmm-computer-name
539 | nvda_drv
540 | prev-lang:kbd
541 |
542 | 8BE4DF61-93CA-11D2-AA0D-00E098032B8C
543 |
544 | Boot0080
545 | Boot0081
546 | Boot0082
547 | BootNext
548 | BootOrder
549 |
550 |
551 |
552 | PlatformInfo
553 |
554 | Automatic
555 |
556 | Generic
557 |
558 | MLB
559 |
560 | ROM
561 |
562 | OOii6FFO
563 |
564 | SpoofVendor
565 |
566 | SystemProductName
567 | iMacPro1,1
568 | SystemSerialNumber
569 |
570 | SystemUUID
571 |
572 |
573 | UpdateDataHub
574 |
575 | UpdateNVRAM
576 |
577 | UpdateSMBIOS
578 |
579 | UpdateSMBIOSMode
580 | Create
581 |
582 | UEFI
583 |
584 | ConnectDrivers
585 |
586 | Drivers
587 |
588 | ApfsDriverLoader.efi
589 | VirtualSmc.efi
590 | OsxAptioFix2Drv-free2000.efi
591 | EmuVariableUefi.efi
592 | HFSPlus.efi
593 |
594 | Protocols
595 |
596 | AppleBootPolicy
597 |
598 | ConsoleControl
599 |
600 | DataHub
601 |
602 | DeviceProperties
603 |
604 |
605 | Quirks
606 |
607 | ExitBootServicesDelay
608 | 0
609 | IgnoreInvalidFlexRatio
610 |
611 | IgnoreTextInGraphics
612 |
613 | ProvideConsoleGop
614 |
615 | ReleaseUsbOwnership
616 |
617 | RequestBootVarRouting
618 |
619 | SanitiseClearScreen
620 |
621 |
622 |
623 |
624 |
625 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/Z370-AORUS-GAMING7/Readme.md:
--------------------------------------------------------------------------------
1 | # GA-Z370-AORUS-GAMING7
2 |
3 | IGPU UHD630
4 |
5 | SMBIOS Used:
6 | - iMacPro1,1
7 |
8 | Kext Used:
9 | - Lilu
10 | - WahteverGreen
11 | - AppleALC
12 | - IntelMausiEthernet
13 | - VirtualSMC
14 | - SMCProcessor
15 | - SMCSuperIO
16 | * For USB need create a usb map using hackintool *
17 |
18 | Drivers Used:
19 | - ApfsDriverLoader
20 | - EmuVariableUefi
21 | - OsxAptioFix2Drv-free2000
22 | - VirtualSMC
23 | - HfsPlus
24 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/Z370-AORUS-GAMING7/SSDT-Z370-PLUG.aml:
--------------------------------------------------------------------------------
1 | /*
2 | * Intel ACPI Component Architecture
3 | * AML/ASL+ Disassembler version 20180427 (64-bit version)(RM)
4 | * Copyright (c) 2000 - 2018 Intel Corporation
5 | *
6 | * Disassembling to non-symbolic legacy ASL operators
7 | *
8 | * Disassembly of iASL4wPFEM.aml, Wed Jul 17 04:41:16 2019
9 | *
10 | * Original Table Header:
11 | * Signature "SSDT"
12 | * Length 0x000000A7 (167)
13 | * Revision 0x02
14 | * Checksum 0xC1
15 | * OEM ID "CpuRef"
16 | * OEM Table ID "CpuPlug"
17 | * OEM Revision 0x00003000 (12288)
18 | * Compiler ID "INTL"
19 | * Compiler Version 0x20180427 (538444839)
20 | */
21 | DefinitionBlock ("", "SSDT", 2, "CpuRef", "CpuPlug", 0x00003000)
22 | {
23 | External (_PR_.PR00, ProcessorObj) // (from opcode)
24 |
25 | Scope (\_PR.PR00)
26 | {
27 | Method (DTGP, 5, NotSerialized)
28 | {
29 | If (LEqual (Arg0, ToUUID ("a0b5b7c6-1318-441c-b0c9-fe695eaf949b")))
30 | {
31 | If (LEqual (Arg1, One))
32 | {
33 | If (LEqual (Arg2, Zero))
34 | {
35 | Store (Buffer (One)
36 | {
37 | 0x03
38 | }, Arg4)
39 | Return (One)
40 | }
41 |
42 | If (LEqual (Arg2, One))
43 | {
44 | Return (One)
45 | }
46 | }
47 | }
48 |
49 | Store (Buffer (One)
50 | {
51 | 0x00
52 | }, Arg4)
53 | Return (Zero)
54 | }
55 |
56 | Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
57 | {
58 | Store (Package (0x02)
59 | {
60 | "plugin-type",
61 | One
62 | }, Local0)
63 | DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
64 | Return (Local0)
65 | }
66 | }
67 | }
68 |
69 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/Z370-AORUS-GAMING7/SSDT-Z370-USBX.aml:
--------------------------------------------------------------------------------
1 | /*
2 | * Intel ACPI Component Architecture
3 | * AML/ASL+ Disassembler version 20180427 (64-bit version)(RM)
4 | * Copyright (c) 2000 - 2018 Intel Corporation
5 | *
6 | * Disassembling to non-symbolic legacy ASL operators
7 | *
8 | * Disassembly of iASLd0kX7x.aml, Wed Jul 17 04:41:41 2019
9 | *
10 | * Original Table Header:
11 | * Signature "SSDT"
12 | * Length 0x00000158 (344)
13 | * Revision 0x02
14 | * Checksum 0x15
15 | * OEM ID "APPLE"
16 | * OEM Table ID "SsdtEC"
17 | * OEM Revision 0x00001000 (4096)
18 | * Compiler ID "INTL"
19 | * Compiler Version 0x20180427 (538444839)
20 | */
21 | DefinitionBlock ("", "SSDT", 2, "APPLE", "SsdtEC", 0x00001000)
22 | {
23 | External (_SB_.PCI0.LPCB, DeviceObj) // (from opcode)
24 | External (_SB_.PCI0.LPCB.H_EC, DeviceObj) // (from opcode)
25 |
26 | Scope (\_SB.PCI0.LPCB.H_EC)
27 | {
28 | Method (_STA, 0, NotSerialized) // _STA: Status
29 | {
30 | If (_OSI ("Darwin"))
31 | {
32 | Return (Zero)
33 | }
34 | Else
35 | {
36 | Return (0x0F)
37 | }
38 | }
39 | }
40 |
41 | Scope (\_SB.PCI0.LPCB)
42 | {
43 | Device (EC)
44 | {
45 | Name (_HID, "PNP0C09") // _HID: Hardware ID
46 | Method (_STA, 0, NotSerialized) // _STA: Status
47 | {
48 | If (_OSI ("Darwin"))
49 | {
50 | Return (0x0F)
51 | }
52 | Else
53 | {
54 | Return (Zero)
55 | }
56 | }
57 | }
58 | }
59 |
60 | Device (_SB.USBX)
61 | {
62 | Name (_ADR, Zero) // _ADR: Address
63 | Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
64 | {
65 | If (LNot (Arg2))
66 | {
67 | Return (Buffer (One)
68 | {
69 | 0x03
70 | })
71 | }
72 |
73 | Return (Package (0x08)
74 | {
75 | "kUSBSleepPortCurrentLimit",
76 | 0x0834,
77 | "kUSBSleepPowerSupply",
78 | 0x13EC,
79 | "kUSBWakePortCurrentLimit",
80 | 0x0834,
81 | "kUSBWakePowerSupply",
82 | 0x13EC
83 | })
84 | }
85 | }
86 | }
87 |
88 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/Z370-D3H/Readme.md:
--------------------------------------------------------------------------------
1 | # GA-Z370-D3H
2 |
3 | IGPU UHD630
4 |
5 | SMBIOS Used:
6 | - iMacPro1,1
7 |
8 | Kext Used:
9 | - Lilu
10 | - WahteverGreen
11 | - AppleALC
12 | - IntelMausiEthernet
13 | - VirtualSMC
14 | - SMCProcessor
15 | - SMCSuperIO
16 | * For USB need create a usb map using hackintool *
17 |
18 | Drivers Used:
19 | - ApfsDriverLoader
20 | - AptioInputFix
21 | - AptioMemoryFix
22 | - VirtualSMC
23 | - HfsPlus
24 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/Z370-D3H/SSDT-Z370M-PLUG.aml:
--------------------------------------------------------------------------------
1 | /*
2 | * Intel ACPI Component Architecture
3 | * AML/ASL+ Disassembler version 20180427 (64-bit version)(RM)
4 | * Copyright (c) 2000 - 2018 Intel Corporation
5 | *
6 | * Disassembling to non-symbolic legacy ASL operators
7 | *
8 | * Disassembly of iASLYFNxX6.aml, Wed Jul 17 07:20:47 2019
9 | *
10 | * Original Table Header:
11 | * Signature "SSDT"
12 | * Length 0x000000A7 (167)
13 | * Revision 0x02
14 | * Checksum 0xC1
15 | * OEM ID "CpuRef"
16 | * OEM Table ID "CpuPlug"
17 | * OEM Revision 0x00003000 (12288)
18 | * Compiler ID "INTL"
19 | * Compiler Version 0x20180427 (538444839)
20 | */
21 | DefinitionBlock ("", "SSDT", 2, "CpuRef", "CpuPlug", 0x00003000)
22 | {
23 | External (_PR_.PR00, ProcessorObj) // (from opcode)
24 |
25 | Scope (\_PR.PR00)
26 | {
27 | Method (DTGP, 5, NotSerialized)
28 | {
29 | If (LEqual (Arg0, ToUUID ("a0b5b7c6-1318-441c-b0c9-fe695eaf949b")))
30 | {
31 | If (LEqual (Arg1, One))
32 | {
33 | If (LEqual (Arg2, Zero))
34 | {
35 | Store (Buffer (One)
36 | {
37 | 0x03
38 | }, Arg4)
39 | Return (One)
40 | }
41 |
42 | If (LEqual (Arg2, One))
43 | {
44 | Return (One)
45 | }
46 | }
47 | }
48 |
49 | Store (Buffer (One)
50 | {
51 | 0x00
52 | }, Arg4)
53 | Return (Zero)
54 | }
55 |
56 | Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
57 | {
58 | Store (Package (0x02)
59 | {
60 | "plugin-type",
61 | One
62 | }, Local0)
63 | DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
64 | Return (Local0)
65 | }
66 | }
67 | }
68 |
69 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/Z370-D3H/SSDT-Z370M-USBX.aml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/insanelymacdiscord/Getting-Started-With-OpenCore/8a935e415dc1cbde9ab75ae9a2d001386c3ebf89/OpenCore EFI/Gigabyte/Z370-D3H/SSDT-Z370M-USBX.aml
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/Z370-D3H/config.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | ACPI
6 |
7 | Add
8 |
9 |
10 | Comment
11 | PLUG
12 | Enabled
13 |
14 | Path
15 | SSDT-Z370M-PLUG.aml
16 |
17 |
18 | Comment
19 | USB EXTRA CHARGE
20 | Enabled
21 |
22 | Path
23 | SSDT-Z370M-USBX.aml
24 |
25 |
26 | Block
27 |
28 |
29 | All
30 |
31 | Comment
32 | Drop DMAR
33 | Enabled
34 |
35 | OemTableId
36 |
37 |
38 | TableLength
39 | 0
40 | TableSignature
41 |
42 | RE1BUg==
43 |
44 |
45 |
46 | Patch
47 |
48 |
49 | Comment
50 | Rename GFX0 to IGPU (Graphics)
51 | Count
52 | 1
53 | Enabled
54 |
55 | Find
56 |
57 | R0ZYMA==
58 |
59 | Limit
60 | 0
61 | Mask
62 |
63 |
64 | OemTableId
65 |
66 |
67 | Replace
68 |
69 | SUdQVQ==
70 |
71 | ReplaceMask
72 |
73 |
74 | Skip
75 | 0
76 | TableLength
77 | 0
78 | TableSignature
79 |
80 | RFNEVA==
81 |
82 |
83 |
84 | Quirks
85 |
86 | FadtEnableReset
87 |
88 | IgnoreForWindows
89 |
90 | NormalizeHeaders
91 |
92 | RebaseRegions
93 |
94 | ResetLogoStatus
95 |
96 |
97 |
98 | DeviceProperties
99 |
100 | Add
101 |
102 | PciRoot(0x0)/Pci(0x1f,0x3)
103 |
104 | layout-id
105 |
106 | BwAAAA==
107 |
108 |
109 |
110 | Block
111 |
112 | PciRoot(0x0)/Pci(0x1b,0x0)
113 |
114 | MaximumBootBeepVolume
115 |
116 |
117 |
118 | Kernel
119 |
120 | Add
121 |
122 |
123 | BundlePath
124 | Lilu.kext
125 | Comment
126 | Main
127 | Enabled
128 |
129 | ExecutablePath
130 | Contents/MacOS/Lilu
131 | PlistPath
132 | Contents/Info.plist
133 |
134 |
135 | BundlePath
136 | WhateverGreen.kext
137 | Comment
138 | Graphics
139 | Enabled
140 |
141 | ExecutablePath
142 | Contents/MacOS/WhateverGreen
143 | PlistPath
144 | Contents/Info.plist
145 |
146 |
147 | BundlePath
148 | AppleALC.kext
149 | Comment
150 | Audio
151 | Enabled
152 |
153 | ExecutablePath
154 | Contents/MacOS/AppleALC
155 | PlistPath
156 | Contents/Info.plist
157 |
158 |
159 | BundlePath
160 | VirtualSMC.kext
161 | Comment
162 | SMC
163 | Enabled
164 |
165 | ExecutablePath
166 | Contents/MacOS/VirtualSMC
167 | PlistPath
168 | Contents/Info.plist
169 |
170 |
171 | BundlePath
172 | SMCProcessor.kext
173 | Comment
174 | SMC
175 | Enabled
176 |
177 | ExecutablePath
178 | Contents/MacOS/SMCProcessor
179 | PlistPath
180 | Contents/Info.plist
181 |
182 |
183 | BundlePath
184 | SMCSuperIO.kext
185 | Comment
186 | SMC
187 | Enabled
188 |
189 | ExecutablePath
190 | Contents/MacOS/SMCSuperIO
191 | PlistPath
192 | Contents/Info.plist
193 |
194 |
195 | BundlePath
196 | IntelMausiEthernet.kext
197 | Comment
198 | Ethernet I
199 | Enabled
200 |
201 | ExecutablePath
202 | Contents/MacOS/IntelMausiEthernet
203 | PlistPath
204 | Contents/Info.plist
205 |
206 |
207 | Block
208 |
209 |
210 | Enabled
211 |
212 | Identifier
213 | com.apple.driver.AppleTyMCEDriver
214 |
215 |
216 | Patch
217 |
218 |
219 | Count
220 | 1
221 | Enabled
222 |
223 | Find
224 |
225 | dS4Ptg==
226 |
227 | Identifier
228 | com.apple.driver.AppleRTC
229 | Limit
230 | 0
231 | Mask
232 |
233 |
234 | MatchKernel
235 |
236 | Replace
237 |
238 | 6y4Ptg==
239 |
240 | ReplaceMask
241 |
242 |
243 | Skip
244 | 0
245 |
246 |
247 | Count
248 | 1
249 | Enabled
250 |
251 | Find
252 |
253 | dTMPtw==
254 |
255 | Identifier
256 | com.apple.driver.AppleRTC
257 | Limit
258 | 0
259 | Mask
260 |
261 |
262 | MatchKernel
263 | 18.5.0
264 | Replace
265 |
266 | 6zMPtw==
267 |
268 | ReplaceMask
269 |
270 |
271 | Skip
272 | 0
273 |
274 |
275 | Base
276 | _AcpiOsVprintf
277 | Count
278 | 0
279 | Enabled
280 |
281 | Find
282 |
283 |
284 | Identifier
285 | com.apple.driver.AppleACPIPlatform
286 | Limit
287 | 0
288 | Mask
289 |
290 |
291 | MatchKernel
292 | 18.5.0
293 | Replace
294 |
295 | ww==
296 |
297 | ReplaceMask
298 |
299 |
300 | Skip
301 | 0
302 |
303 |
304 | Quirks
305 |
306 | AppleCpuPmCfgLock
307 |
308 | AppleXcpmCfgLock
309 |
310 | AppleXcpmExtraMsrs
311 |
312 | CustomSMBIOSGuid
313 |
314 | DisableIoMapper
315 |
316 | ExternalDiskIcons
317 |
318 | LapicKernelPanic
319 |
320 | PanicFALSEKextDump
321 |
322 | ThirdPartyTrim
323 |
324 | XhciPortLimit
325 |
326 |
327 |
328 | Misc
329 |
330 | Boot
331 |
332 | ConsoleBehaviourOs
333 | ForceGraphics
334 | ConsoleBehaviourUi
335 | Text
336 | ConsoleMode
337 | Max
338 | HideSelf
339 |
340 | Resolution
341 | Max
342 | ShowPicker
343 |
344 | Timeout
345 | 15
346 | UsePicker
347 |
348 |
349 | Debug
350 |
351 | DisableWatchDog
352 |
353 | DisplayDelay
354 | 0
355 | DisplayLevel
356 | 64
357 | Target
358 | 67
359 |
360 | Security
361 |
362 | ExposeSensitiveData
363 | 3
364 | HaltLevel
365 | 0
366 | RequireSignature
367 |
368 | RequireVault
369 |
370 | ScanPolicy
371 | 0
372 |
373 |
374 | NVRAM
375 |
376 | Add
377 |
378 | 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14
379 |
380 | UIScale
381 |
382 | AQ==
383 |
384 |
385 | 7C436110-AB2A-4BBB-A880-FE41995C9F82
386 |
387 | boot-args
388 | npci=0x3000 darkwake=8 slide=0 dart=0
389 | bootercfg
390 | log=0 debug=0 level=0
391 | csr-active-config
392 |
393 | ZwAAAA==
394 |
395 | prev-lang:kbd
396 |
397 | ZW5fR0I6MjUw
398 |
399 |
400 |
401 | Block
402 |
403 |
404 | PlatformInfo
405 |
406 | Automatic
407 |
408 | Generic
409 |
410 | MLB
411 |
412 | ROM
413 |
414 | tC6ZOTMd
415 |
416 | SpoofVendor
417 |
418 | SystemProductName
419 | iMacPro1,1
420 | SystemSerialNumber
421 |
422 | SystemUUID
423 |
424 |
425 | UpdateDataHub
426 |
427 | UpdateNVRAM
428 |
429 | UpdateSMBIOS
430 |
431 | UpdateSMBIOSMode
432 | Create
433 |
434 | UEFI
435 |
436 | ConnectDrivers
437 |
438 | Drivers
439 |
440 | ApfsDriverLoader.efi
441 | VirtualSmc.efi
442 | AptioInputFix.efi
443 | AptioMemoryFix.efi
444 | HFSPlus.efi
445 |
446 | Protocols
447 |
448 | AppleBootPolicy
449 |
450 | ConsoleControl
451 |
452 | DataHub
453 |
454 | DeviceProperties
455 |
456 |
457 | Quirks
458 |
459 | ExitBootServicesDelay
460 | 0
461 | IgnoreInvalidFlexRatio
462 |
463 | IgnoreTextInGraphics
464 |
465 | ProvideConsoleGop
466 |
467 | ReleaseUsbOwnership
468 |
469 | RequestBootVarRouting
470 |
471 | SanitiseClearScreen
472 |
473 |
474 |
475 |
476 |
477 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/Z370-UD3H/Config.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | ACPI
6 |
7 | Add
8 |
9 |
10 | Comment
11 | PLUG
12 | Enabled
13 |
14 | Path
15 | SSDT-Z370-PLUG.aml
16 |
17 |
18 | Comment
19 | USB EXTRA CHARGE
20 | Enabled
21 |
22 | Path
23 | SSDT-Z370-USBX.aml
24 |
25 |
26 | Block
27 |
28 |
29 | All
30 |
31 | Comment
32 | Drop DMAR
33 | Enabled
34 |
35 | OemTableId
36 |
37 |
38 | TableLength
39 | 0
40 | TableSignature
41 |
42 | RE1BUg==
43 |
44 |
45 |
46 | Patch
47 |
48 |
49 | Comment
50 | Rename GFX0 to IGPU (Graphics)
51 | Count
52 | 1
53 | Enabled
54 |
55 | Find
56 |
57 | R0ZYMA==
58 |
59 | Limit
60 | 0
61 | Mask
62 |
63 |
64 | OemTableId
65 |
66 |
67 | Replace
68 |
69 | SUdQVQ==
70 |
71 | ReplaceMask
72 |
73 |
74 | Skip
75 | 0
76 | TableLength
77 | 0
78 | TableSignature
79 |
80 | RFNEVA==
81 |
82 |
83 |
84 | Comment
85 | Rename XHCI to XHC (USB)
86 | Count
87 | 1
88 | Enabled
89 |
90 | Find
91 |
92 | WEhDSQ==
93 |
94 | Limit
95 | 0
96 | Mask
97 |
98 |
99 | OemTableId
100 |
101 |
102 | Replace
103 |
104 | WEhD
105 |
106 | ReplaceMask
107 |
108 |
109 | Skip
110 | 0
111 | TableLength
112 | 0
113 | TableSignature
114 |
115 | RFNEVA==
116 |
117 |
118 |
119 | Quirks
120 |
121 | FadtEnableReset
122 |
123 | NormalizeHeaders
124 |
125 | RebaseRegions
126 |
127 | ResetHwSig
128 |
129 | ResetLogoStatus
130 |
131 |
132 |
133 | DeviceProperties
134 |
135 | Add
136 |
137 | PciRoot(0x0)/Pci(0x1f,0x3)
138 |
139 | layout-id
140 |
141 | BwAAAA==
142 |
143 |
144 |
145 | Block
146 |
147 | PciRoot(0x0)/Pci(0x1b,0x0)
148 |
149 | MaximumBootBeepVolume
150 |
151 |
152 |
153 | Kernel
154 |
155 | Add
156 |
157 |
158 | BundlePath
159 | Lilu.kext
160 | Comment
161 | Main
162 | Enabled
163 |
164 | ExecutablePath
165 | Contents/MacOS/Lilu
166 | PlistPath
167 | Contents/Info.plist
168 |
169 |
170 | BundlePath
171 | WhateverGreen.kext
172 | Comment
173 | Graphics
174 | Enabled
175 |
176 | ExecutablePath
177 | Contents/MacOS/WhateverGreen
178 | PlistPath
179 | Contents/Info.plist
180 |
181 |
182 | BundlePath
183 | AppleALC.kext
184 | Comment
185 | Audio
186 | Enabled
187 |
188 | ExecutablePath
189 | Contents/MacOS/AppleALC
190 | PlistPath
191 | Contents/Info.plist
192 |
193 |
194 | BundlePath
195 | VirtualSMC.kext
196 | Comment
197 | SMC
198 | Enabled
199 |
200 | ExecutablePath
201 | Contents/MacOS/VirtualSMC
202 | PlistPath
203 | Contents/Info.plist
204 |
205 |
206 | BundlePath
207 | SMCProcessor.kext
208 | Comment
209 | SMC
210 | Enabled
211 |
212 | ExecutablePath
213 | Contents/MacOS/SMCProcessor
214 | PlistPath
215 | Contents/Info.plist
216 |
217 |
218 | BundlePath
219 | SMCSuperIO.kext
220 | Comment
221 | SMC
222 | Enabled
223 |
224 | ExecutablePath
225 | Contents/MacOS/SMCSuperIO
226 | PlistPath
227 | Contents/Info.plist
228 |
229 |
230 | BundlePath
231 | IntelMausiEthernet.kext
232 | Comment
233 | Ethernet
234 | Enabled
235 |
236 | ExecutablePath
237 | Contents/MacOS/IntelMausiEthernet
238 | PlistPath
239 | Contents/Info.plist
240 |
241 |
242 | Block
243 |
244 |
245 | Comment
246 |
247 | Enabled
248 |
249 | Identifier
250 | com.apple.driver.AppleTyMCEDriver
251 | MatchKernel
252 |
253 |
254 |
255 | Emulate
256 |
257 | Cpuid1Data
258 |
259 |
260 | Cpuid1Mask
261 |
262 |
263 |
264 | Patch
265 |
266 |
267 | Base
268 |
269 | Comment
270 |
271 | Count
272 | 1
273 | Enabled
274 |
275 | Find
276 |
277 | dS4Ptg==
278 |
279 | Identifier
280 | com.apple.driver.AppleRTC
281 | Limit
282 | 0
283 | Mask
284 |
285 |
286 | MatchKernel
287 |
288 | Replace
289 |
290 | 6y4Ptg==
291 |
292 | ReplaceMask
293 |
294 |
295 | Skip
296 | 0
297 |
298 |
299 | Base
300 |
301 | Comment
302 |
303 | Count
304 | 1
305 | Enabled
306 |
307 | Find
308 |
309 | dTMPtw==
310 |
311 | Identifier
312 | com.apple.driver.AppleRTC
313 | Limit
314 | 0
315 | Mask
316 |
317 |
318 | MatchKernel
319 | 18.5.0
320 | Replace
321 |
322 | 6zMPtw==
323 |
324 | ReplaceMask
325 |
326 |
327 | Skip
328 | 0
329 |
330 |
331 | Base
332 | _AcpiOsVprintf
333 | Comment
334 |
335 | Count
336 | 0
337 | Enabled
338 |
339 | Find
340 |
341 |
342 | Identifier
343 | com.apple.driver.AppleACPIPlatform
344 | Limit
345 | 0
346 | Mask
347 |
348 |
349 | MatchKernel
350 | 18.5.0
351 | Replace
352 |
353 | ww==
354 |
355 | ReplaceMask
356 |
357 |
358 | Skip
359 | 0
360 |
361 |
362 | Base
363 |
364 | Comment
365 |
366 | Count
367 | 1
368 | Enabled
369 |
370 | Find
371 |
372 | ugUAAAA=
373 |
374 | Identifier
375 | com.apple.driver.AppleGraphicsDevicePolicy
376 | Limit
377 | 0
378 | Mask
379 |
380 |
381 | MatchKernel
382 |
383 | Replace
384 |
385 | ugAAAAA=
386 |
387 | ReplaceMask
388 |
389 |
390 | Skip
391 | 0
392 |
393 |
394 | Quirks
395 |
396 | AppleCpuPmCfgLock
397 |
398 | AppleXcpmCfgLock
399 |
400 | AppleXcpmExtraMsrs
401 |
402 | CustomSMBIOSGuid
403 |
404 | DisableIoMapper
405 |
406 | ExternalDiskIcons
407 |
408 | LapicKernelPanic
409 |
410 | PanicFALSEKextDump
411 |
412 | ThirdPartyTrim
413 |
414 | XhciPortLimit
415 |
416 |
417 |
418 | Misc
419 |
420 | Boot
421 |
422 | ConsoleBehaviourOs
423 | ForceGraphics
424 | ConsoleBehaviourUi
425 | Text
426 | ConsoleMode
427 | Max
428 | HideSelf
429 |
430 | Resolution
431 | MAX
432 | ShowPicker
433 |
434 | Timeout
435 | 25
436 | UsePicker
437 |
438 |
439 | Debug
440 |
441 | DisableWatchDog
442 |
443 | DisplayDelay
444 | 0
445 | DisplayLevel
446 | 64
447 | Target
448 | 67
449 |
450 | Security
451 |
452 | ExposeSensitiveData
453 | 3
454 | HaltLevel
455 | 0
456 | RequireSignature
457 |
458 | RequireVault
459 |
460 | ScanPolicy
461 | 0
462 |
463 | Tools
464 |
465 |
466 | Comment
467 | Not signed for security reasons
468 | Enabled
469 |
470 | Name
471 | UEFI Shell
472 | Path
473 | Shell.efi
474 |
475 |
476 | Comment
477 | Memory testing utility
478 | Enabled
479 |
480 | Name
481 | memcheck
482 | Path
483 | memcheck/memcheck.efi
484 |
485 |
486 |
487 | NVRAM
488 |
489 | Add
490 |
491 | 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14
492 |
493 | UIScale
494 |
495 | AQ==
496 |
497 |
498 | 7C436110-AB2A-4BBB-A880-FE41995C9F82
499 |
500 | boot-args
501 | npci=0x3000 darkwake=8
502 | csr-active-config
503 |
504 | BnAAAA==
505 |
506 | nvda_drv
507 |
508 | MA==
509 |
510 | prev-lang:kbd
511 |
512 | ZW5fR0I6MjUw
513 |
514 |
515 |
516 | Block
517 |
518 | 7C436110-AB2A-4BBB-A880-FE41995C9F82
519 |
520 | csr-active-config
521 | boot-args
522 |
523 |
524 | LegacyEnable
525 |
526 | LegacySchema
527 |
528 | 7C436110-AB2A-4BBB-A880-FE41995C9F82
529 |
530 | EFILoginHiDPI
531 | EFIBluetoothDelay
532 | LocationServicesEnabled
533 | SystemAudioVolume
534 | SystemAudioVolumeDB
535 | bluetoothActiveControllerInfo
536 | bluetoothInternalControllerInfo
537 | flagstate
538 | fmm-computer-name
539 | nvda_drv
540 | prev-lang:kbd
541 |
542 | 8BE4DF61-93CA-11D2-AA0D-00E098032B8C
543 |
544 | Boot0080
545 | Boot0081
546 | Boot0082
547 | BootNext
548 | BootOrder
549 |
550 |
551 |
552 | PlatformInfo
553 |
554 | Automatic
555 |
556 | Generic
557 |
558 | MLB
559 |
560 | ROM
561 |
562 | OOii6FFO
563 |
564 | SpoofVendor
565 |
566 | SystemProductName
567 | iMacPro1,1
568 | SystemSerialNumber
569 |
570 | SystemUUID
571 |
572 |
573 | UpdateDataHub
574 |
575 | UpdateNVRAM
576 |
577 | UpdateSMBIOS
578 |
579 | UpdateSMBIOSMode
580 | Create
581 |
582 | UEFI
583 |
584 | ConnectDrivers
585 |
586 | Drivers
587 |
588 | ApfsDriverLoader.efi
589 | VirtualSmc.efi
590 | OsxAptioFix2Drv-free2000.efi
591 | EmuVariableUefi.efi
592 | HFSPlus.efi
593 |
594 | Protocols
595 |
596 | AppleBootPolicy
597 |
598 | ConsoleControl
599 |
600 | DataHub
601 |
602 | DeviceProperties
603 |
604 |
605 | Quirks
606 |
607 | ExitBootServicesDelay
608 | 0
609 | IgnoreInvalidFlexRatio
610 |
611 | IgnoreTextInGraphics
612 |
613 | ProvideConsoleGop
614 |
615 | ReleaseUsbOwnership
616 |
617 | RequestBootVarRouting
618 |
619 | SanitiseClearScreen
620 |
621 |
622 |
623 |
624 |
625 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/Z370-UD3H/Readme.md:
--------------------------------------------------------------------------------
1 | # GA-Z370-UD3H
2 |
3 | IGPU UHD630
4 |
5 | SMBIOS Used:
6 | - iMacPro1,1
7 |
8 | Kext Used:
9 | - Lilu
10 | - WahteverGreen
11 | - AppleALC
12 | - IntelMausiEthernet
13 | - VirtualSMC
14 | - SMCProcessor
15 | - SMCSuperIO
16 | * For USB need create a usb map using hackintool *
17 |
18 | Drivers Used:
19 | - ApfsDriverLoader
20 | - OsxAptioFix2Drv-free2000
21 | - EmuVariableUefi
22 | - VirtualSMC
23 | - HfsPlus
24 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/Z370-UD3H/SSDT-Z370-PLUG.aml:
--------------------------------------------------------------------------------
1 | /*
2 | * Intel ACPI Component Architecture
3 | * AML/ASL+ Disassembler version 20180427 (64-bit version)(RM)
4 | * Copyright (c) 2000 - 2018 Intel Corporation
5 | *
6 | * Disassembling to non-symbolic legacy ASL operators
7 | *
8 | * Disassembly of iASL1iKAim.aml, Wed Jul 17 07:28:33 2019
9 | *
10 | * Original Table Header:
11 | * Signature "SSDT"
12 | * Length 0x000000A7 (167)
13 | * Revision 0x02
14 | * Checksum 0xC1
15 | * OEM ID "CpuRef"
16 | * OEM Table ID "CpuPlug"
17 | * OEM Revision 0x00003000 (12288)
18 | * Compiler ID "INTL"
19 | * Compiler Version 0x20180427 (538444839)
20 | */
21 | DefinitionBlock ("", "SSDT", 2, "CpuRef", "CpuPlug", 0x00003000)
22 | {
23 | External (_PR_.PR00, ProcessorObj) // (from opcode)
24 |
25 | Scope (\_PR.PR00)
26 | {
27 | Method (DTGP, 5, NotSerialized)
28 | {
29 | If (LEqual (Arg0, ToUUID ("a0b5b7c6-1318-441c-b0c9-fe695eaf949b")))
30 | {
31 | If (LEqual (Arg1, One))
32 | {
33 | If (LEqual (Arg2, Zero))
34 | {
35 | Store (Buffer (One)
36 | {
37 | 0x03
38 | }, Arg4)
39 | Return (One)
40 | }
41 |
42 | If (LEqual (Arg2, One))
43 | {
44 | Return (One)
45 | }
46 | }
47 | }
48 |
49 | Store (Buffer (One)
50 | {
51 | 0x00
52 | }, Arg4)
53 | Return (Zero)
54 | }
55 |
56 | Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
57 | {
58 | Store (Package (0x02)
59 | {
60 | "plugin-type",
61 | One
62 | }, Local0)
63 | DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
64 | Return (Local0)
65 | }
66 | }
67 | }
68 |
69 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/Z370-UD3H/SSDT-Z370M-USBX.aml:
--------------------------------------------------------------------------------
1 | /*
2 | * Intel ACPI Component Architecture
3 | * AML/ASL+ Disassembler version 20180427 (64-bit version)(RM)
4 | * Copyright (c) 2000 - 2018 Intel Corporation
5 | *
6 | * Disassembling to non-symbolic legacy ASL operators
7 | *
8 | * Disassembly of iASLdTIMrw.aml, Wed Jul 17 07:28:21 2019
9 | *
10 | * Original Table Header:
11 | * Signature "SSDT"
12 | * Length 0x00000158 (344)
13 | * Revision 0x02
14 | * Checksum 0x4D
15 | * OEM ID "ZISQO"
16 | * OEM Table ID "ECUSBX"
17 | * OEM Revision 0x00001000 (4096)
18 | * Compiler ID "INTL"
19 | * Compiler Version 0x20180427 (538444839)
20 | */
21 | DefinitionBlock ("", "SSDT", 2, "ZISQO", "ECUSBX", 0x00001000)
22 | {
23 | External (_SB_.PCI0.LPCB, DeviceObj) // (from opcode)
24 | External (_SB_.PCI0.LPCB.H_EC, DeviceObj) // (from opcode)
25 |
26 | Scope (\_SB.PCI0.LPCB.H_EC)
27 | {
28 | Method (_STA, 0, NotSerialized) // _STA: Status
29 | {
30 | If (_OSI ("Darwin"))
31 | {
32 | Return (Zero)
33 | }
34 | Else
35 | {
36 | Return (0x0F)
37 | }
38 | }
39 | }
40 |
41 | Scope (\_SB.PCI0.LPCB)
42 | {
43 | Device (EC)
44 | {
45 | Name (_HID, "PNP0C09") // _HID: Hardware ID
46 | Method (_STA, 0, NotSerialized) // _STA: Status
47 | {
48 | If (_OSI ("Darwin"))
49 | {
50 | Return (0x0F)
51 | }
52 | Else
53 | {
54 | Return (Zero)
55 | }
56 | }
57 | }
58 | }
59 |
60 | Device (_SB.USBX)
61 | {
62 | Name (_ADR, Zero) // _ADR: Address
63 | Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
64 | {
65 | If (LNot (Arg2))
66 | {
67 | Return (Buffer (One)
68 | {
69 | 0x03
70 | })
71 | }
72 |
73 | Return (Package (0x08)
74 | {
75 | "kUSBSleepPortCurrentLimit",
76 | 0x0834,
77 | "kUSBSleepPowerSupply",
78 | 0x13EC,
79 | "kUSBWakePortCurrentLimit",
80 | 0x0834,
81 | "kUSBWakePowerSupply",
82 | 0x13EC
83 | })
84 | }
85 | }
86 | }
87 |
88 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/Z370P D3/Readme.md:
--------------------------------------------------------------------------------
1 | 
2 |
3 | # GA-Z370P-D3
4 |
5 | # OpenCore BootLoader 0.0.4 (August 9th 2019)
6 |
7 | IGPU UHD630
8 |
9 | SMBIOS Used:
10 | - iMac19,2
11 |
12 | Kext Used:
13 | - Lilu
14 | - WahteverGreen
15 | - AppleALC
16 | - RealtekRTL8111
17 | - VirtualSMC
18 | - SMCProcessor
19 | - SMCSuperIO
20 | * For USB need create a usb map using hackintool *
21 |
22 | Drivers Used:
23 | - ApfsDriverLoader
24 | - FwRuntimeServices
25 | - HfsPlus
26 |
27 | **This Board will only Boot Opencore with BIOS Revision F4**
28 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/Z390-DESIGNARE/Config.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | ACPI
6 |
7 | Add
8 |
9 |
10 | Comment
11 | PLUG
12 | Enabled
13 |
14 | Path
15 | SSDT-Z390-PLUG.aml
16 |
17 |
18 | Comment
19 | USB EXTRA CHARGE
20 | Enabled
21 |
22 | Path
23 | SSDT-Z390-USBX.aml
24 |
25 |
26 | Comment
27 | Base on ZISQO's Setting
28 | Enabled
29 |
30 | Path
31 | SSDT-ZISQO.aml
32 |
33 |
34 | Block
35 |
36 | Patch
37 |
38 | Quirks
39 |
40 | FadtEnableReset
41 |
42 | IgnoreForWindows
43 |
44 | NormalizeHeaders
45 |
46 | RebaseRegions
47 |
48 | ResetLogoStatus
49 |
50 |
51 |
52 | DeviceProperties
53 |
54 | Add
55 |
56 | PciRoot(0x0)/Pci(0x1f,0x3)
57 |
58 | layout-id
59 |
60 | BwAAAA==
61 |
62 |
63 |
64 | Block
65 |
66 | PciRoot(0x0)/Pci(0x1b,0x0)
67 |
68 | MaximumBootBeepVolume
69 |
70 |
71 |
72 | Kernel
73 |
74 | Add
75 |
76 |
77 | BundlePath
78 | Lilu.kext
79 | Comment
80 | Main
81 | Enabled
82 |
83 | ExecutablePath
84 | Contents/MacOS/Lilu
85 | PlistPath
86 | Contents/Info.plist
87 |
88 |
89 | BundlePath
90 | WhateverGreen.kext
91 | Comment
92 | Graphics
93 | Enabled
94 |
95 | ExecutablePath
96 | Contents/MacOS/WhateverGreen
97 | PlistPath
98 | Contents/Info.plist
99 |
100 |
101 | BundlePath
102 | AppleALC.kext
103 | Comment
104 | Audio
105 | Enabled
106 |
107 | ExecutablePath
108 | Contents/MacOS/AppleALC
109 | PlistPath
110 | Contents/Info.plist
111 |
112 |
113 | BundlePath
114 | VirtualSMC.kext
115 | Comment
116 | SMC
117 | Enabled
118 |
119 | ExecutablePath
120 | Contents/MacOS/VirtualSMC
121 | PlistPath
122 | Contents/Info.plist
123 |
124 |
125 | BundlePath
126 | USBInjectAll.kext
127 | Comment
128 | USB
129 | Enabled
130 |
131 | ExecutablePath
132 | Contents/MacOS/USBInjectAll
133 | PlistPath
134 | Contents/Info.plist
135 |
136 |
137 | BundlePath
138 | IntelMausiEthernet.kext
139 | Comment
140 | Ethernet I
141 | Enabled
142 |
143 | ExecutablePath
144 | Contents/MacOS/IntelMausiEthernet
145 | PlistPath
146 | Contents/Info.plist
147 |
148 |
149 | BundlePath
150 | SmallTreeIntel82576.kext
151 | Comment
152 | Ethernet II
153 | Enabled
154 |
155 | ExecutablePath
156 | Contents/MacOS/SmallTreeIntel82576
157 | PlistPath
158 | Contents/Info.plist
159 |
160 |
161 | Block
162 |
163 | Patch
164 |
165 | Quirks
166 |
167 | AppleCpuPmCfgLock
168 |
169 | AppleXcpmCfgLock
170 |
171 | AppleXcpmExtraMsrs
172 |
173 | CustomSMBIOSGuid
174 |
175 | DisableIoMapper
176 |
177 | ExternalDiskIcons
178 |
179 | LapicKernelPanic
180 |
181 | PanicFALSEKextDump
182 |
183 | ThirdPartyTrim
184 |
185 | XhciPortLimit
186 |
187 |
188 |
189 | Misc
190 |
191 | Boot
192 |
193 | ConsoleBehaviourOs
194 | ForceGraphics
195 | ConsoleBehaviourUi
196 | Text
197 | ConsoleMode
198 | Max
199 | HideSelf
200 |
201 | Resolution
202 | Max
203 | ShowPicker
204 |
205 | Timeout
206 | 15
207 | UsePicker
208 |
209 |
210 | Debug
211 |
212 | DisableWatchDog
213 |
214 | DisplayDelay
215 | 0
216 | DisplayLevel
217 | 64
218 | Target
219 | 67
220 |
221 | Security
222 |
223 | ExposeSensitiveData
224 | 3
225 | HaltLevel
226 | 0
227 | RequireSignature
228 |
229 | RequireVault
230 |
231 | ScanPolicy
232 | 0
233 |
234 |
235 | NVRAM
236 |
237 | Add
238 |
239 | 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14
240 |
241 | UIScale
242 |
243 | AQ==
244 |
245 |
246 | 7C436110-AB2A-4BBB-A880-FE41995C9F82
247 |
248 | boot-args
249 | npci=0x3000 darkwake=8 slide=0 dart=0
250 | bootercfg
251 | log=0 debug=0 level=0
252 | csr-active-config
253 |
254 | ZwAAAA==
255 |
256 | prev-lang:kbd
257 |
258 | ZW5fR0I6MjUw
259 |
260 |
261 |
262 | Block
263 |
264 |
265 | PlatformInfo
266 |
267 | Automatic
268 |
269 | Generic
270 |
271 | MLB
272 |
273 | ROM
274 |
275 | TTMlJ189
276 |
277 | SpoofVendor
278 |
279 | SystemProductName
280 | iMacPro1,1
281 | SystemSerialNumber
282 |
283 | SystemUUID
284 |
285 |
286 | UpdateDataHub
287 |
288 | UpdateNVRAM
289 |
290 | UpdateSMBIOS
291 |
292 | UpdateSMBIOSMode
293 | Create
294 |
295 | UEFI
296 |
297 | ConnectDrivers
298 |
299 | Drivers
300 |
301 | ApfsDriverLoader.efi
302 | VirtualSmc.efi
303 | OsxAptioFix2Drv-free2000.efi
304 | EmuVariableUefi.efi
305 | HFSPlus.efi
306 |
307 | Protocols
308 |
309 | AppleBootPolicy
310 |
311 | ConsoleControl
312 |
313 | DataHub
314 |
315 | DeviceProperties
316 |
317 |
318 | Quirks
319 |
320 | ExitBootServicesDelay
321 | 0
322 | IgnoreInvalidFlexRatio
323 |
324 | IgnoreTextInGraphics
325 |
326 | ProvideConsoleGop
327 |
328 | ReleaseUsbOwnership
329 |
330 | RequestBootVarRouting
331 |
332 | SanitiseClearScreen
333 |
334 |
335 |
336 |
337 |
338 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/Z390-DESIGNARE/Readme.md:
--------------------------------------------------------------------------------
1 | # GA-Z390-DESIGNARE
2 |
3 | IGPU UHD630
4 |
5 | SMBIOS Used:
6 | - iMacPro1,1
7 |
8 | Kext Used:
9 | - Lilu
10 | - WahteverGreen
11 | - AppleALC
12 | - IntelMausiEthernet
13 | - SmallTreeIntel82576
14 | - VirtualSMC
15 | * For USB need create a usb map using hackintool *
16 |
17 | Drivers Used:
18 | - ApfsDriverLoader
19 | - EmuVariableUefi
20 | - OsxAptioFix2Drv-free2000
21 | - VirtualSMC
22 | - HfsPlus
23 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/Z390-DESIGNARE/SSDT-Z390-PLUG.aml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/insanelymacdiscord/Getting-Started-With-OpenCore/8a935e415dc1cbde9ab75ae9a2d001386c3ebf89/OpenCore EFI/Gigabyte/Z390-DESIGNARE/SSDT-Z390-PLUG.aml
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/Z390-DESIGNARE/SSDT-Z390-USBX.aml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/insanelymacdiscord/Getting-Started-With-OpenCore/8a935e415dc1cbde9ab75ae9a2d001386c3ebf89/OpenCore EFI/Gigabyte/Z390-DESIGNARE/SSDT-Z390-USBX.aml
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/Z390-GAMING-SLI/Readme.md:
--------------------------------------------------------------------------------
1 | # GA-Z390-GAMING-SLI
2 |
3 | IGPU UHD630
4 |
5 | SMBIOS Used:
6 | - iMacPro1,1
7 |
8 | Kext Used:
9 | - Lilu
10 | - WahteverGreen
11 | - AppleALC
12 | - IntelMausiEthernet
13 | - VirtualSMC
14 | - SMCProcessor
15 | - SMCSuperIO
16 | * For USB need create a usb map using hackintool *
17 |
18 | Drivers Used:
19 | - ApfsDriverLoader
20 | - EmuVariableUefi
21 | - OsxAptioFix2Drv-free2000
22 | - VirtualSMC
23 | - HfsPlus
24 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/Z390-GAMING-SLI/SSDT-Z370-PLUG.aml:
--------------------------------------------------------------------------------
1 | /*
2 | * Intel ACPI Component Architecture
3 | * AML/ASL+ Disassembler version 20180427 (64-bit version)(RM)
4 | * Copyright (c) 2000 - 2018 Intel Corporation
5 | *
6 | * Disassembling to non-symbolic legacy ASL operators
7 | *
8 | * Disassembly of iASLCtZ0Pd.aml, Wed Jul 17 07:35:53 2019
9 | *
10 | * Original Table Header:
11 | * Signature "SSDT"
12 | * Length 0x000000A7 (167)
13 | * Revision 0x02
14 | * Checksum 0xC1
15 | * OEM ID "CpuRef"
16 | * OEM Table ID "CpuPlug"
17 | * OEM Revision 0x00003000 (12288)
18 | * Compiler ID "INTL"
19 | * Compiler Version 0x20180427 (538444839)
20 | */
21 | DefinitionBlock ("", "SSDT", 2, "CpuRef", "CpuPlug", 0x00003000)
22 | {
23 | External (_PR_.PR00, ProcessorObj) // (from opcode)
24 |
25 | Scope (\_PR.PR00)
26 | {
27 | Method (DTGP, 5, NotSerialized)
28 | {
29 | If (LEqual (Arg0, ToUUID ("a0b5b7c6-1318-441c-b0c9-fe695eaf949b")))
30 | {
31 | If (LEqual (Arg1, One))
32 | {
33 | If (LEqual (Arg2, Zero))
34 | {
35 | Store (Buffer (One)
36 | {
37 | 0x03
38 | }, Arg4)
39 | Return (One)
40 | }
41 |
42 | If (LEqual (Arg2, One))
43 | {
44 | Return (One)
45 | }
46 | }
47 | }
48 |
49 | Store (Buffer (One)
50 | {
51 | 0x00
52 | }, Arg4)
53 | Return (Zero)
54 | }
55 |
56 | Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
57 | {
58 | Store (Package (0x02)
59 | {
60 | "plugin-type",
61 | One
62 | }, Local0)
63 | DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
64 | Return (Local0)
65 | }
66 | }
67 | }
68 |
69 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/Z390-GAMING-SLI/SSDT-Z370M-USBX.aml:
--------------------------------------------------------------------------------
1 | /*
2 | * Intel ACPI Component Architecture
3 | * AML/ASL+ Disassembler version 20180427 (64-bit version)(RM)
4 | * Copyright (c) 2000 - 2018 Intel Corporation
5 | *
6 | * Disassembling to non-symbolic legacy ASL operators
7 | *
8 | * Disassembly of iASLoLOBl6.aml, Wed Jul 17 07:35:33 2019
9 | *
10 | * Original Table Header:
11 | * Signature "SSDT"
12 | * Length 0x00000158 (344)
13 | * Revision 0x02
14 | * Checksum 0x4D
15 | * OEM ID "ZISQO"
16 | * OEM Table ID "ECUSBX"
17 | * OEM Revision 0x00001000 (4096)
18 | * Compiler ID "INTL"
19 | * Compiler Version 0x20180427 (538444839)
20 | */
21 | DefinitionBlock ("", "SSDT", 2, "ZISQO", "ECUSBX", 0x00001000)
22 | {
23 | External (_SB_.PCI0.LPCB, DeviceObj) // (from opcode)
24 | External (_SB_.PCI0.LPCB.H_EC, DeviceObj) // (from opcode)
25 |
26 | Scope (\_SB.PCI0.LPCB.H_EC)
27 | {
28 | Method (_STA, 0, NotSerialized) // _STA: Status
29 | {
30 | If (_OSI ("Darwin"))
31 | {
32 | Return (Zero)
33 | }
34 | Else
35 | {
36 | Return (0x0F)
37 | }
38 | }
39 | }
40 |
41 | Scope (\_SB.PCI0.LPCB)
42 | {
43 | Device (EC)
44 | {
45 | Name (_HID, "PNP0C09") // _HID: Hardware ID
46 | Method (_STA, 0, NotSerialized) // _STA: Status
47 | {
48 | If (_OSI ("Darwin"))
49 | {
50 | Return (0x0F)
51 | }
52 | Else
53 | {
54 | Return (Zero)
55 | }
56 | }
57 | }
58 | }
59 |
60 | Device (_SB.USBX)
61 | {
62 | Name (_ADR, Zero) // _ADR: Address
63 | Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
64 | {
65 | If (LNot (Arg2))
66 | {
67 | Return (Buffer (One)
68 | {
69 | 0x03
70 | })
71 | }
72 |
73 | Return (Package (0x08)
74 | {
75 | "kUSBSleepPortCurrentLimit",
76 | 0x0834,
77 | "kUSBSleepPowerSupply",
78 | 0x13EC,
79 | "kUSBWakePortCurrentLimit",
80 | 0x0834,
81 | "kUSBWakePowerSupply",
82 | 0x13EC
83 | })
84 | }
85 | }
86 | }
87 |
88 |
--------------------------------------------------------------------------------
/OpenCore EFI/Gigabyte/Z390-UD/README.md:
--------------------------------------------------------------------------------
1 | # GA-Z390-UD
2 |
3 | LogoutHook enabled for saving my nvram.plist
4 |
5 | **OpenCore 0.4 (build e611445)**
6 |
7 | SMBIOS Used:
8 | - iMacPro1,1
9 |
10 | Kext Used:
11 | - Lilu
12 | - WahteverGreen
13 | - AppleALC
14 | - RealtekRTL8111
15 | - VirtualSMC
16 | - SMCProcessor
17 | - SMCSuperIO
18 | - SMCLightSensor
19 |
20 | Drivers Used:
21 | - ApfsDriverLoader
22 | - FwRuntimeServices.efi
23 | - VirtualSMC
24 |
--------------------------------------------------------------------------------
/OpenCore EFI/MSI/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/insanelymacdiscord/Getting-Started-With-OpenCore/8a935e415dc1cbde9ab75ae9a2d001386c3ebf89/OpenCore EFI/MSI/.DS_Store
--------------------------------------------------------------------------------
/OpenCore EFI/MSI/B360m Mortar Titanium/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/insanelymacdiscord/Getting-Started-With-OpenCore/8a935e415dc1cbde9ab75ae9a2d001386c3ebf89/OpenCore EFI/MSI/B360m Mortar Titanium/.DS_Store
--------------------------------------------------------------------------------
/OpenCore EFI/MSI/B360m Mortar Titanium/Readme.md:
--------------------------------------------------------------------------------
1 | # MSI B360M Titanium Mortar
2 |
3 | ## OpenCore Version:
4 | - 0.0.4 as of 18 Aug 2019
5 |
6 | ## Support CPU:
7 | - Intel Core i7 8700K
8 |
9 | ## SMBIOS Used:
10 | - iMac19,2
11 |
12 | ## Kext Used:
13 | - Lilu
14 | - AppleALC
15 | - WhateverGreen
16 | - VirtualSMC
17 | - SMCProcessor
18 | - SMCSuperIO
19 |
20 | ## Drivers Used:
21 | - ApfsDriverLoader
22 | - FxRuntimeServices
23 | - HfsPlus
24 |
25 | ## Boot Flags Used:
26 | - dart=0 slide=128
27 |
28 | ## SSDTS Used
29 | SSDT-AWAC.aml
30 |
31 |
32 |
--------------------------------------------------------------------------------
/_config.yml:
--------------------------------------------------------------------------------
1 | theme: jekyll-theme-cayman
--------------------------------------------------------------------------------