Contribute
Register

[SUCCESS] Gigabyte Designare Z390 (Thunderbolt 3) + i7-9700K + AMD RX 580

** Quick Comparative Analysis of Thunderbolt DROM and Thunderbolt Config **

When a real Mac contains more than one Thunderbolt controller, it provides an opportunity to compare ThunderboltDROM and ThunderboltConfig in a manner that facilities some amount of deciphering. In other words, comparative analysis can reveal the meaning of some of the bytes. The more Thunderbolt controllers a Mac has, the better our ability to draw conclusions.

How fortunate then that the 2019 Mac Pro 7,1 contains six Thunderbolt controllers. Yes six of the darn things! Thanks to @S1lla we are given an opportunity to study the differences.
...
@CaseySJ
Or another based on Linux eeprom.c file :)

Capture d’écran 2020-03-17 à 11.41.54.png
 
Hi @mango1122

Could you try this file, I don't know if it will work because of many differencies from what I has been done for Titan ridge Designare ?
Don't forget to first time, don't use previous SSDT-TbtOnPch with many unadapted register configuration (It don't matter if you have PXSX and no other sub devices naming) and USE the GPIO3FrPwr to Enable :)

And Let me know results Plz :)
Thank you. Unfortunately no dice.
It does pause for a while while loading - ACPI Executed 49 blocks of aml

Code:
pi@HomeKit:~ $ sudo flashrom --programmer ch341a_spi -w ASRock_z390_itx_Patched.bin
flashrom  on Linux 4.19.93+ (armv6l)
flashrom is free software, get the source code at [URL]https://flashrom.org[/URL]

Using clock_gettime for delay loops (clk_id: 1, resolution: 1ns).
Found Macronix flash chip "MX25L8005/MX25L8006E/MX25L8008E/MX25V8005" (1024 kB, SPI) on ch341a_spi.
Reading old flash chip contents... done.
Erasing and writing flash chip... Erase/write done.
Verifying flash... VERIFIED.
pi@HomeKit:~ $ sudo flashrom --programmer ch341a_spi -r verfy.bin
flashrom  on Linux 4.19.93+ (armv6l)
flashrom is free software, get the source code at [URL]https://flashrom.org[/URL]

Using clock_gettime for delay loops (clk_id: 1, resolution: 1ns).
Found Macronix flash chip "MX25L8005/MX25L8006E/MX25L8008E/MX25V8005" (1024 kB, SPI) on ch341a_spi.
Reading flash... done.
pi@HomeKit:~ $ shasum verfy.bin
389ad5d6331366e69ff1c86f5468fdc098b47fbe  verfy.bin
pi@HomeKit:~ $ shasum ASRock_z390_itx_Patched.bin
389ad5d6331366e69ff1c86f5468fdc098b47fbe  ASRock_z390_itx_Patched.bin
 

Attachments

  • Screenshot 2020-03-17 at 6.55.37 PM.png
    Screenshot 2020-03-17 at 6.55.37 PM.png
    206.5 KB · Views: 82
  • Screenshot 2020-03-17 at 6.59.17 PM.png
    Screenshot 2020-03-17 at 6.59.17 PM.png
    102.7 KB · Views: 74
Last edited:
Thank you. Unfortunately no dice.
It does pause for a while while loading - ACPI Executed 49 blocks of aml

Code:
pi@HomeKit:~ $ sudo flashrom --programmer ch341a_spi -w ASRock_z390_itx_Patched.bin
flashrom  on Linux 4.19.93+ (armv6l)
flashrom is free software, get the source code at [URL]https://flashrom.org[/URL]

Using clock_gettime for delay loops (clk_id: 1, resolution: 1ns).
Found Macronix flash chip "MX25L8005/MX25L8006E/MX25L8008E/MX25V8005" (1024 kB, SPI) on ch341a_spi.
Reading old flash chip contents... done.
Erasing and writing flash chip... Erase/write done.
Verifying flash... VERIFIED.
pi@HomeKit:~ $ sudo flashrom --programmer ch341a_spi -r verfy.bin
flashrom  on Linux 4.19.93+ (armv6l)
flashrom is free software, get the source code at [URL]https://flashrom.org[/URL]

Using clock_gettime for delay loops (clk_id: 1, resolution: 1ns).
Found Macronix flash chip "MX25L8005/MX25L8006E/MX25L8008E/MX25V8005" (1024 kB, SPI) on ch341a_spi.
Reading flash... done.
pi@HomeKit:~ $ shasum verfy.bin
389ad5d6331366e69ff1c86f5468fdc098b47fbe  verfy.bin
pi@HomeKit:~ $ shasum ASRock_z390_itx_Patched.bin
389ad5d6331366e69ff1c86f5468fdc098b47fbe  ASRock_z390_itx_Patched.bin
Please open Terminal and type:
Code:
log show --predicate “processID == 0” --last boot | grep ACPI
Are you sure Thunderbolt should appear at RP21? If so, there's nothing there. Some causes:
  • Thunderbolt power is not turned on. If this is an on-board controller, verify BIOS --> Thunderbolt Force Power.
  • New firmware is not working. Original firmware can be flashed back if this is the case.
 
Last edited:
Please open Terminal and type:
Code:
log show --predicate “processID == 0” --last boot | grep ACPI
Are you sure Thunderbolt should appear at RP21? If so, there's nothing there. Some causes:
  • Thunderbolt power is not turned on. If this is an on-board controller, verify BIOS --> Thunderbolt Force Power.
  • New firmware is not working. Original firmware can be flashed back if this is the case.
Thanks for taking a look.
I suppose the newer firmware is not working. Thunderbolt should appear at RP21 - see attached (with one of the SSDT experiments).
The board has very limited Thunderbolt properties. GPIO3 Force Pwr does not appear in the menu but I was able to read the BIOS and modify the value using a modified version of GRUB. In the attached file you can see 0x4F0 stores the GPIO3 Force Pwr value. I have set it to one using the modified GRUB


Code:
iMac:~ deeppurple$ log show --predicate 'processID == 0' --last boot | grep ACPI
2020-03-17 19:20:12.539557+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.539558+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.539694+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) RSDP 0x000000005F49C000 000024 (v02 ALASKA)
2020-03-17 19:20:12.539695+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) RSDP 0x000000005F49C000 000024 (v02 ALASKA)
2020-03-17 19:20:12.540662+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.540663+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.540708+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.540708+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.540846+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) XSDT 0x000000005F184000 0000F4 (v01 ALASKA A M I    01072009 AMI  00010013)
2020-03-17 19:20:12.540847+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) XSDT 0x000000005F184000 0000F4 (v01 ALASKA A M I    01072009 AMI  00010013)
2020-03-17 19:20:12.542527+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.542527+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.542604+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.542604+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.542738+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) FACP 0x000000005F4DDB90 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
2020-03-17 19:20:12.542739+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) FACP 0x000000005F4DDB90 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
2020-03-17 19:20:12.544433+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.544433+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.579955+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.579955+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.580147+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) DSDT 0x000000005F49C218 041971 (v02 ALASKA A M I    01072009 INTL 20160527)
2020-03-17 19:20:12.580148+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) DSDT 0x000000005F49C218 041971 (v02 ALASKA A M I    01072009 INTL 20160527)
2020-03-17 19:20:12.581832+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.581832+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.581879+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.581879+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.582014+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) FACS 0x000000005F58B080 000040
2020-03-17 19:20:12.582014+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) FACS 0x000000005F58B080 000040
2020-03-17 19:20:12.582687+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.582688+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.582747+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.582748+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.582883+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) APIC 0x000000005F4DDCA8 00012C (v04 ALASKA A M I    01072009 AMI  00010013)
2020-03-17 19:20:12.582884+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) APIC 0x000000005F4DDCA8 00012C (v04 ALASKA A M I    01072009 AMI  00010013)
2020-03-17 19:20:12.584567+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.584567+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.584613+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.584614+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.584750+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) FPDT 0x000000005F4DDDD8 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
2020-03-17 19:20:12.584751+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) FPDT 0x000000005F4DDDD8 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
2020-03-17 19:20:12.586435+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.586435+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.586487+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.586488+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.586625+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) FIDT 0x000000005F4DDE20 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
2020-03-17 19:20:12.586626+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) FIDT 0x000000005F4DDE20 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
2020-03-17 19:20:12.588306+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.588307+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.588352+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.588353+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.588489+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) MCFG 0x000000005F4DDEC0 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
2020-03-17 19:20:12.588490+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) MCFG 0x000000005F4DDEC0 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
2020-03-17 19:20:12.600884+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.600884+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.600978+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.600979+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.601117+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x000000005F4DDF00 000378 (v01 SataRe SataTabl 00001000 INTL 20160527)
2020-03-17 19:20:12.601117+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x000000005F4DDF00 000378 (v01 SataRe SataTabl 00001000 INTL 20160527)
2020-03-17 19:20:12.602804+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.602804+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.603244+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.603244+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.603380+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x000000005F4DE278 001B1C (v02 CpuRef CpuSsdt  00003000 INTL 20160527)
2020-03-17 19:20:12.603381+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x000000005F4DE278 001B1C (v02 CpuRef CpuSsdt  00003000 INTL 20160527)
2020-03-17 19:20:12.605068+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.605068+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.605138+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.605139+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.605276+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AAFT 0x000000005F4DFD98 000228 (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
2020-03-17 19:20:12.605277+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AAFT 0x000000005F4DFD98 000228 (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
2020-03-17 19:20:12.606960+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.606961+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.607722+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.607722+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.607857+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x000000005F4DFFC0 0031C6 (v02 SaSsdt SaSsdt   00003000 INTL 20160527)
2020-03-17 19:20:12.607858+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x000000005F4DFFC0 0031C6 (v02 SaSsdt SaSsdt   00003000 INTL 20160527)
2020-03-17 19:20:12.609542+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.609542+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.613393+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.613393+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.613531+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x000000005F4E3188 00231B (v02 PegSsd PegSsdt  00001000 INTL 20160527)
2020-03-17 19:20:12.613532+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x000000005F4E3188 00231B (v02 PegSsd PegSsdt  00001000 INTL 20160527)
2020-03-17 19:20:12.615212+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.615212+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.615261+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.615261+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.615398+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) HPET 0x000000005F4E54A8 000038 (v01 ALASKA A M I    00000002      01000013)
2020-03-17 19:20:12.615398+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) HPET 0x000000005F4E54A8 000038 (v01 ALASKA A M I    00000002      01000013)
2020-03-17 19:20:12.617089+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.617090+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.617727+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.617727+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.617863+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x000000005F4E54E0 002950 (v02 INTEL  xh_cfsd4 00000000 INTL 20160527)
2020-03-17 19:20:12.617864+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x000000005F4E54E0 002950 (v02 INTEL  xh_cfsd4 00000000 INTL 20160527)
2020-03-17 19:20:12.619542+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.619543+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.619588+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.619589+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.619727+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) UEFI 0x000000005F4E7E30 000042 (v01 ALASKA A M I    00000002      01000013)
2020-03-17 19:20:12.619728+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) UEFI 0x000000005F4E7E30 000042 (v01 ALASKA A M I    00000002      01000013)
2020-03-17 19:20:12.621410+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.621411+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.621457+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.621457+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.621594+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) LPIT 0x000000005F4E7E78 00005C (v01 ALASKA A M I    00000002      01000013)
2020-03-17 19:20:12.621595+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) LPIT 0x000000005F4E7E78 00005C (v01 ALASKA A M I    00000002      01000013)
2020-03-17 19:20:12.623346+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.623347+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.623689+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.623689+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.623823+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x000000005F4E7ED8 0014E2 (v02 ALASKA TbtTypeC 00000000 INTL 20160527)
2020-03-17 19:20:12.623824+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x000000005F4E7ED8 0014E2 (v02 ALASKA TbtTypeC 00000000 INTL 20160527)
2020-03-17 19:20:12.625505+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.625505+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.625550+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.625550+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.625686+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) DBGP 0x000000005F4E93C0 000034 (v01 ALASKA A M I    00000002      01000013)
2020-03-17 19:20:12.625687+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) DBGP 0x000000005F4E93C0 000034 (v01 ALASKA A M I    00000002      01000013)
2020-03-17 19:20:12.627386+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.627386+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.627433+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.627433+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.627570+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) DBG2 0x000000005F4E93F8 000054 (v00 ALASKA A M I    00000002      01000013)
2020-03-17 19:20:12.627570+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) DBG2 0x000000005F4E93F8 000054 (v00 ALASKA A M I    00000002      01000013)
2020-03-17 19:20:12.629242+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.629243+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.629679+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.629679+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.629814+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x000000005F4E9450 001B67 (v02 ALASKA UsbCTabl 00001000 INTL 20160527)
2020-03-17 19:20:12.629815+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x000000005F4E9450 001B67 (v02 ALASKA UsbCTabl 00001000 INTL 20160527)
2020-03-17 19:20:12.631493+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.631493+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.631552+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.631553+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.631690+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x000000005F4EAFB8 000144 (v02 Intel  ADebTabl 00001000 INTL 20160527)
2020-03-17 19:20:12.631691+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x000000005F4EAFB8 000144 (v02 Intel  ADebTabl 00001000 INTL 20160527)
2020-03-17 19:20:12.633387+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.633388+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.633440+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.633440+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.633576+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) DMAR 0x000000005F4EB100 0000A8 (v01 INTEL  EDK2     00000002      01000013)
2020-03-17 19:20:12.633577+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) DMAR 0x000000005F4EB100 0000A8 (v01 INTEL  EDK2     00000002      01000013)
2020-03-17 19:20:12.635257+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.635257+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.641576+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.641577+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.641714+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) BGRT 0x000000005F4EB1A8 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
2020-03-17 19:20:12.641714+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) BGRT 0x000000005F4EB1A8 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
2020-03-17 19:20:12.643394+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.643394+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.649708+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.649708+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.649845+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) WSMT 0x000000005F4EB1E0 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
2020-03-17 19:20:12.649846+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) WSMT 0x000000005F4EB1E0 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
2020-03-17 19:20:12.651525+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.651525+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.657798+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.657798+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.657935+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x000000005F188000 00008F (v02 ACDT   PMCR     00001000 INTL 20190509)
2020-03-17 19:20:12.657936+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x000000005F188000 00008F (v02 ACDT   PMCR     00001000 INTL 20190509)
2020-03-17 19:20:12.659615+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.659615+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.665887+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.665888+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.666025+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x000000005F187000 0000A7 (v02 ACDT   CpuPlug  00003000 INTL 20180427)
2020-03-17 19:20:12.666025+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x000000005F187000 0000A7 (v02 ACDT   CpuPlug  00003000 INTL 20180427)
2020-03-17 19:20:12.667704+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.667704+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.673944+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.673944+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.674081+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x000000005F186000 000050 (v02 ACDT   AWAC     00000000 INTL 20180427)
2020-03-17 19:20:12.674082+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x000000005F186000 000050 (v02 ACDT   AWAC     00000000 INTL 20180427)
2020-03-17 19:20:12.675761+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.675761+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.681987+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.681988+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.682124+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x000000005F185000 00010B (v02 ACDT   SsdtEC   00001000 INTL 20180427)
2020-03-17 19:20:12.682125+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x000000005F185000 00010B (v02 ACDT   SsdtEC   00001000 INTL 20180427)
2020-03-17 19:20:12.683804+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.683805+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.741366+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.741367+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:12.741503+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 13 ACPI AML tables successfully acquired and loaded
2020-03-17 19:20:12.741504+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 13 ACPI AML tables successfully acquired and loaded
2020-03-17 19:20:12.742645+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.742645+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:12.751513+0800 0x84       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
2020-03-17 19:20:12.758627+0800 0x84       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
2020-03-17 19:20:12.766174+0800 0x84       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
2020-03-17 19:20:12.773088+0800 0x84       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=4 LocalApicId=6 Enabled
2020-03-17 19:20:12.779857+0800 0x84       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=5 LocalApicId=8 Enabled
2020-03-17 19:20:12.786533+0800 0x84       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=6 LocalApicId=10 Enabled
2020-03-17 19:20:12.793188+0800 0x84       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=7 LocalApicId=12 Enabled
2020-03-17 19:20:12.799761+0800 0x84       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=8 LocalApicId=14 Enabled
2020-03-17 19:20:12.806277+0800 0x84       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=9 LocalApicId=1 Enabled
2020-03-17 19:20:12.812732+0800 0x84       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=10 LocalApicId=3 Enabled
2020-03-17 19:20:12.819209+0800 0x84       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=11 LocalApicId=5 Enabled
2020-03-17 19:20:12.825572+0800 0x84       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=12 LocalApicId=7 Enabled
2020-03-17 19:20:12.831836+0800 0x84       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=13 LocalApicId=9 Enabled
2020-03-17 19:20:12.837985+0800 0x84       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=14 LocalApicId=11 Enabled
2020-03-17 19:20:12.844110+0800 0x84       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=15 LocalApicId=13 Enabled
2020-03-17 19:20:12.850170+0800 0x84       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=16 LocalApicId=15 Enabled
2020-03-17 19:20:13.048998+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:13.048999+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2020-03-17 19:20:13.049136+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) Executed 49 blocks of module-level executable AML code
2020-03-17 19:20:13.049136+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) Executed 49 blocks of module-level executable AML code
2020-03-17 19:20:13.050345+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:13.050346+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)
2020-03-17 19:20:18.192467+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: sleep states S3 S4 S5
2020-03-17 19:20:18.210243+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2020-03-17 19:20:18.210875+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2020-03-17 19:20:18.210880+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2020-03-17 19:20:18.210898+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2020-03-17 19:20:18.210903+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2020-03-17 19:20:18.210924+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2020-03-17 19:20:18.210929+0800 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2020-03-17 19:20:18.217822+0800 0x74       Default     0x0                  0      0    kernel: PMRD: PMTrace found PCI host bridge PCI0->AppleACPIPCI
2020-03-17 19:20:18.343579+0800 0x65       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  found RTC service
2020-03-17 19:20:21.955503+0800 0x725      Default     0x0                  0      0    kernel: (AppleACPIPlatform) Matched against SMC (started)
2020-03-17 19:20:21.955504+0800 0x725      Default     0x0                  0      0    kernel: (AppleACPIPlatform) Generation from SMC report as 2
2020-03-17 19:20:35.198015+0800 0xd7b      Default     0x0                  0      0    kernel: (AppleGraphicsDeviceControl) AGDCC: Unauthorized client 'PerfPowerService' (IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2/AppleIntelFramebufferController/IntelFBClientControl)
 

Attachments

  • Screenshot 2020-03-17 at 9.18.33 AM.png
    Screenshot 2020-03-17 at 9.18.33 AM.png
    203.6 KB · Views: 57
  • ASRock_GPIO3_BIOS_Dump.txt
    2.3 MB · Views: 599
Last edited:
@CaseySJ
Or another based on Linux eeprom.c file :)

View attachment 455076
Hi @Elias64Fr,

Let's use this as reference:
  • 71 -- CRC (cyclic redundancy check)
  • 00 11 22 33 44 55 ED 00 -- UID SwitchType3: ED000000000000
  • E0 -- CRC
  • 40 34 98 01 69 00 ED 00 -- To be defined
  • 08 C0 01 01 -- To be defined
Based on your screenshot and my previous post, is it correct to revise this as follows?
  • 71 -- CRC8 (cyclic redundancy check)
  • 00 11 22 33 44 55 ED 00 -- UID SwitchType3: ED000000000000
  • E0 40 34 98 -- CRC32
  • 01 69 00 ED 00 -- To be defined
  • 08 C0 01 01 -- To be defined
Where:
  • 71 -- CRC8
  • 00 -- Thunderbolt Bus ID
  • 11 22 33 44 55 -- 5-byte UID (7-byte UIDs are also possible)
  • ED -- Unknown
  • 00 -- Unknown, but could be a null-termination character
  • E0 40 34 98 -- CRC32
  • 01 69 00 ED 00 -- To be defined
  • 08 C0 01 01 -- To be defined
 
@mango1122,

Can you please edit your post, remove the ACPI log, then re-copy-and-paste it by selecting Edit --> Paste and Match Style (in Safari)? That will remove all those extra line breaks.

If the Thunderbolt table name is TbtOnPch, then it's not included in the output.
 
@mango1122,

Can you please edit your post, remove the ACPI log, then re-copy-and-paste it by selecting Edit --> Paste and Match Style (in Safari)? That will remove all those extra line breaks.

If the Thunderbolt table name is TbtOnPch, then it's not included in the output.
Done. Sorry for the formatting - didn't realise it was something that I could change. I learn something every day :)
I removed the TbtOnPch after flashing the new firmware as instructed by @Elias64Fr here - https://www.tonymacx86.com/threads/...olt-3-i7-9700k-amd-rx-580.267551/post-2085879
Should I put it back ?
 
I followed these steps for VirtualSMC and got general system sluggishness. WiFi networks wound't show up and rebooting took a long time, so I reverted. Have you heard similar reports? I used VirtualSMC release 1.0.9

Also, I get some sensor reading using regular FakeSMC:
View attachment 454538

@CaseySJ have you had similar reports? How to solve this?
 
Done. Sorry for the formatting - didn't realise it was something that I could change. I learn something every day :)
I removed the TbtOnPch after flashing the new firmware as instructed by @Elias64Fr here - https://www.tonymacx86.com/threads/...olt-3-i7-9700k-amd-rx-580.267551/post-2085879
Should I put it back ?
  • It's okay not to use SSDT for now.
  • With original firmware, does Thunderbolt appear on RP21?
  • Is "Force Power" still enabled in BIOS?
  • Just to be clear, we're talking about on-board Alpine Ridge controller (not add-in-card)?
 
Back
Top