From: "Abner Chang" <abner.chang@hpe.com>
To: devel@edk2.groups.io
Cc: Maciej Rabeda <maciej.rabeda@linux.intel.com>,
Jiaxin Wu <jiaxin.wu@intel.com>, Siyuan Fu <siyuan.fu@intel.com>,
Nickle Wang <nickle.wang@hpe.com>
Subject: [DxeHttpIoLib PATCH 0/2] Add Http IO Helper Library
Date: Mon, 19 Oct 2020 14:25:15 +0800 [thread overview]
Message-ID: <20201019062517.1288-1-abner.chang@hpe.com> (raw)
BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=3013
In order to leverage HTTP IO related functions implemented in HttpBootDxe
for edk2 Redfish REST EX HTTP driver instance, we would like to pull out
HTTP IO related functions from HttpBootDxe to a helper library under
network package.
This set of patches is for the new library HttpIoLib. We can help to
revise HttpBootDxe to use HttpIoLib, however we will need the owner
of HttpBootDxe to verify the functionality of HTTP boot becuase I don't
have the environment for that.
Note: This set of patch can't pass CI/ECC check becasue the specific
format of copyright information is not supported yet on files other than
.c and .h.
BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=3011
Signed-off-by: Abner Chang <abner.chang@hpe.com>
Cc: Maciej Rabeda <maciej.rabeda@linux.intel.com>
Cc: Jiaxin Wu <jiaxin.wu@intel.com>
Cc: Siyuan Fu <siyuan.fu@intel.com>
Cc: Nickle Wang <nickle.wang@hpe.com>
Abner Chang (2):
NetworkPkg/Library: Implementation of Http IO Helper Library
NetworkPkg: Add Http IO Helper Library to NetworkPkg
NetworkPkg/Include/Library/HttpIoLib.h | 327 +++++++
.../Library/DxeHttpIoLib/DxeHttpIoLib.c | 806 ++++++++++++++++++
.../Library/DxeHttpIoLib/DxeHttpIoLib.inf | 43 +
.../Library/DxeHttpIoLib/DxeHttpIoLib.uni | 13 +
NetworkPkg/NetworkLibs.dsc.inc | 5 +-
NetworkPkg/NetworkPkg.dec | 6 +-
NetworkPkg/NetworkPkg.dsc | 1 +
7 files changed, 1199 insertions(+), 2 deletions(-)
create mode 100644 NetworkPkg/Include/Library/HttpIoLib.h
create mode 100644 NetworkPkg/Library/DxeHttpIoLib/DxeHttpIoLib.c
create mode 100644 NetworkPkg/Library/DxeHttpIoLib/DxeHttpIoLib.inf
create mode 100644 NetworkPkg/Library/DxeHttpIoLib/DxeHttpIoLib.uni
--
2.17.1
next reply other threads:[~2020-10-19 7:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-19 6:25 Abner Chang [this message]
2020-10-19 6:25 ` [DxeHttpIoLib PATCH 1/2] NetworkPkg/Library: Implementation of Http IO Helper Library Abner Chang
2020-10-19 6:25 ` [DxeHttpIoLib PATCH 2/2] NetworkPkg: Add Http IO Helper Library to NetworkPkg Abner Chang
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=20201019062517.1288-1-abner.chang@hpe.com \
--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