Jump to content
30960 posts in this topic

Recommended Posts

I 100% think that you are not setting the configuration correctly to use plugintype. First, if you have an ivy bridge or later cpu, plugintype = 1 automatically, however, you have to enable it's injection. There are two keys to set if you want plugintype injection, ACPI/SSDT/PluginType=1 and ACPI/SSDT/Generate/PluginType=true.

 

EDIT: This is to force plugintype=1 injection, if you have IB or newer, you only need to set the second key to generate as the other is set by default by cpu model.

Edited by apianti
  • Like 1
2 hours ago, apianti said:

I 100% think that you are not setting the configuration correctly to use plugintype. First, if you have an ivy bridge or later cpu, plugintype = 1 automatically, however, you have to enable it's injection. There are two keys to set if you want plugintype injection, ACPI/SSDT/PluginType=1 and ACPI/SSDT/Generate/PluginType=true.

 

EDIT: This is to force plugintype=1 injection, if you have IB or newer, you only need to set the second key to generate as the other is set by default by cpu model.

 

It supports speed step for Server processor Xeon E5-2697v2 12 core ivy processor?  I tried plugintype=true and no speed step. It’s stuck at 1.2ghz. 

 

I found this quote from another thread for X79 motherboards for controlled speedstep, but that is back from 2014 so Clover has made a lot of changes since then, clover did not have this plugintype option and now does but does it have the values for this specific processor to make speedstep work?

 

we need a extra power state at least 1MHz above our max power state and a extra power state at least 1MHz below our lowest reachable power state. Without these extra states we would never fully reach the lowest or highest state. The "-w 3" in the command below creates the extra states above and below max and min.

 

ssdtPRGen.sh -c 1 -w 3 -turbo 3500

Edited by oSxFr33k
8 hours ago, apianti said:

I 100% think that you are not setting the configuration correctly to use plugintype. First, if you have an ivy bridge or later cpu, plugintype = 1 automatically, however, you have to enable it's injection. There are two keys to set if you want plugintype injection, ACPI/SSDT/PluginType=1 and ACPI/SSDT/Generate/PluginType=true.

 

EDIT: This is to force plugintype=1 injection, if you have IB or newer, you only need to set the second key to generate as the other is set by default by cpu model.

Who is the owner of this DSDT patch?? Must i get permission to use this patch???

7 hours ago, oSxFr33k said:

 

It supports speed step for Server processor Xeon E5-2697v2 12 core ivy processor?  I tried plugintype=true and no speed step. It’s stuck at 1.2ghz. 

 

I found this quote from another thread for X79 motherboards for controlled speedstep, but that is back from 2014 so Clover has made a lot of changes since then, clover did not have this plugintype option and now does but does it have the values for this specific processor to make speedstep work?

 

we need a extra power state at least 1MHz above our max power state and a extra power state at least 1MHz below our lowest reachable power state. Without these extra states we would never fully reach the lowest or highest state. The "-w 3" in the command below creates the extra states above and below max and min.

 

ssdtPRGen.sh -c 1 -w 3 -turbo 3500

 

There are two keys that need set, so I don't know to which one you're referring. Just set them as I said.

 

EDIT: If you need a special SSDT for cpu pm, then I don't really see what the difference is. Add the plugintype to that SSDT. Clover is just doing the same thing but dynamically so it's technically probably faster and gives better results to generate your own instead of letting clover do it since it tends to under power states since it's not based on the actual package TDP.

 

1 hour ago, Andres ZeroCross said:

Who is the owner of this DSDT patch?? Must i get permission to use this patch???

 

I don't know what you mean. No one is asking for anyone to get permission to use a patch as far as I know, and if they are then they are an a s s h a t.

Edited by apianti
  • Like 1

Sherlocks

 

With todays 10.14.4 DP4, Apple released MP5,1 BootROM 142.0.0.0.0:

  • Build date is 20190214,
  • BootBlock version is APLEFI1.88Z.0005.I00.1902142048,
  • CRC32 is 64e8f5ea,
  • Updated APFSJumpStart DXE,
  • same microcodes as 138.0.0.0.0,
  • same NVMe EFI module as 140.0.0.0.0

 


$IBIOSI$ MP51.88Z.F000.B00.1902142049
Apple ROM Version
  Model:        MP51
  EFI Version:  142.0.0.0.0
  Date:         Thu Feb 14 20:43:08 2019
  Build Type:   Release

 

  • Like 2

Hi guys,

i'm not able to inject a custom EDID using clover.

I've tried several methods but when i check IODisplayEDID in IOREG the EDID is always equal to the original one.

I know Clover has a function to inject EDID but even if i'm using it it's like is not working.

Could someone point me in the right direction ?

Note : I'm also using Lilu + Whatevergreen

 

Thanks

Mattia

 

Why cant I see the Shell tool anymore? I checked my Scan settings Entries and Tools are active but I cant see the Shell tool. I also make this Auto but I still cant see. Is this a bug or should I use different settings or key combination on the boot area?

1 hour ago, telepati said:

Why cant I see the Shell tool anymore? I checked my Scan settings Entries and Tools are active but I cant see the Shell tool. I also make this Auto but I still cant see. Is this a bug or should I use different settings or key combination on the boot area?

No issue here with Legacy / UEFI, Shell is well detected. Plz make sure that your Theme contains: ..\icons\tool_shell.png

$ bdmesg | egrep "revision|Shell"
0:100  0:000  Starting Clover revision: 4915 on American Megatrends EFI
7:936  0:025  found tool \EFI\CLOVER\tools\Shell64U.efi
$ cd /Volumes/ESP/EFI/CLOVER/themes/Mojave/icons 
$ ls | grep tool
tool_shell.png

 

VirtualBox_Clover EFI Bootloader_01_04_2019_22_16_29.png

 

#EDIT: If I still remember w/o "tool_shell.png" from theme, Shell should be detected but using icon from "embedded".

Edited by Badruzeus
  • Like 1
3 minutes ago, Badruzeus said:

No issue here with Legacy / UEFI, Shell is well detected. Plz make sure that your Theme contains: ..\icons\tool_shell.png


bdmesg | egrep "revision|Shell"
0:100  0:000  Starting Clover revision: 4915 on American Megatrends EFI
7:936  0:025  found tool \EFI\CLOVER\tools\Shell64U.efi

 

VirtualBox_Clover EFI Bootloader_01_04_2019_22_16_29.png

 

I am really don't get it why I am not seeing this tool. I checked my custom them which has tool_shell.png even I removed the custom theme and used EmbeddedThemeType but nothing changed. Here are my settings under the GUI section;

 

2096460006_ScreenShot2019-04-01at18_30_01.png.653377b64821bfbfd602e2464b4830ad.png

 

 

 

3 minutes ago, telepati said:

 

I am really don't get it why I am not seeing this tool. I checked my custom them which has tool_shell.png even I removed the custom theme and used EmbeddedThemeType but nothing changed. Here are my settings under the GUI section;

 

2096460006_ScreenShot2019-04-01at18_30_01.png.653377b64821bfbfd602e2464b4830ad.png

 

Re-check your config.plist using PlistEdit or any XML Editor apps, not Clover Configurator. Go to GUI section.

  • Like 1
24 minutes ago, Badruzeus said:

 

Re-check your config.plist using PlistEdit or any XML Editor apps, not Clover Configurator. Go to GUI section.

 

I did but nothing changed. I made No with PlistEdit and restart then make Yes and restart but nothing change. It is weird. Thanks, @Badruzeus Maybe I must re-create new config.plist with PlistEdit!

  • Like 1

I need help about Timezone.

 

My Windows show UTC +3 but if windows watch shows 4 pm after restart BIOS watch shows 1 pm.  I tried -3 on timezone it gives me dark theme on daylight. I tried just 3 it gives me a light theme but it didn't change the dark at night. Which timezone I must use? I am so confused.

Edited by telepati
1 hour ago, telepati said:

I need help about Timezone.

 

My Windows show UTC +3 but if windows watch shows 4 pm after restart BIOS watch shows 1 pm.  I tried -3 on timezone it gives me dark theme on daylight. I tried just 3 it gives me a light theme but it didn't change the dark at night. Which timezone I must use? I am so confused.

 

This probably belongs in the themes topic or general topic but have you tried no timezone? What does your boot log say your time is? Are you sure your timezone is not set in firmware but it shows UTC?

12 minutes ago, apianti said:

 

This probably belongs in the themes topic or general topic but have you tried no timezone? What does your boot log say your time is? Are you sure your timezone is not set in firmware but it shows UTC?

 

Boot.log time is GMT. Local time is +3 now (18:26)

 

1586893122_ScreenShot2019-04-02at18_28_15.png.16cec95c0c85921103f853f965ac8ffb.png

 

There is a bug, whoever wrote this did not read the specification of TimeZone member of EFI_TIME, it has valid values of -1440 to 1440, and 2047. Also timezones don't go 0 to 24, they go -24 hours to +24 hours but that member field is in minutes, not hours:

https://sourceforge.net/p/cloverefiboot/code/HEAD/tree/rEFIt_UEFI/refit/main.c#l2007

 

EDIT: Fixed for revision 4916.

 

EDIT2: Found another bug, probably no effect but still, fixed 4917:

https://sourceforge.net/p/cloverefiboot/code/HEAD/tree/rEFIt_UEFI/Platform/Settings.c#l2684

Edited by apianti
  • Thanks 3
2 hours ago, Modmike said:

I was very excited to see that 4918 had the new Mac definitions 19,1 & 19,2, unfortunately, I can't seem to select them in Clover Configurator.  Is this a bug or does something else need to be updated?

 

I believe you could manually add iMac19,x Platform Datas using TextEdit like this:

	<key>SMBIOS</key>
	<dict>
		<key>BiosReleaseDate</key>
		<string>02/18/2019</string>
		<key>BiosVendor</key>
		<string>Apple Inc.</string>
		<key>BiosVersion</key>
		<string>IM192.88Z.F000.B00.1902181222</string>
		<key>Board-ID</key>
		<string>Mac-63001698E7A34814</string>
		<key>BoardManufacturer</key>
		<string>Apple Inc.</string>
		<key>BoardSerialNumber</key>
		<string>C02Y9HACJWDW0PGUE</string>
		<key>BoardType</key>
		<integer>10</integer>
		<key>BoardVersion</key>
		<string>1.0</string>
		<key>ChassisAssetTag</key>
		<string>iMac-Aluminum</string>
		<key>ChassisManufacturer</key>
		<string>Apple Inc.</string>
		<key>ChassisType</key>
		<string>0x09</string>
		<key>EfiVersion</key>
		<string>220.250.368.0.0</string>
		<key>Family</key>
		<string>iMac</string>
		<key>FirmwareFeatures</key>
		<string>0xFC0FE137</string>
		<key>FirmwareFeaturesMask</key>
		<string>0xFF1FFF3F</string>
		<key>LocationInChassis</key>
		<string>Part Component</string>
		<key>Manufacturer</key>
		<string>Apple Inc.</string>
		<key>Mobile</key>
		<false/>
		<key>PlatformFeature</key>
		<string>0x0</string>
		<key>ProductName</key>
		<string>iMac19,2</string>
		<key>SerialNumber</key>
		<string>C02Y9HACJWDW</string>
		<key>SmUUID</key>
		<string>DB39A34C-056F-4415-B55B-1331B6301AED</string>
		<key>Trust</key>
		<true/>
		<key>Version</key>
		<string>1.0</string>
	</dict>

 

Edited by Badruzeus
5 hours ago, apianti said:

Clover configurator is a third party tool, it's always behind new features. Quit relying on it so much and just edit the configuration file, it's just an XML text file, lol.

 

I get what you're saying but I support a lot of people in a thread and it really is best for us.  Not everybody has your level of proficiency.  I also really like the graphical interface, after all, isn't it what Macs are all about?  :-)

 

I also really like the serial number tools.

 

Edited by Modmike
2 hours ago, Modmike said:

 

I get what you're saying but I support a lot of people in a thread and it really is best for us.  Not everybody has your level of proficiency.  I also really like the graphical interface, after all, isn't it what Macs are all about?  :-)

 

I also really like the serial number tools.

 

We do NOT develop clover configurator, so saying anything about it here is off topic. If you can't learn XML, you should not be doing this... If you don't want to edit it directly you can use PLIST editor from Xcode, to just add/edit key(s) and dictionary(ies)/value(s).

  • Like 2
3 hours ago, apianti said:

 

We do NOT develop clover configurator, so saying anything about it here is off topic. If you can't learn XML, you should not be doing this... If you don't want to edit it directly you can use PLIST editor from Xcode, to just add/edit key(s) and dictionary(ies)/value(s).

 

I understand that and I am perfectly comfortable editing plists.  In fact, the Nuvoton NCT6798D & NCT679BD sensors that I added to the VirtualSMC package was merged this morning.  Don't get me wrong, it can't even be called programming but my point is that I have no issues with editing a .plist, I was merely talking saying GUI tools are nice.

 

I was in no way trying to upset or offend you.

×
×
  • Create New...