Please pull u-boot-dm

Hi Tom,
https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/13097
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
for you to fetch changes up to 6dbca84cc9420a327ccb67719afac976237a9490:
boot: allow bootmeth-distro without CONFIG_NET (2022-08-09 11:55:41 -0600)
---------------------------------------------------------------- dtoc fixes with pylint, tests move to setuptools for fdt module
---------------------------------------------------------------- John Keeping (1): boot: allow bootmeth-distro without CONFIG_NET
Simon Glass (7): 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 fdt: Move to setuptools
boot/Kconfig | 8 +- boot/Makefile | 3 +- boot/pxe_utils.c | 3 +- cmd/Kconfig | 4 +- include/command.h | 2 +- scripts/dtc/README | 106 +++++++++++++++++ scripts/dtc/pylibfdt/Makefile | 5 +- scripts/dtc/pylibfdt/setup.py | 60 ++++++++-- scripts/pylint.base | 2 +- tools/dtoc/test_fdt.py | 326 +++++++++++++++++++++++++++++---------------------- 10 files changed, 358 insertions(+), 161 deletions(-) create mode 100644 scripts/dtc/README
Regards, Simon

On Tue, Aug 09, 2022 at 04:51:19PM -0600, Simon Glass wrote:
Hi Tom,
https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/13097
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
for you to fetch changes up to 6dbca84cc9420a327ccb67719afac976237a9490:
boot: allow bootmeth-distro without CONFIG_NET (2022-08-09 11:55:41 -0600)
OK, I know I had said yesterday that we could take the fdt series to start updating to setuptools as-is, but now I'm looking harder (and saw in my local HW testing this time) and see: https://source.denx.de/u-boot/u-boot/-/jobs/481502#L1738 on basically every board, when building on something older that doesn't complain about our previous setup.py stuff. So we need to get this solved all the way.
participants (2)
-
Simon Glass
-
Tom Rini