Skip to content

Commit d07a966

Browse files
committed
updated FakeSMC for Sequoia 15.4
Signed-off-by: Slice <sergey.slice@gmail.com>
1 parent 03b467a commit d07a966

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CloverPackage/CloverV2/ThirdParty/kexts/Other/FakeSMC.kext/Contents/Info.plist

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>23C64</string>
6+
<string>24E248</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>English</string>
99
<key>CFBundleExecutable</key>
@@ -29,19 +29,19 @@
2929
<key>DTCompiler</key>
3030
<string>com.apple.compilers.llvm.clang.1_0</string>
3131
<key>DTPlatformBuild</key>
32-
<string></string>
32+
<string>24E241</string>
3333
<key>DTPlatformName</key>
3434
<string>macosx</string>
3535
<key>DTPlatformVersion</key>
36-
<string>14.2</string>
36+
<string>15.4</string>
3737
<key>DTSDKBuild</key>
38-
<string>23C53</string>
38+
<string>24E241</string>
3939
<key>DTSDKName</key>
40-
<string>macosx14.2</string>
40+
<string>macosx15.4</string>
4141
<key>DTXcode</key>
42-
<string>1510</string>
42+
<string>1630</string>
4343
<key>DTXcodeBuild</key>
44-
<string>15C65</string>
44+
<string>16E140</string>
4545
<key>IOKitPersonalities</key>
4646
<dict>
4747
<key>SMC Device Emulator</key>
Binary file not shown.

rEFIt_UEFI/Platform/ati.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ const radeon_card_info_t radeon_cards[] = {
6969
{ 0x73AF, CHIP_FAMILY_NAVI20, "AMD Radeon RX6900XT", kNull },
7070
{ 0x73BF, CHIP_FAMILY_NAVI20, "AMD Radeon RX6800XT", kNull },
7171
{ 0x73DF, CHIP_FAMILY_NAVI20, "AMD Radeon RX6700XT", kNull },
72+
{ 0x73E1, CHIP_FAMILY_NAVI20, "AMD Radeon Pro W6600M", kNull }, // suppose Navi23
7273
{ 0x73EF, CHIP_FAMILY_NAVI20, "AMD Radeon RX6650XT", kNull },
7374
{ 0x73FF, CHIP_FAMILY_NAVI20, "AMD Radeon RX6600XT", kNull },
7475

@@ -1232,6 +1233,7 @@ Radeon Pro WX
12321233
The low to mid-range, single slot, Polaris-based WX 4100 Buffin (PCIe x8 electrical), WX 5100, WX 7100 are supported from OS X Sierra;
12331234
the high-end WX 8200 (Vega 56) and WX 9100 (Vega 64), from High Sierra.
12341235
Lexa-based WX 2100, WX 3100 and WX 3200 do NOT work.
1236+
W6600M - ?
12351237
12361238
*/
12371239

0 commit comments

Comments
 (0)