From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.81]) by mx.groups.io with SMTP id smtpd.web11.8348.1591885001044366766 for ; Thu, 11 Jun 2020 07:16:41 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=aJAQVHed; spf=pass (domain: redhat.com, ip: 207.211.31.81, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1591885000; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=aialrI454lRN+MgRF2WjMy1EuahZE3meyhYfBqtuIdA=; b=aJAQVHedRc8el/jzOrAEnBV9p7fVB0WmeoCqr1FSZqMRBgT/daLqNDSkNpVpssCI5Gzg1Y aBkrUwhhCFEoyt3BWBtplOx3c4h+KExU68XsXL2oCcgX5JqfKSCTBoB66/m8xjfjI/ZPLq f63DnebHqWBPHBnTFLFJDwx44C0qUH4= 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-439-U3iDBusEPN6zlQ_fL680UQ-1; Thu, 11 Jun 2020 10:16:38 -0400 X-MC-Unique: U3iDBusEPN6zlQ_fL680UQ-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id C7446EC1A1; Thu, 11 Jun 2020 14:16:36 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-114-21.ams2.redhat.com [10.36.114.21]) by smtp.corp.redhat.com (Postfix) with ESMTP id C55455D9DC; Thu, 11 Jun 2020 14:16:35 +0000 (UTC) Subject: Re: UefiCpuPkg: Discuss: Move StandardSignatureIsAuthenticAMD function to BaseUefiCpuLib To: "Dong, Eric" , "Ni, Ray" , "devel@edk2.groups.io" , "garrett.kirkendall@amd.com" References: <734D49CCEBEEF84792F5B80ED585239D5C5AB095@SHSMSX104.ccr.corp.intel.com> <734D49CCEBEEF84792F5B80ED585239D5C5AB9FA@SHSMSX104.ccr.corp.intel.com> From: "Laszlo Ersek" Message-ID: <2cc832f7-12d2-7a3f-4560-8fd58180fbbc@redhat.com> Date: Thu, 11 Jun 2020 16:16:34 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 06/11/20 09:07, Dong, Eric wrote: > I mean there is already a BaseCpuLib in MdePkg. Is it possible to add it to there? > > If no usage outside of UefiCpuPkg, I'm ok to move this function to UefiCpuLib. Sounds OK to me. Thanks Laszlo