All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Update rsu implementation
@ 2022-05-25  1:51 Wei Huang
  2022-05-25  1:51 ` [PATCH v1 1/2] raw/ifpga/base: add pmci driver Wei Huang
                   ` (2 more replies)
  0 siblings, 3 replies; 23+ messages in thread
From: Wei Huang @ 2022-05-25  1:51 UTC (permalink / raw)
  To: dev, thomas, nipun.gupta, hemant.agrawal
  Cc: stable, rosen.xu, tianfei.zhang, qi.z.zhang, Wei Huang

First patch introduce PMCI driver to provide interface to access
PMCI functions which include flash controller.
The second patch update RSU (Remote System Update) implementation
to adapt with PMCI controller.

Wei Huang (2):
  raw/ifpga/base: add pmci driver
  raw/ifpga: update secure rsu

 drivers/raw/ifpga/base/ifpga_api.c               |   39 +-
 drivers/raw/ifpga/base/ifpga_defines.h           |  103 +-
 drivers/raw/ifpga/base/ifpga_feature_dev.c       |    2 +
 drivers/raw/ifpga/base/ifpga_feature_dev.h       |    3 +
 drivers/raw/ifpga/base/ifpga_fme.c               |  273 ++++-
 drivers/raw/ifpga/base/ifpga_fme_error.c         |    2 +
 drivers/raw/ifpga/base/ifpga_fme_rsu.c           |  546 ++++++----
 drivers/raw/ifpga/base/ifpga_port_error.c        |    2 +-
 drivers/raw/ifpga/base/ifpga_sec_mgr.c           | 1157 ++++++++++++++++------
 drivers/raw/ifpga/base/ifpga_sec_mgr.h           |  122 ++-
 drivers/raw/ifpga/base/opae_hw_api.c             |  113 ++-
 drivers/raw/ifpga/base/opae_hw_api.h             |   15 +-
 drivers/raw/ifpga/base/opae_intel_max10.c        |  938 ++++++++++++++++--
 drivers/raw/ifpga/base/opae_intel_max10.h        |  313 +++++-
 drivers/raw/ifpga/base/opae_osdep.h              |   43 +-
 drivers/raw/ifpga/base/osdep_rte/osdep_generic.h |   10 +
 drivers/raw/ifpga/rte_pmd_ifpga.c                |  104 +-
 drivers/raw/ifpga/rte_pmd_ifpga.h                |  117 +++
 drivers/raw/ifpga/version.map                    |   11 +
 19 files changed, 3168 insertions(+), 745 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2023-09-29 15:31 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-25  1:51 [PATCH v1 0/2] Update rsu implementation Wei Huang
2022-05-25  1:51 ` [PATCH v1 1/2] raw/ifpga/base: add pmci driver Wei Huang
2022-05-25  1:51 ` [PATCH v1 2/2] raw/ifpga: update secure rsu Wei Huang
2022-06-10  2:24 ` [PATCH v2 0/2] update rsu implementation Wei Huang
2022-06-10  2:24   ` [PATCH v2 1/2] raw/ifpga/base: add pmci driver Wei Huang
2022-06-13  7:01     ` Zhang, Tianfei
2022-06-13  7:29       ` Huang, Wei
2022-06-10  2:25   ` [PATCH v2 2/2] raw/ifpga: update secure rsu Wei Huang
2022-06-17  7:19   ` [PATCH v3 0/4] introduce PMCI driver Wei Huang
2022-06-17  7:19     ` [PATCH v3 1/4] raw/ifpga/base: add PMCI base driver Wei Huang
2022-06-17  8:57       ` Zhang, Tianfei
2022-06-17 14:41       ` Xu, Rosen
2022-06-17  7:19     ` [PATCH v3 2/4] raw/ifpga/base: update board information Wei Huang
2022-06-17  8:57       ` Zhang, Tianfei
2022-06-17 14:42       ` Xu, Rosen
2022-06-17  7:19     ` [PATCH v3 3/4] raw/ifpga/base: update flash operation interface Wei Huang
2022-06-17  8:58       ` Zhang, Tianfei
2022-06-17 14:42       ` Xu, Rosen
2022-06-17  7:19     ` [PATCH v3 4/4] raw/ifpga/base: add PMCI sensor driver Wei Huang
2022-06-17  8:58       ` Zhang, Tianfei
2022-06-17 14:43       ` Xu, Rosen
2022-06-20 15:35     ` [PATCH v3 0/4] introduce PMCI driver Thomas Monjalon
2023-09-29 15:31   ` [PATCH v2 0/2] update rsu implementation David Marchand

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.