]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[intelxl] Read MAC address from PRTPM_SA[HL] instead of PRTGL_SA[HL]
authorMichael Brown <mcb30@ipxe.org>
Fri, 20 Nov 2020 19:12:24 +0000 (19:12 +0000)
committerMichael Brown <mcb30@ipxe.org>
Fri, 20 Nov 2020 19:15:30 +0000 (19:15 +0000)
commitb6eb17cbd790b8336a9a5fe1878008f905642c9b
tree133056cb75bfbdde0e0fbf5a45196857426351b8
parente10a40d41fa082ddbd5ccca1d1cc415815759f02
[intelxl] Read MAC address from PRTPM_SA[HL] instead of PRTGL_SA[HL]

The datasheet is fairly incomprehensible in terms of identifying the
appropriate MAC address for use by the physical function driver.
Choose to read the MAC address from PRTPM_SAH and PRTPM_SAL, which at
least matches the MAC address as selected by the Linux i40e driver.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/net/intelxl.c
src/drivers/net/intelxl.h