Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dm
authorTom Rini <trini@konsulko.com>
Fri, 6 Nov 2020 16:27:14 +0000 (11:27 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 6 Nov 2020 16:27:14 +0000 (11:27 -0500)
patman status subcommand to collect tags from Patchwork
patman showing email replies from Patchwork
sandbox poweroff command
minor fixes in binman, tests

1  2 
arch/Kconfig

diff --combined arch/Kconfig
@@@ -92,6 -92,7 +92,7 @@@ config SANDBO
        bool "Sandbox"
        select BOARD_LATE_INIT
        select BZIP2
+       select CMD_POWEROFF
        select DM
        select DM_GPIO
        select DM_I2C
        select PCI_ENDPOINT
        select SPI
        select SUPPORT_OF_CONTROL
-       select SYSRESET_CMD_POWEROFF if CMD_POWEROFF
+       select SYSRESET_CMD_POWEROFF
        imply BITREVERSE
        select BLOBLIST
        imply CMD_DM
@@@ -198,8 -199,6 +199,8 @@@ config X8
        imply RTC_MC146818
        imply IRQ
        imply ACPIGEN if !QEMU
 +      imply SYSINFO if GENERATE_SMBIOS_TABLE
 +      imply SYSINFO_SMBIOS if GENERATE_SMBIOS_TABLE
  
        # Thing to enable for when SPL/TPL are enabled: SPL
        imply SPL_DM