From patchwork Wed Jul 17 15:57:29 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Micka=C3=ABl_Tansorier?= X-Patchwork-Id: 1133362 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=none (p=none dis=none) header.from=smile.fr Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 45phkF2KvRz9s3Z for ; Thu, 18 Jul 2019 01:57:57 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id C4D76C21C93; Wed, 17 Jul 2019 15:57:50 +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=1.6 required=5.0 tests=RCVD_IN_BRBL_LASTEXT autolearn=no autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id E401BC21DA2; Wed, 17 Jul 2019 15:57:48 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id D964EC21E0B; Wed, 17 Jul 2019 15:57:35 +0000 (UTC) Received: from idris.smile.fr (idris.smile.fr [91.216.209.19]) by lists.denx.de (Postfix) with ESMTPS id 6A86FC21DD9 for ; Wed, 17 Jul 2019 15:57:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by idris.smile.fr (Postfix) with ESMTP id 3945D1F8B730; Wed, 17 Jul 2019 17:57:35 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at smile.fr Received: from idris.smile.fr ([127.0.0.1]) by localhost (bluemind-mta.prod.vitry.intranet [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id a3Xd5lCgUmR6; Wed, 17 Jul 2019 17:57:34 +0200 (CEST) Received: from P-ASN-Amnesia.nantes.intranet (static-css-ccs-204145.business.bouyguestelecom.com [176.157.204.145]) by idris.smile.fr (Postfix) with ESMTPSA id DB1791F8B72F; Wed, 17 Jul 2019 17:57:34 +0200 (CEST) From: =?utf-8?q?Micka=C3=ABl_Tansorier?= To: u-boot@lists.denx.de Date: Wed, 17 Jul 2019 17:57:29 +0200 Message-Id: <20190717155729.10112-1-mickael.tansorier@smile.fr> X-Mailer: git-send-email 2.22.0 MIME-Version: 1.0 Subject: [U-Boot] [PATCH] doc: fitImage: Cosmetics break lines 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: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Add missing newline before title and subtitle. Signed-off-by: Mickaƫl Tansorier --- doc/uImage.FIT/signature.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/uImage.FIT/signature.txt b/doc/uImage.FIT/signature.txt index 27bcbef5d6..6ab96fc413 100644 --- a/doc/uImage.FIT/signature.txt +++ b/doc/uImage.FIT/signature.txt @@ -337,6 +337,7 @@ WARNING: When relying on signed FIT images with required signature check the legacy image format is default disabled by not defining CONFIG_LEGACY_IMAGE_FORMAT + Testing ------- An easy way to test signing and verification is to use the test script @@ -349,6 +350,8 @@ A sample run is show below: $ make O=sandbox sandbox_config $ make O=sandbox $ O=sandbox ./test/vboot/vboot_test.sh + + Simple Verified Boot Test =========================