From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4EEA5C54EE9 for ; Wed, 7 Sep 2022 12:32:22 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 5CD0684A71; Wed, 7 Sep 2022 14:32:20 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="VT9qkDE+"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id E9AFD84A78; Wed, 7 Sep 2022 14:32:18 +0200 (CEST) Received: from mail-yb1-xb2e.google.com (mail-yb1-xb2e.google.com [IPv6:2607:f8b0:4864:20::b2e]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 1D6D684A6B for ; Wed, 7 Sep 2022 14:32:16 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@google.com Received: by mail-yb1-xb2e.google.com with SMTP id 11so21415210ybu.0 for ; Wed, 07 Sep 2022 05:32:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=cc:to:subject:message-id:date:from:mime-version:from:to:cc:subject :date; bh=H5IZ1cWb4GijGCwbZoICN4hfWna0bmJiz9V6eOu66uI=; b=VT9qkDE+PxI5nHz1TLmlk9/HcdjwsxXjmZ1/PhCHsxQtWk5ZvmTO9FDd07qG/SbNI2 soqAS8ggLP9uUFRUZKsOu7MUE2cu+xm4zyjqw+mkgU6ms53zDMXYFQ77EeJJKoPsNtYP Fh5mSgGAuz47hLsETU2Sy+uWg4j+WQ9B9YjmY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date; bh=H5IZ1cWb4GijGCwbZoICN4hfWna0bmJiz9V6eOu66uI=; b=toGfheFhEcJezvmL3sodERinJ4fHwkN/N0X3dvbAo/4zBd/iYNBPlC/Iy8u2vTqc4U nmHv0/j1tYZTlAqJIg/lF6T116WMLDFDHoq1Gmgn48TCIIFCH9o0wD1z1NEufqTdyurj hXOC+0UMLOw/XS9lR2zLJ6fZUrfshLAlqZGPDhlg/y+LrXoiixMLkGLd/FZGYQhZfsA6 jVLqY14gO1iOS0LQkq3ke+PC/wgYTfnrB5H3077rMbzwErAjRXNJH6h3CoRxyUpDCNaz Lisfj2kajpy19Rdbk/CwQ9BZ9UhB5pMxxKKp+atqUDmmNb8A3qi96FFxcD323coDtdQJ Y08w== X-Gm-Message-State: ACgBeo2HDXraKpWgCCeJztNfT0FU7lMtmvullBE61L2heYuOsaKJ3LIE 2jrGrmWeNAu15tKtZV1malDqB+qYscFJz1BOs9k1DRvl1+Knbg== X-Google-Smtp-Source: AA6agR7fsS189ta31gq8GAeeXRo4dueiBRWs0t6w0CQ7t+4IYvy6ld9/AlxEdpJE8G/RjThySHzA2BeI+/Wp3sluhPY= X-Received: by 2002:a25:6003:0:b0:68c:870b:2405 with SMTP id u3-20020a256003000000b0068c870b2405mr2524057ybb.9.1662553933954; Wed, 07 Sep 2022 05:32:13 -0700 (PDT) MIME-Version: 1.0 From: Simon Glass Date: Wed, 7 Sep 2022 06:32:02 -0600 Message-ID: Subject: Please pull u-boot-dm To: U-Boot Mailing List Cc: Tom Rini Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.39 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean Hi Tom, The following changes since commit 4e10c1227aa879af809b3073bf917289f23e17d7: Merge branch '2022-08-31-assorted-fixes' (2022-08-31 19:32:31 -0400) are available in the Git repository at: git://git.denx.de/u-boot-dm.git tags/dm-pull-7sep22 for you to fetch changes up to 7ac6842316ad1d412a49f88d8668923b40b09b5f: binman: bintool: bzip2: fix version function on non-Debian-based systems (2022-09-01 11:36:36 -0600) ---------------------------------------------------------------- binman fixes for bintool support ---------------------------------------------------------------- Quentin Schulz (8): binman: btool: gzip: fix packer name so that binary can be found binman: bintool: move version check implementation into bintool class binman: btool: lz4: use Bintool.version binman: btool: mkimage: use Bintool.version binman: bintool: parametrize args to pass to binary for returning version binman: btool: fiptool: use Bintool.version binman: btool: futility: use Bintool.version binman: bintool: bzip2: fix version function on non-Debian-based systems tools/binman/bintool.py | 46 +++++++++++++++++----------------------- tools/binman/btool/btool_gzip.py | 2 +- tools/binman/btool/bzip2.py | 2 +- tools/binman/btool/fiptool.py | 11 +--------- tools/binman/btool/futility.py | 13 +----------- tools/binman/btool/lz4.py | 14 +----------- tools/binman/btool/mkimage.py | 18 ++-------------- 7 files changed, 27 insertions(+), 79 deletions(-) Regards, Simon