From patchwork Mon Sep 5 14:33:07 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 75430 Delivered-To: patch@linaro.org Received: by 10.140.106.11 with SMTP id d11csp102866qgf; Mon, 5 Sep 2016 07:33:50 -0700 (PDT) X-Received: by 10.36.87.212 with SMTP id u203mr24187344ita.7.1473086029932; Mon, 05 Sep 2016 07:33:49 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id 187si23508023itl.104.2016.09.05.07.33.49; Mon, 05 Sep 2016 07:33:49 -0700 (PDT) Received-SPF: pass (google.com: domain of linaro-uefi-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linaro-uefi-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=linaro-uefi-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 71B4160C76; Mon, 5 Sep 2016 14:33:49 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 7D23960C16; Mon, 5 Sep 2016 14:33:31 +0000 (UTC) X-Original-To: linaro-uefi@lists.linaro.org Delivered-To: linaro-uefi@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 85AC560A2F; Mon, 5 Sep 2016 14:33:29 +0000 (UTC) Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by lists.linaro.org (Postfix) with ESMTPS id 676F3609D2 for ; Mon, 5 Sep 2016 14:33:28 +0000 (UTC) Received: by mail-wm0-f52.google.com with SMTP id 1so142738694wmz.1 for ; Mon, 05 Sep 2016 07:33:28 -0700 (PDT) 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:in-reply-to :references; bh=3UVq/nAFqnHKlOWGSmJ4T3F7vDmfDDb3dbLhWxU/P4o=; b=Qw9nz560tVdJ1mJpCJKDqMwXZ+/x1UQm6Cf1QMSH7OEAPisoB6z8EyndE0uJYsLN3E f9fYX7bbbyXyl3TALgcS58DYbMBd+Nf6aW49iHTDRcPVIL3wZPehAncWpluOm7r3u3k6 pfogS7+brcLzCH/wOhVXxjhBF/ssajkCAZRvqj+s6Y2CjOqKS4XBj4XAwmozpaWNCWmy qG18kFV1jGxoqs3WXL4zZCPE6849oaS0f/JnnDEWCm7MYbtbd1JXJP8bGQnsOyA2H0PA rH/khJ6E5AhKj+VSSdHlUlas8iOouMcl2t9+cN/wEF0Anl9LKnPSU7R335Vczj3K69QS YWDg== X-Gm-Message-State: AE9vXwNgUqReWlouHuUhT9pfu9W2U8X67pX9MMTIoB2aB8WduQzYJm1exbmSVYACK7BM0JGoHo4= X-Received: by 10.194.112.68 with SMTP id io4mr26525760wjb.2.1473086007486; Mon, 05 Sep 2016 07:33:27 -0700 (PDT) Received: from localhost.localdomain ([197.130.133.164]) by smtp.gmail.com with ESMTPSA id v203sm21186640wmv.2.2016.09.05.07.33.25 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 05 Sep 2016 07:33:26 -0700 (PDT) From: Ard Biesheuvel To: linaro-uefi@lists.linaro.org, leif.lindholm@linaro.org, ryan.harkin@linaro.org, heyi.guo@linaro.org Date: Mon, 5 Sep 2016 15:33:07 +0100 Message-Id: <1473085995-13742-2-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1473085995-13742-1-git-send-email-ard.biesheuvel@linaro.org> References: <1473085995-13742-1-git-send-email-ard.biesheuvel@linaro.org> Subject: [Linaro-uefi] [PATCH 1/9] Hisilicon/D0x: remove UEFI_APPLICATION BuildOptions override X-BeenThere: linaro-uefi@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: linaro-uefi-bounces@lists.linaro.org Sender: "Linaro-uefi" Now that we switched to the small code model unconditionally when using GCC in DEBUG mode, we no longer need the BuildOptions override. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel --- Platforms/Hisilicon/D03/D03.dsc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Platforms/Hisilicon/D03/D03.dsc b/Platforms/Hisilicon/D03/D03.dsc index 306e170f31be..30a1e6a8bb52 100644 --- a/Platforms/Hisilicon/D03/D03.dsc +++ b/Platforms/Hisilicon/D03/D03.dsc @@ -94,11 +94,6 @@ [BuildOptions] GCC:*_*_AARCH64_PLATFORM_FLAGS == -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/RTSM -I$(WORKSPACE)/OpenPlatformPkg/Chips/Hisilicon/Hi1610/Include -[BuildOptions.AARCH64.EDKII.UEFI_APPLICATION] - GCC:*_*_*_CC_FLAGS = -mcmodel=small -falign-functions=16 - GCC:*_*_*_DLINK_FLAGS = -z common-page-size=0x1000 --sort-section=alignment - - ################################################################################ # # Pcd Section - list of all EDK II PCD Entries defined by this Platform