public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH edk2-platforms v2 0/2] move obsolete platform drivers out of core edk2
@ 2020-04-30  8:25 Ard Biesheuvel
  2020-04-30  8:25 ` [PATCH edk2-platforms v2 1/2] Platform/ARM/VExpressPkg: incorporate PL180 driver Ard Biesheuvel
  2020-04-30  8:25 ` [PATCH edk2-platforms v2 2/2] Platform/ARM/JunoPkg: incorporate SiI3132 SATA controller driver Ard Biesheuvel
  0 siblings, 2 replies; 5+ messages in thread
From: Ard Biesheuvel @ 2020-04-30  8:25 UTC (permalink / raw)
  To: devel; +Cc: leif, Ard Biesheuvel

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


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

end of thread, other threads:[~2020-04-30 10:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-30  8:25 [PATCH edk2-platforms v2 0/2] move obsolete platform drivers out of core edk2 Ard Biesheuvel
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

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