From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.100; helo=mga07.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org 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 7A884222275B0 for ; Tue, 9 Jan 2018 21:28:23 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jan 2018 21:33:34 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,338,1511856000"; d="scan'208";a="19755031" Received: from shwde7172.ccr.corp.intel.com ([10.239.9.15]) by fmsmga004.fm.intel.com with ESMTP; 09 Jan 2018 21:33:34 -0800 From: Liming Gao To: edk2-devel@lists.01.org Date: Wed, 10 Jan 2018 13:33:28 +0800 Message-Id: <1515562410-2820-1-git-send-email-liming.gao@intel.com> X-Mailer: git-send-email 2.8.0.windows.1 Subject: [Patch 0/2] MdeModulePkg: Remove the hard code alignment adjustment. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jan 2018 05:28:23 -0000 Liming Gao (2): MdeModulePkg DxeIpl: remove the hard code alignment adjustment. MdeModulePkg SectionExtractionPei: remove the hard code alignment adjustment MdeModulePkg/Core/DxeIplPeim/DxeLoad.c | 9 ++------- .../Universal/SectionExtractionPei/SectionExtractionPei.c | 9 ++------- 2 files changed, 4 insertions(+), 14 deletions(-) -- 2.8.0.windows.1