From patchwork Sun Feb 12 09:21:16 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 93832 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp613108qgi; Sun, 12 Feb 2017 01:22:29 -0800 (PST) X-Received: by 10.28.1.216 with SMTP id 207mr14734007wmb.7.1486891349331; Sun, 12 Feb 2017 01:22:29 -0800 (PST) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id i30si9041265wra.217.2017.02.12.01.22.29; Sun, 12 Feb 2017 01:22:29 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) client-ip=85.214.87.163; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@nifty.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id EFB89B38B0; Sun, 12 Feb 2017 10:22:26 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ov_5sdIxM78g; Sun, 12 Feb 2017 10:22:26 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 09887B38A3; Sun, 12 Feb 2017 10:22:22 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B2DBAB389F for ; Sun, 12 Feb 2017 10:22:17 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Nu33sSF-cYuf for ; Sun, 12 Feb 2017 10:22:17 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from conuserg-09.nifty.com (conuserg-09.nifty.com [210.131.2.76]) by theia.denx.de (Postfix) with ESMTPS id 0BBDEB38A0 for ; Sun, 12 Feb 2017 10:22:13 +0100 (CET) Received: from grover.sesame (FL1-111-169-71-157.osk.mesh.ad.jp [111.169.71.157]) (authenticated) by conuserg-09.nifty.com with ESMTP id v1C9Latk006966; Sun, 12 Feb 2017 18:21:40 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-09.nifty.com v1C9Latk006966 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1486891301; bh=SzN+ZumlZyRrU9x17QD6+ikFsB6tijpwnn94pNtVjNk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=h5P8eHJJKSLb/8VMOv2/rtGyws2AoF65KXqJ0pDg+MCpFg9xV2VSJ/iXWmot+tK24 wRRguBmBn9hrZ07U1n40Z17TUfK4At6+aKUM534HWZXlPNRtx2VI2i+huU9uHyJq+8 3JAvYz2o7yjc4b7UVMgF3vyPSPsp8IjYiJ+2jos8CCfki/hyllfg4nRago/85pSxUJ RRoNNolXPDOBw/nTYA3rkWZnzQdxbUKpNz3UI6bmHw/24b03IRLD+vL1+y8vxUMfFC XSkYVsJbhOG8EwJw39bc713ajYPslL8V0Akeje1fzeILtYmVWjF0sNALB+jyjm9AEI hieI2/Etk4GEw== X-Nifty-SrcIP: [111.169.71.157] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Sun, 12 Feb 2017 18:21:16 +0900 Message-Id: <1486891276-3651-2-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1486891276-3651-1-git-send-email-yamada.masahiro@socionext.com> References: <1486891276-3651-1-git-send-email-yamada.masahiro@socionext.com> Cc: Albert Aribaud Subject: [U-Boot] [PATCH 2/2] ARM: uniphier: rename second stage loader name X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" For the memory footprint reason, the Boot ROM can not load the ARM Trusted Firmware BL1 directly when Trusted Board Boot is enabled. The second stage loader is Socionext's own firmware, so rename it for clarification. Signed-off-by: Masahiro Yamada --- include/configs/uniphier.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.7.4 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index b453d8f..ba9a504 100644 --- a/include/configs/uniphier.h +++ b/include/configs/uniphier.h @@ -144,7 +144,7 @@ #if defined(CONFIG_ARM64) && !defined(CONFIG_ARMV8_MULTIENTRY) /* ARM Trusted Firmware */ #define BOOT_IMAGES \ - "second_image=bl1.bin\0" \ + "second_image=unph_bl.bin\0" \ "third_image=fip.bin\0" #else #define BOOT_IMAGES \