From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.43; helo=mga05.intel.com; envelope-from=eric.dong@intel.com; receiver=edk2-devel@lists.01.org Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 0AACF221660D8 for ; Wed, 29 Nov 2017 04:37:13 -0800 (PST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Nov 2017 04:41:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,473,1505804400"; d="scan'208";a="181928202" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga006.fm.intel.com with ESMTP; 29 Nov 2017 04:41:33 -0800 Received: from fmsmsx125.amr.corp.intel.com (10.18.125.40) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 29 Nov 2017 04:41:32 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX125.amr.corp.intel.com (10.18.125.40) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 29 Nov 2017 04:41:32 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.175]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.93]) with mapi id 14.03.0319.002; Wed, 29 Nov 2017 20:41:30 +0800 From: "Dong, Eric" To: "Zeng, Star" , "edk2-devel@lists.01.org" CC: "Yao, Jiewen" , "Kinney, Michael D" , Laszlo Ersek Thread-Topic: [PATCH 0/2] Move MicrocodeUpdate from UefiCpuPkg to IntelSiliconPkg Thread-Index: AQHTaM7K/2hORHD7BUyQtBT/pDVBnqMrTRXw Date: Wed, 29 Nov 2017 12:41:30 +0000 Message-ID: References: <1511931533-16456-1-git-send-email-star.zeng@intel.com> In-Reply-To: <1511931533-16456-1-git-send-email-star.zeng@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 0/2] Move MicrocodeUpdate from UefiCpuPkg to IntelSiliconPkg X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2017 12:37:14 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Eric Dong -----Original Message----- From: Zeng, Star=20 Sent: Wednesday, November 29, 2017 12:59 PM To: edk2-devel@lists.01.org Cc: Zeng, Star; Yao, Jiewen; Kinney, Michael D; Dong, Eric; Laszlo Ersek Subject: [PATCH 0/2] Move MicrocodeUpdate from UefiCpuPkg to IntelSiliconPk= g REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D540 To consume FIT table for Microcode update, UefiCpuPkg/Feature/Capsule/Micro= codeUpdateDxe needs to be updated to consume IntelSiliconPkg/Include/IndustryStandard/FirmwareInterfaceTable.h, but UefiCpuPkg could not depend on IntelSiliconPkg. Since the Microcode update feature is specific to Intel, we can first move = the Microcode update feature code from UefiCpuPkg to IntelSiliconPkg [first= step], then update the code to consume FIT table [second step]. This patch series is for the first step. Cc: Jiewen Yao Cc: Michael D Kinney Cc: Eric Dong Cc: Laszlo Ersek Regression-tested-by: Yonghong Zhu Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng Star Zeng (2): IntelSiliconPkg: Move MicrocodeUpdate from UefiCpuPkg IntelSiliconPkg: Update MicrocodeUpdate to build with the package .../MicrocodeFlashAccessLibNull/MicrocodeFlashAccessLibNull.c | 0 .../MicrocodeFlashAccessLibNull.inf | 6 +++--- .../MicrocodeFlashAccessLibNull.uni | 0 .../Capsule/MicrocodeCapsulePdb/MicrocodeCapsulePdb.dsc | 0 .../Capsule/MicrocodeCapsulePdb/MicrocodeCapsulePdb.fdf | 0 .../Feature/Capsule/MicrocodeCapsulePdb/Readme.md | 0 .../Capsule/MicrocodeCapsuleTxt/Microcode/Microcode.inf | 0 .../Capsule/MicrocodeCapsuleTxt/MicrocodeCapsuleTxt.dsc | 0 .../Capsule/MicrocodeCapsuleTxt/MicrocodeCapsuleTxt.fdf | 0 .../Feature/Capsule/MicrocodeCapsuleTxt/Readme.md | 0 .../Feature/Capsule/MicrocodeUpdateDxe/MicrocodeFmp.c | 0 .../Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdate.c | 0 .../Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdate.h | 0 .../Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdateDxe.inf | 3 ++- .= ../Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdateDxe.uni | 0 .../Capsule/MicrocodeUpdateDxe/MicrocodeUpdateDxeExtra.uni | 0 {UefiCpuPkg =3D> IntelSiliconPkg}/Include/Guid/MicrocodeFmp.h | 0 .../Include/Library/MicrocodeFlashAccessLib.h | 0 IntelSiliconPkg/IntelSiliconPkg.dec | 10 ++++++= +++- IntelSiliconPkg/IntelSiliconPkg.dsc | 2 ++ UefiCpuPkg/UefiCpuPkg.dec | 7 ------= - UefiCpuPkg/UefiCpuPkg.dsc | 2 -- 22 files changed, 16 insertions(+), 14 deletions(-) rename {UefiCpuPkg = =3D> IntelSiliconPkg}/Feature/Capsule/Library/MicrocodeFlashAccessLibNull/M= icrocodeFlashAccessLibNull.c (100%) rename {UefiCpuPkg =3D> IntelSiliconPk= g}/Feature/Capsule/Library/MicrocodeFlashAccessLibNull/MicrocodeFlashAccess= LibNull.inf (85%) rename {UefiCpuPkg =3D> IntelSiliconPkg}/Feature/Capsule= /Library/MicrocodeFlashAccessLibNull/MicrocodeFlashAccessLibNull.uni (100%)= rename {UefiCpuPkg =3D> IntelSiliconPkg}/Feature/Capsule/MicrocodeCapsule= Pdb/MicrocodeCapsulePdb.dsc (100%) rename {UefiCpuPkg =3D> IntelSiliconPkg= }/Feature/Capsule/MicrocodeCapsulePdb/MicrocodeCapsulePdb.fdf (100%) renam= e {UefiCpuPkg =3D> IntelSiliconPkg}/Feature/Capsule/MicrocodeCapsulePdb/Rea= dme.md (100%) rename {UefiCpuPkg =3D> IntelSiliconPkg}/Feature/Capsule/Mic= rocodeCapsuleTxt/Microcode/Microcode.inf (100%) rename {UefiCpuPkg =3D> In= telSiliconPkg}/Feature/Capsule/MicrocodeCapsuleTxt/MicrocodeCapsuleTxt.dsc = (100%) rename {UefiCpuPkg =3D> IntelSiliconPkg}/Feature/Capsule/MicrocodeC= apsuleTxt/MicrocodeCapsuleTxt.fdf (100%) rename {UefiCpuPkg =3D> IntelSili= conPkg}/Feature/Capsule/MicrocodeCapsuleTxt/Readme.md (100%) rename {UefiC= puPkg =3D> IntelSiliconPkg}/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeFmp= .c (100%) rename {UefiCpuPkg =3D> IntelSiliconPkg}/Feature/Capsule/Microco= deUpdateDxe/MicrocodeUpdate.c (100%) rename {UefiCpuPkg =3D> IntelSiliconP= kg}/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdate.h (100%) rename {Ue= fiCpuPkg =3D> IntelSiliconPkg}/Feature/Capsule/MicrocodeUpdateDxe/Microcode= UpdateDxe.inf (91%) rename {UefiCpuPkg =3D> IntelSiliconPkg}/Feature/Capsu= le/MicrocodeUpdateDxe/MicrocodeUpdateDxe.uni (100%) rename {UefiCpuPkg =3D= > IntelSiliconPkg}/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdateDxeExt= ra.uni (100%) rename {UefiCpuPkg =3D> IntelSiliconPkg}/Include/Guid/Microc= odeFmp.h (100%) rename {UefiCpuPkg =3D> IntelSiliconPkg}/Include/Library/M= icrocodeFlashAccessLib.h (100%) -- 2.7.0.windows.1