mirror of
https://github.com/ipxe/ipxe
synced 2026-02-04 23:19:30 +03:00
[dwmac] Add driver for DesignWare Ethernet MAC
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>
This commit is contained in:
@@ -235,6 +235,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
#define ERRFILE_atl2_hw ( ERRFILE_DRIVER | 0x00d90000 )
|
||||
#define ERRFILE_devtree ( ERRFILE_DRIVER | 0x00da0000 )
|
||||
#define ERRFILE_cgem ( ERRFILE_DRIVER | 0x00db0000 )
|
||||
#define ERRFILE_dwmac ( ERRFILE_DRIVER | 0x00dc0000 )
|
||||
|
||||
#define ERRFILE_aoe ( ERRFILE_NET | 0x00000000 )
|
||||
#define ERRFILE_arp ( ERRFILE_NET | 0x00010000 )
|
||||
|
||||
Reference in New Issue
Block a user