From patchwork Fri Jul 12 12:49:19 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eugeniu Rosca X-Patchwork-Id: 1131356 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=de.adit-jv.com Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 45lXql3FBZz9sP2 for ; Fri, 12 Jul 2019 22:51:46 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 1E037C21E77; Fri, 12 Jul 2019 12:50:29 +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=none 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 77A6DC21E7E; Fri, 12 Jul 2019 12:50:14 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 1FF85C21E7E; Fri, 12 Jul 2019 12:50:07 +0000 (UTC) Received: from smtp1.de.adit-jv.com (smtp1.de.adit-jv.com [93.241.18.167]) by lists.denx.de (Postfix) with ESMTPS id C21CFC21E0F for ; Fri, 12 Jul 2019 12:50:05 +0000 (UTC) Received: from localhost (smtp1.de.adit-jv.com [127.0.0.1]) by smtp1.de.adit-jv.com (Postfix) with ESMTP id 16CF73C0579; Fri, 12 Jul 2019 14:50:05 +0200 (CEST) Received: from smtp1.de.adit-jv.com ([127.0.0.1]) by localhost (smtp1.de.adit-jv.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TQMWg56VgTOn; Fri, 12 Jul 2019 14:49:57 +0200 (CEST) Received: from HI2EXCH01.adit-jv.com (hi2exch01.adit-jv.com [10.72.92.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by smtp1.de.adit-jv.com (Postfix) with ESMTPS id BBE043C001F; Fri, 12 Jul 2019 14:49:57 +0200 (CEST) Received: from vmlxhi-102.adit-jv.com (10.72.93.184) by HI2EXCH01.adit-jv.com (10.72.92.24) with Microsoft SMTP Server (TLS) id 14.3.439.0; Fri, 12 Jul 2019 14:49:56 +0200 From: Eugeniu Rosca To: , Sam Protsenko , Simon Glass , Igor Opaniuk , Tom Rini Date: Fri, 12 Jul 2019 14:49:19 +0200 Message-ID: <20190712124924.13136-1-erosca@de.adit-jv.com> X-Mailer: git-send-email 2.22.0 MIME-Version: 1.0 X-Originating-IP: [10.72.93.184] Cc: Eugeniu Rosca , Eugeniu Rosca Subject: [U-Boot] [PATCH v2 0/5] Fixes and improvements in BCB and Android docs 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" Resubmit the diff between [1] and [2] of the BCB/Android series, since the former has been pushed to master instead of the latter. [1] https://patchwork.ozlabs.org/cover/1104242/ ("[v3,0/3] Add 'bcb' command to read/modify/write Android BCB") [2] https://patchwork.ozlabs.org/cover/1128661/ ("[v4,0/4] Add 'bcb' command to read/modify/write Android BCB") v2: - Ensured git bisectability for the series - [Igor Opaniuk] Enriched patch description - No series-wide changes in the contents v1: - https://patchwork.ozlabs.org/cover/1131295/ Eugeniu Rosca (5): doc: Move README.android-fastboot-protocol to doc/android/ treewide: Fix stale references of Android docs cmd: bcb: Fix duplicated handling in two case-branches cmd: bcb: Use strcmp() instead of strncmp() for string literals cmd: bcb: Apply non-functional refinements cmd/Kconfig | 2 +- cmd/bcb.c | 68 +++++++++---------- .../fastboot-protocol.txt} | 0 doc/android/fastboot.txt | 2 +- test/py/tests/test_avb.py | 2 +- 5 files changed, 36 insertions(+), 38 deletions(-) rename doc/{README.android-fastboot-protocol => android/fastboot-protocol.txt} (100%)