Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit d05bf22

Browse files
committed
Commit many changes
This commit has so many changes, some will probably be skipped here. Here are the primary ones, though. - Update OpenCore, AppleALC, Lilu, and VirtualSMC to the latest versions. - Add Broadcom WiFi and Bluetooth support - Update minimum macOS versions - Fix many spelling mistakes Signed-off-by: UHDbits <[email protected]>
1 parent 9e249f2 commit d05bf22

File tree

38 files changed

+3316
-15615
lines changed

38 files changed

+3316
-15615
lines changed
Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
---
2-
name: Issue template
3-
about: Have an issue with this configuration? Use this template to make the process
4-
as easy as possible.
5-
title: ''
6-
labels: ''
7-
assignees: UHDbits
8-
9-
---
10-
11-
Which do you have: an M73 Tiny or an M93p?:
12-
13-
Do your specifications match the ones shown in the README.md? (not including the USB WiFi adapter):
14-
15-
If your specifications do not match, what are your specifications?:
16-
17-
What version of OS X/macOS are you using?:
18-
19-
What is your issue?:
20-
21-
Steps to reproduce your issue:
1+
---
2+
name: Issue template
3+
about: Have an issue with this configuration? Use this template to make the process
4+
as easy as possible.
5+
title: ''
6+
labels: ''
7+
assignees: UHDbits
8+
9+
---
10+
11+
Which do you have: an M73 Tiny or an M93p?:
12+
13+
Do your specifications match the ones shown in the README.md? (not including the USB WiFi adapter):
14+
15+
If your specifications do not match, what are your specifications?:
16+
17+
What version of OS X/macOS are you using?:
18+
19+
What is your issue?:
20+
21+
Steps to reproduce your issue:

.github/pull_request_template.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
Is this a documentation or a configuration change?:
2-
3-
**IF IT IS A DOCUMENTATION CHANGE:**
4-
5-
Why are you making this change?:
6-
7-
What is the change?:
8-
9-
**IF IT IS A CONFIGURATION CHANGE:**
10-
11-
Which do you have: an M73 Tiny or an M93p?:
12-
13-
Do your specifications match the ones shown in the README.md? (not including the USB WiFi adapter):
14-
15-
If your specifications do not match, what are your specifications?:
16-
17-
Is this a previously known issue, or an issue only you have experienced?:
18-
19-
What is the issue?:
20-
21-
What did you change?:
1+
Is this a documentation or a configuration change?:
2+
3+
**IF IT IS A DOCUMENTATION CHANGE:**
4+
5+
Why are you making this change?:
6+
7+
What is the change?:
8+
9+
**IF IT IS A CONFIGURATION CHANGE:**
10+
11+
Which do you have: an M73 Tiny or an M93p?:
12+
13+
Do your specifications match the ones shown in the README.md? (not including the USB WiFi adapter):
14+
15+
If your specifications do not match, what are your specifications?:
16+
17+
Is this a previously known issue, or an issue only you have experienced?:
18+
19+
What is the issue?:
20+
21+
What did you change?:

.github/workflows/stale.yaml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
name: "Mark/close issues/PRs as stale"
2-
on:
3-
schedule:
4-
- cron: "0 0 * * *"
5-
6-
jobs:
7-
stale:
8-
runs-on: ubuntu-latest
9-
permissions:
10-
issues: write
11-
pull-requests: write
12-
steps:
13-
- uses: actions/stale@v7
14-
with:
15-
stale-issue-message: "This issue has been marked as stale because it has not been active for 60 days. If there is no more activity, this issue will be closed in 7 days."
16-
stale-pr-message: "This pull request has been marked as stale because it has not been active for 60 days. If there is no more activity, this pull request will be closed in 7 days."
17-
close-issue-message: "This issue has been closed because it has not been active for 7 days after it was marked stale."
18-
close-pr-message: "This pull request has been closed because it has not been active for 7 days after it was marked stale."
1+
name: "Mark/close issues/PRs as stale"
2+
on:
3+
schedule:
4+
- cron: "0 0 * * *"
5+
6+
jobs:
7+
stale:
8+
runs-on: ubuntu-latest
9+
permissions:
10+
issues: write
11+
pull-requests: write
12+
steps:
13+
- uses: actions/stale@v7
14+
with:
15+
stale-issue-message: "This issue has been marked as stale because it has not been active for 60 days. If there is no more activity, this issue will be closed in 7 days."
16+
stale-pr-message: "This pull request has been marked as stale because it has not been active for 60 days. If there is no more activity, this pull request will be closed in 7 days."
17+
close-issue-message: "This issue has been closed because it has not been active for 7 days after it was marked stale."
18+
close-pr-message: "This pull request has been closed because it has not been active for 7 days after it was marked stale."

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
.contentFlavour
2-
.DS_Store
1+
.contentFlavour
2+
.DS_Store

CONTRIBUTING.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
#### Thank you for wanting to contribute to this OpenCore configuration for the M73 Tiny and the M93p! Your contribution can help solve important issues with this configuration, and can help make people's experiences better!
2-
3-
#### Following these guidelines shows that you respect my time and want to create a helpful contribution.
4-
5-
#### This OpenCore configuration for the M73 Tiny and the M93p is looking for contributions that can help fix known issues, contributions that report and possibly solve new issues, and contributions that help make documentation more understandable and proper.
6-
7-
#### Here are some rules you should follow when contributing:
8-
* Ensure that the fix you are adding to the OpenCore configuration does not break any other features. You can do this by checking this [Hackintosh checklist](https://chriswayg.gitbook.io/opencore-visual-beginners-guide/step-by-step/hackintosh-checklist) made by chriswayg. Check any items that you think could break with the addition of your fix.
9-
* Follow the pull request template or issue template depending on which you are making.
10-
* Ensure that you have proper grammar and spelling when modifying documentation.
11-
* Document your change or issue in detail when reporting or fixing one.
12-
13-
#### Thank you for reading and wanting to contribute to this OpenCore configuration! As long as you follow these guidelines, the process should go smoothly!
1+
#### Thank you for wanting to contribute to this OpenCore configuration for the M73 Tiny and the M93p! Your contribution can help solve important issues with this configuration, and can help make people's experiences better!
2+
3+
#### Following these guidelines shows that you respect my time and want to create a helpful contribution.
4+
5+
#### This OpenCore configuration for the M73 Tiny and the M93p is looking for contributions that can help fix known issues, contributions that report and possibly solve new issues and contributions that help make documentation more understandable and proper.
6+
7+
#### Here are some rules you should follow when contributing:
8+
* Ensure that the fix you are adding to the OpenCore configuration does not break any other features. You can do this by checking this [Hackintosh checklist](https://chriswayg.gitbook.io/opencore-visual-beginners-guide/step-by-step/hackintosh-checklist) made by chriswayg. Check any items that you think could break with the addition of your fix.
9+
* Follow the pull request template or issue template depending on which you are making.
10+
* Ensure that you have proper grammar and spelling when modifying documentation.
11+
* Document your change or issue in detail when reporting or fixing one.
12+
13+
#### Thank you for reading and wanting to contribute to this OpenCore configuration! As long as you follow these guidelines, the process should go smoothly!

EFI/BOOT/BOOTx64.efi

0 Bytes
Binary file not shown.

EFI/OC/Drivers/OpenCanopy.efi

0 Bytes
Binary file not shown.
Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>BuildMachineOSBuild</key>
6+
<string>20G624</string>
7+
<key>CFBundleDevelopmentRegion</key>
8+
<string>en</string>
9+
<key>CFBundleExecutable</key>
10+
<string>AirportBrcmFixup</string>
11+
<key>CFBundleIdentifier</key>
12+
<string>as.lvs1974.AirportBrcmFixup</string>
13+
<key>CFBundleInfoDictionaryVersion</key>
14+
<string>6.0</string>
15+
<key>CFBundleName</key>
16+
<string>AirportBrcmFixup</string>
17+
<key>CFBundlePackageType</key>
18+
<string>KEXT</string>
19+
<key>CFBundleShortVersionString</key>
20+
<string>2.1.6</string>
21+
<key>CFBundleSignature</key>
22+
<string>????</string>
23+
<key>CFBundleSupportedPlatforms</key>
24+
<array>
25+
<string>MacOSX</string>
26+
</array>
27+
<key>CFBundleVersion</key>
28+
<string>2.1.6</string>
29+
<key>DTCompiler</key>
30+
<string>com.apple.compilers.llvm.clang.1_0</string>
31+
<key>DTPlatformBuild</key>
32+
<string>13C100</string>
33+
<key>DTPlatformName</key>
34+
<string>macosx</string>
35+
<key>DTPlatformVersion</key>
36+
<string>12.1</string>
37+
<key>DTSDKBuild</key>
38+
<string>21C46</string>
39+
<key>DTSDKName</key>
40+
<string>macosx12.1</string>
41+
<key>DTXcode</key>
42+
<string>1321</string>
43+
<key>DTXcodeBuild</key>
44+
<string>13C100</string>
45+
<key>IOKitPersonalities</key>
46+
<dict>
47+
<key>as.lvs1974.AirportBrcmFixup</key>
48+
<dict>
49+
<key>CFBundleIdentifier</key>
50+
<string>as.lvs1974.AirportBrcmFixup</string>
51+
<key>IOClass</key>
52+
<string>AirportBrcmFixup</string>
53+
<key>IOMatchCategory</key>
54+
<string>AirportBrcmFixup</string>
55+
<key>IOProviderClass</key>
56+
<string>IOResources</string>
57+
<key>IOResourceMatch</key>
58+
<string>IOKit</string>
59+
</dict>
60+
<key>as.lvs1974.FakeAirportBrcmFixup</key>
61+
<dict>
62+
<key>CFBundleIdentifier</key>
63+
<string>as.lvs1974.AirportBrcmFixup</string>
64+
<key>IOClass</key>
65+
<string>FakeBrcm</string>
66+
<key>IOMatchCategory</key>
67+
<string>IODefaultMatchCategory</string>
68+
<key>IONameMatch</key>
69+
<array>
70+
<string>pci14e4,43ba</string>
71+
<string>pci14e4,43a3</string>
72+
<string>pci14e4,43a0</string>
73+
<string>pci14e4,4331</string>
74+
<string>pci14e4,4353</string>
75+
<string>pci14e4,43b1</string>
76+
<string>pci14e4,43b2</string>
77+
<string>pci14e4,4357</string>
78+
<string>pci14e4,432b</string>
79+
<string>pci14e4,4311</string>
80+
<string>pci14e4,4312</string>
81+
<string>pci14e4,4313</string>
82+
<string>pci14e4,4318</string>
83+
<string>pci14e4,4319</string>
84+
<string>pci14e4,431a</string>
85+
<string>pci14e4,4320</string>
86+
<string>pci14e4,4324</string>
87+
<string>pci14e4,4325</string>
88+
<string>pci14e4,4328</string>
89+
<string>pci14e4,432c</string>
90+
<string>pci14e4,432d</string>
91+
</array>
92+
<key>IOProbeScore</key>
93+
<integer>6000</integer>
94+
<key>IOProviderClass</key>
95+
<string>IOPCIDevice</string>
96+
<key>TruePowerOff</key>
97+
<true/>
98+
</dict>
99+
</dict>
100+
<key>LSMinimumSystemVersion</key>
101+
<string>10.8</string>
102+
<key>NSHumanReadableCopyright</key>
103+
<string>Copyright © 2017 lvs1974. All rights reserved.</string>
104+
<key>OSBundleCompatibleVersion</key>
105+
<string>1.0</string>
106+
<key>OSBundleLibraries</key>
107+
<dict>
108+
<key>as.vit9696.Lilu</key>
109+
<string>1.2.6</string>
110+
<key>com.apple.iokit.IOPCIFamily</key>
111+
<string>2.7</string>
112+
<key>com.apple.kpi.bsd</key>
113+
<string>12.0.0</string>
114+
<key>com.apple.kpi.dsep</key>
115+
<string>12.0.0</string>
116+
<key>com.apple.kpi.iokit</key>
117+
<string>12.0.0</string>
118+
<key>com.apple.kpi.libkern</key>
119+
<string>12.0.0</string>
120+
<key>com.apple.kpi.mach</key>
121+
<string>12.0.0</string>
122+
<key>com.apple.kpi.unsupported</key>
123+
<string>12.0.0</string>
124+
</dict>
125+
<key>OSBundleRequired</key>
126+
<string>Network-Root</string>
127+
</dict>
128+
</plist>
Binary file not shown.
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleGetInfoString</key>
6+
<string>Copyright © 2020 lvs1974. All rights reserved.</string>
7+
<key>CFBundleIdentifier</key>
8+
<string>as.lvs1974.AirportBrcmNICInjector</string>
9+
<key>CFBundleInfoDictionaryVersion</key>
10+
<string>6.0</string>
11+
<key>CFBundleName</key>
12+
<string>AirPortBrcmNIC</string>
13+
<key>CFBundlePackageType</key>
14+
<string>KEXT</string>
15+
<key>CFBundleShortVersionString</key>
16+
<string>1.0</string>
17+
<key>CFBundleSignature</key>
18+
<string>????</string>
19+
<key>CFBundleVersion</key>
20+
<string>1.0</string>
21+
<key>IOKitPersonalities</key>
22+
<dict>
23+
<key>Airport_BrcmNIC</key>
24+
<dict>
25+
<key>CFBundleIdentifier</key>
26+
<string>com.apple.driver.AirPort.BrcmNIC</string>
27+
<key>IOClass</key>
28+
<string>AirPort_BrcmNIC</string>
29+
<key>IOMatchCategory</key>
30+
<string>IODefaultMatchCategory</string>
31+
<key>IONameMatch</key>
32+
<array>
33+
<string>pci14e4,4331</string>
34+
<string>pci14e4,4353</string>
35+
<string>pci14e4,4357</string>
36+
<string>pci14e4,43ba</string>
37+
<string>pci14e4,43a3</string>
38+
<string>pci14e4,43a0</string>
39+
<string>pci14e4,43b1</string>
40+
<string>pci14e4,43b2</string>
41+
</array>
42+
<key>IOProbeScore</key>
43+
<integer>2048</integer>
44+
<key>IOProviderClass</key>
45+
<string>IOPCIDevice</string>
46+
<key>TruePowerOff</key>
47+
<true/>
48+
</dict>
49+
</dict>
50+
<key>OSBundleRequired</key>
51+
<string>Network-Root</string>
52+
</dict>
53+
</plist>

0 commit comments

Comments
 (0)