From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by ml01.01.org (Postfix) with ESMTP id 39EC31A1E18 for ; Mon, 8 Aug 2016 21:01:33 -0700 (PDT) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP; 08 Aug 2016 21:01:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,493,1464678000"; d="scan'208";a="746112822" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by FMSMGA003.fm.intel.com with ESMTP; 08 Aug 2016 21:01:32 -0700 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 8 Aug 2016 21:01:32 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 8 Aug 2016 21:01:32 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.147]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.150]) with mapi id 14.03.0248.002; Tue, 9 Aug 2016 12:01:27 +0800 From: "Gao, Liming" To: Ard Biesheuvel , "leif.lindholm@linaro.org" , "Zhu, Yonghong" , "edk2-devel@lists.01.org" Thread-Topic: [PATCH 0/2] BaseTools ARM/AARCH64: improve XIP support Thread-Index: AQHR8WFgNpjqIaCxQUyersA6D139gKBAAjgQ Date: Tue, 9 Aug 2016 04:01:26 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A1155E67DE@shsmsx102.ccr.corp.intel.com> References: <1470652827-22986-1-git-send-email-ard.biesheuvel@linaro.org> In-Reply-To: <1470652827-22986-1-git-send-email-ard.biesheuvel@linaro.org> Accept-Language: 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/2] BaseTools ARM/AARCH64: improve XIP support 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, 09 Aug 2016 04:01:33 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao > -----Original Message----- > From: Ard Biesheuvel [mailto:ard.biesheuvel@linaro.org] > Sent: Monday, August 08, 2016 6:40 PM > To: leif.lindholm@linaro.org; Zhu, Yonghong ; > Gao, Liming ; edk2-devel@lists.01.org > Cc: Ard Biesheuvel > Subject: [PATCH 0/2] BaseTools ARM/AARCH64: improve XIP support >=20 > Patch #1 adds the missing XIP flags to CLANG35, to prevent code to be > generated that performs unaligned accesses before the MMU is on. >=20 > Patch #2 extends the XIP CC flags support to ARM. >=20 > Ard Biesheuvel (2): > BaseTools CLANG35: add missing XIP flags for AARCH64 > BaseTools ARM: impose strict alignment only for XIP modules >=20 > BaseTools/Conf/build_rule.template | 2 +- > BaseTools/Conf/tools_def.template | 21 ++++++++++++++++---- > 2 files changed, 18 insertions(+), 5 deletions(-) >=20 > -- > 2.7.4