[dwuart] Add a basic driver for the Synopsys DesignWare UART

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2025-06-21 23:13:58 +01:00
parent cca1cfd49e
commit 53a3befb69
2 changed files with 121 additions and 0 deletions

View File

@@ -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 )