public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH edk2-platforms 0/3] Add Platform-Generic Packages to support Windows IoT Core
@ 2018-07-17  2:05 Chris Co
  2018-07-17  2:05 ` [PATCH edk2-platforms 1/3] Platform/Microsoft: Add SdMmc Dxe Driver Chris Co
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Chris Co @ 2018-07-17  2:05 UTC (permalink / raw)
  To: edk2-devel@lists.01.org; +Cc: Ard Biesheuvel, Leif Lindholm, Michael D Kinney

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



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2018-08-02 11:38 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-17  2:05 [PATCH edk2-platforms 0/3] Add Platform-Generic Packages to support Windows IoT Core Chris Co
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox