public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Ruiyu Ni <ruiyu.ni@intel.com>
To: edk2-devel@lists.01.org
Subject: [PATCH v2 0/5] Add Bluetooth LE definitions per UEFI Spec 2.7
Date: Tue,  6 Jun 2017 11:35:38 +0800	[thread overview]
Message-ID: <20170606033543.254936-1-ruiyu.ni@intel.com> (raw)

v2: Change 5/5 to add GUID definitions to MdePkg.dec

Ruiyu Ni (5):
  MdePkg/DevicePath: Add BluetoothLe device path node support
  MdePkg/BluetoothConfig: Add new EFI_BLUETOOTH_CONFIG_DATA_TYPE types
  MdePkg/BluetoothHc: Add detailed function header comments
  MdePkg/BluetoothIo: Formalize function header comments.
  MdePkg: Add BluetoothAttribute.h and BluetoothLeConfig.h

 MdePkg/Include/IndustryStandard/Bluetooth.h        |  17 +-
 MdePkg/Include/Protocol/BluetoothAttribute.h       | 283 +++++++++
 MdePkg/Include/Protocol/BluetoothConfig.h          |  25 +-
 MdePkg/Include/Protocol/BluetoothHc.h              | 510 ++++++++++-------
 MdePkg/Include/Protocol/BluetoothIo.h              | 287 +++++-----
 MdePkg/Include/Protocol/BluetoothLeConfig.h        | 634 +++++++++++++++++++++
 MdePkg/Include/Protocol/DevicePath.h               |  11 +-
 .../Library/UefiDevicePathLib/DevicePathFromText.c |  34 ++
 .../Library/UefiDevicePathLib/DevicePathToText.c   |  38 ++
 MdePkg/MdePkg.dec                                  |  10 +
 10 files changed, 1492 insertions(+), 357 deletions(-)
 create mode 100644 MdePkg/Include/Protocol/BluetoothAttribute.h
 create mode 100644 MdePkg/Include/Protocol/BluetoothLeConfig.h

-- 
2.12.2.windows.2



             reply	other threads:[~2017-06-06  3:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-06  3:35 Ruiyu Ni [this message]
2017-06-06  3:35 ` [PATCH v2 1/5] MdePkg/DevicePath: Add BluetoothLe device path node support Ruiyu Ni
2017-06-06  6:42   ` Wu, Hao A
2017-06-06  3:35 ` [PATCH v2 2/5] MdePkg/BluetoothConfig: Add new EFI_BLUETOOTH_CONFIG_DATA_TYPE types Ruiyu Ni
2017-06-06  3:35 ` [PATCH v2 3/5] MdePkg/BluetoothHc: Add detailed function header comments Ruiyu Ni
2017-06-06  3:35 ` [PATCH v2 4/5] MdePkg/BluetoothIo: Formalize " Ruiyu Ni
2017-06-06  3:35 ` [PATCH v2 5/5] MdePkg: Add BluetoothAttribute.h and BluetoothLeConfig.h Ruiyu Ni
2017-06-06  4:46 ` [PATCH v2 0/5] Add Bluetooth LE definitions per UEFI Spec 2.7 Yao, Jiewen

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=20170606033543.254936-1-ruiyu.ni@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