aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/errfile.h
diff options
context:
space:
mode:
authorAnimesh Bhatt <animeshb@marvell.com>2024-09-02 13:45:54 +0100
committerMichael Brown <mcb30@ipxe.org>2024-09-02 13:45:54 +0100
commitc7f2e75519986f5847ba14ccd0e9b846c138aaaf (patch)
tree34395c337585de44d910d4b979a90b8cd5039c13 /src/include/ipxe/errfile.h
parent7f75d320f6d8ac7ec5185b2145da87f698aec273 (diff)
downloadipxe-aqc1xx.tar.gz
[aqc1xx] Add support for Marvell AQtion Ethernet controlleraqc1xx
This patch adds support for the AQtion Ethernet controller, enabling iPXE to recognize and utilize the specific models (AQC114, AQC113, and AQC107). Tested-by: Animesh Bhatt <animeshb@marvell.com> Signed-off-by: Animesh Bhatt <animeshb@marvell.com>
Diffstat (limited to 'src/include/ipxe/errfile.h')
-rw-r--r--src/include/ipxe/errfile.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/ipxe/errfile.h b/src/include/ipxe/errfile.h
index 7615075bc..42bc17789 100644
--- a/src/include/ipxe/errfile.h
+++ b/src/include/ipxe/errfile.h
@@ -225,6 +225,9 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#define ERRFILE_pcibridge ( ERRFILE_DRIVER | 0x00d40000 )
#define ERRFILE_mnpnet ( ERRFILE_DRIVER | 0x00d50000 )
#define ERRFILE_gve ( ERRFILE_DRIVER | 0x00d60000 )
+#define ERRFILE_aqc1xx ( ERRFILE_DRIVER | 0x00d70000 )
+#define ERRFILE_atl_hw ( ERRFILE_DRIVER | 0x00d80000 )
+#define ERRFILE_atl2_hw ( ERRFILE_DRIVER | 0x00d90000 )
#define ERRFILE_aoe ( ERRFILE_NET | 0x00000000 )
#define ERRFILE_arp ( ERRFILE_NET | 0x00010000 )