public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Ard Biesheuvel" <ard.biesheuvel@arm.com>
To: devel@edk2.groups.io
Cc: leif@nuviainc.com, Ard Biesheuvel <ard.biesheuvel@arm.com>
Subject: [PATCH edk2-platforms v2 0/2] move obsolete platform drivers out of core edk2
Date: Thu, 30 Apr 2020 10:25:16 +0200	[thread overview]
Message-ID: <20200430082518.26219-1-ard.biesheuvel@arm.com> (raw)

This is a followup to two patches I sent out separately yesterday, and to
the subsequent discussion regarding annotating obsolete drivers as unfit
for reuse if they don't follow the UEFI driver model.

Changes since v1:
- use gEmbeddedMmcHostProtocolGuid not gEdkiiMmcHostProtocolGuid
- add WARNING comment blocks to all files to document the fact that these
  files are only kept for sentimental reasons

Ard Biesheuvel (2):
  Platform/ARM/VExpressPkg: incorporate PL180 driver
  Platform/ARM/JunoPkg: incorporate SiI3132 SATA controller driver

 Platform/ARM/JunoPkg/ArmJuno.dec              |   3 +
 Platform/ARM/JunoPkg/ArmJuno.dsc              |   2 +-
 Platform/ARM/JunoPkg/ArmJuno.fdf              |   2 +-
 .../Drivers/SataSiI3132Dxe/ComponentName.c    | 179 ++++
 .../Drivers/SataSiI3132Dxe/SataSiI3132.c      | 546 ++++++++++++
 .../Drivers/SataSiI3132Dxe/SataSiI3132.h      | 286 ++++++
 .../Drivers/SataSiI3132Dxe/SataSiI3132Dxe.inf |  38 +
 .../SataSiI3132Dxe/SiI3132AtaPassThru.c       | 834 ++++++++++++++++++
 .../ARM/VExpressPkg/ArmVExpress-CTA15-A7.dsc  |   6 +-
 .../ARM/VExpressPkg/ArmVExpress-CTA15-A7.fdf  |   2 +-
 .../VExpressPkg/ArmVExpress-FVP-AArch64.dsc   |   6 +-
 .../VExpressPkg/ArmVExpress-FVP-AArch64.fdf   |   2 +-
 Platform/ARM/VExpressPkg/ArmVExpressPkg.dec   |   4 +
 .../Drivers/PL180MciDxe/PL180Mci.c            | 570 ++++++++++++
 .../Drivers/PL180MciDxe/PL180Mci.h            | 169 ++++
 .../Drivers/PL180MciDxe/PL180MciDxe.inf       |  53 ++
 16 files changed, 2692 insertions(+), 10 deletions(-)
 create mode 100644 Platform/ARM/JunoPkg/Drivers/SataSiI3132Dxe/ComponentName.c
 create mode 100644 Platform/ARM/JunoPkg/Drivers/SataSiI3132Dxe/SataSiI3132.c
 create mode 100644 Platform/ARM/JunoPkg/Drivers/SataSiI3132Dxe/SataSiI3132.h
 create mode 100644 Platform/ARM/JunoPkg/Drivers/SataSiI3132Dxe/SataSiI3132Dxe.inf
 create mode 100644 Platform/ARM/JunoPkg/Drivers/SataSiI3132Dxe/SiI3132AtaPassThru.c
 create mode 100644 Platform/ARM/VExpressPkg/Drivers/PL180MciDxe/PL180Mci.c
 create mode 100644 Platform/ARM/VExpressPkg/Drivers/PL180MciDxe/PL180Mci.h
 create mode 100644 Platform/ARM/VExpressPkg/Drivers/PL180MciDxe/PL180MciDxe.inf

-- 
2.17.1


             reply	other threads:[~2020-04-30  8:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-30  8:25 Ard Biesheuvel [this message]
2020-04-30  8:25 ` [PATCH edk2-platforms v2 1/2] Platform/ARM/VExpressPkg: incorporate PL180 driver Ard Biesheuvel
2020-04-30 10:06   ` [edk2-devel] " Philippe Mathieu-Daudé
2020-04-30 10:47     ` Ard Biesheuvel
2020-04-30  8:25 ` [PATCH edk2-platforms v2 2/2] Platform/ARM/JunoPkg: incorporate SiI3132 SATA controller driver Ard Biesheuvel

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=20200430082518.26219-1-ard.biesheuvel@arm.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