From patchwork Fri Jul 19 21:26:10 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eugeniu Rosca X-Patchwork-Id: 1134304 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="jnYwkvFp"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 45r3y937clz9s4Y for ; Sat, 20 Jul 2019 07:28:01 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 11B89C21DED; Fri, 19 Jul 2019 21:27:56 +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, 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 0FF6CC21C27; Fri, 19 Jul 2019 21:27:54 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 9DD32C21C27; Fri, 19 Jul 2019 21:27:52 +0000 (UTC) Received: from mail-wm1-f66.google.com (mail-wm1-f66.google.com [209.85.128.66]) by lists.denx.de (Postfix) with ESMTPS id 3EFA9C21BE5 for ; Fri, 19 Jul 2019 21:27:52 +0000 (UTC) Received: by mail-wm1-f66.google.com with SMTP id l2so30210711wmg.0 for ; Fri, 19 Jul 2019 14:27:52 -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:mime-version :content-transfer-encoding; bh=9daLLvwJtXtLybPslHxVuJKwcrZDX5neKo/2CX6HyLM=; b=jnYwkvFp+dxTSh9jSM3spn6f/FMXbJTdK0NqPIn5rPjhtdTr6Qn57o/Wwz1GJpO2OV kixUQntTBpa02uH4oOC9K2kPsFIuvEXOINst4BVIHGoAjwN36PePTf6GCIUg/fnLCkAS gWNmw5Dr9a0fxZgmELDfu4/3x66J9hRUHT2q1jFOovr1tUww7pKcTiGwXDvQfXDweTnM FL+WaaQEgdiqyw6yOTn1KVCNwWnn9dTqYwm1ZwWT3GS1oiMgSRBgzmxygqoucQCCl9LU U19dBmj/8kcGHq6sKSF0gta72FzdOdcrfAnVFmkXsAcND5WGOlHuCT1kZ+636+ATViJg KU9Q== 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:mime-version :content-transfer-encoding; bh=9daLLvwJtXtLybPslHxVuJKwcrZDX5neKo/2CX6HyLM=; b=ml7aqPyvpO2pMSqbyNxCMJxBUMt8uErD5+kdmXUdwztJcYtH4Rl0Pel6WInl5Fk+38 EoUwhiB0NHuyN9txn/Q1hMKUAV4QJcuMagkrpPU+3xYRKGtYXVLpGvwGzhzuXAPRBf7J UguJobg3ioD0h6QMywqf+J3U2MVMOlS3NpispIw/Ucq9OXLpSrFJUHKFS5EcSvmlQndL Mjod3snzJy8JthVbC9z2v14dNXWuFsDUpnNuE/q+kkYaNIX5bcbroSy3kJ9nfm/SIAM7 0hGu0XYP+gZV3motrdlZYgWVL1L+9rW/4fobJYdbq4Limvdj0ZtXvSeaWHJBuUMexKow C1oQ== X-Gm-Message-State: APjAAAV3rZA+z+sBBRQAfju5Nj8CHtHrMC1omRscNIzc1NKrAXK10S1q P7c7bb2nOFed0ZJZIjerbW65vpEy6ao7rw== X-Google-Smtp-Source: APXvYqx+tN9XEmC9N2Txd7ueLbPNghaBkv/82gFptUuv00gjZ48RtuuVvtatiXH5aR1reO69nvspCw== X-Received: by 2002:a1c:f70c:: with SMTP id v12mr49547199wmh.42.1563571671690; Fri, 19 Jul 2019 14:27:51 -0700 (PDT) Received: from erosca.t-mobile.de ([84.117.13.234]) by smtp.gmail.com with ESMTPSA id 32sm26309800wrh.76.2019.07.19.14.27.50 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Fri, 19 Jul 2019 14:27:51 -0700 (PDT) From: Eugeniu Rosca X-Google-Original-From: Eugeniu Rosca To: u-boot@lists.denx.de, Simon Glass , Sam Protsenko , Igor Opaniuk , Tom Rini Date: Fri, 19 Jul 2019 23:26:10 +0200 Message-Id: <20190719212614.25527-1-erosca@de.adit-jv.com> X-Mailer: git-send-email 2.22.0 MIME-Version: 1.0 Cc: Eugeniu Rosca , Eugeniu Rosca Subject: [U-Boot] [PATCH v3 0/4] Fixes and improvements in BCB and Android docs [ver #3] 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 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") v3: - Rebased after the recent merge of https://patchwork.ozlabs.org/patch/1126450/ as commit https://gitlab.denx.de/u-boot/u-boot/commit/d963f64c0bd7 ("doc: Move fastboot protocol doc to android dir"), since it created conflicts merging v2 - No other changes v2: - Ensured git bisectability for the series - [Igor Opaniuk] Enriched patch description - No series-wide changes in the contents - https://patchwork.ozlabs.org/cover/1131356/ v1: - https://patchwork.ozlabs.org/cover/1131295/ Eugeniu Rosca (4): 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 +++++++++++++++++++-------------------- test/py/tests/test_avb.py | 2 +- 3 files changed, 35 insertions(+), 37 deletions(-)