]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[bnxt] Use hexadecimal values in PCI_ROM entries
authorJoseph <joseph.wong@broadcom.com>
Fri, 23 Apr 2021 03:07:53 +0000 (20:07 -0700)
committerMichael Brown <mcb30@ipxe.org>
Mon, 17 May 2021 21:35:53 +0000 (22:35 +0100)
commit059c4dc688cea6d9398d63ca10f5c00e94ae2159
tree27d474f69404ff46d96c5b8871dab284d3de2ede
parentadb2ed907ea0b67a7e39a65ca1bbcf7224415e1b
[bnxt] Use hexadecimal values in PCI_ROM entries

Use hexadecimal values instead of macros in PCI_ROM entries so Perl
script can parse them correctly.  Move PCI_ROM entries from header
file to C file.  Integrate bnxt_vf_nics array into PCI_ROM entries by
introducing BNXT_FLAG_PCI_VF flag into driver_data field.  Add
whitespaces in PCI_ROM entries for style consistency.

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