From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (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 B438781C97 for ; Tue, 29 Nov 2016 02:11:54 -0800 (PST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP; 29 Nov 2016 02:11:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,568,1473145200"; d="scan'208";a="196887411" Received: from mdkinney-mobl.amr.corp.intel.com ([10.254.72.205]) by fmsmga004.fm.intel.com with ESMTP; 29 Nov 2016 02:11:53 -0800 From: Michael Kinney To: edk2-devel@lists.01.org Cc: Jiewen Yao , David Wei , Mang Guo Date: Tue, 29 Nov 2016 02:11:43 -0800 Message-Id: <1480414309-8084-1-git-send-email-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.6.3.windows.1 Subject: [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 10:11:54 -0000 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. 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. Cc: Jiewen Yao Cc: David Wei Cc: Mang Guo Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Michael Kinney 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 .../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(-) -- 2.6.3.windows.1