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

This patchset adds FPGA image loader support on Intel PAC N3000 Card.
Image loader 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.

Russ Weight (2):
  fpga: m10bmc-sec: add sysfs to load 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     |  21 ++
 drivers/fpga/intel-m10-bmc-sec-update.c       | 250 ++++++++++++++++++
 include/linux/mfd/intel-m10-bmc.h             |  49 ++++
 3 files changed, 320 insertions(+)

-- 
2.26.2


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

end of thread, other threads:[~2022-07-11  7:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-05  8:00 [PATCH v1 0/3] add Intel FPGA image loader support Tianfei Zhang
2022-07-05  8:00 ` [PATCH v1 1/3] mfd: intel-m10-bmc: add m10bmc_sys_update_bits API Tianfei Zhang
2022-07-05  8:00 ` [PATCH v1 2/3] fpga: m10bmc-sec: add sysfs to load bmc images Tianfei Zhang
2022-07-07  2:00   ` Xu Yilun
2022-07-11  6:24     ` Zhang, Tianfei
2022-07-11  6:58       ` Xu Yilun
2022-07-05  8:00 ` [PATCH v1 3/3] fpga: m10bmc-sec: add m10bmc_sec_retimer_load callback Tianfei Zhang
2022-07-07  2:05   ` Xu Yilun
2022-07-07  6:26     ` Zhang, Tianfei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).