public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Chris Co <Christopher.Co@microsoft.com>
To: "edk2-devel@lists.01.org" <edk2-devel@lists.01.org>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>,
	Leif Lindholm <leif.lindholm@linaro.org>,
	Michael D Kinney <michael.d.kinney@intel.com>
Subject: [PATCH edk2-platforms 0/3] Add Platform-Generic Packages to support Windows IoT Core
Date: Tue, 17 Jul 2018 02:05:40 +0000	[thread overview]
Message-ID: <20180717020529.19496-1-christopher.co@microsoft.com> (raw)

REF: https://github.com/christopherco/edk2-platforms/tree/import_mspkg_v1

This patch adds a Platform/Microsoft directory to hold libraries and drivers
that are specific to supporting Windows IoT Core but not necessarily specific to a
Platform or Silicon.

SdMmc DXE driver enables Windows IoT Core boot from SD or eMMC.  It also contains feature
enhancements that were missing from the derived Mmc driver.

Lauterbach debug library is not Windows-specific but was a useful debug library during our
initial Windows IoT Core platform enabling.

Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Christopher Co <christopher.co@microsoft.com>

Christopher Co (3):
  Platform/Microsoft: Add SdMmc Dxe Driver
  Platform/Microsoft: Add MsPkg
  Platform/Microsoft: Add Lauterbach debug library

 Platform/Microsoft/Drivers/SdMmcDxe/BlockIo.c                                                |  526 ++++++
 Platform/Microsoft/Drivers/SdMmcDxe/Debug.c                                                  |  358 ++++
 Platform/Microsoft/Drivers/SdMmcDxe/Protocol.c                                               | 1774 ++++++++++++++++++++
 Platform/Microsoft/Drivers/SdMmcDxe/Protocol.h                                               |  231 +++
 Platform/Microsoft/Drivers/SdMmcDxe/RpmbIo.c                                                 |  611 +++++++
 Platform/Microsoft/Drivers/SdMmcDxe/SdMmc.c                                                  |  892 ++++++++++
 Platform/Microsoft/Drivers/SdMmcDxe/SdMmc.h                                                  |  529 ++++++
 Platform/Microsoft/Drivers/SdMmcDxe/SdMmcDxe.inf                                             |   50 +
 Platform/Microsoft/Drivers/SdMmcDxe/SdMmcHw.h                                                |  506 ++++++
 Platform/Microsoft/Include/Protocol/RpmbIo.h                                                 |  262 +++
 Platform/Microsoft/Include/Protocol/Sdhc.h                                                   |  197 +++
 Platform/Microsoft/Library/LauterbachPeCoffExtraActionLib/LauterbachPeCoffExtraActionLib.c   |  142 ++
 Platform/Microsoft/Library/LauterbachPeCoffExtraActionLib/LauterbachPeCoffExtraActionLib.inf |   41 +
 Platform/Microsoft/MsPkg.dec                                                                 |   42 +
 Platform/Microsoft/MsPkg.dsc                                                                 |   32 +
 15 files changed, 6193 insertions(+)
 create mode 100644 Platform/Microsoft/Drivers/SdMmcDxe/BlockIo.c
 create mode 100644 Platform/Microsoft/Drivers/SdMmcDxe/Debug.c
 create mode 100644 Platform/Microsoft/Drivers/SdMmcDxe/Protocol.c
 create mode 100644 Platform/Microsoft/Drivers/SdMmcDxe/Protocol.h
 create mode 100644 Platform/Microsoft/Drivers/SdMmcDxe/RpmbIo.c
 create mode 100644 Platform/Microsoft/Drivers/SdMmcDxe/SdMmc.c
 create mode 100644 Platform/Microsoft/Drivers/SdMmcDxe/SdMmc.h
 create mode 100644 Platform/Microsoft/Drivers/SdMmcDxe/SdMmcDxe.inf
 create mode 100644 Platform/Microsoft/Drivers/SdMmcDxe/SdMmcHw.h
 create mode 100644 Platform/Microsoft/Include/Protocol/RpmbIo.h
 create mode 100644 Platform/Microsoft/Include/Protocol/Sdhc.h
 create mode 100644 Platform/Microsoft/Library/LauterbachPeCoffExtraActionLib/LauterbachPeCoffExtraActionLib.c
 create mode 100644 Platform/Microsoft/Library/LauterbachPeCoffExtraActionLib/LauterbachPeCoffExtraActionLib.inf
 create mode 100644 Platform/Microsoft/MsPkg.dec
 create mode 100644 Platform/Microsoft/MsPkg.dsc

-- 
2.16.2.gvfs.1.33.gf5370f1



             reply	other threads:[~2018-07-17  2:05 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-17  2:05 Chris Co [this message]
2018-07-17  2:05 ` [PATCH edk2-platforms 1/3] Platform/Microsoft: Add SdMmc Dxe Driver Chris Co
2018-07-31 20:33   ` Leif Lindholm
2018-08-02  0:05     ` Chris Co
2018-08-02 11:38       ` Leif Lindholm
2018-07-17  2:05 ` [PATCH edk2-platforms 2/3] Platform/Microsoft: Add MsPkg Chris Co
2018-07-31 20:38   ` Leif Lindholm
2018-07-17  2:05 ` [PATCH edk2-platforms 3/3] Platform/Microsoft: Add Lauterbach debug library Chris Co
2018-07-31 20:56   ` Leif Lindholm
2018-07-31 20:59     ` Ard Biesheuvel
2018-08-01  9:39       ` Leif Lindholm
2018-08-02  1:27         ` Chris Co
2018-08-02 11:22           ` Leif Lindholm

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=20180717020529.19496-1-christopher.co@microsoft.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