[PATCH net-next 0/2] eth: fbnic: Add devlink dev flash support
From: Lee Trager
Date: Fri Oct 11 2024 - 23:14:49 EST
fbnic supports updating firmware using a PLDM image signed and distributed
by Meta. PLDM images are written into stored flash. Flashing does not
interrupt operation.
Mailbox support additional adds support to utilize the kernel completion
API with firmware. This allows the driver to block on firmware response.
Initial support is only for firmware updates, future patches will add
support for additional features.
Lee Trager (2):
eth: fbnic: Add mailbox support for PLDM updates
eth: fbnic: Add devlink dev flash support
.../device_drivers/ethernet/meta/fbnic.rst | 11 +
drivers/net/ethernet/meta/Kconfig | 1 +
drivers/net/ethernet/meta/fbnic/fbnic.h | 1 +
.../net/ethernet/meta/fbnic/fbnic_devlink.c | 270 +++++++++++++++++-
drivers/net/ethernet/meta/fbnic/fbnic_fw.c | 263 +++++++++++++++++
drivers/net/ethernet/meta/fbnic/fbnic_fw.h | 59 ++++
6 files changed, 604 insertions(+), 1 deletion(-)
--
2.43.5