From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.120]) by mx.groups.io with SMTP id smtpd.web11.129.1594164759927031468 for ; Tue, 07 Jul 2020 16:32:40 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=BmLzW0cg; spf=pass (domain: redhat.com, ip: 207.211.31.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1594164759; 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=tQCNR/9G4wYLvwsF6gxygm8EqIPVtXMKehPGakU+zYI=; b=BmLzW0cgEK1vY2Cg12o5AmrKmNmMZ/kZgsjI6tCRxT6N5RjPjb+SqIQ1CT7DaRNagcMpZS sfjv539GiXXEnXumxh+y4tK0wO+1grkxz1Lxlow/zoWHFjMc+qD8wSkEHQnNxQ1Daq1eU5 S+LjFboodHAIawBoolQaWHLIqhdZ/TM= 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-437-74VWMdljPVSeULdTRdzt2Q-1; Tue, 07 Jul 2020 19:32:33 -0400 X-MC-Unique: 74VWMdljPVSeULdTRdzt2Q-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id A569DA0BD7; Tue, 7 Jul 2020 23:32:31 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-114-90.ams2.redhat.com [10.36.114.90]) by smtp.corp.redhat.com (Postfix) with ESMTP id E11DF73FDD; Tue, 7 Jul 2020 23:32:29 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH v6 0/4] AMD processor MSR_IA32_MISC_ENABLE To: eric.dong@intel.com, "Ni, Ray" , "Wu, Hao A" Cc: devel@edk2.groups.io, "Kirkendall, Garrett" , "Jiang, Guomin" References: <20200622131825.1352-1-Garrett.Kirkendall@amd.com> From: "Laszlo Ersek" Message-ID: <894c0254-6f4d-837f-d3b8-b1688eb4c0b3@redhat.com> Date: Wed, 8 Jul 2020 01:32:28 +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.15 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-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Hi Eric, On 07/07/20 04:38, Dong, Eric wrote: > Hi Laszlo, > > I have fixed the issue reported by Guomin in below change. > > SHA-1: 0060e0a694f3f249c3ec081b0e61287c36f64ebb > > * IntelFsp2Pkg/FspSecCore: Use UefiCpuLib. > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2825 Thank you very much for filing and fixing that BZ! Thank you all for granting the necessary feedback tags, as well. Series merged as commit range 627d1d6693b0..bdafda8c457e, via . Thanks, Laszlo