-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add support for Micrel (now Microchip) KSZ9031 1G RGMII Ethernet PHY #66
base: main
Are you sure you want to change the base?
Conversation
…t PHY This patch adds support for the Micrel (now Microchip) KSZ9031 1G RGMII Ethernet PHY used on many Connect Tech carrier boards to the NNIDIA Eqos UEFI Driver. Signed-off-by: Parker Newman <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution. This looks good. Working on pulling it in to our internal repo now.
Thanks! |
@jbrasen I have a minor edit to this patch. Should I amend this pull request or open a new one? |
This patch sovles an autonegotion advertisement issue that can occur with the Micrel KSZ9031 that prevents the link coming up in UEFI Signed-off-by: Parker Newman <[email protected]>
I added the new patch to this request. |
The KSZ9031 has a bug where it will stop working if the Idle Error count is maxed out. This can occur on power up on systems without ethernet magnetics and requires a soft reset if it occurs. This patch adds an Idle Error check and soft reset based on the Linux driver. Signed-off-by: Parker Newman <[email protected]>
@jbrasen I have added a 2nd small patch to this branch. Can you please ensure they both get added along with the main driver? Thank you |
Yes will work on pulling these two in. The main driver should be there now. |
This patch adds support for the Micrel (now Microchip) KSZ9031 1G RGMII
Ethernet PHY used on many Connect Tech carrier boards to the NNIDIA Eqos UEFI Driver.
Signed-off-by: Parker Newman [email protected]