public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Vabhav <vabhav.sharma@nxp.com>
To: <ard.biesheuvel@linaro.org>, <leif.lindholm@linaro.org>,
	<michael.d.kinney@intel.com>, <edk2-devel@lists.01.org>
Subject: [PATCH 0/3] Platform/NXP-Adding NXP MMC Host Driver
Date: Fri, 1 Dec 2017 09:48:47 +0530	[thread overview]
Message-ID: <1512101930-11887-1-git-send-email-vabhav.sharma@nxp.com> (raw)

Following patches will add support of NXP MMC Host Driver in
edk2-platforms directory 'edk2-platforms/Platform/NXP'

Updated Directory structure for added folders in 'edk2-platforms/Platform/NXP'
will be:

Platform/NXP/
|-- Drivers
|   |-- MmcHostDxe
|   |   |-- MmcHostDxe.c
|   |   `-- MmcHostDxe.inf
|-- Include
|   `-- Library
|       `-- MmcLib.h
|-- Library
|   `-- MmcLib
|       |-- MmcInterface.c
|       |-- MmcInternal.h
|       |-- MmcLib.c
|       `-- MmcLib.inf

In Platform/NXP/Library:
MmcLib will be added

In Platform/NXP/Drivers:
MmcHostDxe driver will be added

Mmc host driver will produce gEfiMmcHostProtocolGuid which
will be used by consumed by MmcDxe driver of EmbeddedPkg.

Please review and look forward for your support in upstreaming
the patches in edk2-platforms.

Vabhav (3):
  Platform/NXP :Add Support for MMC Library
  Platform/NXP :Add Support of MMC Host Driver
  Compilation:Modify dsc,fdf files

 Platform/NXP/Drivers/MmcHostDxe/MmcHostDxe.c   | 418 +++++++++++++++++
 Platform/NXP/Drivers/MmcHostDxe/MmcHostDxe.inf |  42 ++
 Platform/NXP/Include/Library/MmcLib.h          | 138 ++++++
 Platform/NXP/LS1043aRdbPkg/LS1043aRdbPkg.dsc   |  11 +
 Platform/NXP/LS1043aRdbPkg/LS1043aRdbPkg.fdf   |   7 +
 Platform/NXP/Library/MmcLib/MmcInterface.c     | 544 ++++++++++++++++++++++
 Platform/NXP/Library/MmcLib/MmcInternal.h      | 350 +++++++++++++++
 Platform/NXP/Library/MmcLib/MmcLib.c           | 597 +++++++++++++++++++++++++
 Platform/NXP/Library/MmcLib/MmcLib.inf         |  39 ++
 9 files changed, 2146 insertions(+)
 create mode 100644 Platform/NXP/Drivers/MmcHostDxe/MmcHostDxe.c
 create mode 100644 Platform/NXP/Drivers/MmcHostDxe/MmcHostDxe.inf
 create mode 100644 Platform/NXP/Include/Library/MmcLib.h
 create mode 100644 Platform/NXP/Library/MmcLib/MmcInterface.c
 create mode 100644 Platform/NXP/Library/MmcLib/MmcInternal.h
 create mode 100644 Platform/NXP/Library/MmcLib/MmcLib.c
 create mode 100644 Platform/NXP/Library/MmcLib/MmcLib.inf


             reply	other threads:[~2017-12-01 16:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-01  4:18 Vabhav [this message]
2017-12-01  4:18 ` [PATCH 1/3] Platform/NXP :Add Support for MMC Library Vabhav
2017-12-01  4:18 ` [PATCH 2/3] Platform/NXP :Add Support of MMC Host Driver Vabhav
2017-12-01  4:18 ` [PATCH 3/3] Compilation:Modify dsc,fdf files Vabhav

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=1512101930-11887-1-git-send-email-vabhav.sharma@nxp.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