Hello,
I would like to read the MAC address from PCIe ECAM space under SeaBIOS, I have been able to read from the PCI standard registers with the pci_config_read(w-l-b) functions, but I have seen that there are no functions to read from the ECAM space.
According to the PCIe standards there is a base address and an offset for each PCIe device where to read from, but it seems there are no examples or other implementation in the source codes except for QEMU.
Any help would be appreciated.
Regards
Ugo