mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/4] extend svc and rsu drivers for new RSU features
@ 2020-06-15 14:29 richard.gong
  2020-06-15 14:29 ` [PATCH 1/4] firmware: stratix10-svc: correct reconfig flag and timeout values richard.gong
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: richard.gong @ 2020-06-15 14:29 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, dinguyen, richard.gong, Richard Gong

From: Richard Gong <richard.gong@intel.com>

Patches have been internally reviewed by colleagues at Intel.

DCMF = Decision Configuration Management Firmware. The max retry parameter
is the maximum times the images is allowed to reload itself before giving
up and starting RSU failover flow.

Extend Intel Stratix10 service layer and Remote System Update (RSU)
drivers to get decision configuration management firmware (DCMF) versions
and max retry parameter value.

Add 5 device attributes to Intel Stratix10 Remote System Update (RSU)
sysfs interface.

Correct the incorrect flag value for COMMAND_RECONFIG_FLAG_PARTIAL and
increase FPGA reconfig timeout values.

Richard Gong (4):
  firmware: stratix10-svc: correct reconfig flag and timeout values
  firmware: stratix10-svc: extend svc to support new RSU features
  firmware: stratix10-rsu: extend rsu driver for new features
  firmware: rsu: add device attributes to sysfs interface

 .../testing/sysfs-devices-platform-stratix10-rsu   |  36 +++++
 drivers/firmware/stratix10-rsu.c                   | 166 ++++++++++++++++++++-
 drivers/firmware/stratix10-svc.c                   |  17 +++
 include/linux/firmware/intel/stratix10-smc.h       |  43 ++++++
 .../linux/firmware/intel/stratix10-svc-client.h    |  17 ++-
 5 files changed, 269 insertions(+), 10 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2020-06-15 14:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-15 14:29 [PATCH 0/4] extend svc and rsu drivers for new RSU features richard.gong
2020-06-15 14:29 ` [PATCH 1/4] firmware: stratix10-svc: correct reconfig flag and timeout values richard.gong
2020-06-15 14:29 ` [PATCH 2/4] firmware: stratix10-svc: extend svc to support new RSU features richard.gong
2020-06-15 14:29 ` [PATCH 3/4] firmware: stratix10-rsu: extend rsu driver for new features richard.gong
2020-06-15 14:29 ` [PATCH 4/4] firmware: rsu: add device attributes to sysfs interface richard.gong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome