public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Fu Siyuan <siyuan.fu@intel.com>
To: edk2-devel@lists.01.org
Cc: Ye Ting <ting.ye@intel.com>, Wu Jiaxin <jiaxin.wu@intel.com>
Subject: [Patch 0/2] Add HTTP Boot Callback Protocol support.
Date: Wed, 14 Jun 2017 17:36:40 +0800	[thread overview]
Message-ID: <20170614093642.2240-1-siyuan.fu@intel.com> (raw)

Cc: Ye Ting <ting.ye@intel.com>
Cc: Wu Jiaxin <jiaxin.wu@intel.com>

Fu Siyuan (2):
  MdePkg: Add header file for HTTP Boot Callback protocol in UEFI 2.7.
  NetworkPkg/HttpBootDxe: Add HTTP Boot Callback protocol support.

 MdePkg/Include/Protocol/HttpBootCallback.h | 100 +++++++++++++
 MdePkg/MdePkg.dec                          |   7 +-
 NetworkPkg/HttpBootDxe/HttpBootClient.c    |  67 ++++++++-
 NetworkPkg/HttpBootDxe/HttpBootClient.h    |   4 +-
 NetworkPkg/HttpBootDxe/HttpBootDhcp4.c     |  26 +++-
 NetworkPkg/HttpBootDxe/HttpBootDhcp6.c     | 106 ++++++++------
 NetworkPkg/HttpBootDxe/HttpBootDxe.h       |  14 ++
 NetworkPkg/HttpBootDxe/HttpBootDxe.inf     |   3 +-
 NetworkPkg/HttpBootDxe/HttpBootImpl.c      | 221 +++++++++++++++++++++++++++--
 NetworkPkg/HttpBootDxe/HttpBootImpl.h      |   2 +
 NetworkPkg/HttpBootDxe/HttpBootSupport.c   |  29 ++++
 NetworkPkg/HttpBootDxe/HttpBootSupport.h   |  34 +++++
 12 files changed, 551 insertions(+), 62 deletions(-)
 create mode 100644 MdePkg/Include/Protocol/HttpBootCallback.h

-- 
2.13.0.windows.1



             reply	other threads:[~2017-06-14  9:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-14  9:36 Fu Siyuan [this message]
2017-06-14  9:36 ` [Patch 1/2] MdePkg: Add header file for HTTP Boot Callback protocol in UEFI 2.7 Fu Siyuan
2017-06-15  7:59   ` Wu, Jiaxin
2017-06-14  9:36 ` [Patch 2/2] NetworkPkg/HttpBootDxe: Add HTTP Boot Callback protocol support Fu Siyuan
2017-06-15  7:59   ` Wu, Jiaxin

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=20170614093642.2240-1-siyuan.fu@intel.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