mirror of
https://github.com/ipxe/ipxe
synced 2025-12-12 14:32:49 +03:00
[dwuart] Add a basic driver for the Synopsys DesignWare UART
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -110,6 +110,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
#define ERRFILE_nvsvpd ( ERRFILE_DRIVER | 0x00140000 )
|
||||
#define ERRFILE_uart ( ERRFILE_DRIVER | 0x00150000 )
|
||||
#define ERRFILE_ns16550 ( ERRFILE_DRIVER | 0x00160000 )
|
||||
#define ERRFILE_dwuart ( ERRFILE_DRIVER | 0x00170000 )
|
||||
|
||||
#define ERRFILE_3c509 ( ERRFILE_DRIVER | 0x00200000 )
|
||||
#define ERRFILE_bnx2 ( ERRFILE_DRIVER | 0x00210000 )
|
||||
|
||||
Reference in New Issue
Block a user