]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[aqc1xx] Add support for Marvell AQtion Ethernet controller aqc1xx 1171/head
authorAnimesh Bhatt <animeshb@marvell.com>
Mon, 2 Sep 2024 12:45:54 +0000 (13:45 +0100)
committerMichael Brown <mcb30@ipxe.org>
Mon, 2 Sep 2024 12:45:54 +0000 (13:45 +0100)
commitc7f2e75519986f5847ba14ccd0e9b846c138aaaf
tree34395c337585de44d910d4b979a90b8cd5039c13
parent7f75d320f6d8ac7ec5185b2145da87f698aec273
[aqc1xx] Add support for Marvell AQtion Ethernet controller

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>
src/Makefile
src/drivers/net/marvell/aqc1xx.c [new file with mode: 0644]
src/drivers/net/marvell/aqc1xx.h [new file with mode: 0644]
src/drivers/net/marvell/atl2_hw.c [new file with mode: 0644]
src/drivers/net/marvell/atl2_hw.h [new file with mode: 0644]
src/drivers/net/marvell/atl_hw.c [new file with mode: 0644]
src/drivers/net/marvell/atl_hw.h [new file with mode: 0644]
src/include/ipxe/errfile.h