From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x232.google.com (mail-wm0-x232.google.com [IPv6:2a00:1450:400c:c09::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id BE0B81A1E1B for ; Mon, 8 Aug 2016 03:40:40 -0700 (PDT) Received: by mail-wm0-x232.google.com with SMTP id f65so110246700wmi.0 for ; Mon, 08 Aug 2016 03:40:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=7A9VqiYA4lWv5eUiEQvcbNDrSY0aPsAUP/kYHGPa7UE=; b=DWXhkY6I7xcU8FFd7LA7jJKD0wRqecNUObUFyrPimrK5hxe+5Ho1Hp8QBetViE66xq lLGRhCfjVpYfio1BH0eAzH/6XXSk8KbYa0oVyONX27BjZAdvH4tYe6w4CgOB72bBR53z jYbhexIUquX4R9po4iMLLouaW+kOX9+nIGhPk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=7A9VqiYA4lWv5eUiEQvcbNDrSY0aPsAUP/kYHGPa7UE=; b=KDFAkT7RoXDRXSPhgZFVDfkGQmAxnl6/XQJdY8gHIkF1byLPEZDWDAhxuICDZSIPZT h3LKbiKbkQCM6An0Spu5goSsuMPYrr8zKTMlQit4eHMLyW2w2/IQqofGZWGXhCveS2r+ C5HSMrojsFlwvZUvAFr61TovhAvKQVPGQSxIvBmyj5SmqGVr9ZqM6vsfE+9A8YR87gZH WaRuFDxIL+EJeX0v4J4YshatMylupZxWaHJtnP07Yny217SZR4KhGLyMdJe97NlwIj9A iEKxsDlNbzxGJIKR0VXQnucPuYr7WCigEWeh/OmmeAUXNCyQTYR5n4G63W0V/xhTUHWj Gicg== X-Gm-Message-State: AEkoouu+9nXuODglfVomy93VNTQ0RxWG5PlOa/KQ1L0SlJ3p3aLhRUzJMwJgsOp71wfJ/CMo X-Received: by 10.28.228.132 with SMTP id b126mr16249272wmh.93.1470652839072; Mon, 08 Aug 2016 03:40:39 -0700 (PDT) Received: from localhost.localdomain (222.red-88-1-55.dynamicip.rima-tde.net. [88.1.55.222]) by smtp.gmail.com with ESMTPSA id ub8sm32274344wjc.39.2016.08.08.03.40.37 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 08 Aug 2016 03:40:38 -0700 (PDT) From: Ard Biesheuvel To: leif.lindholm@linaro.org, yonghong.zhu@intel.com, liming.gao@intel.com, edk2-devel@lists.01.org Cc: Ard Biesheuvel Date: Mon, 8 Aug 2016 12:40:25 +0200 Message-Id: <1470652827-22986-1-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.7.4 Subject: [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: Mon, 08 Aug 2016 10:40:41 -0000 Patch #1 adds the missing XIP flags to CLANG35, to prevent code to be generated that performs unaligned accesses before the MMU is on. Patch #2 extends the XIP CC flags support to ARM. Ard Biesheuvel (2): BaseTools CLANG35: add missing XIP flags for AARCH64 BaseTools ARM: impose strict alignment only for XIP modules BaseTools/Conf/build_rule.template | 2 +- BaseTools/Conf/tools_def.template | 21 ++++++++++++++++---- 2 files changed, 18 insertions(+), 5 deletions(-) -- 2.7.4