[PATCH 0/2] extend svc and rsu drivers for new RSU DCMF status feature

kah.jing.lee@intel.com posted 2 patches 4 years, 2 months ago
Only 0 patches received!
drivers/firmware/stratix10-rsu.c              | 131 +++++++++++++++++-
drivers/firmware/stratix10-svc.c              |  19 ++-
include/linux/firmware/intel/stratix10-smc.h  |  21 +++
.../firmware/intel/stratix10-svc-client.h     |   7 +-
4 files changed, 164 insertions(+), 14 deletions(-)
[PATCH 0/2] extend svc and rsu drivers for new RSU DCMF status feature
Posted by kah.jing.lee@intel.com 4 years, 2 months ago
From: Kah Jing Lee <kah.jing.lee@intel.com>

Patches have been internally reviewed by colleagues at Intel.

Extend Intel Stratix10 service layer and Remote System Update (RSU)
drivers to support new DCMF status reporting.

The status of each DCMF is reported. The currently used DCMF is used as
reference, while the other three are compared against it to determine if
they are corrupted.

DCMF = Decision Configuration Management Firmware
RSU = Remote System Update

Kah Jing Lee (2):
  firmware: stratix10-svc: extend svc to support RSU feature
  firmware: stratix10-rsu: extend RSU driver to get DCMF status

 drivers/firmware/stratix10-rsu.c              | 131 +++++++++++++++++-
 drivers/firmware/stratix10-svc.c              |  19 ++-
 include/linux/firmware/intel/stratix10-smc.h  |  21 +++
 .../firmware/intel/stratix10-svc-client.h     |   7 +-
 4 files changed, 164 insertions(+), 14 deletions(-)

-- 
2.25.1
RE: [PATCH 0/2] extend svc and rsu drivers for new RSU DCMF status feature
Posted by kah.jing.lee@intel.com 3 years, 11 months ago
From: Kah Jing Lee <kah.jing.lee@intel.com>

Hi Dinh,
Any feedback on these two patches?

Thanks. 
Regards, 
Kah Jing
Re: [PATCH 0/2] extend svc and rsu drivers for new RSU DCMF status feature
Posted by Dinh Nguyen 3 years, 11 months ago

On 7/6/22 05:23, kah.jing.lee@intel.com wrote:
> From: Kah Jing Lee <kah.jing.lee@intel.com>
> 
> Hi Dinh,
> Any feedback on these two patches?
> 

I got done with my review and just sent it to Greg KH.

Dinh