Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

watkipet

macrumors member
Original poster
Aug 11, 2018
42
22
I'd like to experiment with getting serial debug output from EFI loaders (where the loader is compiled with DEBUG turned on). Based on the following articles, I believe I can do this via the EHCI Debug port:

Intel® UEFI Development Kit Debugger Tool Configuration and Setup Guide
TianoCore Support for EHCI Debugging in Source
EHCI debugging on the BeagleBone Black
Agent Based UEFI Firmware Debugging

However, I don't know if...
  1. the Mac Pro even has a USB port enabled for EHCI debugging
  2. that port, if it exists, is internal or external
  3. if it's external, where it's located physically
I can do some leg-work to attempt to find it, but I thought I'd ask here and see if anyone knows first.
 

eksu

macrumors 6502
Aug 3, 2017
329
151
Would FireWire debugging with the nvram argument achive what you’re looking for?
 

startergo

macrumors 603
Sep 20, 2018
5,019
2,282
This very useful to debug the kernel, unfortunately the one I need is the EFI one.
I just probed the hardware:
Code:
00:1a.7 USB controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #2 [8086:3a3c]
00:1a.7 0c03: 8086:3a3c (prog-if 20 [EHCI])
    Subsystem: 8086:7270
    Flags: bus master, medium devsel, latency 0, IRQ 18
    Memory at 90926000 (32-bit, non-prefetchable)
    Capabilities: [50] Power Management version 2
    Capabilities: [58] Debug port: BAR=1 offset=00a0
    Capabilities: [98] PCIe advanced features <?>
00:1d.7 USB controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1 [8086:3a3a]
00:1d.7 0c03: 8086:3a3a (prog-if 20 [EHCI])
    Subsystem: 8086:7270
    Flags: bus master, medium devsel, latency 0, IRQ 16
    Memory at 90925000 (32-bit, non-prefetchable)
    Capabilities: [50] Power Management version 2
    Capabilities: [58] Debug port: BAR=1 offset=00a0
    Capabilities: [98] PCIe advanced features <?>

https://wiki.ubuntu.com/Kernel/Debugging/USBearlyprintk
But again this is related to kernel debugging sorry
PikerAlpha surely would know a way to do it now that he works at Cupertino, but I don't know how to ask him
 
Last edited:

tsialex

Contributor
Jun 13, 2016
13,437
13,581
Last edited:
  • Like
Reactions: crjackson2134

watkipet

macrumors member
Original poster
Aug 11, 2018
42
22
Here's what I've found so far (for a Mac Pro 4,1):

The cMP has several USB controllers, two of which are EHCI. The vendor and device IDs of these are:
  • 8086:3a3a Intel ICH10
  • 8086:3a3c Intel ICH10
According to CoreBoot.org, these support EHCI debugging.

Using USBTreeView, the Debug ports on these are port 1:
Capture.png


The 3A3A controller does expose port 1 on the outside of the machine. It's here:
Highlighted-port.png

However, port 1 on the 3A3C controller doesn't appear to be exposed on any of the external ports. Perhaps it's on the mainboard PCB. I don't know if EFI debug info is routed to both controllers or only one of them.

I think the next steps are:
  1. Buy and make the BeagleBone EFI Debug interface
  2. Make a Linux USB stick installation for a PC with EFI debugging turned on
  3. Test the BeagleBone with that machine
  4. Test the BeagleBone on the cMP
 

startergo

macrumors 603
Sep 20, 2018
5,019
2,282
Here's what I've found so far (for a Mac Pro 4,1):

The cMP has several USB controllers, two of which are EHCI. The vendor and device IDs of these are:
  • 8086:3a3a Intel ICH10
  • 8086:3a3c Intel ICH10
According to CoreBoot.org, these support EHCI debugging.

Using USBTreeView, the Debug ports on these are port 1:
Capture.png


The 3A3A controller does expose port 1 on the outside of the machine. It's here:
Highlighted-port.png

However, port 1 on the 3A3C controller doesn't appear to be exposed on any of the external ports. Perhaps it's on the mainboard PCB. I don't know if EFI debug info is routed to both controllers or only one of them.

I think the next steps are:
  1. Buy and make the BeagleBone EFI Debug interface
  2. Make a Linux USB stick installation for a PC with EFI debugging turned on
  3. Test the BeagleBone with that machine
  4. Test the BeagleBone on the cMP

Why not using :
https://ami.com/en/products/bios-uefi-tools-and-utilities/amidebug-for-uefi/
Instead of hardware emulators?
[doublepost=1541899833][/doublepost]Just read this on the page:
" It is currently available only to OEM/ODM customers"
disappointing...
 

watkipet

macrumors member
Original poster
Aug 11, 2018
42
22
Why not using :
https://ami.com/en/products/bios-uefi-tools-and-utilities/amidebug-for-uefi/
Instead of hardware emulators?
[doublepost=1541899833][/doublepost]Just read this on the page:
" It is currently available only to OEM/ODM customers"
disappointing...

I think these are two quite different products. The one I’m trying to make just provides a way to view log messages (provided the firmware and boot loader even attempts to print them).

The product above lets you single-step through code, halt the CPU, etc. That would be much more powerful. However:

  • It looks like you need to compile with debug symbols on.
  • I’m not sure if it requires the use of other AMI chips on the main board—which I’m not sure if the cMP has.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.