From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mx.groups.io with SMTP id smtpd.web08.331.1614280355291753936 for ; Thu, 25 Feb 2021 11:12:35 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=PhBLcaCv; spf=pass (domain: redhat.com, ip: 216.205.24.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1614280354; 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=CgILuX+KFlXojRssdMy16DxY/+MZ6DOMt9pPx5XrPVA=; b=PhBLcaCvh35FzAjodNeZpYe0DFIsSKOkeS4ADAX42BbuIi8iADxaMy+beBs9AoUafy6Wrj Ek9JUV1JnmQ4w8NRDcr3f39JO92uPZKsyPVN/1ZKepJT9id+ZqHpykN9+/oMzhimu2FJF0 En6cDU6qVPiZseqBTPR4K6hS3zscZSE= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-577-nGREVnIQMoSlWZMOGGd_Jw-1; Thu, 25 Feb 2021 14:12:24 -0500 X-MC-Unique: nGREVnIQMoSlWZMOGGd_Jw-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id C8B651966321; Thu, 25 Feb 2021 19:12:22 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-115-188.ams2.redhat.com [10.36.115.188]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2AF2019D9C; Thu, 25 Feb 2021 19:12:20 +0000 (UTC) Subject: Re: [PATCH v1 1/1] StandaloneMmPkg: Remove StandaloneMmDriverEntryPoint.h To: mikuback@linux.microsoft.com, devel@edk2.groups.io Cc: Ard Biesheuvel , Sami Mujawar , Jiewen Yao , Supreeth Venkatesh , Ard Biesheuvel References: <20210225033312.2324-1-mikuback@linux.microsoft.com> From: "Laszlo Ersek" Message-ID: <1c58ea9b-1576-5637-3c51-537111314167@redhat.com> Date: Thu, 25 Feb 2021 20:12:20 +0100 MIME-Version: 1.0 In-Reply-To: <20210225033312.2324-1-mikuback@linux.microsoft.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 02/25/21 04:33, mikuback@linux.microsoft.com wrote: > From: Michael Kubacki > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3235 > > The library for this header initially resided in StandaloneMmPkg > but moved to MdePkg and now this file is a duplicate of the header > file in MdePkg. > > This change removes the header file from StandaloneMmPkg. More > details regarding the history of the library transitioning from > StandaloneMmPkg to MdePkg are below. > > The following commit removed the library from StandaloneMmPkg: > d6253d2f9a33 ("StandaloneMmPkg: remove redundant > StandaloneMmDriverEntryPoint driver", 2019-03-11) > > The following commits added the library class & instance to MdePkg: > 7df4764e6a81a ("MdePkg: introduce standalone MM entry point > library class", 2019-01-14) > > 5866d4992396 ("MdePkg: introduce standalone MM entry point > library implementation", 2019-01-14) > > Cc: Ard Biesheuvel > Cc: Sami Mujawar > Cc: Jiewen Yao > Cc: Supreeth Venkatesh > Cc: Laszlo Ersek > Signed-off-by: Michael Kubacki > Acked-by: Ard Biesheuvel > --- > StandaloneMmPkg/Include/Library/StandaloneMmDriverEntryPoint.h | 142 -------------------- > StandaloneMmPkg/StandaloneMmPkg.dec | 3 - > 2 files changed, 145 deletions(-) Acked-by: Laszlo Ersek (if it's been merged already, that's OK; just ignore my ack then)