Contribute
Register

<< Solved >> OpenCore battery patch

Status
Not open for further replies.
@takki

To patch out that if statement, I guess it would also work to just Store 0xFF into USTP with an SSDT. Since I don't need any trackpad patching at all, I have very little experience in this. AFAIK, _CRS patching should be implemented in the kext, but I'm not sure at all on that.

Does your trackpad now fully work with the if-statement patch? Then, we could try getting that into an SSDT.
 
Do you think that the reason with things sometimes working and sometimes not working might have to do with EC information being reset or reread from cache? or even NVRAM storing some information? I think that might be the case and we should try an investigate more to confirm, I just posted on the thread I started about sleep issues that after I used your SSDT my sleep issues are completely gone and the laptop has slept the whole night 8 hours with 0% battery drain no fan operation at ALL. So awesome!
 
@yoannez

Yeah, I thought of NVRAM aswell, imo it holds a lot more informations than nvram -p reveals. If I change critical configurations on OC, I always do a NVRAM reset, just to make sure. Maybe the ACPI debug tool will help here, but it seems like a lot of work and new stuff to learn... Tbh, I'm not in the mood rn, I need to get other stuff done too xD.

What a journey man :D
 
@vettz500

I've removed a lot of redundant path-prefixes and changed the Externals to the actual right types, had some issues there. Windows battery is still screwed up on my end, everything works the same, but it's easier to maintain for the future. You can replace it, if you want to, I definitely recommend, tho.
 

Attachments

  • SSDT-BATT.aml
    1.2 KB · Views: 84
@takki

To patch out that if statement, I guess it would also work to just Store 0xFF into USTP with an SSDT. Since I don't need any trackpad patching at all, I have very little experience in this. AFAIK, _CRS patching should be implemented in the kext, but I'm not sure at all on that.

Does your trackpad now fully work with the if-statement patch? Then, we could try getting that into an SSDT.

Good idea!

I definitely need the proper GPIO pin (as per the guide) in my pin list so my trackpad can run in interrupt mode. It works without, but it will not be properly configured (it will use more cpu resources, be less accurate etc.). If you want to check if it's the case for you too then just run this, but make sure you restarted your machine before:
Code:
log show --predicate "processID == 0" --start $(date "+%Y-%m-%d") --debug | grep -i VoodooI2CDeviceNub

It will say something like:
Code:
VoodooI2CControllerDriver::VoodooI2CDeviceNub Warning: Incompatible APIC interrupt pin (0x5a > 0x2f) and no GPIO interrupts found; if your chosen satellite implements polling then VoodooI2CDeviceNub will run in polling mode.

So what I need is:
- Set USTP to 0xFF
- Set corrent pin (0x52 in my case) in SBFG
- Replace contents of _CRS so it says "Return (ConcatenateResTemplate(SBFB, SBFG))"

It might make sense for me to port all these static patches to hot patching before making the switch to OC. That stuff works the same way in clover, right?

I also discovered that I have lots and lots of what seem to be ACPI warnings and errors reported by AppleACPIPlatform. Is that also the case on the 2018 model?

Code:
log show --predicate "processID == 0" --start $(date "+%Y-%m-%d") --debug | grep -i AppleACPIPlatform

Edit: Found this gem just now, no pressure:
(kernel) Lilu dev: @ WARN: found Clover bootloader
 
@takki

I don't get any output for this command, doing a generic VoodooI2C search only yields:

Code:
blvckbytes@MacBook-Pro-2 ~ % log show --predicate "processID == 0" --start $(date "+%Y-%m-%d") --debug | grep -i VoodooI2C       
2020-04-30 00:38:42.919067+0200 0x18fe     Default     0x0                  0      0    kernel: (VoodooI2CHID) VoodooI2CTouchscreenHIDEventDriver::setProperties USBMouseStopsTrackpad = 0
2020-04-30 00:38:42.919156+0200 0x18fe     Default     0x0                  0      0    kernel: (VoodooI2CHID) VoodooI2CPrecisionTouchpadHIDEventDriver::setProperties USBMouseStopsTrackpad = 0

But yeah, I get what you mean, interrupt will always use less resources and be more accurate, since polling might miss some data and needs an active thread with a while loop aswell. I have no idea about GPIO pinning yet, but just out of interest I will look into it tomorrow or on the weekend, I'll get back to you, maybe I can work on a hotpatch for you.

Yes - hotpatching works the same on clover as it does on OC, basically it's always custom SSDTs + search/replace. It makes sense to port them first, since you'll have enough new stuff to look into with OC, so one thing at a time.

I have some errors there aswell, I'll look them up in my ACPI source code later, thank you for letting me know!
Code:
2020-04-30 00:38:03.468149+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.468149+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.468157+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) RSDP 0x000000003A0F3000 000024 (v02 ALASKA)
2020-04-30 00:38:03.468158+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) RSDP 0x000000003A0F3000 000024 (v02 ALASKA)
2020-04-30 00:38:03.468190+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.468190+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.468209+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.468209+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.468216+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) XSDT 0x000000003A18A000 00012C (v01 ALASKA A M I    01072009 AMI  00010013)
2020-04-30 00:38:03.468216+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) XSDT 0x000000003A18A000 00012C (v01 ALASKA A M I    01072009 AMI  00010013)
2020-04-30 00:38:03.468275+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.468275+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.468335+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.468335+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.468341+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) FACP 0x000000003A1330D0 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
2020-04-30 00:38:03.468342+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) FACP 0x000000003A1330D0 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
2020-04-30 00:38:03.468397+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.468398+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.488923+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.488923+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.488930+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) DSDT 0x000000003A0F3230 03FE9C (v02 ALASKA A M I    01072009 INTL 20160527)
2020-04-30 00:38:03.488930+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) DSDT 0x000000003A0F3230 03FE9C (v02 ALASKA A M I    01072009 INTL 20160527)
2020-04-30 00:38:03.488985+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.488986+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.489008+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.489008+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.489014+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) FACS 0x000000003A281080 000040
2020-04-30 00:38:03.489015+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) FACS 0x000000003A281080 000040
2020-04-30 00:38:03.489037+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.489037+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.489067+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.489068+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.489074+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) APIC 0x000000003A1331E8 0000F4 (v04 ALASKA A M I    01072009 AMI  00010013)
2020-04-30 00:38:03.489074+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) APIC 0x000000003A1331E8 0000F4 (v04 ALASKA A M I    01072009 AMI  00010013)
2020-04-30 00:38:03.489130+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.489130+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.489150+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.489150+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.489156+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) FPDT 0x000000003A1332E0 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
2020-04-30 00:38:03.489156+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) FPDT 0x000000003A1332E0 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
2020-04-30 00:38:03.489212+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.489213+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.489243+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.489243+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.489249+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) FIDT 0x000000003A133328 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
2020-04-30 00:38:03.489250+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) FIDT 0x000000003A133328 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
2020-04-30 00:38:03.489305+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.489306+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.489325+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.489325+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.489331+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) MCFG 0x000000003A1333C8 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
2020-04-30 00:38:03.489332+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) MCFG 0x000000003A1333C8 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
2020-04-30 00:38:03.489387+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.489387+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.489462+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.489462+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.489468+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A133408 000334 (v01 SataRe SataTabl 00001000 INTL 20160527)
2020-04-30 00:38:03.489469+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A133408 000334 (v01 SataRe SataTabl 00001000 INTL 20160527)
2020-04-30 00:38:03.489523+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.489524+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.489954+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.489954+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.489960+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A133740 0017D5 (v02 CpuRef CpuSsdt  00003000 INTL 20160527)
2020-04-30 00:38:03.489961+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A133740 0017D5 (v02 CpuRef CpuSsdt  00003000 INTL 20160527)
2020-04-30 00:38:03.490016+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.490016+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.490045+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.490045+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.490051+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) MSDM 0x000000003A134F18 000055 (v03 ALASKA A M I    01072009 AMI  00010013)
2020-04-30 00:38:03.490051+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) MSDM 0x000000003A134F18 000055 (v03 ALASKA A M I    01072009 AMI  00010013)
2020-04-30 00:38:03.490107+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.490107+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.491051+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.491051+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.491057+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A134F70 0031C7 (v02 SaSsdt SaSsdt   00003000 INTL 20160527)
2020-04-30 00:38:03.491058+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A134F70 0031C7 (v02 SaSsdt SaSsdt   00003000 INTL 20160527)
2020-04-30 00:38:03.491112+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.491113+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.491717+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.491717+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.491723+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A138138 0021F7 (v02 PegSsd PegSsdt  00001000 INTL 20160527)
2020-04-30 00:38:03.491724+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A138138 0021F7 (v02 PegSsd PegSsdt  00001000 INTL 20160527)
2020-04-30 00:38:03.491779+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.491779+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.491802+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.491803+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.491808+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) HPET 0x000000003A13A330 000038 (v01 INTEL  A M I    00000002      01000013)
2020-04-30 00:38:03.491809+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) HPET 0x000000003A13A330 000038 (v01 INTEL  A M I    00000002      01000013)
2020-04-30 00:38:03.491865+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.491866+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.492159+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.492160+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.492165+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A13A368 000F9E (v02 INTEL  Ther_Rvp 00001000 INTL 20160527)
2020-04-30 00:38:03.492166+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A13A368 000F9E (v02 INTEL  Ther_Rvp 00001000 INTL 20160527)
2020-04-30 00:38:03.492221+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.492221+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.492543+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.492544+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.492550+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A13B308 001188 (v02 INTEL  xh_cfhd4 00000000 INTL 20160527)
2020-04-30 00:38:03.492550+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A13B308 001188 (v02 INTEL  xh_cfhd4 00000000 INTL 20160527)
2020-04-30 00:38:03.492608+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.492609+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.492629+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.492629+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.492635+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) UEFI 0x000000003A13C490 000048 (v01 ALASKA A M I    00000002      01000013)
2020-04-30 00:38:03.492635+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) UEFI 0x000000003A13C490 000048 (v01 ALASKA A M I    00000002      01000013)
2020-04-30 00:38:03.492691+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.492692+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.492720+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.492720+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.492726+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) LPIT 0x000000003A13C4D8 00005C (v01 INTEL  A M I    00000002      01000013)
2020-04-30 00:38:03.492726+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) LPIT 0x000000003A13C4D8 00005C (v01 INTEL  A M I    00000002      01000013)
2020-04-30 00:38:03.492782+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.492782+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.493487+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.493487+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.493493+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A13C538 0027DE (v02 INTEL  PtidDevc 00001000 INTL 20160527)
2020-04-30 00:38:03.493494+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A13C538 0027DE (v02 INTEL  PtidDevc 00001000 INTL 20160527)
2020-04-30 00:38:03.493549+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.493549+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.493841+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.493841+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.493847+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A13ED18 000FFE (v02 INTEL  TbtTypeC 00000000 INTL 20160527)
2020-04-30 00:38:03.493848+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A13ED18 000FFE (v02 INTEL  TbtTypeC 00000000 INTL 20160527)
2020-04-30 00:38:03.493903+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.493903+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.493921+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.493922+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.493928+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) DBGP 0x000000003A13FD18 000034 (v01 ALASKA A M I    00000002      01000013)
2020-04-30 00:38:03.493928+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) DBGP 0x000000003A13FD18 000034 (v01 ALASKA A M I    00000002      01000013)
2020-04-30 00:38:03.493984+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.493984+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.494010+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.494011+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.494016+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) DBG2 0x000000003A13FD50 000061 (v00 ALASKA A M I    00000002      01000013)
2020-04-30 00:38:03.494017+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) DBG2 0x000000003A13FD50 000061 (v00 ALASKA A M I    00000002      01000013)
2020-04-30 00:38:03.494073+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.494073+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.494531+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.494531+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.494537+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A13FDB8 001931 (v02 ALASKA UsbCTabl 00001000 INTL 20160527)
2020-04-30 00:38:03.494538+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A13FDB8 001931 (v02 ALASKA UsbCTabl 00001000 INTL 20160527)
2020-04-30 00:38:03.494593+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.494593+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.494619+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.494620+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.494625+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A1416F0 0000AE (v02 SgRef  SgPeg    00001000 INTL 20160527)
2020-04-30 00:38:03.494626+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A1416F0 0000AE (v02 SgRef  SgPeg    00001000 INTL 20160527)
2020-04-30 00:38:03.494680+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.494681+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.494704+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.494704+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.494710+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) BGRT 0x000000003A1417A0 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
2020-04-30 00:38:03.494711+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) BGRT 0x000000003A1417A0 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
2020-04-30 00:38:03.494766+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.494766+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.494785+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.494785+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.494791+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) TPM2 0x000000003A1417D8 000034 (v04 ALASKA A M I    00000001 AMI  00000000)
2020-04-30 00:38:03.494792+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) TPM2 0x000000003A1417D8 000034 (v04 ALASKA A M I    00000001 AMI  00000000)
2020-04-30 00:38:03.494850+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.494850+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.495413+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.495413+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.495419+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A141810 001EF4 (v01 OptRef OptTabl  00001000 INTL 20160527)
2020-04-30 00:38:03.495420+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A141810 001EF4 (v01 OptRef OptTabl  00001000 INTL 20160527)
2020-04-30 00:38:03.495474+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.495475+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.495491+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.495491+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.495497+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) WSMT 0x000000003A143708 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
2020-04-30 00:38:03.495498+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) WSMT 0x000000003A143708 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
2020-04-30 00:38:03.495554+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.495554+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.495583+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.495583+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.495589+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A192000 0000E5 (v02 hack   _XOSI    00000000 INTL 20180427)
2020-04-30 00:38:03.495590+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A192000 0000E5 (v02 hack   _XOSI    00000000 INTL 20180427)
2020-04-30 00:38:03.495644+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.495644+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.495748+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.495748+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.495754+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A191000 0004EA (v02 CORP   BATT     00000000 INTL 20180427)
2020-04-30 00:38:03.495755+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A191000 0004EA (v02 CORP   BATT     00000000 INTL 20180427)
2020-04-30 00:38:03.495809+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.495809+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.495831+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.495831+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.495837+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A190000 000068 (v02 hack   _PNLFCFL 00000000 INTL 20180427)
2020-04-30 00:38:03.495838+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A190000 000068 (v02 hack   _PNLFCFL 00000000 INTL 20180427)
2020-04-30 00:38:03.495895+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.495895+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.495920+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.495920+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.495926+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A18F000 00008F (v02 Slav   PMCR     00001000 INTL 20190509)
2020-04-30 00:38:03.495927+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A18F000 00008F (v02 Slav   PMCR     00001000 INTL 20190509)
2020-04-30 00:38:03.495982+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.495982+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.496005+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.496005+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.496011+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A18E000 000082 (v02 ACDT   CpuPlug  00003000 INTL 20180427)
2020-04-30 00:38:03.496012+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A18E000 000082 (v02 ACDT   CpuPlug  00003000 INTL 20180427)
2020-04-30 00:38:03.496067+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.496067+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.496088+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.496088+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.496095+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A18D000 000066 (v02 CORP   HPET     00000000 INTL 20180427)
2020-04-30 00:38:03.496095+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A18D000 000066 (v02 CORP   HPET     00000000 INTL 20180427)
2020-04-30 00:38:03.496150+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.496151+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.496177+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.496178+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.496183+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A18C000 0000B9 (v02 hack   USBX     00000000 INTL 20180427)
2020-04-30 00:38:03.496184+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A18C000 0000B9 (v02 hack   USBX     00000000 INTL 20180427)
2020-04-30 00:38:03.496239+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.496240+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.496262+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.496262+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.496268+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A18B000 00006C (v02 hack   DGPU     00000000 INTL 20180427)
2020-04-30 00:38:03.496269+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A18B000 00006C (v02 hack   DGPU     00000000 INTL 20180427)
2020-04-30 00:38:03.496324+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.496324+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.552937+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.552937+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.552942+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) 20 ACPI AML tables successfully acquired and loaded
2020-04-30 00:38:03.552943+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) 20 ACPI AML tables successfully acquired and loaded
2020-04-30 00:38:03.552981+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.552981+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.557089+0200 0x79       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
2020-04-30 00:38:03.557128+0200 0x79       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
2020-04-30 00:38:03.557332+0200 0x79       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
2020-04-30 00:38:03.557375+0200 0x79       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) AppleACPICPU: ProcessorId=4 LocalApicId=6 Enabled
2020-04-30 00:38:03.557422+0200 0x79       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) AppleACPICPU: ProcessorId=5 LocalApicId=8 Enabled
2020-04-30 00:38:03.557466+0200 0x79       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) AppleACPICPU: ProcessorId=6 LocalApicId=10 Enabled
2020-04-30 00:38:03.557515+0200 0x79       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) AppleACPICPU: ProcessorId=7 LocalApicId=1 Enabled
2020-04-30 00:38:03.557558+0200 0x79       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) AppleACPICPU: ProcessorId=8 LocalApicId=3 Enabled
2020-04-30 00:38:03.557602+0200 0x79       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) AppleACPICPU: ProcessorId=9 LocalApicId=5 Enabled
2020-04-30 00:38:03.557649+0200 0x79       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) AppleACPICPU: ProcessorId=10 LocalApicId=7 Enabled
2020-04-30 00:38:03.557693+0200 0x79       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) AppleACPICPU: ProcessorId=11 LocalApicId=9 Enabled
2020-04-30 00:38:03.557737+0200 0x79       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) AppleACPICPU: ProcessorId=12 LocalApicId=11 Enabled
2020-04-30 00:38:03.637676+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI Error:
2020-04-30 00:38:03.637677+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI Error:
2020-04-30 00:38:03.637687+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) [_SB_.PCI0.RP05.PXSX]
2020-04-30 00:38:03.637688+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) [_SB_.PCI0.RP05.PXSX]
2020-04-30 00:38:03.637707+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  Namespace lookup failure, AE_NOT_FOUND
2020-04-30 00:38:03.637707+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  Namespace lookup failure, AE_NOT_FOUND
2020-04-30 00:38:03.637736+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  (20160930/dswload2-274)
2020-04-30 00:38:03.637736+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  (20160930/dswload2-274)
2020-04-30 00:38:03.637756+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.637757+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.637759+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) No Local Variables are initialized for method [PXSX]
2020-04-30 00:38:03.637760+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) No Local Variables are initialized for method [PXSX]
2020-04-30 00:38:03.637799+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.637800+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.637802+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) No Arguments are initialized for method [PXSX]
2020-04-30 00:38:03.637803+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) No Arguments are initialized for method [PXSX]
2020-04-30 00:38:03.637838+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.637839+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.637841+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI Exception: AE_NOT_FOUND,
2020-04-30 00:38:03.637842+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI Exception: AE_NOT_FOUND,
2020-04-30 00:38:03.637863+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) During name lookup/catalog
2020-04-30 00:38:03.637863+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) During name lookup/catalog
2020-04-30 00:38:03.637883+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  (20160930/psobject-310)
2020-04-30 00:38:03.637883+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  (20160930/psobject-310)
2020-04-30 00:38:03.637903+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI Error:
2020-04-30 00:38:03.637904+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI Error:
2020-04-30 00:38:03.637913+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) Method parse/execution failed
2020-04-30 00:38:03.637913+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) Method parse/execution failed
2020-04-30 00:38:03.637938+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) [\_SB.PCI0.RP04.PXSX] (Node ffffff803e11b690)
2020-04-30 00:38:03.637938+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) [\_SB.PCI0.RP04.PXSX] (Node ffffff803e11b690)
2020-04-30 00:38:03.637971+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) , AE_NOT_FOUND
2020-04-30 00:38:03.637972+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) , AE_NOT_FOUND
2020-04-30 00:38:03.637982+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  (20160930/psparse-632)
2020-04-30 00:38:03.637983+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  (20160930/psparse-632)
2020-04-30 00:38:03.639772+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI Error:
2020-04-30 00:38:03.639772+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI Error:
2020-04-30 00:38:03.639782+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) [_SB_.PCI0.RP09.PXSX]
2020-04-30 00:38:03.639783+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) [_SB_.PCI0.RP09.PXSX]
2020-04-30 00:38:03.639798+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  Namespace lookup failure, AE_NOT_FOUND
2020-04-30 00:38:03.639799+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  Namespace lookup failure, AE_NOT_FOUND
2020-04-30 00:38:03.639827+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  (20160930/dswload2-274)
2020-04-30 00:38:03.639828+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  (20160930/dswload2-274)
2020-04-30 00:38:03.639847+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.639847+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.639850+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) No Local Variables are initialized for method [PXSX]
2020-04-30 00:38:03.639850+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) No Local Variables are initialized for method [PXSX]
2020-04-30 00:38:03.639889+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.639890+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.639892+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) No Arguments are initialized for method [PXSX]
2020-04-30 00:38:03.639893+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) No Arguments are initialized for method [PXSX]
2020-04-30 00:38:03.639929+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.639929+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.639932+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI Exception: AE_NOT_FOUND,
2020-04-30 00:38:03.639932+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI Exception: AE_NOT_FOUND,
2020-04-30 00:38:03.639954+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) During name lookup/catalog
2020-04-30 00:38:03.639954+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) During name lookup/catalog
2020-04-30 00:38:03.639975+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  (20160930/psobject-310)
2020-04-30 00:38:03.639975+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  (20160930/psobject-310)
2020-04-30 00:38:03.639995+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI Error:
2020-04-30 00:38:03.639995+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI Error:
2020-04-30 00:38:03.640004+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) Method parse/execution failed
2020-04-30 00:38:03.640005+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) Method parse/execution failed
2020-04-30 00:38:03.640028+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) [\_SB.PCI0.RP08.PXSX] (Node ffffff803e145060)
2020-04-30 00:38:03.640028+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) [\_SB.PCI0.RP08.PXSX] (Node ffffff803e145060)
2020-04-30 00:38:03.640061+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) , AE_NOT_FOUND
2020-04-30 00:38:03.640061+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) , AE_NOT_FOUND
2020-04-30 00:38:03.640072+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  (20160930/psparse-632)
2020-04-30 00:38:03.640072+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  (20160930/psparse-632)
2020-04-30 00:38:03.641851+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI Error:
2020-04-30 00:38:03.641852+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI Error:
2020-04-30 00:38:03.641861+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) [_SB_.PCI0.RP13.PXSX]
2020-04-30 00:38:03.641862+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) [_SB_.PCI0.RP13.PXSX]
2020-04-30 00:38:03.641877+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  Namespace lookup failure, AE_NOT_FOUND
2020-04-30 00:38:03.641878+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  Namespace lookup failure, AE_NOT_FOUND
2020-04-30 00:38:03.641907+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  (20160930/dswload2-274)
2020-04-30 00:38:03.641908+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  (20160930/dswload2-274)
2020-04-30 00:38:03.641927+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.641928+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.641930+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) No Local Variables are initialized for method [PXSX]
2020-04-30 00:38:03.641931+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) No Local Variables are initialized for method [PXSX]
2020-04-30 00:38:03.641969+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.641970+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.641972+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) No Arguments are initialized for method [PXSX]
2020-04-30 00:38:03.641973+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) No Arguments are initialized for method [PXSX]
2020-04-30 00:38:03.642012+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.642012+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.642015+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI Exception: AE_NOT_FOUND,
2020-04-30 00:38:03.642015+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI Exception: AE_NOT_FOUND,
2020-04-30 00:38:03.642037+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) During name lookup/catalog
2020-04-30 00:38:03.642037+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) During name lookup/catalog
2020-04-30 00:38:03.642057+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  (20160930/psobject-310)
2020-04-30 00:38:03.642057+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  (20160930/psobject-310)
2020-04-30 00:38:03.642077+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI Error:
2020-04-30 00:38:03.642077+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI Error:
2020-04-30 00:38:03.642086+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) Method parse/execution failed
2020-04-30 00:38:03.642087+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) Method parse/execution failed
2020-04-30 00:38:03.642110+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) [\_SB.PCI0.RP12.PXSX] (Node ffffff803e1550c0)
2020-04-30 00:38:03.642110+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) [\_SB.PCI0.RP12.PXSX] (Node ffffff803e1550c0)
2020-04-30 00:38:03.642144+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) , AE_NOT_FOUND
2020-04-30 00:38:03.642144+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) , AE_NOT_FOUND
2020-04-30 00:38:03.642154+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  (20160930/psparse-632)
2020-04-30 00:38:03.642155+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  (20160930/psparse-632)
2020-04-30 00:38:03.647446+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.647447+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.647452+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) Executed 68 blocks of module-level executable AML code
2020-04-30 00:38:03.647453+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) Executed 68 blocks of module-level executable AML code
2020-04-30 00:38:03.647492+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.647492+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.704443+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI: sleep states S3 S4 S5
2020-04-30 00:38:03.709802+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI: cannot translate ACPI object 14
2020-04-30 00:38:03.709808+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI: cannot translate ACPI object 14
2020-04-30 00:38:03.709812+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI: cannot translate ACPI object 14
2020-04-30 00:38:03.721719+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI: cannot translate ACPI object 14
2020-04-30 00:38:03.722466+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI: cannot translate ACPI object 14
2020-04-30 00:38:03.722472+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI: cannot translate ACPI object 14
2020-04-30 00:38:03.722494+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI: cannot translate ACPI object 14
2020-04-30 00:38:03.722500+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI: cannot translate ACPI object 14
2020-04-30 00:38:03.722523+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI: cannot translate ACPI object 14
2020-04-30 00:38:03.722529+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI: cannot translate ACPI object 14
2020-04-30 00:38:03.726690+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI: cannot translate ACPI object 14
2020-04-30 00:38:03.726727+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI: cannot translate ACPI object 14
2020-04-30 00:38:03.726755+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI: cannot translate ACPI object 14
2020-04-30 00:38:03.726782+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI: cannot translate ACPI object 14
2020-04-30 00:38:03.726816+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI: cannot translate ACPI object 14
2020-04-30 00:38:33.802442+0200 0x1e88     Default     0x0                  0      0    kernel: (AppleGraphicsDeviceControl) AGDCC: Unauthorized client 'PerfPowerService' (IOService:/[1;35;40m[KAppleACPIPlatform[m[KExpert/PCI0@0/AppleACPIPCI/IGPU@2/AppleIntelFramebufferController/IntelFBClientControl)
 
@takki

I don't get any output for this command, doing a generic VoodooI2C search only yields:

Code:
blvckbytes@MacBook-Pro-2 ~ % log show --predicate "processID == 0" --start $(date "+%Y-%m-%d") --debug | grep -i VoodooI2C      
2020-04-30 00:38:42.919067+0200 0x18fe     Default     0x0                  0      0    kernel: (VoodooI2CHID) VoodooI2CTouchscreenHIDEventDriver::setProperties USBMouseStopsTrackpad = 0
2020-04-30 00:38:42.919156+0200 0x18fe     Default     0x0                  0      0    kernel: (VoodooI2CHID) VoodooI2CPrecisionTouchpadHIDEventDriver::setProperties USBMouseStopsTrackpad = 0

But yeah, I get what you mean, interrupt will always use less resources and be more accurate, since polling might miss some data and needs an active thread with a while loop aswell. I have no idea about GPIO pinning yet, but just out of interest I will look into it tomorrow or on the weekend, I'll get back to you, maybe I can work on a hotpatch for you.

Yes - hotpatching works the same on clover as it does on OC, basically it's always custom SSDTs + search/replace. It makes sense to port them first, since you'll have enough new stuff to look into with OC, so one thing at a time.

I have some errors there aswell, I'll look them up in my ACPI source code later, thank you for letting me know!
Code:
2020-04-30 00:38:03.468149+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.468149+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.468157+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) RSDP 0x000000003A0F3000 000024 (v02 ALASKA)
2020-04-30 00:38:03.468158+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) RSDP 0x000000003A0F3000 000024 (v02 ALASKA)
2020-04-30 00:38:03.468190+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.468190+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.468209+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.468209+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.468216+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) XSDT 0x000000003A18A000 00012C (v01 ALASKA A M I    01072009 AMI  00010013)
2020-04-30 00:38:03.468216+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) XSDT 0x000000003A18A000 00012C (v01 ALASKA A M I    01072009 AMI  00010013)
2020-04-30 00:38:03.468275+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.468275+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.468335+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.468335+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.468341+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) FACP 0x000000003A1330D0 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
2020-04-30 00:38:03.468342+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) FACP 0x000000003A1330D0 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
2020-04-30 00:38:03.468397+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.468398+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.488923+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.488923+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.488930+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) DSDT 0x000000003A0F3230 03FE9C (v02 ALASKA A M I    01072009 INTL 20160527)
2020-04-30 00:38:03.488930+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) DSDT 0x000000003A0F3230 03FE9C (v02 ALASKA A M I    01072009 INTL 20160527)
2020-04-30 00:38:03.488985+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.488986+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.489008+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.489008+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.489014+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) FACS 0x000000003A281080 000040
2020-04-30 00:38:03.489015+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) FACS 0x000000003A281080 000040
2020-04-30 00:38:03.489037+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.489037+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.489067+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.489068+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.489074+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) APIC 0x000000003A1331E8 0000F4 (v04 ALASKA A M I    01072009 AMI  00010013)
2020-04-30 00:38:03.489074+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) APIC 0x000000003A1331E8 0000F4 (v04 ALASKA A M I    01072009 AMI  00010013)
2020-04-30 00:38:03.489130+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.489130+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.489150+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.489150+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.489156+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) FPDT 0x000000003A1332E0 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
2020-04-30 00:38:03.489156+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) FPDT 0x000000003A1332E0 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
2020-04-30 00:38:03.489212+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.489213+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.489243+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.489243+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.489249+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) FIDT 0x000000003A133328 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
2020-04-30 00:38:03.489250+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) FIDT 0x000000003A133328 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
2020-04-30 00:38:03.489305+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.489306+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.489325+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.489325+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.489331+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) MCFG 0x000000003A1333C8 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
2020-04-30 00:38:03.489332+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) MCFG 0x000000003A1333C8 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
2020-04-30 00:38:03.489387+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.489387+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.489462+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.489462+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.489468+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A133408 000334 (v01 SataRe SataTabl 00001000 INTL 20160527)
2020-04-30 00:38:03.489469+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A133408 000334 (v01 SataRe SataTabl 00001000 INTL 20160527)
2020-04-30 00:38:03.489523+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.489524+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.489954+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.489954+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.489960+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A133740 0017D5 (v02 CpuRef CpuSsdt  00003000 INTL 20160527)
2020-04-30 00:38:03.489961+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A133740 0017D5 (v02 CpuRef CpuSsdt  00003000 INTL 20160527)
2020-04-30 00:38:03.490016+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.490016+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.490045+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.490045+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.490051+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) MSDM 0x000000003A134F18 000055 (v03 ALASKA A M I    01072009 AMI  00010013)
2020-04-30 00:38:03.490051+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) MSDM 0x000000003A134F18 000055 (v03 ALASKA A M I    01072009 AMI  00010013)
2020-04-30 00:38:03.490107+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.490107+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.491051+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.491051+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.491057+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A134F70 0031C7 (v02 SaSsdt SaSsdt   00003000 INTL 20160527)
2020-04-30 00:38:03.491058+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A134F70 0031C7 (v02 SaSsdt SaSsdt   00003000 INTL 20160527)
2020-04-30 00:38:03.491112+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.491113+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.491717+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.491717+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.491723+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A138138 0021F7 (v02 PegSsd PegSsdt  00001000 INTL 20160527)
2020-04-30 00:38:03.491724+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A138138 0021F7 (v02 PegSsd PegSsdt  00001000 INTL 20160527)
2020-04-30 00:38:03.491779+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.491779+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.491802+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.491803+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.491808+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) HPET 0x000000003A13A330 000038 (v01 INTEL  A M I    00000002      01000013)
2020-04-30 00:38:03.491809+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) HPET 0x000000003A13A330 000038 (v01 INTEL  A M I    00000002      01000013)
2020-04-30 00:38:03.491865+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.491866+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.492159+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.492160+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.492165+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A13A368 000F9E (v02 INTEL  Ther_Rvp 00001000 INTL 20160527)
2020-04-30 00:38:03.492166+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A13A368 000F9E (v02 INTEL  Ther_Rvp 00001000 INTL 20160527)
2020-04-30 00:38:03.492221+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.492221+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.492543+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.492544+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.492550+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A13B308 001188 (v02 INTEL  xh_cfhd4 00000000 INTL 20160527)
2020-04-30 00:38:03.492550+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A13B308 001188 (v02 INTEL  xh_cfhd4 00000000 INTL 20160527)
2020-04-30 00:38:03.492608+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.492609+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.492629+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.492629+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.492635+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) UEFI 0x000000003A13C490 000048 (v01 ALASKA A M I    00000002      01000013)
2020-04-30 00:38:03.492635+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) UEFI 0x000000003A13C490 000048 (v01 ALASKA A M I    00000002      01000013)
2020-04-30 00:38:03.492691+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.492692+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.492720+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.492720+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.492726+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) LPIT 0x000000003A13C4D8 00005C (v01 INTEL  A M I    00000002      01000013)
2020-04-30 00:38:03.492726+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) LPIT 0x000000003A13C4D8 00005C (v01 INTEL  A M I    00000002      01000013)
2020-04-30 00:38:03.492782+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.492782+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.493487+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.493487+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.493493+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A13C538 0027DE (v02 INTEL  PtidDevc 00001000 INTL 20160527)
2020-04-30 00:38:03.493494+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A13C538 0027DE (v02 INTEL  PtidDevc 00001000 INTL 20160527)
2020-04-30 00:38:03.493549+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.493549+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.493841+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.493841+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.493847+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A13ED18 000FFE (v02 INTEL  TbtTypeC 00000000 INTL 20160527)
2020-04-30 00:38:03.493848+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A13ED18 000FFE (v02 INTEL  TbtTypeC 00000000 INTL 20160527)
2020-04-30 00:38:03.493903+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.493903+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.493921+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.493922+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.493928+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) DBGP 0x000000003A13FD18 000034 (v01 ALASKA A M I    00000002      01000013)
2020-04-30 00:38:03.493928+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) DBGP 0x000000003A13FD18 000034 (v01 ALASKA A M I    00000002      01000013)
2020-04-30 00:38:03.493984+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.493984+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.494010+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.494011+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.494016+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) DBG2 0x000000003A13FD50 000061 (v00 ALASKA A M I    00000002      01000013)
2020-04-30 00:38:03.494017+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) DBG2 0x000000003A13FD50 000061 (v00 ALASKA A M I    00000002      01000013)
2020-04-30 00:38:03.494073+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.494073+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.494531+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.494531+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.494537+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A13FDB8 001931 (v02 ALASKA UsbCTabl 00001000 INTL 20160527)
2020-04-30 00:38:03.494538+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A13FDB8 001931 (v02 ALASKA UsbCTabl 00001000 INTL 20160527)
2020-04-30 00:38:03.494593+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.494593+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.494619+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.494620+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.494625+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A1416F0 0000AE (v02 SgRef  SgPeg    00001000 INTL 20160527)
2020-04-30 00:38:03.494626+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A1416F0 0000AE (v02 SgRef  SgPeg    00001000 INTL 20160527)
2020-04-30 00:38:03.494680+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.494681+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.494704+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.494704+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.494710+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) BGRT 0x000000003A1417A0 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
2020-04-30 00:38:03.494711+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) BGRT 0x000000003A1417A0 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
2020-04-30 00:38:03.494766+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.494766+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.494785+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.494785+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.494791+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) TPM2 0x000000003A1417D8 000034 (v04 ALASKA A M I    00000001 AMI  00000000)
2020-04-30 00:38:03.494792+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) TPM2 0x000000003A1417D8 000034 (v04 ALASKA A M I    00000001 AMI  00000000)
2020-04-30 00:38:03.494850+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.494850+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.495413+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.495413+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.495419+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A141810 001EF4 (v01 OptRef OptTabl  00001000 INTL 20160527)
2020-04-30 00:38:03.495420+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A141810 001EF4 (v01 OptRef OptTabl  00001000 INTL 20160527)
2020-04-30 00:38:03.495474+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.495475+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.495491+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.495491+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.495497+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) WSMT 0x000000003A143708 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
2020-04-30 00:38:03.495498+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) WSMT 0x000000003A143708 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
2020-04-30 00:38:03.495554+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.495554+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.495583+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.495583+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.495589+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A192000 0000E5 (v02 hack   _XOSI    00000000 INTL 20180427)
2020-04-30 00:38:03.495590+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A192000 0000E5 (v02 hack   _XOSI    00000000 INTL 20180427)
2020-04-30 00:38:03.495644+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.495644+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.495748+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.495748+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.495754+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A191000 0004EA (v02 CORP   BATT     00000000 INTL 20180427)
2020-04-30 00:38:03.495755+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A191000 0004EA (v02 CORP   BATT     00000000 INTL 20180427)
2020-04-30 00:38:03.495809+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.495809+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.495831+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.495831+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.495837+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A190000 000068 (v02 hack   _PNLFCFL 00000000 INTL 20180427)
2020-04-30 00:38:03.495838+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A190000 000068 (v02 hack   _PNLFCFL 00000000 INTL 20180427)
2020-04-30 00:38:03.495895+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.495895+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.495920+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.495920+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.495926+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A18F000 00008F (v02 Slav   PMCR     00001000 INTL 20190509)
2020-04-30 00:38:03.495927+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A18F000 00008F (v02 Slav   PMCR     00001000 INTL 20190509)
2020-04-30 00:38:03.495982+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.495982+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.496005+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.496005+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.496011+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A18E000 000082 (v02 ACDT   CpuPlug  00003000 INTL 20180427)
2020-04-30 00:38:03.496012+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A18E000 000082 (v02 ACDT   CpuPlug  00003000 INTL 20180427)
2020-04-30 00:38:03.496067+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.496067+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.496088+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.496088+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.496095+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A18D000 000066 (v02 CORP   HPET     00000000 INTL 20180427)
2020-04-30 00:38:03.496095+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A18D000 000066 (v02 CORP   HPET     00000000 INTL 20180427)
2020-04-30 00:38:03.496150+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.496151+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.496177+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.496178+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.496183+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A18C000 0000B9 (v02 hack   USBX     00000000 INTL 20180427)
2020-04-30 00:38:03.496184+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A18C000 0000B9 (v02 hack   USBX     00000000 INTL 20180427)
2020-04-30 00:38:03.496239+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.496240+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.496262+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.496262+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.496268+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A18B000 00006C (v02 hack   DGPU     00000000 INTL 20180427)
2020-04-30 00:38:03.496269+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) SSDT 0x000000003A18B000 00006C (v02 hack   DGPU     00000000 INTL 20180427)
2020-04-30 00:38:03.496324+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.496324+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.552937+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.552937+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.552942+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) 20 ACPI AML tables successfully acquired and loaded
2020-04-30 00:38:03.552943+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) 20 ACPI AML tables successfully acquired and loaded
2020-04-30 00:38:03.552981+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.552981+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.557089+0200 0x79       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
2020-04-30 00:38:03.557128+0200 0x79       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
2020-04-30 00:38:03.557332+0200 0x79       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
2020-04-30 00:38:03.557375+0200 0x79       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) AppleACPICPU: ProcessorId=4 LocalApicId=6 Enabled
2020-04-30 00:38:03.557422+0200 0x79       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) AppleACPICPU: ProcessorId=5 LocalApicId=8 Enabled
2020-04-30 00:38:03.557466+0200 0x79       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) AppleACPICPU: ProcessorId=6 LocalApicId=10 Enabled
2020-04-30 00:38:03.557515+0200 0x79       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) AppleACPICPU: ProcessorId=7 LocalApicId=1 Enabled
2020-04-30 00:38:03.557558+0200 0x79       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) AppleACPICPU: ProcessorId=8 LocalApicId=3 Enabled
2020-04-30 00:38:03.557602+0200 0x79       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) AppleACPICPU: ProcessorId=9 LocalApicId=5 Enabled
2020-04-30 00:38:03.557649+0200 0x79       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) AppleACPICPU: ProcessorId=10 LocalApicId=7 Enabled
2020-04-30 00:38:03.557693+0200 0x79       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) AppleACPICPU: ProcessorId=11 LocalApicId=9 Enabled
2020-04-30 00:38:03.557737+0200 0x79       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) AppleACPICPU: ProcessorId=12 LocalApicId=11 Enabled
2020-04-30 00:38:03.637676+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI Error:
2020-04-30 00:38:03.637677+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI Error:
2020-04-30 00:38:03.637687+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) [_SB_.PCI0.RP05.PXSX]
2020-04-30 00:38:03.637688+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) [_SB_.PCI0.RP05.PXSX]
2020-04-30 00:38:03.637707+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  Namespace lookup failure, AE_NOT_FOUND
2020-04-30 00:38:03.637707+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  Namespace lookup failure, AE_NOT_FOUND
2020-04-30 00:38:03.637736+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  (20160930/dswload2-274)
2020-04-30 00:38:03.637736+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  (20160930/dswload2-274)
2020-04-30 00:38:03.637756+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.637757+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.637759+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) No Local Variables are initialized for method [PXSX]
2020-04-30 00:38:03.637760+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) No Local Variables are initialized for method [PXSX]
2020-04-30 00:38:03.637799+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.637800+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.637802+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) No Arguments are initialized for method [PXSX]
2020-04-30 00:38:03.637803+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) No Arguments are initialized for method [PXSX]
2020-04-30 00:38:03.637838+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.637839+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.637841+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI Exception: AE_NOT_FOUND,
2020-04-30 00:38:03.637842+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI Exception: AE_NOT_FOUND,
2020-04-30 00:38:03.637863+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) During name lookup/catalog
2020-04-30 00:38:03.637863+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) During name lookup/catalog
2020-04-30 00:38:03.637883+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  (20160930/psobject-310)
2020-04-30 00:38:03.637883+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  (20160930/psobject-310)
2020-04-30 00:38:03.637903+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI Error:
2020-04-30 00:38:03.637904+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI Error:
2020-04-30 00:38:03.637913+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) Method parse/execution failed
2020-04-30 00:38:03.637913+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) Method parse/execution failed
2020-04-30 00:38:03.637938+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) [\_SB.PCI0.RP04.PXSX] (Node ffffff803e11b690)
2020-04-30 00:38:03.637938+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) [\_SB.PCI0.RP04.PXSX] (Node ffffff803e11b690)
2020-04-30 00:38:03.637971+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) , AE_NOT_FOUND
2020-04-30 00:38:03.637972+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) , AE_NOT_FOUND
2020-04-30 00:38:03.637982+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  (20160930/psparse-632)
2020-04-30 00:38:03.637983+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  (20160930/psparse-632)
2020-04-30 00:38:03.639772+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI Error:
2020-04-30 00:38:03.639772+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI Error:
2020-04-30 00:38:03.639782+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) [_SB_.PCI0.RP09.PXSX]
2020-04-30 00:38:03.639783+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) [_SB_.PCI0.RP09.PXSX]
2020-04-30 00:38:03.639798+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  Namespace lookup failure, AE_NOT_FOUND
2020-04-30 00:38:03.639799+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  Namespace lookup failure, AE_NOT_FOUND
2020-04-30 00:38:03.639827+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  (20160930/dswload2-274)
2020-04-30 00:38:03.639828+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  (20160930/dswload2-274)
2020-04-30 00:38:03.639847+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.639847+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.639850+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) No Local Variables are initialized for method [PXSX]
2020-04-30 00:38:03.639850+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) No Local Variables are initialized for method [PXSX]
2020-04-30 00:38:03.639889+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.639890+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.639892+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) No Arguments are initialized for method [PXSX]
2020-04-30 00:38:03.639893+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) No Arguments are initialized for method [PXSX]
2020-04-30 00:38:03.639929+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.639929+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.639932+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI Exception: AE_NOT_FOUND,
2020-04-30 00:38:03.639932+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI Exception: AE_NOT_FOUND,
2020-04-30 00:38:03.639954+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) During name lookup/catalog
2020-04-30 00:38:03.639954+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) During name lookup/catalog
2020-04-30 00:38:03.639975+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  (20160930/psobject-310)
2020-04-30 00:38:03.639975+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  (20160930/psobject-310)
2020-04-30 00:38:03.639995+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI Error:
2020-04-30 00:38:03.639995+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI Error:
2020-04-30 00:38:03.640004+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) Method parse/execution failed
2020-04-30 00:38:03.640005+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) Method parse/execution failed
2020-04-30 00:38:03.640028+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) [\_SB.PCI0.RP08.PXSX] (Node ffffff803e145060)
2020-04-30 00:38:03.640028+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) [\_SB.PCI0.RP08.PXSX] (Node ffffff803e145060)
2020-04-30 00:38:03.640061+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) , AE_NOT_FOUND
2020-04-30 00:38:03.640061+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) , AE_NOT_FOUND
2020-04-30 00:38:03.640072+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  (20160930/psparse-632)
2020-04-30 00:38:03.640072+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  (20160930/psparse-632)
2020-04-30 00:38:03.641851+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI Error:
2020-04-30 00:38:03.641852+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI Error:
2020-04-30 00:38:03.641861+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) [_SB_.PCI0.RP13.PXSX]
2020-04-30 00:38:03.641862+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) [_SB_.PCI0.RP13.PXSX]
2020-04-30 00:38:03.641877+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  Namespace lookup failure, AE_NOT_FOUND
2020-04-30 00:38:03.641878+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  Namespace lookup failure, AE_NOT_FOUND
2020-04-30 00:38:03.641907+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  (20160930/dswload2-274)
2020-04-30 00:38:03.641908+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  (20160930/dswload2-274)
2020-04-30 00:38:03.641927+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.641928+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.641930+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) No Local Variables are initialized for method [PXSX]
2020-04-30 00:38:03.641931+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) No Local Variables are initialized for method [PXSX]
2020-04-30 00:38:03.641969+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.641970+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.641972+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) No Arguments are initialized for method [PXSX]
2020-04-30 00:38:03.641973+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) No Arguments are initialized for method [PXSX]
2020-04-30 00:38:03.642012+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.642012+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.642015+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI Exception: AE_NOT_FOUND,
2020-04-30 00:38:03.642015+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI Exception: AE_NOT_FOUND,
2020-04-30 00:38:03.642037+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) During name lookup/catalog
2020-04-30 00:38:03.642037+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) During name lookup/catalog
2020-04-30 00:38:03.642057+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  (20160930/psobject-310)
2020-04-30 00:38:03.642057+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  (20160930/psobject-310)
2020-04-30 00:38:03.642077+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI Error:
2020-04-30 00:38:03.642077+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI Error:
2020-04-30 00:38:03.642086+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) Method parse/execution failed
2020-04-30 00:38:03.642087+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) Method parse/execution failed
2020-04-30 00:38:03.642110+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) [\_SB.PCI0.RP12.PXSX] (Node ffffff803e1550c0)
2020-04-30 00:38:03.642110+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) [\_SB.PCI0.RP12.PXSX] (Node ffffff803e1550c0)
2020-04-30 00:38:03.642144+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) , AE_NOT_FOUND
2020-04-30 00:38:03.642144+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) , AE_NOT_FOUND
2020-04-30 00:38:03.642154+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  (20160930/psparse-632)
2020-04-30 00:38:03.642155+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)  (20160930/psparse-632)
2020-04-30 00:38:03.647446+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.647447+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI:
2020-04-30 00:38:03.647452+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) Executed 68 blocks of module-level executable AML code
2020-04-30 00:38:03.647453+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) Executed 68 blocks of module-level executable AML code
2020-04-30 00:38:03.647492+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.647492+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K)
2020-04-30 00:38:03.704443+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI: sleep states S3 S4 S5
2020-04-30 00:38:03.709802+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI: cannot translate ACPI object 14
2020-04-30 00:38:03.709808+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI: cannot translate ACPI object 14
2020-04-30 00:38:03.709812+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI: cannot translate ACPI object 14
2020-04-30 00:38:03.721719+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI: cannot translate ACPI object 14
2020-04-30 00:38:03.722466+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI: cannot translate ACPI object 14
2020-04-30 00:38:03.722472+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI: cannot translate ACPI object 14
2020-04-30 00:38:03.722494+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI: cannot translate ACPI object 14
2020-04-30 00:38:03.722500+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI: cannot translate ACPI object 14
2020-04-30 00:38:03.722523+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI: cannot translate ACPI object 14
2020-04-30 00:38:03.722529+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI: cannot translate ACPI object 14
2020-04-30 00:38:03.726690+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI: cannot translate ACPI object 14
2020-04-30 00:38:03.726727+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI: cannot translate ACPI object 14
2020-04-30 00:38:03.726755+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI: cannot translate ACPI object 14
2020-04-30 00:38:03.726782+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI: cannot translate ACPI object 14
2020-04-30 00:38:03.726816+0200 0x71       Default     0x0                  0      0    kernel: ([1;35;40m[KAppleACPIPlatform[m[K) ACPI: cannot translate ACPI object 14
2020-04-30 00:38:33.802442+0200 0x1e88     Default     0x0                  0      0    kernel: (AppleGraphicsDeviceControl) AGDCC: Unauthorized client 'PerfPowerService' (IOService:/[1;35;40m[KAppleACPIPlatform[m[KExpert/PCI0@0/AppleACPIPCI/IGPU@2/AppleIntelFramebufferController/IntelFBClientControl)

You have even more errors than me :p

2020-04-30 00:46:24.613902+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.613903+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.614053+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) RSDP 0x0000000039F55000 000024 (v02 ALASKA)
2020-04-30 00:46:24.614053+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) RSDP 0x0000000039F55000 000024 (v02 ALASKA)
2020-04-30 00:46:24.615116+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.615117+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.615167+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.615168+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.615318+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) XSDT 0x0000000039F54000 00014C (v01 ALASKA A M I 01072009 AMI 00010013)
2020-04-30 00:46:24.615318+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) XSDT 0x0000000039F54000 00014C (v01 ALASKA A M I 01072009 AMI 00010013)
2020-04-30 00:46:24.617175+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.617175+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.617271+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.617272+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.617421+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) FACP 0x0000000039F53000 0000F4 (v06 Apple A M I 01072009 AMI 00010013)
2020-04-30 00:46:24.617422+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) FACP 0x0000000039F53000 0000F4 (v06 Apple A M I 01072009 AMI 00010013)
2020-04-30 00:46:24.619418+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.619418+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.660574+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.660575+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.660727+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) DSDT 0x0000000031D03000 042054 (v02 ALASKA A M I 01072009 INTL 20200110)
2020-04-30 00:46:24.660727+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) DSDT 0x0000000031D03000 042054 (v02 ALASKA A M I 01072009 INTL 20200110)
2020-04-30 00:46:24.662580+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.662580+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.662642+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.662643+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.662790+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) FACS 0x000000003A0E6080 000040
2020-04-30 00:46:24.662790+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) FACS 0x000000003A0E6080 000040
2020-04-30 00:46:24.673542+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.673543+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.673606+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.673606+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.673758+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) FACS 0x000000003A0E6080 000040
2020-04-30 00:46:24.673758+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) FACS 0x000000003A0E6080 000040
2020-04-30 00:46:24.674503+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.674503+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.674571+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.674572+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.674720+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) APIC 0x0000000039F97170 0000F4 (v04 ALASKA A M I 01072009 AMI 00010013)
2020-04-30 00:46:24.674721+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) APIC 0x0000000039F97170 0000F4 (v04 ALASKA A M I 01072009 AMI 00010013)
2020-04-30 00:46:24.676572+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.676572+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.676628+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.676628+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.676780+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) FPDT 0x0000000039F97268 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
2020-04-30 00:46:24.676780+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) FPDT 0x0000000039F97268 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
2020-04-30 00:46:24.678630+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.678630+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.678691+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.678691+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.678843+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) FIDT 0x0000000039F972B0 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
2020-04-30 00:46:24.678844+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) FIDT 0x0000000039F972B0 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
2020-04-30 00:46:24.680692+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.680693+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.680746+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.680746+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.680894+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) MCFG 0x0000000039F97350 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
2020-04-30 00:46:24.680894+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) MCFG 0x0000000039F97350 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
2020-04-30 00:46:24.682752+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.682752+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.695097+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.695098+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.695249+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000039F4A000 00735F (v02 DptfTa DptfTabl 00001000 INTL 20160527)
2020-04-30 00:46:24.695250+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000039F4A000 00735F (v02 DptfTa DptfTabl 00001000 INTL 20160527)
2020-04-30 00:46:24.697103+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.697103+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.697709+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.697709+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.697860+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000039F47000 001B1C (v02 CpuRef CpuSsdt 00003000 INTL 20160527)
2020-04-30 00:46:24.697861+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000039F47000 001B1C (v02 CpuRef CpuSsdt 00003000 INTL 20160527)
2020-04-30 00:46:24.699714+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.699714+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.699769+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.699770+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.699920+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) MSDM 0x0000000039FA0210 000055 (v03 ALASKA A M I 01072009 AMI 00010013)
2020-04-30 00:46:24.699921+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) MSDM 0x0000000039FA0210 000055 (v03 ALASKA A M I 01072009 AMI 00010013)
2020-04-30 00:46:24.701774+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.701774+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.702960+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.702960+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.703110+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000039F42000 0031C6 (v02 SaSsdt SaSsdt 00003000 INTL 20160527)
2020-04-30 00:46:24.703110+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000039F42000 0031C6 (v02 SaSsdt SaSsdt 00003000 INTL 20160527)
2020-04-30 00:46:24.714983+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.714983+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.715792+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.715793+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.715946+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000039F3E000 0025A0 (v02 PegSsd PegSsdt 00001000 INTL 20160527)
2020-04-30 00:46:24.715946+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000039F3E000 0025A0 (v02 PegSsd PegSsdt 00001000 INTL 20160527)
2020-04-30 00:46:24.717795+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.717795+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.717848+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.717848+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.717998+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) HPET 0x0000000039FA59D0 000038 (v01 ALASKA A M I 00000002 01000013)
2020-04-30 00:46:24.717999+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) HPET 0x0000000039FA59D0 000038 (v01 ALASKA A M I 00000002 01000013)
2020-04-30 00:46:24.720008+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.720008+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.720446+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.720446+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.720595+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000033531000 00138F (v02 ALASKA CflH_Tbt 00001000 INTL 20160527)
2020-04-30 00:46:24.720595+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000033531000 00138F (v02 ALASKA CflH_Tbt 00001000 INTL 20160527)
2020-04-30 00:46:24.722448+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.722449+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.722806+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.722806+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.722955+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000039F3C000 000FAE (v02 ALASKA Ther_Rvp 00001000 INTL 20160527)
2020-04-30 00:46:24.722956+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000039F3C000 000FAE (v02 ALASKA Ther_Rvp 00001000 INTL 20160527)
2020-04-30 00:46:24.734823+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.734824+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.735257+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.735258+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.735410+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x000000003352E000 0012B4 (v02 INTEL xh_cfht4 00000000 INTL 20160527)
2020-04-30 00:46:24.735411+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x000000003352E000 0012B4 (v02 INTEL xh_cfht4 00000000 INTL 20160527)
2020-04-30 00:46:24.737414+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.737414+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.737475+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.737476+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.737626+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) UEFI 0x0000000039FA9000 000042 (v01 ALASKA A M I 00000002 01000013)
2020-04-30 00:46:24.737626+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) UEFI 0x0000000039FA9000 000042 (v01 ALASKA A M I 00000002 01000013)
2020-04-30 00:46:24.739478+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.739478+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.739533+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.739534+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.739684+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) LPIT 0x0000000039FA9048 00005C (v01 ALASKA A M I 00000002 01000013)
2020-04-30 00:46:24.739685+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) LPIT 0x0000000039FA9048 00005C (v01 ALASKA A M I 00000002 01000013)
2020-04-30 00:46:24.741538+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.741538+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.742373+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.742374+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.742523+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x000000003352A000 0027DE (v02 ALASKA PtidDevc 00001000 INTL 20160527)
2020-04-30 00:46:24.742524+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x000000003352A000 0027DE (v02 ALASKA PtidDevc 00001000 INTL 20160527)
2020-04-30 00:46:24.754389+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.754389+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.754867+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.754867+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.755020+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000033527000 001468 (v02 ALASKA TbtTypeC 00000000 INTL 20160527)
2020-04-30 00:46:24.755020+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000033527000 001468 (v02 ALASKA TbtTypeC 00000000 INTL 20160527)
2020-04-30 00:46:24.756875+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.756875+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.756929+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.756930+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.757078+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) DBGP 0x0000000039FACCF0 000034 (v01 ALASKA A M I 00000002 01000013)
2020-04-30 00:46:24.757079+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) DBGP 0x0000000039FACCF0 000034 (v01 ALASKA A M I 00000002 01000013)
2020-04-30 00:46:24.758938+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.758938+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.758994+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.758994+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.759143+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) DBG2 0x0000000039FACD28 000061 (v00 ALASKA A M I 00000002 01000013)
2020-04-30 00:46:24.759144+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) DBG2 0x0000000039FACD28 000061 (v00 ALASKA A M I 00000002 01000013)
2020-04-30 00:46:24.760998+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.760998+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.761575+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.761575+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.761723+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000031D00000 001B67 (v02 ALASKA UsbCTabl 00001000 INTL 20160527)
2020-04-30 00:46:24.761724+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000031D00000 001B67 (v02 ALASKA UsbCTabl 00001000 INTL 20160527)
2020-04-30 00:46:24.763581+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.763582+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.763656+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.763657+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.763806+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000033525000 000144 (v02 Intel ADebTabl 00001000 INTL 20160527)
2020-04-30 00:46:24.763807+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000033525000 000144 (v02 Intel ADebTabl 00001000 INTL 20160527)
2020-04-30 00:46:24.775669+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.775670+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.775749+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.775750+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.775901+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000031CFE000 0000AE (v02 SgRef SgPeg 00001000 INTL 20160527)
2020-04-30 00:46:24.775902+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000031CFE000 0000AE (v02 SgRef SgPeg 00001000 INTL 20160527)
2020-04-30 00:46:24.777756+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.777756+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.777810+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.777810+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.777961+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) BGRT 0x0000000039FAEAF0 000038 (v01 ALASKA A M I 01072009 AMI 00010013)
2020-04-30 00:46:24.777962+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) BGRT 0x0000000039FAEAF0 000038 (v01 ALASKA A M I 01072009 AMI 00010013)
2020-04-30 00:46:24.779816+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.779816+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.779874+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.779874+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.780024+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) TPM2 0x0000000039FAEB28 000034 (v04 ALASKA A M I 00000001 AMI 00000000)
2020-04-30 00:46:24.780025+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) TPM2 0x0000000039FAEB28 000034 (v04 ALASKA A M I 00000001 AMI 00000000)
2020-04-30 00:46:24.781875+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.781876+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.782609+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.782609+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.782759+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000031CFA000 0022B7 (v01 OptRef OptTabl 00001000 INTL 20160527)
2020-04-30 00:46:24.782759+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000031CFA000 0022B7 (v01 OptRef OptTabl 00001000 INTL 20160527)
2020-04-30 00:46:24.794623+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.794624+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.794700+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.794700+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.794849+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) WSMT 0x0000000039FB0E18 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
2020-04-30 00:46:24.794850+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) WSMT 0x0000000039FB0E18 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
2020-04-30 00:46:24.796708+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.796708+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.796824+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.796824+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.796972+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000031CF9000 00038F (v02 hack _RMCF 00000000 INTL 20200110)
2020-04-30 00:46:24.796973+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000031CF9000 00038F (v02 hack _RMCF 00000000 INTL 20200110)
2020-04-30 00:46:24.798830+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.798830+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.798936+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.798937+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.799088+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000031CF8000 00030E (v02 hack _PTSWAK 00000000 INTL 20200110)
2020-04-30 00:46:24.799088+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000031CF8000 00030E (v02 hack _PTSWAK 00000000 INTL 20200110)
2020-04-30 00:46:24.800943+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.800943+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.801004+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.801004+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.801158+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000031CF7000 00008F (v02 ACDT PMCR 00001000 INTL 20190509)
2020-04-30 00:46:24.801158+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000031CF7000 00008F (v02 ACDT PMCR 00001000 INTL 20190509)
2020-04-30 00:46:24.803150+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.803151+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.803213+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.803213+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.803361+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000031CF6000 0000CE (v02 hack _XOSI 00000000 INTL 20180427)
2020-04-30 00:46:24.803361+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000031CF6000 0000CE (v02 hack _XOSI 00000000 INTL 20180427)
2020-04-30 00:46:24.815227+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.815228+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.815307+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.815307+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.815458+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000031CF5000 0000B9 (v02 hack _USBX 00000000 INTL 20180427)
2020-04-30 00:46:24.815460+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000031CF5000 0000B9 (v02 hack _USBX 00000000 INTL 20180427)
2020-04-30 00:46:24.817314+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.817315+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.817402+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.817402+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.817552+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000031CF4000 0001F8 (v02 hack UIAC-ALL 00000000 INTL 20180427)
2020-04-30 00:46:24.817553+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000031CF4000 0001F8 (v02 hack UIAC-ALL 00000000 INTL 20180427)
2020-04-30 00:46:24.819547+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.819547+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.819618+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.819618+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.819767+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000031CF3000 000108 (v02 ACDT MCHCSBUS 00000000 INTL 20200110)
2020-04-30 00:46:24.819768+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000031CF3000 000108 (v02 ACDT MCHCSBUS 00000000 INTL 20200110)
2020-04-30 00:46:24.821626+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.821627+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.821683+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.821683+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.821833+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000031CF2000 000068 (v02 hack _PNLFCFL 00000000 INTL 20180427)
2020-04-30 00:46:24.821834+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000031CF2000 000068 (v02 hack _PNLFCFL 00000000 INTL 20180427)
2020-04-30 00:46:24.823686+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.823686+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.838459+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.838460+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.838611+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000031CF1000 000092 (v02 hack _DDGPU 00000000 INTL 20200110)
2020-04-30 00:46:24.838612+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000031CF1000 000092 (v02 hack _DDGPU 00000000 INTL 20200110)
2020-04-30 00:46:24.840464+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.840465+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.845169+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.845169+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:24.845320+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000031CF0000 000053 (v01 PmRef CpuPm 00003000 INTL 20120320)
2020-04-30 00:46:24.845321+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x0000000031CF0000 000053 (v01 PmRef CpuPm 00003000 INTL 20120320)
2020-04-30 00:46:24.847173+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:24.847173+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:25.009156+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:25.009156+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:25.009306+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 24 ACPI AML tables successfully acquired and loaded
2020-04-30 00:46:25.009307+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 24 ACPI AML tables successfully acquired and loaded
2020-04-30 00:46:25.026847+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:25.026847+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:25.066148+0100 0x7a Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
2020-04-30 00:46:25.073255+0100 0x7a Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
2020-04-30 00:46:25.080262+0100 0x7a Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
2020-04-30 00:46:25.087115+0100 0x7a Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=4 LocalApicId=6 Enabled
2020-04-30 00:46:25.093772+0100 0x7a Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=5 LocalApicId=8 Enabled
2020-04-30 00:46:25.100354+0100 0x7a Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=6 LocalApicId=10 Enabled
2020-04-30 00:46:25.107065+0100 0x7a Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=7 LocalApicId=1 Enabled
2020-04-30 00:46:25.113599+0100 0x7a Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=8 LocalApicId=3 Enabled
2020-04-30 00:46:25.120242+0100 0x7a Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=9 LocalApicId=5 Enabled
2020-04-30 00:46:25.126647+0100 0x7a Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=10 LocalApicId=7 Enabled
2020-04-30 00:46:25.133048+0100 0x7a Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=11 LocalApicId=9 Enabled
2020-04-30 00:46:25.139567+0100 0x7a Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=12 LocalApicId=11 Enabled
2020-04-30 00:46:25.293653+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Exception: AE_BAD_PARAMETER,
2020-04-30 00:46:25.293653+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Exception: AE_BAD_PARAMETER,
2020-04-30 00:46:25.294484+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) Could not install PciConfig handler for Root Bridge PCI0
2020-04-30 00:46:25.294485+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) Could not install PciConfig handler for Root Bridge PCI0
2020-04-30 00:46:25.295855+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) (20160930/evrgnini-340)
2020-04-30 00:46:25.295855+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) (20160930/evrgnini-340)
2020-04-30 00:46:25.312402+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Warning: \_GPE:
2020-04-30 00:46:25.312402+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Warning: \_GPE:
2020-04-30 00:46:25.312916+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) Missing expected return value
2020-04-30 00:46:25.312916+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) Missing expected return value
2020-04-30 00:46:25.313628+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) (20160930/nsrepair-311)
2020-04-30 00:46:25.313628+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) (20160930/nsrepair-311)
2020-04-30 00:46:25.319798+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Warning: \_GPE:
2020-04-30 00:46:25.319799+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Warning: \_GPE:
2020-04-30 00:46:25.320312+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) Expected return object of type Integer
2020-04-30 00:46:25.320312+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) Expected return object of type Integer
2020-04-30 00:46:25.321242+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) (20160930/nspredef-381)
2020-04-30 00:46:25.321243+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) (20160930/nspredef-381)
2020-04-30 00:46:25.328719+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:25.328719+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI:
2020-04-30 00:46:25.328867+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) Executed 57 blocks of module-level executable AML code
2020-04-30 00:46:25.328867+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) Executed 57 blocks of module-level executable AML code
2020-04-30 00:46:25.330187+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:25.330187+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform)
2020-04-30 00:46:25.437209+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: sleep states S3 S4 S5
2020-04-30 00:46:25.449591+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2020-04-30 00:46:25.449597+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2020-04-30 00:46:25.449601+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2020-04-30 00:46:25.456144+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2020-04-30 00:46:25.456158+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2020-04-30 00:46:25.463069+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2020-04-30 00:46:25.463934+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2020-04-30 00:46:25.463941+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2020-04-30 00:46:25.463971+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2020-04-30 00:46:25.463978+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2020-04-30 00:46:25.464008+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2020-04-30 00:46:25.464015+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2020-04-30 00:46:25.468757+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2020-04-30 00:46:25.468792+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2020-04-30 00:46:25.468825+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2020-04-30 00:46:25.468858+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2020-04-30 00:46:25.468891+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2020-04-30 00:46:25.594273+0100 0x65 Default 0x0 0 0 kernel: (AppleACPIPlatform) found RTC service
2020-04-30 00:46:43.329000+0100 0x4ff Default 0x0 0 0 kernel: (kernel) VerbStub: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a348].

Looks like you're all set on the GPIO side. Doesn't hurt to verify by checking the guide but be warned: That thing is not an easy read!

Maybe since you have the touchscreen model razer put a little more effort into it :D
 
@takki

BTW, my touchscreen works fine too, with gestures and all xD. But I'll still read that out of interest, and for helping you out, of course. All patches are possible with SSDTs, but just more challenging over all, since they are not as straight forward as just editing code.

Do you have a finished patch that you could show me? You had it working before... I mean something along the lines of an MaciASL patch, or just a list of things you do. If I have everything in one place, I will try to create the SSDT for it. Your native DSDT and patched DSDT will do aswell, I can just diff them, but I need to roughly know where the affected areas are.
 
@takki

BTW, my touchscreen works fine too, with gestures and all xD. But I'll still read that out of interest, and for helping you out, of course. All patches are possible with SSDTs, but just more challenging over all, since they are not as straight forward as just editing code.

Do you have a finished patch that you could show me? You had it working before... I mean something along the lines of an MaciASL patch, or just a list of things you do. If I have everything in one place, I will try to create the SSDT for it. Your native DSDT and patched DSDT will do aswell, I can just diff them, but I need to roughly know where the affected areas are.

Ugh I can't this to work. I tried setting USTP to 0xFF in an SSDT but that wouldn't work no matter how I implement it. Then I tried to hotpatch "If (USTP)" to "If (0xFF)" and that doesn't work either..

Hotpatch values:
496620285553545029 to 496620283078464629

Those are the Hex values I found using a hex editor. I just have to put these values in brackets < like this > and then paste them into the data field?

Screenshot 2020-04-30 at 14.07.32.png


I don't have a static patch for everything, I have to do some things manually. I have to:
1. Replace 0x0000 with 0x52 in method SBFG (Scope _SB.PCI0.I2C0, Device TPD0)
2. Replace contents of _CRS (in the same device as SBFG) with -> Return (ConcatenateResTemplate(SBFB, SBFG))
3. Get rid of "If (USTP)"

Edit: put up the wrong screenshot.
 

Attachments

  • out.zip
    1 MB · Views: 45
  • Screenshot 2020-04-30 at 13.58.42.png
    Screenshot 2020-04-30 at 13.58.42.png
    64.6 KB · Views: 56
Finally managed to patch "correctly" my gpu (well it still glitch at boot but at least when I put native resolution it doesn't glitch anymore.
As you said it wasn't really covered in the guides and it was kind of a hassle I had to dig in older config and ask veterans who used 4400.

After quite some time here's the patch I had to apply for my gpu. (I think I never saw a gpu that needed so much patch)
Capture d’écran 2020-04-30 à 16.43.06.png

Onto the battery patch. While it doesn't glitch anymore, open core still can't boot. Meanwhile clover can (I'll try to see why not for open core later, there's some change I made on clover config.plist that I haven't ported yet to open core because I don't know how yet)

Battery appear yeyy.
Bad news, it report 0%

Do you have an idea?
My guess would be STA is at fault. I need it to return 0x1F in the bat scope in the IOReg.

But with my patch it returns 0xffffffffff
 
Last edited:
Status
Not open for further replies.
Back
Top