If ther driver is ok in the MdeModulePkg version, that's fine. Reviewed-by: Chao Li Thanks, Chao 在 2023/5/10 00:14, Pedro Falcato 写道: > As part of an effort to remove OvmfPkg/SataControllerDxe, switch to the > generic version in MdeModulePkg. > > Cc: Bibo Mao > Cc: Xianglai li > Cc: Chao Li > Signed-off-by: Pedro Falcato > --- > Platform/Loongson/LoongArchQemuPkg/Loongson.dsc | 2 +- > Platform/Loongson/LoongArchQemuPkg/Loongson.fdf | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Platform/Loongson/LoongArchQemuPkg/Loongson.dsc b/Platform/Loongson/LoongArchQemuPkg/Loongson.dsc > index 465e9229a2c4..6875e39cc604 100644 > --- a/Platform/Loongson/LoongArchQemuPkg/Loongson.dsc > +++ b/Platform/Loongson/LoongArchQemuPkg/Loongson.dsc > @@ -550,7 +550,7 @@ > # > # IDE/SCSI > # > - OvmfPkg/SataControllerDxe/SataControllerDxe.inf > + MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf > MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf > MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf > > diff --git a/Platform/Loongson/LoongArchQemuPkg/Loongson.fdf b/Platform/Loongson/LoongArchQemuPkg/Loongson.fdf > index 03cbcf86301b..8a759c0238ee 100644 > --- a/Platform/Loongson/LoongArchQemuPkg/Loongson.fdf > +++ b/Platform/Loongson/LoongArchQemuPkg/Loongson.fdf > @@ -178,7 +178,7 @@ INF OvmfPkg/PlatformDxe/Platform.inf > # > # SATA/SCSI > # > -INF OvmfPkg/SataControllerDxe/SataControllerDxe.inf > +INF MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf > INF MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf > INF MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf >