]> git.proxmox.com Git - mirror_edk2.git/commit - OvmfPkg/SataControllerDxe/SataController.c
OvmfPkg: copy SataControllerDxe from DuetPkg
authorReza Jelveh <reza.jelveh@tuhh.de>
Tue, 22 Sep 2015 11:18:18 +0000 (11:18 +0000)
committerlersek <lersek@Edk2>
Tue, 22 Sep 2015 11:18:18 +0000 (11:18 +0000)
commit12e92a23ada7b20e424e782fe1e2d325c22e161c
treeb92bbbee5e5e00957e104ceaaad83d91d3f98e37
parent83be6beea56f9f6e93c04f316e91be18e44654f0
OvmfPkg: copy SataControllerDxe from DuetPkg

Edk2 maintainers reached the consensus that SataControllerDxe was
inherently platform specific, for which reason it was not appropriate for
either PcAtChipsetPkg nor MdeModulePkg. Hence, if OvmfPkg wanted to use
it, it should either reference it directly from under DuetPkg, or copy it.

Given that DuetPkg is another "leaf" platform in edk2, and that in the
upcoming patches we'll actually modify the driver, the ultimate decision
(reached months ago on the list, after Reza's v2 posting) is that OvmfPkg
shall copy the driver.

This patch does that; the only difference being a fresh FILE_GUID in the
INF file.

Cc: Alexander Graf <agraf@suse.de>
Cc: Reza Jelveh <reza.jelveh@tuhh.de>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Hannes Reinecke <hare@suse.de>
Cc: Gabriel L. Somlo <somlo@cmu.edu>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Reza Jelveh <reza.jelveh@tuhh.de>
[lersek@redhat.com: updated commit message, generated fresh FILE_GUID]
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Tested-by: Gabriel Somlo <somlo@cmu.edu>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18526 6f19259b-4bc3-4df7-8a09-765794883524
OvmfPkg/SataControllerDxe/ComponentName.c [new file with mode: 0644]
OvmfPkg/SataControllerDxe/SataController.c [new file with mode: 0644]
OvmfPkg/SataControllerDxe/SataController.h [new file with mode: 0644]
OvmfPkg/SataControllerDxe/SataControllerDxe.inf [new file with mode: 0644]