From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.93, mailfrom: yi.qian@intel.com) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by groups.io with SMTP; Thu, 09 May 2019 06:18:41 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 May 2019 06:18:40 -0700 X-ExtLoop1: 1 Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga007.fm.intel.com with ESMTP; 09 May 2019 06:18:40 -0700 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 9 May 2019 06:18:40 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.249]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.7]) with mapi id 14.03.0415.000; Thu, 9 May 2019 21:18:38 +0800 From: "Qian, Yi" To: "Kinney, Michael D" , "devel@edk2.groups.io" CC: "Sun, Zailiang" Subject: Re: [Patch 00/16] Vlv2TbltDevicePkg: Sync with edk2/master Thread-Topic: [Patch 00/16] Vlv2TbltDevicePkg: Sync with edk2/master Thread-Index: AQHVBiAReXtxJpas8UeLP3BiViUBd6ZixyYw Date: Thu, 9 May 2019 13:18:38 +0000 Message-ID: References: <20190509043111.15272-1-michael.d.kinney@intel.com> In-Reply-To: <20190509043111.15272-1-michael.d.kinney@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 Return-Path: yi.qian@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed by Qian, Yi Thanks QianYi -----Original Message----- From: Kinney, Michael D=20 Sent: Thursday, May 9, 2019 12:31 PM To: devel@edk2.groups.io Cc: Sun, Zailiang ; Qian, Yi Subject: [Patch 00/16] Vlv2TbltDevicePkg: Sync with edk2/master Fix a number of small issues for MinnowMax to build and boot with latest e= dk2/master and to prepare MinnowMax for move to edk2-platforms/master. =20 Cc: Zailiang Sun Cc: Yi Qian Signed-off-by: Michael D Kinney Michael D Kinney (16): Vlv2TbltDevicePkg/PlatformFlashAccessLib: Add error return Vlv2TbltDevicePkg/AcpiPlatform: Change Size type to UINTN Vlv2TbltDevicePkg/AcpiPlatform: Add variable protocols to depex Vlv2TbltDevicePkg/PpmPolicy: Fix call to MP Services Protocol Vlv2TbltDevicePkg/SmBiosMiscDxe: Fix GCC build issue Vlv2TbltDevicePkg: Find UEFI Shell using gUefiShellFileGuid Vlv2TbltDevicePkg: Build full UEFI Shell from sources Vlv2TbltDevicePkg: Use CpuDxe from UefiCpuPkg Vlv2TbltDevicePkg: Add PchInitSmm module Vlv2TbltDevicePkg: Always enable QuietBoot to produce BGRT Vlv2TbltDevicePkg/Stitch/Gcc: Update default setting binary Vlv2TbltDevicePkg: Remove directory assumptions from build scripts Vlv2TbltDevicePkg/Capsule: Do not clear UEFI varstore Vlv2TbltDevicePkg/Capsule: Remove path to openssl tools Vlv2TbltDevicePkg/Capsule: Add Linux/LVFS generation scripts Vlv2TbltDevicePkg: Update Readme.md Vlv2TbltDevicePkg/.gitignore | 2 + Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.c | 6 +- .../AcpiPlatform/AcpiPlatform.inf | 10 +- Vlv2TbltDevicePkg/Build_IFWI.bat | 31 ++- .../Capsule/GenerateCapsule/GenCapsuleAll.bat | 12 +- .../Capsule/Gener= ateCapsule/GenCapsuleAll.sh | 28 +++ .../GenerateCapsule/GenCapsuleMinnowMax.bat | 6 +- .../GenerateCapsule/GenCapsuleMinnowMax.sh | 65 +++++ .../GenCapsuleMinnowMaxRelease.bat | 6 +- .../GenCapsuleMinnowMaxRelease.sh | 65 +++++ .../GenerateCapsule/GenCapsuleSampleColor.bat | 2 - .../GenerateCapsule/GenCapsuleSampleColor.sh | 70 ++++++ .../Feature/C= apsule/GenerateCapsule/Lvfs.ddf | 14 ++ .../LvfsGenCapsuleMinnowMax.bat | 139 +++++++++++ .../LvfsGenCapsuleMinnowMaxRelease.bat | 139 +++++++++++ .../LvfsGenCapsuleSampleColor.bat | 145 +++++++++++ .../GenerateCapsule/template.metainfo.xml | 27 ++ .../Library/FmpDeviceLib/FmpDeviceLib.c | 7 +- .../PlatformFlashAccessLib.c | 6 +- .../Library/PlatformBdsLib/BdsPlatform.c | 23 +- .../Library/PlatformBdsLib/PlatformBdsLib.inf | 10 +- .../Library/GenericBdsLib/BdsBoot.c | 8 +- .../Library/GenericBdsLib/GenericBdsLib.inf | 5 +- Vlv2TbltDevicePkg/PlatformCapsuleGcc.dsc | 38 +++ Vlv2TbltDevicePkg/PlatformPkg.fdf | 3 +- Vlv2TbltDevicePkg/PlatformPkgGcc.fdf | 10 +- Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc | 31 ++- Vlv2TbltDevicePkg/PlatformPkgIA32.dsc | 31 ++- Vlv2TbltDevicePkg/PlatformPkgX64.dsc | 30 ++- Vlv2TbltDevicePkg/PpmPolicy/PpmPolicy.c | 5 +- Vlv2TbltDevicePkg/Readme.md | 232 ++++++++++++++---- ...MiscNumberOfInstallableLanguagesFunction.c | 10 +- .../Stitch/Gcc/NvStorageVariable.bin | Bin 253952 -> 253952 byte= s Vlv2TbltDevicePkg/Stitch/IFWIStitch.bat | 23 +- Vlv2TbltDevicePkg/bldX64.bat | 216 ---------------- Vlv2TbltDevicePkg/bld_vlv.bat | 129 ++++++---- Vlv2TbltDevicePkg/bld_vlv.sh | 3 +- 37 files changed, 1194 insertions(+), 393 deletions(-) create mode 10064= 4 Vlv2TbltDevicePkg/Feature/Capsule/GenerateCapsule/GenCapsuleAll.sh create mode 100644 Vlv2TbltDevicePkg/Feature/Capsule/GenerateCapsule/GenC= apsuleMinnowMax.sh create mode 100644 Vlv2TbltDevicePkg/Feature/Capsule/GenerateCapsule/GenC= apsuleMinnowMaxRelease.sh create mode 100644 Vlv2TbltDevicePkg/Feature/Capsule/GenerateCapsule/GenC= apsuleSampleColor.sh create mode 100644 Vlv2TbltDevicePkg/Feature/Capsule/GenerateCapsule/Lvfs= .ddf create mode 100644 Vlv2TbltDevicePkg/Feature/Capsule/GenerateCapsule/Lvfs= GenCapsuleMinnowMax.bat create mode 100644 Vlv2TbltDevicePkg/Feature/Capsule/GenerateCapsule/Lvfs= GenCapsuleMinnowMaxRelease.bat create mode 100644 Vlv2TbltDevicePkg/Feature/Capsule/GenerateCapsule/Lvfs= GenCapsuleSampleColor.bat create mode 100644 Vlv2TbltDevicePkg/Feature/Capsule/GenerateCapsule/temp= late.metainfo.xml create mode 100644 Vlv2TbltDevicePkg/PlatformCapsuleGcc.dsc delete mode 100644 Vlv2TbltDevicePkg/bldX64.bat -- 2.21.0.windows.1 --=20 Qian Yi