From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (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 C565081E97 for ; Tue, 29 Nov 2016 03:33:35 -0800 (PST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP; 29 Nov 2016 03:33:35 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,568,1473145200"; d="scan'208";a="36842532" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga005.fm.intel.com with ESMTP; 29 Nov 2016 03:33:35 -0800 Received: from fmsmsx124.amr.corp.intel.com (10.18.125.39) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 29 Nov 2016 03:33:35 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx124.amr.corp.intel.com (10.18.125.39) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 29 Nov 2016 03:33:35 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.239]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.138]) with mapi id 14.03.0248.002; Tue, 29 Nov 2016 19:33:32 +0800 From: "Yao, Jiewen" To: "Kinney, Michael D" , "edk2-devel@lists.01.org" CC: "Wei, David" , "Guo, Mang" Thread-Topic: [Patch 0/6] Fix MinnowMax build and boot issues Thread-Index: AQHSSikRZkG4tPn150eiWst1sWH8bKDv1HGg Date: Tue, 29 Nov 2016 11:33:31 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C50386DC0A3@shsmsx102.ccr.corp.intel.com> References: <1480414309-8084-1-git-send-email-michael.d.kinney@intel.com> In-Reply-To: <1480414309-8084-1-git-send-email-michael.d.kinney@intel.com> Accept-Language: zh-CN, 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/6] Fix MinnowMax build and boot issues X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Nov 2016 11:33:35 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: jiewen.yao@intel.com > -----Original Message----- > From: Kinney, Michael D > Sent: Tuesday, November 29, 2016 6:12 PM > To: edk2-devel@lists.01.org > Cc: Yao, Jiewen ; Wei, David > ; Guo, Mang > Subject: [Patch 0/6] Fix MinnowMax build and boot issues >=20 > This patch series fixes a number of minor issues that prevent > MinnowMax from building and booting using latest verison of > edk2/master. With these updates, MinnowMax for both IA32 and > X64 can boot to the UEFI Shell. >=20 > A few of these changes are workarounds for issues in the > binary support modules for MinnowMax. These workarounds will > be removed in the future once the issues are addressed. >=20 > Cc: Jiewen Yao > Cc: David Wei > Cc: Mang Guo > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Michael Kinney >=20 > Michael Kinney (6): > Vlv2TbltDevicePkg: Allow BaseTools to run from sources > Vlv2TbltDevicePkg: Set CAPSULE_ENABLE to TRUE > Vlv2TbltDevicePkg/PlatformInitPei: Workaround unaligned SMRAM size > Vlv2TbltDevicePkg: Remove SMM binary modules from FDF > Vlv2TbltDevicePkg/PlatformFlashAccessLib: Fix IA32 build issues > Vlv2TbltDevicePkg: Fix IA32 boot timeouts >=20 > .../PlatformFlashAccessLib/PlatformFlashAccessLib.c | 12 > ++++++------ > Vlv2TbltDevicePkg/PlatformInitPei/PlatformEarlyInit.c | 15 > ++++++++++++++- > Vlv2TbltDevicePkg/PlatformInitPei/PlatformEarlyInit.h | 3 ++- > Vlv2TbltDevicePkg/PlatformInitPei/PlatformInitPei.inf | 3 ++- > Vlv2TbltDevicePkg/PlatformPkg.fdf | 9 > +++++++-- > Vlv2TbltDevicePkg/PlatformPkgConfig.dsc | 2 +- > Vlv2TbltDevicePkg/PlatformPkgGcc.fdf | 9 > +++++++-- > Vlv2TbltDevicePkg/PlatformPkgIA32.dsc | 9 > +++------ > Vlv2TbltDevicePkg/bld_vlv.bat | 2 +- > 9 files changed, 43 insertions(+), 21 deletions(-) >=20 > -- > 2.6.3.windows.1