[edk2-devel] [PATCH V4 0/3] EDK2 RedfishPkg issues with using it by external modules

Igor Kulchytskyy via groups.io posted 3 patches 1 year, 7 months ago
Only 0 patches received!
RedfishPkg/Include/Library/RedfishLib.h            | 696 +++++++++++++++++++++
RedfishPkg/PrivateInclude/Library/RedfishLib.h     | 616 ------------------
RedfishPkg/PrivateLibrary/RedfishLib/RedfishLib.c  | 189 ++++++
.../edk2libredfish/include/redfishService.h        |   8 +
.../RedfishLib/edk2libredfish/src/service.c        |  41 +-
.../RedfishSmbiosHostInterface.c                   |  10 +-
RedfishPkg/RedfishPkg.dec                          |   2 +-
7 files changed, 940 insertions(+), 622 deletions(-)
create mode 100644 RedfishPkg/Include/Library/RedfishLib.h
delete mode 100644 RedfishPkg/PrivateInclude/Library/RedfishLib.h
[edk2-devel] [PATCH V4 0/3] EDK2 RedfishPkg issues with using it by external modules
Posted by Igor Kulchytskyy via groups.io 1 year, 7 months ago
Renamed function RedfishPostToUriEx removing 'Ex' suffix.
Removed the trailing spaces.


Cc: Abner Chang <abner.chang@amd.com>
Cc: Nickle Wang <nickle.wang@hpe.com>
Signed-off-by: Igor Kulchytskyy <igork@ami.com>
Igor Kulchytskyy (3):
  RedfishPkg: RedfishDiscoverDxe: USB Redfish Host interface is not
    supported
  RedfishPkg: Redfish modules may need to use the functions which are
    private
  RedfishPkg: Redfish functions for REST requests are not fully spec
    complied

 RedfishPkg/Include/Library/RedfishLib.h            | 696 +++++++++++++++++++++
 RedfishPkg/PrivateInclude/Library/RedfishLib.h     | 616 ------------------
 RedfishPkg/PrivateLibrary/RedfishLib/RedfishLib.c  | 189 ++++++
 .../edk2libredfish/include/redfishService.h        |   8 +
 .../RedfishLib/edk2libredfish/src/service.c        |  41 +-
 .../RedfishSmbiosHostInterface.c                   |  10 +-
 RedfishPkg/RedfishPkg.dec                          |   2 +-
 7 files changed, 940 insertions(+), 622 deletions(-)
 create mode 100644 RedfishPkg/Include/Library/RedfishLib.h
 delete mode 100644 RedfishPkg/PrivateInclude/Library/RedfishLib.h

--
2.6.1.windows.1
-The information contained in this message may be confidential and proprietary to American Megatrends (AMI). This communication is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited. Please promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission.


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#92557): https://edk2.groups.io/g/devel/message/92557
Mute This Topic: https://groups.io/mt/93110808/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-