From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.groups.io with SMTP id smtpd.web10.11779.1683708673804164654 for ; Wed, 10 May 2023 01:51:13 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=KP+HkRAl; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1683708673; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=pRk86ltOIe1Js10UjnURw5WKo5Ehch19a0Fyf4afPOY=; b=KP+HkRAlPUrI3boRQxIA2sbjPxr4EVfv27/Ioc8ALrc8WimhoulD7Aa0Wo33K8METYXCE4 xfh0uL3m+gWwk4TWsWM2FllGucDShuK8t8XDRelBAdeqzw2C+IR9HTV22FSQ3uDYO/r6cK yGH/jA4hKnCtzxi6Zdhlrd/2+xegZsU= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-250-8nXPGWWzPPmzGzmd_L5iVw-1; Wed, 10 May 2023 04:50:29 -0400 X-MC-Unique: 8nXPGWWzPPmzGzmd_L5iVw-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 7794F84AF31; Wed, 10 May 2023 08:50:29 +0000 (UTC) Received: from [10.39.192.106] (unknown [10.39.192.106]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 7B6C414171BC; Wed, 10 May 2023 08:50:28 +0000 (UTC) Message-ID: <76d70fb4-9728-433e-74a4-88915448e69b@redhat.com> Date: Wed, 10 May 2023 10:50:27 +0200 MIME-Version: 1.0 Subject: Re: [PATCH v2 12/12] OvmfPkg: Remove SataControllerDxe To: Pedro Falcato , devel@edk2.groups.io Cc: Ard Biesheuvel , Jiewen Yao , Jordan Justen , Gerd Hoffmann References: <20230509163212.291333-1-pedro.falcato@gmail.com> <20230509163212.291333-13-pedro.falcato@gmail.com> From: "Laszlo Ersek" In-Reply-To: <20230509163212.291333-13-pedro.falcato@gmail.com> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.7 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 5/9/23 18:32, Pedro Falcato wrote: > Now that OvmfPkg/SataControllerDxe and its MdeModulePkg counterpart have > been unified, and no in-tree uses of the OVMF variant remain, let's > delete it. > > Cc: Ard Biesheuvel > Cc: Jiewen Yao > Cc: Jordan Justen > Cc: Gerd Hoffmann > Tested-by: Gerd Hoffmann > Acked-by: Gerd Hoffmann > Signed-off-by: Pedro Falcato > --- > OvmfPkg/SataControllerDxe/ComponentName.c | 170 --- > OvmfPkg/SataControllerDxe/SataController.c | 1112 ----------------- > OvmfPkg/SataControllerDxe/SataController.h | 544 -------- > .../SataControllerDxe/SataControllerDxe.inf | 43 - > 4 files changed, 1869 deletions(-) > delete mode 100644 OvmfPkg/SataControllerDxe/ComponentName.c > delete mode 100644 OvmfPkg/SataControllerDxe/SataController.c > delete mode 100644 OvmfPkg/SataControllerDxe/SataController.h > delete mode 100644 OvmfPkg/SataControllerDxe/SataControllerDxe.inf Reviewed-by: Laszlo Ersek