From: "gaoliming" <gaoliming@byosoft.com.cn>
To: <devel@edk2.groups.io>, <abner.chang@amd.com>
Cc: "'Jian J Wang'" <jian.j.wang@intel.com>,
"'Nickle Wang'" <nicklew@nvidia.com>,
"'Igor Kulchytskyy'" <igork@ami.com>,
"'Isaac Oram'" <isaac.w.oram@intel.com>,
"'Nate DeSimone'" <nathaniel.l.desimone@intel.com>
Subject: 回复: [edk2-devel] [PATCH V3 0/3] Add NULL IpmiCommandLib instance
Date: Wed, 18 Jan 2023 13:09:34 +0800 [thread overview]
Message-ID: <00f701d92afb$0e46a910$2ad3fb30$@byosoft.com.cn> (raw)
In-Reply-To: <20230118014248.426-1-abner.chang@amd.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
> -----邮件原件-----
> 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Chang, Abner
> via groups.io
> 发送时间: 2023年1月18日 9:43
> 收件人: devel@edk2.groups.io
> 抄送: Jian J Wang <jian.j.wang@intel.com>; Liming Gao
> <gaoliming@byosoft.com.cn>; Nickle Wang <nicklew@nvidia.com>; Igor
> Kulchytskyy <igork@ami.com>; Isaac Oram <isaac.w.oram@intel.com>; Nate
> DeSimone <nathaniel.l.desimone@intel.com>
> 主题: [edk2-devel] [PATCH V3 0/3] Add NULL IpmiCommandLib instance
>
> 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/BaseIpmiCommandLibNu
> ll.inf
> create mode 100644 MdeModulePkg/Include/Library/IpmiCommandLib.h
> create mode 100644
> MdeModulePkg/Library/BaseIpmiCommandLibNull/IpmiCommandLibNetFnA
> pp.c
> create mode 100644
> MdeModulePkg/Library/BaseIpmiCommandLibNull/IpmiCommandLibNetFnC
> hassis.c
> create mode 100644
> MdeModulePkg/Library/BaseIpmiCommandLibNull/IpmiCommandLibNetFnSt
> orage.c
> create mode 100644
> MdeModulePkg/Library/BaseIpmiCommandLibNull/IpmiCommandLibNetFnTr
> ansport.c
>
> --
> 2.37.1.windows.1
>
>
>
>
>
next prev parent reply other threads:[~2023-01-18 5:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` gaoliming [this message]
2023-01-19 3:59 ` [edk2-devel] [PATCH V3 0/3] Add NULL IpmiCommandLib instance Chang, Abner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='00f701d92afb$0e46a910$2ad3fb30$@byosoft.com.cn' \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox