Series Reviewed-by: Isaac Oram <[email protected]> -----Original Message----- From: [email protected] <[email protected]> On Behalf Of Chang, Abner via groups.io Sent: Thursday, January 12, 2023 10:03 PM To: [email protected] Cc: Wang, Jian J <[email protected]>; Gao, Liming <[email protected]>; Nickle Wang <[email protected]>; Igor Kulchytskyy <[email protected]>; Oram, Isaac W <[email protected]>; Desimone, Nathaniel L <[email protected]> Subject: [edk2-devel] [PATCH V2 0/3] Add NULL IpmiCommandLib instance
From: Abner Chang <[email protected]> BZ# 4231 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 <[email protected]> Cc: Jian J Wang <[email protected]> Cc: Liming Gao <[email protected]> Cc: Nickle Wang <[email protected]> Cc: Igor Kulchytskyy <[email protected]> Cc: Isaac Oram <[email protected]> Cc: Nate DeSimone <[email protected]> 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 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#98507): https://edk2.groups.io/g/devel/message/98507 Mute This Topic: https://groups.io/mt/96241124/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
