From patchwork Fri Dec 2 04:13:08 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: gary guo X-Patchwork-Id: 86207 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp87516qgi; Thu, 1 Dec 2016 20:28:33 -0800 (PST) X-Received: by 10.55.6.12 with SMTP id 12mr36223978qkg.182.1480652913844; Thu, 01 Dec 2016 20:28:33 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id c123si2031973qkb.20.2016.12.01.20.28.33; Thu, 01 Dec 2016 20:28:33 -0800 (PST) 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 8339B60915; Fri, 2 Dec 2016 04:28:33 +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=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2 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 61A0A62F85; Fri, 2 Dec 2016 04:18:27 +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 D9C6462DFF; Fri, 2 Dec 2016 04:17:50 +0000 (UTC) Received: from mail-pf0-f177.google.com (mail-pf0-f177.google.com [209.85.192.177]) by lists.linaro.org (Postfix) with ESMTPS id 4CB9B62EA7 for ; Fri, 2 Dec 2016 04:15:27 +0000 (UTC) Received: by mail-pf0-f177.google.com with SMTP id d2so50183694pfd.0 for ; Thu, 01 Dec 2016 20:15:27 -0800 (PST) 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=qeZVHM+Kx+gTHAc/fzf+gG3KSArxc6DT8c4kt2qDjQ4=; b=ESADvKw9/YYnipbnER2EECZfSejXf6t8BlASHj6sxSBA8QLliCq8pF4YfpqAyb7tmr egEQQWaxx/5fOd8yuss9BxLl7eXGKNs1J8A12N9qEZGJ9Vz0etMXDjvIoTM89Phg2kXp Nxm4YWyY1bGRqgsTZrzTjBLNuZ78WWnhBBUKuNcBaoeQWpBCgUfoBtVZWVziBdG0pPtU OVVA4aHJtr6dk7LssUoXy8+VuDVzHMXvkxKTVfT0jDXUCJpFpqp00NAlCAJ4QctLWRyx 8DnbA9Eu5DS8TBjG2YBSJH/6mhnWknOi0ytBPXIsuhah7pNEp/GB7T+RrDA4kRdG1FWS fI9Q== X-Gm-Message-State: AKaTC03oo2elxTHlvK9hn1FExJxRK0AASrmPF3wIDfFtgxBHYuVMiaGGOwuOrbiY0OxUZXUyjlE= X-Received: by 10.84.173.195 with SMTP id p61mr92101320plb.158.1480652126592; Thu, 01 Dec 2016 20:15:26 -0800 (PST) Received: from localhost.localdomain ([119.145.15.121]) by smtp.gmail.com with ESMTPSA id u78sm3402349pfa.53.2016.12.01.20.15.24 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 01 Dec 2016 20:15:26 -0800 (PST) From: Heyi Guo To: linaro-uefi@lists.linaro.org Date: Fri, 2 Dec 2016 12:13:08 +0800 Message-Id: <1480652017-31676-16-git-send-email-heyi.guo@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1480652017-31676-1-git-send-email-heyi.guo@linaro.org> References: <1480652017-31676-1-git-send-email-heyi.guo@linaro.org> Cc: sunchenhui@huawei.com, wanghuiqiang@huawei.com Subject: [Linaro-uefi] [linaro-uefi v5 15/44] Hisilicon/D03: enlarge FVMAIN_COMPACT 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" The original size of FVMAIN_COMPACT is not enough for clang DEBUG version, so we enlarge FVMAIN_COMPACT and move Trusted Firmware binaries accordingly. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Heyi Guo Reviewed-by: Leif Lindholm --- Platforms/Hisilicon/D03/D03.fdf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Platforms/Hisilicon/D03/D03.fdf b/Platforms/Hisilicon/D03/D03.fdf index d4a0049..38a5ef9 100644 --- a/Platforms/Hisilicon/D03/D03.fdf +++ b/Platforms/Hisilicon/D03/D03.fdf @@ -58,14 +58,14 @@ NumBlocks = 0x30 gArmTokenSpaceGuid.PcdSecureFvBaseAddress|gArmTokenSpaceGuid.PcdSecureFvSize FILE = OpenPlatformPkg/Platforms/Hisilicon/Binary/D03/Sec/FVMAIN_SEC.Fv -0x00040000|0x001C0000 +0x00040000|0x00240000 gArmTokenSpaceGuid.PcdFvBaseAddress|gArmTokenSpaceGuid.PcdFvSize FV = FVMAIN_COMPACT -0x00200000|0x00020000 +0x00280000|0x00020000 gHisiTokenSpaceGuid.PcdTrustedFirmwareBL1Base FILE = OpenPlatformPkg/Platforms/Hisilicon/Binary/D03/bl1.bin -0x00220000|0x00020000 +0x002A0000|0x00020000 FILE = OpenPlatformPkg/Platforms/Hisilicon/Binary/D03/fip.bin 0x002D0000|0x0000E000