public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH V3 0/3] Add NULL IpmiCommandLib instance
@ 2023-01-18  1:42 Chang, Abner
  2023-01-18  1:42 ` [PATCH V3 1/3] MdeModulePkg/Include: Add IpmiCommandLib header file Chang, Abner
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Chang, Abner @ 2023-01-18  1:42 UTC (permalink / raw)
  To: devel
  Cc: Jian J Wang, Liming Gao, Nickle Wang, Igor Kulchytskyy,
	Isaac Oram, Nate DeSimone

From: Abner Chang <abner.chang@amd.com>

BZ# 4231

In V3: Add Igor Kulchytskyy's Reviewed-by
In V2: Address the typos.

This patch adds a NULL instance of IpmiCommandLib to remove
the dependence between edk2 and edk2-platform packages.

Signed-off-by: Abner Chang <abner.chang@amd.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Nickle Wang <nicklew@nvidia.com>
Cc: Igor Kulchytskyy <igork@ami.com>
Cc: Isaac Oram <isaac.w.oram@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>

Abner Chang (3):
  MdeModulePkg/Include: Add IpmiCommandLib header file
  MdeModulePkg/IpmiCommandLib: Add NULL instance library
  MdeModulePkg: Add IpmiCommandLib

 MdeModulePkg/MdeModulePkg.dec                 |   5 +
 MdeModulePkg/MdeModulePkg.dsc                 |   3 +
 .../BaseIpmiCommandLibNull.inf                |  34 +
 MdeModulePkg/Include/Library/IpmiCommandLib.h | 683 ++++++++++++++++++
 .../IpmiCommandLibNetFnApp.c                  | 252 +++++++
 .../IpmiCommandLibNetFnChassis.c              | 123 ++++
 .../IpmiCommandLibNetFnStorage.c              | 248 +++++++
 .../IpmiCommandLibNetFnTransport.c            | 100 +++
 8 files changed, 1448 insertions(+)
 create mode 100644 MdeModulePkg/Library/BaseIpmiCommandLibNull/BaseIpmiCommandLibNull.inf
 create mode 100644 MdeModulePkg/Include/Library/IpmiCommandLib.h
 create mode 100644 MdeModulePkg/Library/BaseIpmiCommandLibNull/IpmiCommandLibNetFnApp.c
 create mode 100644 MdeModulePkg/Library/BaseIpmiCommandLibNull/IpmiCommandLibNetFnChassis.c
 create mode 100644 MdeModulePkg/Library/BaseIpmiCommandLibNull/IpmiCommandLibNetFnStorage.c
 create mode 100644 MdeModulePkg/Library/BaseIpmiCommandLibNull/IpmiCommandLibNetFnTransport.c

-- 
2.37.1.windows.1


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

end of thread, other threads:[~2023-01-19  3:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-18  1:42 [PATCH V3 0/3] Add NULL IpmiCommandLib instance Chang, Abner
2023-01-18  1:42 ` [PATCH V3 1/3] MdeModulePkg/Include: Add IpmiCommandLib header file Chang, Abner
2023-01-18  1:42 ` [PATCH V3 2/3] MdeModulePkg/IpmiCommandLib: Add NULL instance library Chang, Abner
2023-01-18  1:42 ` [PATCH V3 3/3] MdeModulePkg: Add IpmiCommandLib Chang, Abner
2023-01-18  5:09 ` 回复: [edk2-devel] [PATCH V3 0/3] Add NULL IpmiCommandLib instance gaoliming
2023-01-19  3:59   ` Chang, Abner

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