Re: [PATCH v3 0/5] ARM: Add GXP UMAC Support

From: Andrew Lunn
Date: Wed Aug 16 2023 - 21:09:36 EST


> Changes since v2:
> *Removed PHY Configuration from MAC driver to Bootloader

By PHY, you mean PCS?

Can you still dynamically swap between 1000BaseX and SGMII?
Is there an interface to determine if the PCS has link?

Is the PHY code upstream in uboot and barebox? Can you detect when it
is missing because the vendor bootloader has been replaced, and report
useful error messages?

Andrew