summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/dwmac.c
Commit message (Collapse)AuthorAgeFilesLines
* [dwmac] Show core version in debug messagesMichael Brown2025-07-301-0/+7
| | | | | | | | Read and display the core version immediately after mapping the MMIO registers, to provide a basic sanity check that the registers have been correctly mapped and the core is not held in reset. Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [dwmac] Add driver for DesignWare Ethernet MACMichael Brown2025-07-101-0/+656
Add a basic driver for the DesignWare Ethernet MAC network interface as found in the Lichee Pi 4A. Signed-off-by: Michael Brown <mcb30@ipxe.org>