From patchwork Mon Apr 2 22:42:12 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bryan O'Donoghue X-Patchwork-Id: 894392 X-Patchwork-Delegate: sbabic@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="cqwZo3Xs"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 40FS5n20Qcz9s28 for ; Tue, 3 Apr 2018 08:47:09 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id BE08BC21E73; Mon, 2 Apr 2018 22:45:16 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_IN_MSPIKE_H2, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 065D8C21E26; Mon, 2 Apr 2018 22:42:56 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id B5211C21F02; Mon, 2 Apr 2018 22:42:38 +0000 (UTC) Received: from mail-wm0-f68.google.com (mail-wm0-f68.google.com [74.125.82.68]) by lists.denx.de (Postfix) with ESMTPS id 62CD4C21E07 for ; Mon, 2 Apr 2018 22:42:33 +0000 (UTC) Received: by mail-wm0-f68.google.com with SMTP id r82so30719048wme.0 for ; Mon, 02 Apr 2018 15:42:33 -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:in-reply-to:references; bh=I8ilgkoGvjpGEZgG/JpqUFbj6BMprlamKSA/Wtdwwuc=; b=cqwZo3Xsdd65LJiFAFDyPKbMZujcioV3ByPqsTZLCBlepeqxQRo1884h1S+AxQJudn PRb0io8QHGW/Bsn8GGXVN20IVUz0iaUQgdwTK9X7gu7nOZxfyylw/+2WxCfF4YEq5d76 eEfpMC4bdswPoBgCgyqD4r8pP4V12eBKRAdEY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=I8ilgkoGvjpGEZgG/JpqUFbj6BMprlamKSA/Wtdwwuc=; b=Hwm/vo4YMgvGrS+ftaL68dHmhgJwuhlXU1XMr0MMU5KsXgV+KWFJmWAblvzW9s3p8R b/TP3DWdAI/9XUuu8EQEIBTjfPZGSJjHfea27VqpdZJZ7SxKelPMyvCf48VynM/CjD7i pwtT2XRd3EdDSKCJuJGuNN3gPSmn9Ns77MK6aDLS3anJM05KUfeUWQbOXVNdLZcj3jNY QmK1Fd+BpsDC1if9iKjOhU5kcuVhv6OWW5GIT3Gw86Yr0m9s3cPCGtzhXJcnjF3noH8S D7MOvoqRqDr6iSnwB/uxJdaR0GlwWSAN2sozKJOf4dPzkg+k+GhI7Evibnh6pz7L07bO 4syQ== X-Gm-Message-State: AElRT7HqmG67ho2svEcfczN3Tm4SO5hLFHjGUQMM4EaydzNihZHlOJyI ZiqYCU1/scfhxlETn4Jyu1+LsPJ2OJY= X-Google-Smtp-Source: AIpwx49ZneeVUStkkgxYRP1IrekMuamiNx0VZfD6GFUiIBIL1LUMDevVifrV2+tFfYprhybRFTo7jw== X-Received: by 10.80.147.89 with SMTP id n25mr14229423eda.189.1522708952213; Mon, 02 Apr 2018 15:42:32 -0700 (PDT) Received: from localhost.localdomain ([109.255.42.2]) by smtp.gmail.com with ESMTPSA id s8sm842086edk.76.2018.04.02.15.42.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 02 Apr 2018 15:42:31 -0700 (PDT) From: Bryan O'Donoghue To: u-boot@lists.denx.de, fabio.estevam@nxp.com, sbabic@denx.de Date: Mon, 2 Apr 2018 23:42:12 +0100 Message-Id: <1522708936-7603-14-git-send-email-bryan.odonoghue@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1522708936-7603-1-git-send-email-bryan.odonoghue@linaro.org> References: <1522708936-7603-1-git-send-email-bryan.odonoghue@linaro.org> Cc: breno.lima@nxp.com, rui.silva@linaro.org, paul.liu@linaro.org Subject: [U-Boot] [PATCH v2 13/17] warp7: Define the name of a signed boot-script file X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 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" We need to know the name of a signed boot-script, its better to have a separate variable for this then to simply append some fixed string to an existing image name. Signed-off-by: Bryan O'Donoghue --- include/configs/warp7.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/warp7.h b/include/configs/warp7.h index 54b3b31..0ed95d8 100644 --- a/include/configs/warp7.h +++ b/include/configs/warp7.h @@ -33,6 +33,7 @@ #define CONFIG_EXTRA_ENV_SETTINGS \ CONFIG_DFU_ENV_SETTINGS \ "script=boot.scr\0" \ + "script_signed=boot.scr.imx-signed\0" \ "image=zImage\0" \ "console=ttymxc0\0" \ "ethact=usb_ether\0" \