From patchwork Sat Aug 18 13:51:25 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre-Jean Texier X-Patchwork-Id: 959200 X-Patchwork-Delegate: trini@ti.com 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=gmail.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="qMGkrTMh"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 41t1hN26v3z9s5c for ; Sat, 18 Aug 2018 23:51:43 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id AD106C21E34; Sat, 18 Aug 2018 13:51:37 +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=FREEMAIL_FROM, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, 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 7C68EC21D83; Sat, 18 Aug 2018 13:51:34 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 6B74CC21D83; Sat, 18 Aug 2018 13:51:33 +0000 (UTC) Received: from mail-wm0-f65.google.com (mail-wm0-f65.google.com [74.125.82.65]) by lists.denx.de (Postfix) with ESMTPS id 1376BC21CB1 for ; Sat, 18 Aug 2018 13:51:33 +0000 (UTC) Received: by mail-wm0-f65.google.com with SMTP id f21-v6so10043894wmc.5 for ; Sat, 18 Aug 2018 06:51:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=m068uCVf8NXa5BXYGtgcjQURFM0CTw4Y6UJXJAThAqY=; b=qMGkrTMhlIMyHr/k0toh75EsK+3ocf8Nuz9JcHd4Q6trrVPmalCr91lesTmF/p6dN5 PsWJUzkEKDymbBrCwnmcur9GCx3/ITqKR6k75QdHXxxWzzk49WitRwtnTxo0E0Y7CmJP FuJpyAKcGaojRN3Ylwjyoqx6KDymjXFIK0kpZWJ8da+HNPOVp436u9L8hfr5rawgKHpc AVSzj4wAcHRiaj+sp0/86T8fYdiVUXmJdh5U9tM7mfmD5TtoZ+3NhxAFKklK2B3FgQKI N8EiAEK7K6ttPGYfffwv61i30M08FG17iEaJx6zM6m/2KZUV85yaFRBk4AWkej4c2BaP jTyQ== 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; bh=m068uCVf8NXa5BXYGtgcjQURFM0CTw4Y6UJXJAThAqY=; b=tK7o4VAsHPQngbJFlxSBEOrcZgRrPXwuMDkQmSJjoV32sx/LTLhsmFU8LpQO/S/sHX TFj5PZ036LJuV1jaIPGUPyFKIpiaWs99hFt5MVebspIeTGE9rZbaIJS9r7Bc8plOd3bn Xosiv+mhN7YsThgZuh9ukte0J7hcqQN4S+1VxhU+y8k4vKnhdN8+xFMNgW+xR+HsBfht BeoxutpCh2Y5qgR0f2nwabFg60gkfqM8rtMAGja0VY9Nhv6vqg5eoKH6QDdPb0q5xfUQ 2428XFCbangPnZSg+ohpJzQb2Le44AaK6Qjuw8YZSSS8fT/tifMc+0AM4Qe6GFgX7cwO L+0g== X-Gm-Message-State: AOUpUlFdYmMayunx2ZiOCzGmgrb4LCTjDMDnnkvG/d6YsWvm9Ecm64QY 8kZyL04QNttE2KEemgQyPujs1J7x X-Google-Smtp-Source: AA+uWPwWWfra1DI/S7rALq+MPkoQC4/ZkhFg9JDrCklzyahbK+6xRXAUDydDNyYEz908YwrdNPZfRA== X-Received: by 2002:a1c:8d0a:: with SMTP id p10-v6mr21947865wmd.121.1534600292531; Sat, 18 Aug 2018 06:51:32 -0700 (PDT) Received: from menoah.home ([2a01:cb19:190:c500:69e4:8fe8:bd57:3de2]) by smtp.gmail.com with ESMTPSA id y203-v6sm5783377wmd.1.2018.08.18.06.51.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 18 Aug 2018 06:51:31 -0700 (PDT) From: Pierre-Jean Texier To: u-boot@lists.denx.de Date: Sat, 18 Aug 2018 15:51:25 +0200 Message-Id: <1534600285-1899-1-git-send-email-texier.pj2@gmail.com> X-Mailer: git-send-email 2.7.4 Cc: andre.przywara@arm.com Subject: [U-Boot] [PATCH] doc: FIT image: fix typo 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" Fix typo in beaglebone verified boot documentation. Signed-off-by: Pierre-Jean Texier --- doc/uImage.FIT/beaglebone_vboot.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/uImage.FIT/beaglebone_vboot.txt b/doc/uImage.FIT/beaglebone_vboot.txt index f1862c2..685ec1f 100644 --- a/doc/uImage.FIT/beaglebone_vboot.txt +++ b/doc/uImage.FIT/beaglebone_vboot.txt @@ -462,7 +462,7 @@ you sign. cd $UBOOT make O=b/am335x_boneblack_vboot EXT_DTB=${WORK}/am335x-boneblack-pubkey.dtb -Here we are overrriding the normal device tree file with our one, which +Here we are overriding the normal device tree file with our one, which contains the public key. Now you have a special U-Boot image with the public key. It can verify can