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 415B7C00140 for ; Thu, 11 Aug 2022 03:18:32 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E34EE848CB; Thu, 11 Aug 2022 05:18:29 +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=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="JdNiZdP3"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id D2C8D84859; Thu, 11 Aug 2022 05:18:27 +0200 (CEST) Received: from mail-yw1-x112c.google.com (mail-yw1-x112c.google.com [IPv6:2607:f8b0:4864:20::112c]) (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 C12E984893 for ; Thu, 11 Aug 2022 05:18:24 +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-yw1-x112c.google.com with SMTP id 00721157ae682-31f445bd486so160694717b3.13 for ; Wed, 10 Aug 2022 20:18:24 -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; bh=KzRXPojg7f6DDYoz6keiysFvSs6Sp3acJ0LE1/gMXRA=; b=JdNiZdP3UsVj2z5S8+STzIAvjX8Ian+GiUN+dPf6R7E0AGIEbYMPrY+Sm33QpgHVpQ iT1wkEjA1Gbw2RjTTQ9N+mgHQ/C77tGm+aarDxNl9lk96AOOHIjgwv7bk3BK+09/6xVm GVnjDpP2CoNHoeEfgoubTDnk7UqNB17z2V1q0= 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; bh=KzRXPojg7f6DDYoz6keiysFvSs6Sp3acJ0LE1/gMXRA=; b=z6U1po5xhwCHMsP+YXo42IpkgRQcf75iYekJWQVJmKYtWd5Iwc5L7uiE+S0vUNK1F6 J2orCL6sVMFsDcyIqJ+j6UWP4dpg4tE+zpMfn83+/njQ6poCO+omY50OwxJPuGxhpBde ME2p6Usyyb/LdqgHag8dwFQy4w1CBHHqcHDjLOvXmJsXM38ivwnK3FZMbTbDD6pekHff +YKw9jCclMxDBAS9PWFtjrXS8PLZhNa1BAYYeOLXUektqhVbGlaWkkVZxjQOnNQMpi3s tKmvDOXs+XDDVBwdpkUQB3phbEWe+fIo9AoZWMw2LmPP+CJcn1c00anqWHFEZvUn8SvG Dp4w== X-Gm-Message-State: ACgBeo23sU1Nn/a1kj9wsbDlKnL0k3NgqP1l7bpuUHn9heHXYH0K4KRZ SKE7sloIVk9ESgzP8VQPLT3OBaUE2Ew1eV7LcqjaVY1Y8cd4ukuI X-Google-Smtp-Source: AA6agR6p7ECT7qQr6NiOa8/nasWuwSiGnBARxs0+oZ7HVE4IR2xpi/uv10lh25tdP84GWh7wcJbyH7F3pv2HWyeBjMw= X-Received: by 2002:a81:168d:0:b0:31f:6595:4195 with SMTP id 135-20020a81168d000000b0031f65954195mr30959774yww.355.1660187902938; Wed, 10 Aug 2022 20:18:22 -0700 (PDT) MIME-Version: 1.0 From: Simon Glass Date: Wed, 10 Aug 2022 21:18:11 -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-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, I've dropped the setuptools patch and will look at it later. https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/13113 The following changes since commit 3dd4e916324efc825a7ee8e412f5cf1ded839021: Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2022-08-09 08:16:14 -0400) are available in the Git repository at: git://git.denx.de/u-boot-dm.git tags/dm-pull-9aug22-take2 for you to fetch changes up to be43a35bff17550fa707795a06eaed6114eb1742: boot: allow bootmeth-distro without CONFIG_NET (2022-08-10 13:42:56 -0600) ---------------------------------------------------------------- dtoc fixes with pylint, tests ---------------------------------------------------------------- John Keeping (1): boot: allow bootmeth-distro without CONFIG_NET Simon Glass (6): dtoc: Tidy up fdt_tests RunTestCoverage() args dtoc: Tidy up fdt_tests RunTests() dtoc: Fix fdt test coverage dtoc: Move main program into its own function test_fdt: Convert to use argparse dtoc: Correct remaining pylint problems in test_fdt boot/Kconfig | 8 +- boot/Makefile | 3 +- boot/pxe_utils.c | 3 +- cmd/Kconfig | 4 +- include/command.h | 2 +- scripts/pylint.base | 2 +- tools/dtoc/test_fdt.py | 326 +++++++++++++++++++++++++++++++++++++++++-------------------------------- 7 files changed, 197 insertions(+), 151 deletions(-) Regards, Simon