Recent content by EdwardGeo

  1. EdwardGeo

    [Pre Final] Zbook G3 / G4 Thunderbolt hotplug (Thunderbolt Enable) + S0, S3

    The DTGP method was multiplied, and it could prevent of loading of the patch Try this:
  2. EdwardGeo

    [Pre Final] Zbook G3 / G4 Thunderbolt hotplug (Thunderbolt Enable) + S0, S3

    MacBook Pro 13,1 Schematic + DSDT + SSDTs clean
  3. EdwardGeo

    [Pre Final] Zbook G3 / G4 Thunderbolt hotplug (Thunderbolt Enable) + S0, S3

    Apple`s OSUP Method is looks that way: Here is Apple`s OSUP, and used only for wake. so we are sure that initialization of tbt at mbp is done by a driver. So I was right that a driver is need for initialization.
  4. EdwardGeo

    [Pre Final] Zbook G3 / G4 Thunderbolt hotplug (Thunderbolt Enable) + S0, S3

    Debug build for buffer and package query.
  5. EdwardGeo

    [Pre Final] Zbook G3 / G4 Thunderbolt hotplug (Thunderbolt Enable) + S0, S3

    STEP 1 This patch adding a call to Method using Debug opcode and this will be universal solution Find: 700D456E642D6F662D54494E4900 Replace: 20544E4F59700D54494E49585800 This call to custom TNOY method which replace XTBT method with stuff that is important to Apple IOPCIFAMILY driver...
  6. EdwardGeo

    [Pre Final] Zbook G3 / G4 Thunderbolt hotplug (Thunderbolt Enable) + S0, S3

    Original MBP 13.3 Gen 7th CPU Interesting
  7. EdwardGeo

    [Pre Final] Zbook G3 / G4 Thunderbolt hotplug (Thunderbolt Enable) + S0, S3

    G5 VS G4 COMPARISON (Updates are sorted up)
  8. EdwardGeo

    [Pre Final] Zbook G3 / G4 Thunderbolt hotplug (Thunderbolt Enable) + S0, S3

    I have some theory it is based on verbose logs.. So what I do see at ACPI debug system logs: As you see, the logs are partially stored. about 80% of data is missing. So using a phone and 120fps slow motion I have successfully catch some important debug: ***without rewriting Quality is...
  9. EdwardGeo

    [Pre Final] Zbook G3 / G4 Thunderbolt hotplug (Thunderbolt Enable) + S0, S3

    In G3 the acpi is connected to a first pcie thunderbolt BUS From TINI G3 Local1 = REG6 /* \_GPE.TINI.REG6 */ Local2 = Zero Local2 |= 0x00780000 Local2 |= 0x7800 REG6 = Local2 Local2 = MMTB () OSUP (Local2)...
  10. EdwardGeo

    HP Elite X2 Thunderbolt

    Thanks! I just want to find the reason why debug is not fully stored at log. And no matter which os is running.. Sad, but no difference... Even half of that can’t be stored at system log
  11. EdwardGeo

    HP Elite X2 Thunderbolt

    Can you send me your efi folder. For some reason I can't get so cool amount of debug. I do have only 20-25 rolls of debug. No matter if I do use clover or opencore
  12. EdwardGeo

    [Pre Final] Zbook G3 / G4 Thunderbolt hotplug (Thunderbolt Enable) + S0, S3

    Interesting debug method which appears at G4 for DEBUGGING ADBG and VHBG at EVENTSST SSDT at DSDT This methods are partially empty at G3, and they do return only Zero at any case. BUt for G4, that is match deeper methods
  13. EdwardGeo

    [Pre Final] Zbook G3 / G4 Thunderbolt hotplug (Thunderbolt Enable) + S0, S3

    Finnaly I have a DSDT that is correctly running under windows and with some mod and test tbt enabler can Enable Thunderbolt at boot, also on wake after sleep ONLY FOR G4 (DSDT is grab from windows and compiled with QtiASL) Now I can modify methods to DEBUG the process of Initialization of...
  14. EdwardGeo

    HP Elite X2 Thunderbolt

    SBUS is actually the pci bus. so we need to find a way to locate the thunderbolt address that set in mac os, because windows buses are empty And yes, MMTB is using 0x19 offset from PCH address space. If set any data at this register, it will show up for thunderbolt (0x2F is a custom value)...
Back
Top