All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] add Intel FPGA image reload support
@ 2022-07-25  9:28 Tianfei Zhang
  2022-07-25  9:28 ` [PATCH v2 1/3] mfd: intel-m10-bmc: add m10bmc_sys_update_bits API Tianfei Zhang
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Tianfei Zhang @ 2022-07-25  9:28 UTC (permalink / raw)
  To: mdf, yilun.xu, linux-fpga, lee.jones, russell.h.weight
  Cc: hao.wu, trix, Tianfei Zhang

This patchset adds FPGA image reload support on Intel PAC N3000 Card.
Image reload means that a reload mechanism of an FPGA, BMC, or
firmware image from FLASH or EEPROM after flash or program the images
without power cycle the server.

This patchset introduces 2 new sysfs files for query the available
images and trigger a image reload.

patch 1: add register access helper functions for M10BMC.
patch 2: add the available_images and image_load sysfs files.
Write a key word into image_load sysfs file to trigger a reload of an
FPGA, BMC, or firmware image from FLASH or EEPROM.
patch 3: add a trigger to update a new Retimer firmware.

v2:
add more detail about how to use the image_load sysfs files in ABI
documentation.

Russ Weight (2):
  fpga: m10bmc-sec: add sysfs to reload FPGA/BMC images
  fpga: m10bmc-sec: add m10bmc_sec_retimer_load callback

Tianfei Zhang (1):
  mfd: intel-m10-bmc: add m10bmc_sys_update_bits API

 .../sysfs-driver-intel-m10-bmc-sec-update     |  34 +++
 drivers/fpga/intel-m10-bmc-sec-update.c       | 250 ++++++++++++++++++
 include/linux/mfd/intel-m10-bmc.h             |  49 ++++
 3 files changed, 333 insertions(+)

-- 
2.26.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-08-01 14:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-25  9:28 [PATCH v2 0/3] add Intel FPGA image reload support Tianfei Zhang
2022-07-25  9:28 ` [PATCH v2 1/3] mfd: intel-m10-bmc: add m10bmc_sys_update_bits API Tianfei Zhang
2022-08-01 14:48   ` Lee Jones
2022-07-25  9:28 ` [PATCH v2 2/3] fpga: m10bmc-sec: add sysfs to reload FPGA/BMC images Tianfei Zhang
2022-07-25  9:28 ` [PATCH v2 3/3] fpga: m10bmc-sec: add m10bmc_sec_retimer_load callback Tianfei Zhang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.