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.88; helo=mga01.intel.com; envelope-from=david.wei@intel.com; receiver=edk2-devel@lists.01.org Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (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 CE27D21F85E76 for ; Tue, 27 Mar 2018 23:03:54 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Mar 2018 23:10:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,369,1517904000"; d="scan'208";a="28201273" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga008.fm.intel.com with ESMTP; 27 Mar 2018 23:10:32 -0700 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 27 Mar 2018 23:10:31 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 27 Mar 2018 23:10:31 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.166]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.108]) with mapi id 14.03.0319.002; Wed, 28 Mar 2018 14:10:29 +0800 From: "Wei, David" To: "Kinney, Michael D" , "edk2-devel@lists.01.org" CC: "Guo, Mang" , "Yao, Jiewen" Thread-Topic: [Patch 0/5] Fix Vlv2TbltDevicePkg build and boot issues Thread-Index: AQHTxlZT2ubztXT4xEqNQSLj/1DZFaPlKeDg Date: Wed, 28 Mar 2018 06:10:29 +0000 Message-ID: <89954A0B46707A448411A627AD4EEE3469025347@SHSMSX101.ccr.corp.intel.com> References: <20180328053330.13272-1-michael.d.kinney@intel.com> In-Reply-To: <20180328053330.13272-1-michael.d.kinney@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiM2ZlNThhMzItZjhkYi00OGZiLTk0YTgtMDU5ODBlYjIzNTcxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJ2QzZUTWk4VWxCNGRuMU5pNGJISXN3SGJsc3hVaGlkVnJcL012NVZUNVwvano4NEl3Z1ZLMWE4UkI5ekxRM2tcLzNyIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch 0/5] Fix Vlv2TbltDevicePkg build and boot issues X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Mar 2018 06:03:55 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: David Wei Thanks, David Wei Intel SSG/STO/UEFI BIOS =20 -----Original Message----- From: Kinney, Michael D=20 Sent: Wednesday, March 28, 2018 1:33 PM To: edk2-devel@lists.01.org Cc: Wei, David ; Guo, Mang ; Yao, = Jiewen ; Kinney, Michael D Subject: [Patch 0/5] Fix Vlv2TbltDevicePkg build and boot issues https://bugzilla.tianocore.org/show_bug.cgi?id=3D911 Fix a the following issues * Update build scripts to work when Vlv2Binaries are placed in PACKAGES_PAT= H * Fix some compiler build breaks when using VS2015 * Remove references to drivers that are not present * Enable the Tianocore boot logo and BGRT table * Enable full UEFI shell * Enable more debug messages in DXE phase * Update PlatformBdsLib to show boot logo when the boot mode is BOOT_ON_FLASH_UPDATE. * Update FLASH libraries to match libraries in the UDK2017 development branch in edk2-platforms. Cc: David Wei Cc: Mang Guo Cc: Jiewen Yao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael D Kinney Kinney, Michael D (4): Vlv2TbltDevicePkg: Fix VS2015 build breaks Vlv2TbltDevicePkg: Fix build issues in DSC/FDF Vlv2TbltDevicePkg: Display logo on BOOT_ON_FLASH_UPDATE Vlv2TbltDevicePkg: Sync FLASH libraries from UDK2017 branch Michael D Kinney (1): Vlv2TbltDevicePkg: Fix build scripts Vlv2TbltDevicePkg/.gitignore | 3 + Vlv2TbltDevicePkg/Build_IFWI.bat | 8 +- .../PlatformFlashAccessLib.c | 491 +++++++++++++++++= +++- .../PlatformFlashAccessLib.inf | 19 +- .../Library/FlashDeviceLib/FlashDeviceLib.c | 158 ++++++- .../Library/FlashDeviceLib/FlashDeviceLib.inf | 6 +- .../Library/FlashDeviceLib/SpiChipDefinitions.h | 1 + .../Library/PlatformBdsLib/BdsPlatform.c | 14 +- Vlv2TbltDevicePkg/PlatformPkg.fdf | 15 +- Vlv2TbltDevicePkg/PlatformPkgGcc.fdf | 17 +- Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc | 12 +- Vlv2TbltDevicePkg/PlatformPkgIA32.dsc | 12 +- Vlv2TbltDevicePkg/PlatformPkgX64.dsc | 14 +- .../PlatformSetupDxe/SetupInfoRecords.c | 1 - .../SmBiosMiscDxe/MiscProcessorCacheFunction.c | 6 - Vlv2TbltDevicePkg/Stitch/IFWIStitch.bat | 2 +- .../VlvPlatformInitDxe/VlvPlatformInit.c | 2 +- Vlv2TbltDevicePkg/bld_vlv.bat | 117 ++--- 18 files changed, 775 insertions(+), 123 deletions(-) create mode 100644 Vlv2TbltDevicePkg/.gitignore --=20 2.14.2.windows.3