From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 4D4901A1DEC for ; Tue, 20 Sep 2016 01:33:35 -0700 (PDT) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga101.jf.intel.com with ESMTP; 20 Sep 2016 01:33:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,366,1470726000"; d="scan'208";a="11203897" Received: from jfan12-desk.ccr.corp.intel.com ([10.239.9.5]) by fmsmga005.fm.intel.com with ESMTP; 20 Sep 2016 01:33:34 -0700 From: Jeff Fan To: edk2-devel@ml01.01.org Date: Tue, 20 Sep 2016 16:29:08 +0800 Message-Id: <20160920082911.6908-1-jeff.fan@intel.com> X-Mailer: git-send-email 2.9.3.windows.2 Subject: [Patch 0/3] Fix Quark platform ASSERT() on GCC tip 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, 20 Sep 2016 08:33:35 -0000 Flat32.S should set ESP to top of eSRAM range that aligns with Flat32.asm. It cause ASSERT() reported at https://tianocore.acgmultimedia.com/show_bug.cgi?id=123 Jeff Fan (3): QuarkPlatformPkg/PlatformSecLib: Fix stack pointer issue in Flat32.S UefiCpuPkg/SecCore: Fix comment typo UefiCpuPkg/SecCore: SecPlatformInformation(2) are optional PPIs QuarkPlatformPkg/Library/PlatformSecLib/Ia32/Flat32.S | 4 ++-- UefiCpuPkg/SecCore/SecBist.c | 14 ++++++++------ 2 files changed, 10 insertions(+), 8 deletions(-) -- 2.9.3.windows.2