Jump to content
30960 posts in this topic

Recommended Posts

9 hours ago, Jief_Machak said:

Eclipse is what I use. I didn't suggest it because I thought you wanted something small. Very handy for git.

 

Eclipse is 1000 times smaller then XCode13 and very powerful.

3 hours ago, SavageAUS said:


Will ccpv be release with 5140? Is it updated with the changes?


Sent from my iPhone using Tapatalk

I hope it will be updated.

  • Like 1
57 minutes ago, Slice said:

Eclipse is 1000 times smaller then XCode13 and very powerful.

I agree, that's why I use it.:yes: I will share soon my project files that allows to use gdb from inside eclipse : not to know a single gdb command...

 

  • Like 1

Hi @Slice @Jief_Machak @all

My stupid question: I want to replace a USBMap.kext, to use instead a SSDT for my Z390 USB ports with a specific name. Is it necessary to drop tables (length) the original one,  in config.plist ? I read something about that somewhere. 

 

Sorry for my bad english.

Edited by Matgen84
2 hours ago, Matgen84 said:

Hi @Slice @Jief_Machak @all

My stupid question: I want to replace a USBMap.kext, to use instead a SSDT for my Z390 USB ports with a specific name. Is it necessary to drop tables (length) the original one,  in config.plist ? I read something about that somewhere. 

 

Sorry for my bad english.

Yes, you have to drop similar tables to avoid symbol duplication.

  • Thanks 1
3 hours ago, Slice said:

Yes, you have to drop similar tables to avoid symbol duplication.


Thanks @Slice

Something like that to avoid symbol duplication with original SSDT-6-A M I.aml for my Z390 Aorus Master. Decimal (11547) instead of Hex (0x00002D1B) with <integer>. Right ? 

<key>DropTables</key>
		<array>
			<dict>
				<key>Signature</key>
				<string>DMAR</string>
			</dict>
			<dict>
				<key>Signature</key>
				<string>MATS</string>
			</dict>
			<dict>
				<key>Length</key>
				<integer>11547</integer>
				<key>Signature</key>
				<string>SSDT</string>
			</dict>
		</array>

 

Edited by Matgen84
4 minutes ago, Slice said:

Clover is not Opencore, it supports hexadecimal values

				<key>Length</key>
				<string>0x2D1B</string>

 

 

Ok. Thanks. 

But the config-sample.plist, there is integer instead of string, for the value of Length. CloverConfigPlistValidator accepts both <string>0x2D1B</string> and <integer>1547</integer>. I don't understand why.

 

			<dict>
				<key>#Length</key>
				<integer>720</integer>
				<key>TableId</key>
				<string>Cpu0Ist</string>
				<key>Signature</key>
				<string>SSDT</string>
			</dict>

 

I have it so ... with TableId

 

<dict>
                <key>DropForAllOS</key>
                <true/>
                <key>Signature</key>
                <string>SSDT</string>
                <key>TableId</key>
                <string>xh_rvp08</string>
            </dict>

 

OC 

 

</dict>
                </array>
                <key>Delete</key>
                <array>
                    <dict>
                        <key>All</key>
                        <false/>
                        <key>Comment</key>
                        <string>Drop OEM SSDT-3-xh_rvp08</string>
                        <key>Enabled</key>
                        <true/>
                        <key>OemTableId</key>
                        <data>
                        </data>
                        <key>TableLength</key>
                        <integer>2592</integer>
                        <key>TableSignature</key>
                        <data>
                        U1NEVA==
                        </data>
                    </dict>

Edited by antuneddu
1 hour ago, Mr MagOO said:

Hello!

I tried clover 5140 and it does not boot.

Back to 5139 and it boots well.

Too old rig ?

Have you checked with
CloverConfigPlistValidator?
Started fine after update (driver) OpenRuntime.UEFI (extracted from pkg)

 

Schermata 2021-09-28 alle 19.29.43.png

 

screenshot0.png

Edited by antuneddu
  • Like 1
5 minutes ago, Mr MagOO said:

I'm in legacy mode and I boot Catalina.

No OpenRuntime needed.

Maybe new OC integration ?

New Clover requires new OpenRuntime but I am not sure about legacy mode.

Can you make debug.log?

5 hours ago, Slice said:

@Jief_Machak

You changed something?

0:279  0:000  Calibrated TSC Frequency = 0 = 0MHz

Somehow the system works.

I encapsulated Boolean value in XBool. Not supposed to have an effect on frequency calculation...

I’ll have a look tmo.

  • Thanks 1

@Intel6600

Remember Opencore appeared when mostly all hackintosh technologies was developed by Clover team as well as Chameleon team in past.

Yes, Clover still has technologies that OC has no: tuning settings from GUI, SVG themes, ACPI tuning, devices tuning, advance SMBIOS etc.

  • Like 3
  • Thanks 1
8 hours ago, Jief_Machak said:

I encapsulated Boolean value in XBool. Not supposed to have an effect on frequency calculation...

I’ll have a look tmo.

One more bad report

https://applelife.ru/threads/clover.42089/page-1415#post-958828

I love and use Clover on a daily basis and I appreciate all the work to update and maintain it and keep it working for free for all of us but the one thing that irks me is the lack of documentation. Latest release says -

Implemented ExtendedFirmwareFeatures which is needed for Monterey beta 7.
Integration with OC 0.7.3

Ok…. But what do we need to do? What else was changed?

I get it we can just use the sample config.plist and compare or cross our fingers and hope it boots. Does the change only effect Intel based machines? Will AMD hacks be affected? Both?

Perhaps I am over thinking things but if a new user was to come to clover now what is out there to help them?

If you feel this post is not needed feel free to delete it.


Sent from my iPhone using Tapatalk

15 hours ago, Slice said:

New Clover requires new OpenRuntime but I am not sure about legacy mode.

Can you make debug.log?



 

today I will test the r5140 on legacy 1gen laptop

later post the result


Thanks Team

×
×
  • Create New...