All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [BUG] Build failure conga-qeval20-qa3-e3845
@ 2019-07-28  6:32 Heinrich Schuchardt
  2019-07-28  7:41 ` Bin Meng
  0 siblings, 1 reply; 14+ messages in thread
From: Heinrich Schuchardt @ 2019-07-28  6:32 UTC (permalink / raw)
  To: u-boot


Hello Tom,

origin/master commit bfe28bc70fc8b192878d6e8b7f7db344091643cf fails to
build conga-qeval20-qa3-e3845 on Debian Buster:

binman: Filename 'descriptor.bin' not found in input path
(.,.,./board/congatec/conga-qeval20-qa3-e3845)
(cwd='/home/user/workspace/u-boot')
make: *** [Makefile:1415: u-boot.rom] Error 1

The only descriptor.bin file I can find is
./tools/binman/test/descriptor.bin

https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/jobs/2155 has a
different error for the same board:

+Compiler aborting due to parser-detected syntax error(s)
+board/congatec/conga-qeval20-qa3-e3845/dsdt.asl.tmp    731:
+Error    6126 - syntax error, unexpected $end and premature End-Of-File
+
+make[2]: *** [board/congatec/conga-qeval20-qa3-e3845/dsdt.c] Error 255
+make[1]: *** [board/congatec/conga-qeval20-qa3-e3845] Error 2
+make: *** [sub-make] Error 2

Best regards

Heinrich

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [U-Boot] [BUG] Build failure conga-qeval20-qa3-e3845
  2019-07-28  6:32 [U-Boot] [BUG] Build failure conga-qeval20-qa3-e3845 Heinrich Schuchardt
@ 2019-07-28  7:41 ` Bin Meng
  2019-07-28  8:33   ` Heinrich Schuchardt
  2019-07-28 12:02   ` Tom Rini
  0 siblings, 2 replies; 14+ messages in thread
From: Bin Meng @ 2019-07-28  7:41 UTC (permalink / raw)
  To: u-boot

+Stefan

Hi Heinrich,

On Sun, Jul 28, 2019 at 2:32 PM Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
>
> Hello Tom,
>
> origin/master commit bfe28bc70fc8b192878d6e8b7f7db344091643cf fails to
> build conga-qeval20-qa3-e3845 on Debian Buster:
>

I cannot reproduce it. Did you set CONFIG_BUILD_ROM = y?

> binman: Filename 'descriptor.bin' not found in input path
> (.,.,./board/congatec/conga-qeval20-qa3-e3845)
> (cwd='/home/user/workspace/u-boot')
> make: *** [Makefile:1415: u-boot.rom] Error 1
>
> The only descriptor.bin file I can find is
> ./tools/binman/test/descriptor.bin
>
> https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/jobs/2155 has a
> different error for the same board:
>
> +Compiler aborting due to parser-detected syntax error(s)
> +board/congatec/conga-qeval20-qa3-e3845/dsdt.asl.tmp    731:
> +Error    6126 - syntax error, unexpected $end and premature End-Of-File
> +
> +make[2]: *** [board/congatec/conga-qeval20-qa3-e3845/dsdt.c] Error 255
> +make[1]: *** [board/congatec/conga-qeval20-qa3-e3845] Error 2
> +make: *** [sub-make] Error 2
>

Regards,
Bin

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [U-Boot] [BUG] Build failure conga-qeval20-qa3-e3845
  2019-07-28  7:41 ` Bin Meng
@ 2019-07-28  8:33   ` Heinrich Schuchardt
  2019-07-28  8:56     ` Bin Meng
  2019-07-28 12:02   ` Tom Rini
  1 sibling, 1 reply; 14+ messages in thread
From: Heinrich Schuchardt @ 2019-07-28  8:33 UTC (permalink / raw)
  To: u-boot

On 7/28/19 9:41 AM, Bin Meng wrote:
> +Stefan
>
> Hi Heinrich,
>
> On Sun, Jul 28, 2019 at 2:32 PM Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>>
>>
>> Hello Tom,
>>
>> origin/master commit bfe28bc70fc8b192878d6e8b7f7db344091643cf fails to
>> build conga-qeval20-qa3-e3845 on Debian Buster:
>>
>
> I cannot reproduce it. Did you set CONFIG_BUILD_ROM = y?

My expectation is that if I call 'make
conga-qeval20-qa3-e3845_defconfig' it sets all necessary configuration
options to build successfully. This defconfig results in

# CONFIG_BUILD_ROM is not set

Setting CONFIG_BUILD_ROM=y does not solve the problem.

Did you delete all *.bin files before testing? 'make mrproper' does not
delete *.bin from the build path. Shouldn't it remove generated *.bin?

Best regards

Heinrich

>
>> binman: Filename 'descriptor.bin' not found in input path
>> (.,.,./board/congatec/conga-qeval20-qa3-e3845)
>> (cwd='/home/user/workspace/u-boot')
>> make: *** [Makefile:1415: u-boot.rom] Error 1
>>
>> The only descriptor.bin file I can find is
>> ./tools/binman/test/descriptor.bin
>>
>> https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/jobs/2155 has a
>> different error for the same board:
>>
>> +Compiler aborting due to parser-detected syntax error(s)
>> +board/congatec/conga-qeval20-qa3-e3845/dsdt.asl.tmp    731:
>> +Error    6126 - syntax error, unexpected $end and premature End-Of-File
>> +
>> +make[2]: *** [board/congatec/conga-qeval20-qa3-e3845/dsdt.c] Error 255
>> +make[1]: *** [board/congatec/conga-qeval20-qa3-e3845] Error 2
>> +make: *** [sub-make] Error 2
>>
>
> Regards,
> Bin
>

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [U-Boot] [BUG] Build failure conga-qeval20-qa3-e3845
  2019-07-28  8:33   ` Heinrich Schuchardt
@ 2019-07-28  8:56     ` Bin Meng
  2019-07-28  9:08       ` Heinrich Schuchardt
  0 siblings, 1 reply; 14+ messages in thread
From: Bin Meng @ 2019-07-28  8:56 UTC (permalink / raw)
  To: u-boot

On Sun, Jul 28, 2019 at 4:33 PM Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
> On 7/28/19 9:41 AM, Bin Meng wrote:
> > +Stefan
> >
> > Hi Heinrich,
> >
> > On Sun, Jul 28, 2019 at 2:32 PM Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
> >>
> >>
> >> Hello Tom,
> >>
> >> origin/master commit bfe28bc70fc8b192878d6e8b7f7db344091643cf fails to
> >> build conga-qeval20-qa3-e3845 on Debian Buster:
> >>
> >
> > I cannot reproduce it. Did you set CONFIG_BUILD_ROM = y?
>
> My expectation is that if I call 'make
> conga-qeval20-qa3-e3845_defconfig' it sets all necessary configuration
> options to build successfully. This defconfig results in
>
> # CONFIG_BUILD_ROM is not set
>

Sorry I was not clear. CONFIG_BUILD_ROM should not be set. When it is
unset, it does not touch descriptor.bin. I thought you previously had
it enabled hence binman tried to find descriptor.bin.

> Setting CONFIG_BUILD_ROM=y does not solve the problem.
>
> Did you delete all *.bin files before testing? 'make mrproper' does not
> delete *.bin from the build path. Shouldn't it remove generated *.bin?
>

*.bin in the board directory is kept there because it's not generated
during U-Boot build.

I still cannot reproduce this. Not sure what's wrong.

Regards,
Bin

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [U-Boot] [BUG] Build failure conga-qeval20-qa3-e3845
  2019-07-28  8:56     ` Bin Meng
@ 2019-07-28  9:08       ` Heinrich Schuchardt
  2019-07-28  9:35         ` Bin Meng
  0 siblings, 1 reply; 14+ messages in thread
From: Heinrich Schuchardt @ 2019-07-28  9:08 UTC (permalink / raw)
  To: u-boot

On 7/28/19 10:56 AM, Bin Meng wrote:
> On Sun, Jul 28, 2019 at 4:33 PM Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>>
>> On 7/28/19 9:41 AM, Bin Meng wrote:
>>> +Stefan
>>>
>>> Hi Heinrich,
>>>
>>> On Sun, Jul 28, 2019 at 2:32 PM Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>>>>
>>>>
>>>> Hello Tom,
>>>>
>>>> origin/master commit bfe28bc70fc8b192878d6e8b7f7db344091643cf fails to
>>>> build conga-qeval20-qa3-e3845 on Debian Buster:
>>>>
>>>
>>> I cannot reproduce it. Did you set CONFIG_BUILD_ROM = y?
>>
>> My expectation is that if I call 'make
>> conga-qeval20-qa3-e3845_defconfig' it sets all necessary configuration
>> options to build successfully. This defconfig results in
>>
>> # CONFIG_BUILD_ROM is not set
>>
>
> Sorry I was not clear. CONFIG_BUILD_ROM should not be set. When it is
> unset, it does not touch descriptor.bin. I thought you previously had
> it enabled hence binman tried to find descriptor.bin.
>
>> Setting CONFIG_BUILD_ROM=y does not solve the problem.
>>
>> Did you delete all *.bin files before testing? 'make mrproper' does not
>> delete *.bin from the build path. Shouldn't it remove generated *.bin?
>>
>
> *.bin in the board directory is kept there because it's not generated
> during U-Boot build.
>
> I still cannot reproduce this. Not sure what's wrong.

In my .bashrc I had export BUILD_ROM=y. In earlier releases
qemu-x86_defconfig needed this. If I unset this variable the build works
on my local system. Thanks for the hint.

This still leaves me with the question what is broken on Gitlab (Travis
CI ran fine).

Best regards

Heinrich

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [U-Boot] [BUG] Build failure conga-qeval20-qa3-e3845
  2019-07-28  9:08       ` Heinrich Schuchardt
@ 2019-07-28  9:35         ` Bin Meng
  2019-07-28  9:52           ` Heinrich Schuchardt
  0 siblings, 1 reply; 14+ messages in thread
From: Bin Meng @ 2019-07-28  9:35 UTC (permalink / raw)
  To: u-boot

On Sun, Jul 28, 2019 at 5:08 PM Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
> On 7/28/19 10:56 AM, Bin Meng wrote:
> > On Sun, Jul 28, 2019 at 4:33 PM Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
> >>
> >> On 7/28/19 9:41 AM, Bin Meng wrote:
> >>> +Stefan
> >>>
> >>> Hi Heinrich,
> >>>
> >>> On Sun, Jul 28, 2019 at 2:32 PM Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
> >>>>
> >>>>
> >>>> Hello Tom,
> >>>>
> >>>> origin/master commit bfe28bc70fc8b192878d6e8b7f7db344091643cf fails to
> >>>> build conga-qeval20-qa3-e3845 on Debian Buster:
> >>>>
> >>>
> >>> I cannot reproduce it. Did you set CONFIG_BUILD_ROM = y?
> >>
> >> My expectation is that if I call 'make
> >> conga-qeval20-qa3-e3845_defconfig' it sets all necessary configuration
> >> options to build successfully. This defconfig results in
> >>
> >> # CONFIG_BUILD_ROM is not set
> >>
> >
> > Sorry I was not clear. CONFIG_BUILD_ROM should not be set. When it is
> > unset, it does not touch descriptor.bin. I thought you previously had
> > it enabled hence binman tried to find descriptor.bin.
> >
> >> Setting CONFIG_BUILD_ROM=y does not solve the problem.
> >>
> >> Did you delete all *.bin files before testing? 'make mrproper' does not
> >> delete *.bin from the build path. Shouldn't it remove generated *.bin?
> >>
> >
> > *.bin in the board directory is kept there because it's not generated
> > during U-Boot build.
> >
> > I still cannot reproduce this. Not sure what's wrong.
>
> In my .bashrc I had export BUILD_ROM=y. In earlier releases
> qemu-x86_defconfig needed this. If I unset this variable the build works
> on my local system. Thanks for the hint.
>

Good to hear.

> This still leaves me with the question what is broken on Gitlab (Travis
> CI ran fine).
>

I tried to look at the Gitlab log but when I opened
https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/jobs/2155, it
gave me 404.

Regards,
Bin

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [U-Boot] [BUG] Build failure conga-qeval20-qa3-e3845
  2019-07-28  9:35         ` Bin Meng
@ 2019-07-28  9:52           ` Heinrich Schuchardt
  2019-07-28 12:00             ` Bin Meng
  0 siblings, 1 reply; 14+ messages in thread
From: Heinrich Schuchardt @ 2019-07-28  9:52 UTC (permalink / raw)
  To: u-boot

On 7/28/19 11:35 AM, Bin Meng wrote:
> On Sun, Jul 28, 2019 at 5:08 PM Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>>
>> On 7/28/19 10:56 AM, Bin Meng wrote:
>>> On Sun, Jul 28, 2019 at 4:33 PM Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>>>>
>>>> On 7/28/19 9:41 AM, Bin Meng wrote:
>>>>> +Stefan
>>>>>
>>>>> Hi Heinrich,
>>>>>
>>>>> On Sun, Jul 28, 2019 at 2:32 PM Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>>>>>>
>>>>>>
>>>>>> Hello Tom,
>>>>>>
>>>>>> origin/master commit bfe28bc70fc8b192878d6e8b7f7db344091643cf fails to
>>>>>> build conga-qeval20-qa3-e3845 on Debian Buster:
>>>>>>
>>>>>
>>>>> I cannot reproduce it. Did you set CONFIG_BUILD_ROM = y?
>>>>
>>>> My expectation is that if I call 'make
>>>> conga-qeval20-qa3-e3845_defconfig' it sets all necessary configuration
>>>> options to build successfully. This defconfig results in
>>>>
>>>> # CONFIG_BUILD_ROM is not set
>>>>
>>>
>>> Sorry I was not clear. CONFIG_BUILD_ROM should not be set. When it is
>>> unset, it does not touch descriptor.bin. I thought you previously had
>>> it enabled hence binman tried to find descriptor.bin.
>>>
>>>> Setting CONFIG_BUILD_ROM=y does not solve the problem.
>>>>
>>>> Did you delete all *.bin files before testing? 'make mrproper' does not
>>>> delete *.bin from the build path. Shouldn't it remove generated *.bin?
>>>>
>>>
>>> *.bin in the board directory is kept there because it's not generated
>>> during U-Boot build.
>>>
>>> I still cannot reproduce this. Not sure what's wrong.
>>
>> In my .bashrc I had export BUILD_ROM=y. In earlier releases
>> qemu-x86_defconfig needed this. If I unset this variable the build works
>> on my local system. Thanks for the hint.
>>
>
> Good to hear.
>
>> This still leaves me with the question what is broken on Gitlab (Travis
>> CI ran fine).
>>
>
> I tried to look at the Gitlab log but when I opened
> https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/jobs/2155, it
> gave me 404.

To me was shown only when logged on.

I append the log below.

Best regards

Heinrich



    U-Boot
    Custodians
    EFI U-Boot Custodian TreeEFI U-Boot Custodian Tree
    Jobs
    #2155

failed Job #2155 triggered 11 hours ago by Heinrich Schuchardt's avatar
Heinrich Schuchardt


Running with gitlab-runner 12.0.1 (0e5417a3)
  on konsulko-bootbake G37FKVsV
Using Docker executor with image
trini/u-boot-gitlab-ci-runner:xenial-20190720-24Jul2019 ...
Pulling docker image
trini/u-boot-gitlab-ci-runner:xenial-20190720-24Jul2019 ...
Using docker image
sha256:5b1c8d4e86ff4494305883637941b882b324282a91d57d6157d1140e7a67d9d3
for trini/u-boot-gitlab-ci-runner:xenial-20190720-24Jul2019 ...
Running on runner-G37FKVsV-project-553-concurrent-0 via bootbake...
Fetching changes...
Reinitialized existing Git repository in
/builds/u-boot/custodians/u-boot-efi/.git/
Checking out 5bab6711 as efi-2019-10...
Removing boards.cfg
Removing tools/binman/cbfs_util.pyc
Removing tools/binman/cmdline.pyc
Removing tools/binman/control.pyc
Removing tools/binman/elf.pyc
Removing tools/binman/entry.pyc
Removing tools/binman/etype/__init__.pyc
Removing tools/binman/etype/blob.pyc
Removing tools/binman/etype/blob_dtb.pyc
Removing tools/binman/etype/fdtmap.pyc
Removing tools/binman/etype/image_header.pyc
Removing tools/binman/etype/powerpc_mpc85xx_bootpg_resetvec.pyc
Removing tools/binman/etype/section.pyc
Removing tools/binman/etype/u_boot_dtb_with_ucode.pyc
Removing tools/binman/etype/u_boot_with_ucode_ptr.pyc
Removing tools/binman/image.pyc
Removing tools/binman/state.pyc
Removing tools/buildman/board.pyc
Removing tools/buildman/bsettings.pyc
Removing tools/buildman/builder.pyc
Removing tools/buildman/builderthread.pyc
Removing tools/buildman/cmdline.pyc
Removing tools/buildman/control.pyc
Removing tools/buildman/kconfiglib.pyc
Removing tools/buildman/toolchain.pyc
Removing tools/concurrencytest/concurrencytest.pyc
Removing tools/dtoc/fdt.pyc
Removing tools/dtoc/fdt_util.pyc
Removing tools/patman/checkpatch.pyc
Removing tools/patman/command.pyc
Removing tools/patman/commit.pyc
Removing tools/patman/cros_subprocess.pyc
Removing tools/patman/get_maintainer.pyc
Removing tools/patman/gitutil.pyc
Removing tools/patman/patchstream.pyc
Removing tools/patman/series.pyc
Removing tools/patman/settings.pyc
Removing tools/patman/terminal.pyc
Removing tools/patman/test_util.pyc
Removing tools/patman/tools.pyc
Removing tools/patman/tout.pyc

Skipping Git submodules setup
$ ret=0; ./tools/buildman/buildman -P -E -x arm,powerpc || ret=$?; if [[
$ret -ne 0 && $ret -ne 129 ]]; then ./tools/buildman/buildman -sdeP;
exit $ret; fi;
Building current source for 167 boards (24 threads, 1 job per thread)

Starting build...
    0    0    0 /167    (starting)


    1    0    0 /167    1:06:16  : vct_platinumavc

       x86:  +   conga-qeval20-qa3-e3845-internal-uart
+Compiler aborting due to parser-detected syntax error(s)
+board/congatec/conga-qeval20-qa3-e3845/dsdt.asl.tmp    731:
+Error    6126 - syntax error, unexpected $end and premature End-Of-File
+
+make[2]: *** [board/congatec/conga-qeval20-qa3-e3845/dsdt.c] Error 255
+make[1]: *** [board/congatec/conga-qeval20-qa3-e3845] Error 2
+make: *** [sub-make] Error 2

    1    0    1 /167    1:06:16  : conga-qeval20-qa3-e3845-internal-uart


    2    0    1 /167    0:36:00  : qemu_mips64


    3    0    1 /167    0:29:52  : vct_platinumavc_onenand_small


    4    0    1 /167    0:25:41  : M5235EVB_Flash32


    5    0    1 /167    0:22:39  : M5253DEMO


    6    0    1 /167    0:20:42  : netgear_cg3100d_ram

      m68k:  w+   M5475AFE
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.

    6    1    1 /167    0:20:42  : M5475AFE


    7    1    1 /167    0:20:42  : M5329AFEE


    8    1    1 /167    0:20:42  : 10m50

      m68k:  w+   M54455EVB_stm33
+===================== WARNING ======================
+This board does not use CONFIG_DM_SPI_FLASH. Please update
+the board to use CONFIG_SPI_FLASH before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

    8    2    1 /167    0:03:55  : M54455EVB_stm33


    9    2    1 /167    0:04:04  : ap121

      mips:  w+   comtrend_vr3032u_ram
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

    9    3    1 /167    0:04:04  : comtrend_vr3032u_ram

      mips:  w+   sfr_nb4-ser_ram
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

    9    4    1 /167    0:04:06  : sfr_nb4-ser_ram


   10    4    1 /167    0:05:36  : ci20_mmc


   11    4    1 /167    0:05:36  : sifive_fu540


   12    4    1 /167    0:05:36  : qemu-riscv32


   13    4    1 /167    0:05:36  : qemu-riscv64_smode


   14    4    1 /167    0:04:41  : ae350_rv32


   15    4    1 /167    0:04:41  : mscc_ocelot


   16    4    1 /167    0:06:28  : cougarcanyon2

      m68k:  w+   M54418TWR_nand_rmii_lowfreq
+===================== WARNING ======================
+This board does not use CONFIG_DM_SPI_FLASH. Please update
+the board to use CONFIG_SPI_FLASH before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   16    5    1 /167    0:06:24  : M54418TWR_nand_rmii_lowfreq

      m68k:  w+   M5485GFE
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.

   16    6    1 /167    0:06:24  : M5485GFE

      m68k:  w+   M54455EVB
+===================== WARNING ======================
+This board does not use CONFIG_DM_SPI_FLASH. Please update
+the board to use CONFIG_SPI_FLASH before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   16    7    1 /167    0:06:01  : M54455EVB

      m68k:  w+   M54418TWR
+===================== WARNING ======================
+This board does not use CONFIG_DM_SPI_FLASH. Please update
+the board to use CONFIG_SPI_FLASH before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   16    8    1 /167    0:06:01  : M54418TWR


   17    8    1 /167    0:06:11  : M5373EVB

        sh:  w+   sh7757lcr
+===================== WARNING ======================
+This board does not use CONFIG_DM_MMC. Please update
+the board to use CONFIG_DM_MMC before the v2019.04 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   17    9    1 /167    0:06:11  : sh7757lcr

       arc:  w+   nsim_700be
+===================== WARNING ======================
+CONFIG_OF_EMBED is enabled. This option should only
+be used for debugging purposes. Please use
+CONFIG_OF_SEPARATE for boards in mainline.
+See doc/README.fdt-control for more info.
+====================================================

   17   10    1 /167    0:05:49  : nsim_700be

        sh:  w+   sh7752evb
+===================== WARNING ======================
+This board does not use CONFIG_DM_MMC. Please update
+the board to use CONFIG_DM_MMC before the v2019.04 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   17   11    1 /167    0:05:49  : sh7752evb

      m68k:  w+   M5485EFE
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.

   17   12    1 /167    0:05:49  : M5485EFE

      m68k:  w+   M5485DFE
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.

   17   13    1 /167    0:05:49  : M5485DFE


   18   13    1 /167    0:05:00  : theadorable-x86-dfi-bt700


   19   13    1 /167    0:05:00  : theadorable-x86-conga-qa3-e3845-pcie-x4

      mips:  w+   vct_premium_onenand
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   19   14    1 /167    0:04:44  : vct_premium_onenand

       arc:  w+   tb100
+===================== WARNING ======================
+CONFIG_OF_EMBED is enabled. This option should only
+be used for debugging purposes. Please use
+CONFIG_OF_SEPARATE for boards in mainline.
+See doc/README.fdt-control for more info.
+====================================================

   19   15    1 /167    0:04:44  : tb100


   20   15    1 /167    0:05:02  : bcm968380gerg_ram


   21   15    1 /167    0:05:07  : M5249EVB


   22   15    1 /167    0:05:24  : boston32r2el

      mips:  w+   vct_platinum
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   22   16    1 /167    0:05:24  : vct_platinum

      m68k:  w+   M5485FFE
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.

   22   17    1 /167    0:05:27  : M5485FFE

        sh:  w+   r2dplus
+===================== WARNING ======================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   22   18    1 /167    0:06:02  : r2dplus

       arc:  w+   nsim_hs38be
+===================== WARNING ======================
+CONFIG_OF_EMBED is enabled. This option should only
+be used for debugging purposes. Please use
+CONFIG_OF_SEPARATE for boards in mainline.
+See doc/README.fdt-control for more info.
+====================================================

   22   19    1 /167    0:06:28  : nsim_hs38be


   23   19    1 /167    0:06:28  : M5275EVB

      m68k:  w+   M5485BFE
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.

   23   20    1 /167    0:05:56  : M5485BFE


   24   20    1 /167    0:06:22  : M5329BFEE


   25   20    1 /167    0:06:22  : MigoR

      m68k:  w+   M54418TWR_serial_mii
+===================== WARNING ======================
+This board does not use CONFIG_DM_SPI_FLASH. Please update
+the board to use CONFIG_SPI_FLASH before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   25   21    1 /167    0:06:22  : M54418TWR_serial_mii

     nds32:  w+   adp-ae3xx
+nds32le-linux-ld.bfd: warning: The relaxation isn't supported yet.
+===================== WARNING ======================
+CONFIG_OF_EMBED is enabled. This option should only
+be used for debugging purposes. Please use
+CONFIG_OF_SEPARATE for boards in mainline.
+See doc/README.fdt-control for more info.
+====================================================

   25   22    1 /167    0:06:25  : adp-ae3xx


   26   22    1 /167    0:05:21  : sandbox_spl


   27   22    1 /167    0:05:17  : efi-x86_payload32

      mips:  w+   comtrend_ct5361_ram
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   27   23    1 /167    0:05:17  : comtrend_ct5361_ram


   28   23    1 /167    0:05:11  : mscc_servalt


   29   23    1 /167    0:05:23  : boston64r6el


   30   23    1 /167    0:05:23  : M5208EVBE


   31   23    1 /167    0:04:54  : boston64r2el


   32   23    1 /167    0:05:07  : theadorable-x86-conga-qa3-e3845

microblaze:  w+   microblaze-generic
+===================== WARNING ======================
+CONFIG_OF_EMBED is enabled. This option should only
+be used for debugging purposes. Please use
+CONFIG_OF_SEPARATE for boards in mainline.
+See doc/README.fdt-control for more info.
+====================================================

   32   24    1 /167    0:05:38  : microblaze-generic


   33   24    1 /167    0:06:17  : gardena-smart-gateway-mt7688-ram


   34   24    1 /167    0:06:17  : qemu-riscv32_smode


   35   24    1 /167    0:06:17  : coreboot

      mips:  w+   netgear_dgnd3700v2_ram
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   35   25    1 /167    0:06:21  : netgear_dgnd3700v2_ram


   36   25    1 /167    0:06:21  : vct_platinum_onenand_small

      mips:  w+   tplink_wdr4300
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   36   26    1 /167    0:06:15  : tplink_wdr4300


   37   26    1 /167    0:06:15  : qemu_mips


   38   26    1 /167    0:06:15  : tools-only


   39   26    1 /167    0:05:42  : vct_premium_small


   40   26    1 /167    0:05:42  : chromebook_link64


   41   26    1 /167    0:05:42  : ap143


   42   26    1 /167    0:05:42  : qemu-x86


   43   26    1 /167    0:04:27  : galileo


   44   26    1 /167    0:04:37  : 3c120


   45   26    1 /167    0:04:37  : sagem_f at st1704_ram

      m68k:  w+   M5475FFE
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.

   45   27    1 /167    0:04:05  : M5475FFE

      m68k:  w+   M5475GFE
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.

   45   28    1 /167    0:04:20  : M5475GFE


   46   28    1 /167    0:04:23  : boston32r6el


   47   28    1 /167    0:04:38  : linkit-smart-7688-ram


   48   28    1 /167    0:04:46  : vct_platinum_small

      m68k:  w+   M52277EVB
+===================== WARNING ======================
+This board does not use CONFIG_DM_SPI_FLASH. Please update
+the board to use CONFIG_SPI_FLASH before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   48   29    1 /167    0:04:46  : M52277EVB


   49   29    1 /167    0:04:46  : xtfpga


   50   29    1 /167    0:04:31  : chromebook_samus

      m68k:  w+   M5475BFE
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.

   50   30    1 /167    0:04:31  : M5475BFE

      m68k:  w+   M54451EVB
+===================== WARNING ======================
+This board does not use CONFIG_DM_SPI_FLASH. Please update
+the board to use CONFIG_SPI_FLASH before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   50   31    1 /167    0:04:26  : M54451EVB

      m68k:  w+   M54418TWR_nand_rmii
+===================== WARNING ======================
+This board does not use CONFIG_DM_SPI_FLASH. Please update
+the board to use CONFIG_SPI_FLASH before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   50   32    1 /167    0:04:26  : M54418TWR_nand_rmii

      mips:  w+   comtrend_ar5315u_ram
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   50   33    1 /167    0:04:17  : comtrend_ar5315u_ram


   51   33    1 /167    0:04:17  : chromebook_samus_tpl

      m68k:  w+   M5475DFE
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.

   51   34    1 /167    0:03:24  : M5475DFE

      m68k:  w+   M5475EFE
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.

   51   35    1 /167    0:03:24  : M5475EFE


   52   35    1 /167    0:03:25  : vct_platinumavc_small


   53   35    1 /167    0:03:19  : chromebook_link


   54   35    1 /167    0:03:19  : mscc_serval


   55   35    1 /167    0:03:13  : boston64r2

      mips:  w+   malta64el
+===================== WARNING ======================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   55   36    1 /167    0:03:25  : malta64el


   56   36    1 /167    0:03:25  : boston32r6


   57   36    1 /167    0:03:26  : ap152

        sh:  w+   sh7753evb
+===================== WARNING ======================
+This board does not use CONFIG_DM_MMC. Please update
+the board to use CONFIG_DM_MMC before the v2019.04 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   57   37    1 /167    0:03:26  : sh7753evb


   58   37    1 /167    0:03:26  : boston32r2


   59   37    1 /167    0:03:26  : sandbox_flattree


   60   37    1 /167    0:03:15  : boston64r6

      m68k:  w+   astro_mcf5373l
+===================== WARNING ======================
+This board does not use CONFIG_WDT (DM watchdog support).
+Please update the board to use CONFIG_WDT before the
+v2019.10 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   60   38    1 /167    0:03:14  : astro_mcf5373l

      m68k:  w+   M54418TWR_serial_rmii
+===================== WARNING ======================
+This board does not use CONFIG_DM_SPI_FLASH. Please update
+the board to use CONFIG_SPI_FLASH before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   60   39    1 /167    0:03:14  : M54418TWR_serial_rmii


   61   39    1 /167    0:03:13  : M5235EVB

      m68k:  w+   M54455EVB_intel
+===================== WARNING ======================
+This board does not use CONFIG_DM_SPI_FLASH. Please update
+the board to use CONFIG_SPI_FLASH before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   61   40    1 /167    0:03:13  : M54455EVB_intel

      mips:  w+   huawei_hg556a_ram
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   61   41    1 /167    0:03:04  : huawei_hg556a_ram


   62   41    1 /167    0:03:04  : imgtec_xilfpga

      m68k:  w+   M52277EVB_stmicro
+===================== WARNING ======================
+This board does not use CONFIG_DM_SPI_FLASH. Please update
+the board to use CONFIG_SPI_FLASH before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   62   42    1 /167    0:03:04  : M52277EVB_stmicro

   sandbox:  w+   sandbox_noblk
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   62   43    1 /167    0:02:30  : sandbox_noblk

       arc:  w+   nsim_hs38
+===================== WARNING ======================
+CONFIG_OF_EMBED is enabled. This option should only
+be used for debugging purposes. Please use
+CONFIG_OF_SEPARATE for boards in mainline.
+See doc/README.fdt-control for more info.
+====================================================

   62   44    1 /167    0:02:45  : nsim_hs38

      m68k:  w+   M54418TWR_nand_mii
+===================== WARNING ======================
+This board does not use CONFIG_DM_SPI_FLASH. Please update
+the board to use CONFIG_SPI_FLASH before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   62   45    1 /167    0:02:45  : M54418TWR_nand_mii


   63   45    1 /167    0:02:45  : amcore

      mips:  w+   comtrend_wap5813n_ram
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   63   46    1 /167    0:02:34  : comtrend_wap5813n_ram

     nds32:  w+   adp-ag101p
+nds32le-linux-ld.bfd: warning: The relaxation isn't supported yet.
+===================== WARNING ======================
+CONFIG_OF_EMBED is enabled. This option should only
+be used for debugging purposes. Please use
+CONFIG_OF_SEPARATE for boards in mainline.
+See doc/README.fdt-control for more info.
+====================================================

   63   47    1 /167    0:02:44  : adp-ag101p


   64   47    1 /167    0:02:44  : sh7763rdp

      m68k:  w+   eb_cpu5282_internal
+===================== WARNING ======================
+This board does not use CONFIG_DM_VIDEO Please update
+the board to use CONFIG_DM_VIDEO before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_WDT (DM watchdog support).
+Please update the board to use CONFIG_WDT before the
+v2019.10 release.

   64   48    1 /167    0:02:44  : eb_cpu5282_internal


   65   48    1 /167    0:02:27  : linkit-smart-7688

      m68k:  w+   M5475CFE
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.

   65   49    1 /167    0:02:27  : M5475CFE


   66   49    1 /167    0:02:23  : cobra5272


   67   49    1 /167    0:02:23  : mscc_jr2

        sh:  w+   r7780mp
+===================== WARNING ======================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   67   50    1 /167    0:02:18  : r7780mp


   68   50    1 /167    0:02:18  : M5282EVB

      mips:  w+   vct_platinum_onenand
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   68   51    1 /167    0:02:13  : vct_platinum_onenand


   69   51    1 /167    0:02:13  : sandbox64

      mips:  w+   pic32mzdask
+===================== WARNING ======================
+This board does not use CONFIG_DM_MMC. Please update
+the board to use CONFIG_DM_MMC before the v2019.04 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
w+arch/mips/dts/pic32mzda_sk.dtb: Warning (interrupts_property):
/serial at 1f822000: Missing interrupt-parent
w+arch/mips/dts/pic32mzda_sk.dtb: Warning (interrupts_property):
/serial at 1f822200: Missing interrupt-parent
w+arch/mips/dts/pic32mzda_sk.dtb: Warning (interrupts_property):
/serial at 1f822a00: Missing interrupt-parent
w+arch/mips/dts/pic32mzda_sk.dtb: Warning (interrupts_property):
/sdhci at 1f8ec000: Missing interrupt-parent
w+arch/mips/dts/pic32mzda_sk.dtb: Warning (interrupts_property):
/ethernet at 1f882000: Missing interrupt-parent
w+arch/mips/dts/pic32mzda_sk.dtb: Warning (interrupts_property):
/musb at 1f8e3000: Missing interrupt-parent

   69   52    1 /167    0:02:13  : pic32mzdask


   70   52    1 /167    0:01:57  : dfi-bt700-q7x-151


   71   52    1 /167    0:01:57  : ae350_rv64_xip


   72   52    1 /167    0:01:55  : qemu_mipsel

      m68k:  w+   eb_cpu5282
+===================== WARNING ======================
+This board does not use CONFIG_DM_VIDEO Please update
+the board to use CONFIG_DM_VIDEO before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_WDT (DM watchdog support).
+Please update the board to use CONFIG_WDT before the
+v2019.10 release.

   72   53    1 /167    0:01:55  : eb_cpu5282

      m68k:  w+   M54455EVB_i66
+===================== WARNING ======================
+This board does not use CONFIG_DM_SPI_FLASH. Please update
+the board to use CONFIG_SPI_FLASH before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   72   54    1 /167    0:01:43  : M54455EVB_i66


   73   54    1 /167    0:01:48  : som-db5800-som-6867

      m68k:  w+   M5485AFE
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.

   73   55    1 /167    0:01:44  : M5485AFE

      mips:  w+   maltael
+===================== WARNING ======================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   73   56    1 /167    0:01:44  : maltael

       arc:  w+   axs103
+===================== WARNING ======================
+CONFIG_OF_EMBED is enabled. This option should only
+be used for debugging purposes. Please use
+CONFIG_OF_SEPARATE for boards in mainline.
+See doc/README.fdt-control for more info.
+====================================================

   73   57    1 /167    0:01:33  : axs103

      mips:  w+   malta64
+===================== WARNING ======================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   73   58    1 /167    0:01:32  : malta64

       arc:  w+   nsim_700
+===================== WARNING ======================
+CONFIG_OF_EMBED is enabled. This option should only
+be used for debugging purposes. Please use
+CONFIG_OF_SEPARATE for boards in mainline.
+See doc/README.fdt-control for more info.
+====================================================

   73   59    1 /167    0:01:35  : nsim_700

      m68k:  w+   M54455EVB_a66
+===================== WARNING ======================
+This board does not use CONFIG_DM_SPI_FLASH. Please update
+the board to use CONFIG_SPI_FLASH before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   73   60    1 /167    0:01:32  : M54455EVB_a66

      m68k:  w+   M5485CFE
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.

   73   61    1 /167    0:01:24  : M5485CFE

      m68k:  w+   M54451EVB_stmicro
+===================== WARNING ======================
+This board does not use CONFIG_DM_SPI_FLASH. Please update
+the board to use CONFIG_SPI_FLASH before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   73   62    1 /167    0:01:24  : M54451EVB_stmicro


   74   62    1 /167    0:01:21  : qemu-x86_64

      mips:  w+   malta
+===================== WARNING ======================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   74   63    1 /167    0:01:21  : malta


   75   63    1 /167    0:01:09  : microchip_mpfs_icicle

      m68k:  w+   M5485HFE
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.

   75   64    1 /167    0:01:09  : M5485HFE

      mips:  w+   vct_premium
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   75   65    1 /167    0:01:09  : vct_premium


   76   65    1 /167    0:01:09  : stmark2

       arc:  w+   iot_devkit
+===================== WARNING ======================
+This board does not use CONFIG_DM_MMC. Please update
+the board to use CONFIG_DM_MMC before the v2019.04 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+CONFIG_OF_EMBED is enabled. This option should only
+be used for debugging purposes. Please use
+CONFIG_OF_SEPARATE for boards in mainline.
+See doc/README.fdt-control for more info.

   76   66    1 /167    0:01:02  : iot_devkit

       arc:  w+   emsdp
+===================== WARNING ======================
+This board does not use CONFIG_DM_MMC. Please update
+the board to use CONFIG_DM_MMC before the v2019.04 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+CONFIG_OF_EMBED is enabled. This option should only
+be used for debugging purposes. Please use
+CONFIG_OF_SEPARATE for boards in mainline.
+See doc/README.fdt-control for more info.

   76   67    1 /167    0:00:59  : emsdp

       x86:  w+   efi-x86_app
+i386-linux-nm: u-boot: no symbols
+===================== WARNING ======================
+CONFIG_OF_EMBED is enabled. This option should only
+be used for debugging purposes. Please use
+CONFIG_OF_SEPARATE for boards in mainline.
+See doc/README.fdt-control for more info.
+====================================================

   76   68    1 /167    0:00:59  : efi-x86_app


   77   68    1 /167    0:00:57  : mscc_luton


   78   68    1 /167    0:00:54  : qemu_mips64el


   79   68    1 /167    0:00:50  : vct_platinumavc_onenand


   80   68    1 /167    0:00:50  : qemu-riscv64


   81   68    1 /167    0:00:46  : conga-qeval20-qa3-e3845

      mips:  w+   comtrend_ar5387un_ram
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   81   69    1 /167    0:00:45  : comtrend_ar5387un_ram


   82   69    1 /167    0:00:43  : ae350_rv64


   83   69    1 /167    0:00:40  : minnowmax


   84   69    1 /167    0:00:39  : edison


   85   69    1 /167    0:00:39  : M5272C3


   86   69    1 /167    0:00:39  : M53017EVB


   87   69    1 /167    0:00:26  : vct_premium_onenand_small

       arc:  w+   hsdk
+===================== WARNING ======================
+CONFIG_OF_EMBED is enabled. This option should only
+be used for debugging purposes. Please use
+CONFIG_OF_SEPARATE for boards in mainline.
+See doc/README.fdt-control for more info.
+====================================================

   87   70    1 /167    0:00:24  : hsdk

       arc:  w+   axs101
+===================== WARNING ======================
+This board does not use CONFIG_DM_MMC. Please update
+the board to use CONFIG_DM_MMC before the v2019.04 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+CONFIG_OF_EMBED is enabled. This option should only
+be used for debugging purposes. Please use
+CONFIG_OF_SEPARATE for boards in mainline.
+See doc/README.fdt-control for more info.

   87   71    1 /167    0:00:22  : axs101


   88   71    1 /167    0:00:20  : efi-x86_payload64


   89   71    1 /167    0:00:17  : cherryhill


   90   71    1 /167    0:00:14  : gardena-smart-gateway-mt7688


   91   71    1 /167    0:00:11  : ae350_rv32_xip


   92   71    1 /167    0:00:09  : chromebox_panther


   93   71    1 /167    0:00:09  : crownbay


   94   71    1 /167    0:00:03  : bayleybay


   95   71    1 /167    sandbox

boards.cfg is up to date. Nothing to do.
Summary of current source for 1381 boards (24 threads, 1 job per thread)
       arc:  w+   nsim_hs38 iot_devkit hsdk nsim_hs38be emsdp axs101
axs103 nsim_700be tb100 nsim_700
       x86:  w+   efi-x86_app +   conga-qeval20-qa3-e3845-internal-uart
   aarch64:  w+   nanopc-t4-rk3399 beelink_gs1 bananapi_m2_plus_h5
ficus-rk3399 bcm958712k oceanic_5205_5inmfd libretech_all_h3_cc_h5
teres_i clearfog_gt_8k pinebook orangepi_pc2 ls1012aqds_tfa_SECURE_BOOT
imx8qm_mek rock960-rk3399 ls2080aqds_nand socfpga_stratix10
ls2080aqds_qspi rockpro64-rk3399 imx8mq_evk orangepi_lite2
firefly-rk3399 rpi_3_b_plus sopine_baseboard am65x_evm_a53
am65x_hs_evm_a53 pine_h64 apalis-imx8qm xilinx_zynqmp_mini_emmc0
nanopi_neo2 s32v234evb orangepi-rk3399 xilinx_zynqmp_mini_nand rpi_3
evb-rk3399 nanopi_a64 turris_mox mvebu_mcbin-88f8040 a64-olinuxino
orangepi_zero_plus2 mvebu_db-88f3720 xilinx_versal_mini_emmc1
xilinx_versal_mini_emmc0 bubblegum_96 puma-rk3399 colibri-imx8qxp
ls1012afrdm_qspi bananapi_m64 nanopi_neo_plus2 orangepi_zero_plus
pine64_plus emlid_neutis_n5_devboard chromebook_bob mvebu_db_armada8k
ls1088ardb_sdcard_qspi_SECURE_BOOT nanopi-neo4-rk3399 ls2080aqds_sdcard
ls1012afrdm_tfa ls1046ardb_sdcard_SECURE_BOOT mvebu_espressobin-88f3720
ls2080a_simu imx8qxp_mek rock-pi-4-rk3399 xilinx_zynqmp_mini_qspi
nanopi-m4-rk3399 pine64-lts amarula_a64_relic uDPU orangepi_prime
orangepi_one_plus orangepi_win xilinx_zynqmp_mini
xilinx_zynqmp_mini_emmc1 ls1043ardb_sdcard_SECURE_BOOT hikey
      m68k:  w+   M5475FFE M54455EVB_stm33 M5485AFE M5475DFE
M52277EVB_stmicro eb_cpu5282_internal M5485CFE M54455EVB_intel M54455EVB
M52277EVB M54418TWR_nand_mii M5485HFE M54418TWR_nand_rmii_lowfreq
M54455EVB_a66 M5475CFE M5485DFE M5485FFE M5475GFE M5475AFE
M54418TWR_serial_mii M54451EVB_stmicro M54451EVB astro_mcf5373l
M54418TWR_serial_rmii M54455EVB_i66 M5485BFE M5475EFE M5475BFE
M54418TWR_nand_rmii eb_cpu5282 M5485GFE M54418TWR M5485EFE
   powerpc:  w+   MPC8641HPCN_36BIT P3041DS_NAND C29XPCIE_NOR_SECBOOT
MPC832XEMDS_HOST_66 hrcon_dh MPC8641HPCN P1010RDB-PB_36BIT_NOR
P2020RDB-PC_SPIFLASH MPC832XEMDS_SLAVE P1020RDB-PC_36BIT
BSC9132QDS_SDCARD_DDRCLK100_SECURE qemu-ppce500 P2041RDB_SECURE_BOOT
P5020DS_NAND_SECURE_BOOT P1010RDB-PA_SPIFLASH_SECBOOT MPC8544DS
P2020RDB-PC_36BIT TQM834x T1040QDS_SECURE_BOOT MPC8536DS T1023RDB_SDCARD
P1010RDB-PB_36BIT_SDCARD P1020MBG-PC_36BIT T1042RDB_SECURE_BOOT T1024QDS
P1020RDB-PD_SPIFLASH P1010RDB-PB_36BIT_SPIFLASH_SECBOOT
P1010RDB-PB_NAND_SECBOOT BSC9132QDS_SPIFLASH_DDRCLK100_SECURE
T4160QDS_SDCARD T1042RDB T4160QDS_SECURE_BOOT T2081QDS_SRIO_PCIE_BOOT
P1021RDB-PC_36BIT_NAND B4860QDS_SECURE_BOOT MPC837XEMDS
MPC8313ERDB_NAND_33 P5020DS_SDCARD sbc8548_PCI_66 P1010RDB-PA_NOR
BSC9132QDS_NOR_DDRCLK133_SECURE T4160RDB P4080DS
P1010RDB-PA_36BIT_NAND_SECBOOT P1010RDB-PA_SDCARD C29XPCIE_NAND
P2041RDB_SRIO_PCIE_BOOT T1040RDB_NAND P5040DS_SPIFLASH
T1042D4RDB_SPIFLASH P1020UTM-PC_36BIT T1023RDB P2020RDB-PC
P1021RDB-PC_36BIT hrcon MPC8349ITX P3041DS_SRIO_PCIE_BOOT
T1024RDB_SPIFLASH T2080QDS_SPIFLASH xpedite537x B4860QDS_SRIO_PCIE_BOOT
P5020DS_NAND B4860QDS BSC9131RDB_SPIFLASH_SYSCLK100 ve8313 MPC8569MDS
B4420QDS P1010RDB-PB_SDCARD MPC8548CDS controlcenterd_36BIT_SDCARD
P5020DS_SRIO_PCIE_BOOT P1020MBG-PC_36BIT_SDCARD
BSC9132QDS_SDCARD_DDRCLK133_SECURE P2041RDB_SPIFLASH MPC8541CDS
T1040D4RDB BSC9132QDS_NAND_DDRCLK133_SECURE
P1010RDB-PA_36BIT_SPIFLASH_SECBOOT T4240RDB_SDCARD xpedite517x
P2041RDB_SDCARD MPC8349ITX_LOWBOOT P5020DS_SPIFLASH P1010RDB-PA_NAND
P1010RDB-PB_36BIT_NOR_SECBOOT P5020DS BSC9132QDS_NOR_DDRCLK100_SECURE
P1020UTM-PC P3041DS_SECURE_BOOT kmlion1 T4160QDS_NAND
T4240QDS_SECURE_BOOT P3041DS_SDCARD P1020MBG-PC_SDCARD P1022DS_SDCARD
T2080QDS_SDCARD sbc8548_PCI_33 P2020RDB-PC_36BIT_SDCARD
MPC832XEMDS_HOST_33 P5040DS_NAND_SECURE_BOOT
P1010RDB-PA_36BIT_NOR_SECBOOT T1042D4RDB P1021RDB-PC_SDCARD
P5040DS_SDCARD T1040QDS_DDR4 T2080QDS_SECURE_BOOT P1010RDB-PB_NOR
MPC8568MDS xpedite520x ids8313 Cyrus_P5040 controlcenterd_TRAILBLAZER
MPC8308RDB T1040D4RDB_NAND T4160QDS BSC9132QDS_SPIFLASH_DDRCLK133_SECURE
P5020DS_SECURE_BOOT P2041RDB_NAND T1040RDB_SPIFLASH
P1010RDB-PA_36BIT_SDCARD P1022DS B4420QDS_NAND P1024RDB_36BIT
MPC8569MDS_ATM T1024RDB_SECURE_BOOT P1010RDB-PB_NAND T1024QDS_SDCARD
P4080DS_SPIFLASH T1040RDB_SECURE_BOOT P1020UTM-PC_36BIT_SDCARD sbc8641d
T1042D4RDB_SDCARD P1020RDB-PC P1020RDB-PD T1023RDB_SPIFLASH
P1010RDB-PB_36BIT_SPIFLASH MPC8313ERDB_NAND_66 sbc8349_PCI_66
T1042RDB_PI_SPIFLASH kmcoge4 P1021RDB-PC_36BIT_SPIFLASH P1021RDB-PC
P4080DS_SDCARD P3041DS MPC8315ERDB T2081QDS P1025RDB_SDCARD T2080QDS
T4240QDS MPC8548CDS_36BIT P1010RDB-PB_36BIT_NAND T1023RDB_NAND
P1022DS_36BIT_SDCARD T1024QDS_NAND P1021RDB-PC_SPIFLASH
MPC8548CDS_legacy T1024RDB_NAND P1023RDB P1022DS_NAND MPC8349ITXGP
P1020RDB-PC_36BIT_NAND T1042D4RDB_SECURE_BOOT P5040DS_NAND T1040RDB
T1042RDB_PI_SDCARD strider_con_dp P3041DS_NAND_SECURE_BOOT
BSC9132QDS_SDCARD_DDRCLK133 P1010RDB-PB_SPIFLASH
BSC9132QDS_NOR_DDRCLK100 xpedite550x T2080RDB_SECURE_BOOT mpc8308_p1m
P1010RDB-PA_36BIT_NOR BSC9131RDB_NAND P1025RDB P4080DS_SECURE_BOOT
P1024RDB P1010RDB-PB_36BIT_NAND_SECBOOT P2020RDB-PC_36BIT_SPIFLASH
BSC9132QDS_NAND_DDRCLK100 P1020RDB-PD_NAND MPC8323ERDB C29XPCIE_SPIFLASH
P1010RDB-PA_NOR_SECBOOT B4860QDS_SPIFLASH P2041RDB T1024RDB
sbc8548_PCI_66_PCIE BSC9132QDS_NOR_DDRCLK133 MPC8313ERDB_33
P1024RDB_SDCARD T4240QDS_NAND MPC8536DS_36BIT P5040DS_SECURE_BOOT
P4080DS_SRIO_PCIE_BOOT strider_cpu strider_con
T1042RDB_PI_NAND_SECURE_BOOT P1022DS_SPIFLASH BSC9132QDS_NAND_DDRCLK133
P1021RDB-PC_36BIT_SDCARD P3041DS_SPIFLASH P1010RDB-PB_NOR_SECBOOT
MPC837XERDB P1022DS_36BIT_SPIFLASH T1024RDB_SDCARD vme8349 T1042RDB_PI
P1022DS_36BIT socrates P1025RDB_NAND P1022DS_36BIT_NAND
P1010RDB-PA_SPIFLASH MPC837XEMDS_HOST MPC8610HPCD
T1024QDS_DDR4_SECURE_BOOT P1010RDB-PB_SPIFLASH_SECBOOT T1024QDS_SPIFLASH
P1010RDB-PA_36BIT_NAND sbc8548_PCI_33_PCIE P1020RDB-PC_36BIT_SPIFLASH
MPC8572DS MPC8555CDS_legacy P1024RDB_SPIFLASH TWR-P1025 T2080RDB_SDCARD
controlcenterd_TRAILBLAZER_DEVELOP BSC9132QDS_SDCARD_DDRCLK100
T2081QDS_SPIFLASH Cyrus_P5020 T4240RDB T4240QDS_SRIO_PCIE_BOOT
P1020RDB-PC_SDCARD T2080RDB P1025RDB_36BIT T1042RDB_PI_NAND
MPC8541CDS_legacy T2080RDB_NAND MPC8536DS_SDCARD T2081QDS_NAND
P1020RDB-PC_SPIFLASH strider_cpu_dp T1040RDB_SDCARD sbc8349_PCI_33
MPC8572DS_36BIT T1040D4RDB_SPIFLASH T1040QDS caddy2 P1020MBG-PC
B4860QDS_NAND C29XPCIE T2080RDB_SPIFLASH P1010RDB-PA_36BIT_SPIFLASH
P1020RDB-PC_36BIT_SDCARD T4240QDS_SDCARD T1024QDS_DDR4 T1040D4RDB_SDCARD
MPC8313ERDB_66 P1020RDB-PC_NAND T2080QDS_NAND
BSC9132QDS_SPIFLASH_DDRCLK133 controlcenterd_36BIT_SDCARD_DEVELOP
MPC8555CDS T2080QDS_SRIO_PCIE_BOOT P1010RDB-PA_NAND_SECBOOT
MPC837XEMDS_SLAVE MPC837XERDB_SLAVE T1024QDS_SECURE_BOOT
BSC9131RDB_NAND_SYSCLK100 P2020RDB-PC_SDCARD P1024RDB_NAND
MPC8536DS_SPIFLASH P1025RDB_SPIFLASH P2020RDB-PC_NAND
BSC9131RDB_SPIFLASH P5040DS T1040D4RDB_SECURE_BOOT
T2080RDB_SRIO_PCIE_BOOT P1021RDB-PC_NAND C29XPCIE_SPIFLASH_SECBOOT
BSC9132QDS_SPIFLASH_DDRCLK100 T1042D4RDB_NAND
BSC9132QDS_NAND_DDRCLK100_SECURE T2081QDS_SDCARD T1023RDB_SECURE_BOOT
P1020RDB-PD_SDCARD P1020UTM-PC_SDCARD P2020RDB-PC_36BIT_NAND
B4420QDS_SPIFLASH
   sandbox:  w+   sandbox_noblk
        sh:  w+   sh7753evb r7780mp sh7757lcr r2dplus sh7752evb
microblaze:  w+   microblaze-generic
      mips:  w+   comtrend_ct5361_ram malta comtrend_ar5387un_ram
comtrend_ar5315u_ram sfr_nb4-ser_ram vct_premium_onenand vct_platinum
vct_premium malta64el vct_platinum_onenand malta64 tplink_wdr4300
netgear_dgnd3700v2_ram pic32mzdask maltael comtrend_vr3032u_ram
huawei_hg556a_ram comtrend_wap5813n_ram
       arm:  w+   Mele_A1000 CSQ_CS908 maxbcm nitrogen6dl2g ts4800
mx6dlarm2 netspace_mini_v2 omap3_zoom1 k2l_hs_evm Mele_A1000G_quad
theadorable_debug omap3_beagle integratorap_cm946es bananapi_m2_plus_h3
devkit3250 Linksprite_pcDuino pcm058 tqma6q_mba6_spi mx7dsabresd_qspi
inetspace_v2 warp vexpress_ca9x4 pico-imx7d_bl33 titanium ethernut5
highbank sansa_fuze_plus libretech_all_h3_cc_h3 A20-OLinuXino-Lime
at91sam9g20ek_dataflash_cs1 at91sam9g20ek_dataflash_cs0 gt90h_v4
mixtile_loftq am43xx_hs_evm thuban Yones_Toptech_BD1078 smdkc100
Auxtek-T003 integratorap_cm920t db-xc3-24g4xg at91sam9m10g45ek_nandflash
spear600_usbtty_nand snapper9g20 am335x_hs_evm_uart orangepi_pc_plus
k2e_evm orangepi_one vf610twr_nand sunxi_Gemei_G9 am335x_shc_sdboot
pico-hobbit-imx7d dms-ba16 cgtqmx6eval Bananapro mx23_olinuxino
orangepi_zero am43xx_evm_rtconly dockstar tqma6s_wru4_mmc k2l_evm
am65x_hs_evm_r5 ds414 openrd_client topic_miami mx7dsabresd
A13-OLinuXinoM Ainol_AW1 integratorap_cm720t Colombus stih410-b2260
at91sam9g20ek_nandflash brppt1_mmc polaroid_mid2809pxe04 Wexler_TAB7200
iNet_3F rpi_0_w iNet_3W at91rm9200ek mk802 udoo Yones_Toptech_BS1078_V2
icnova-a20-swac iNet_86VS nanopi_m1_plus sun8i_a23_evb birdland_bav335b
nanopi_m1 db-88f6720 ls1021atwr_sdcard_qspi at91sam9260ek_nandflash
at91sam9261ek_nandflash am335x_evm q8_a13_tablet aristainetos etamin
edminiv2 A20-Olimex-SOM204-EVB-eMMC net2big_v2 ls1021atwr_sdcard_ifc
Orangepi_mini riotboard_spl iNet_D978_rev2 ls1021atwr_qspi
at91sam9263ek_norflash_boot brxre1 at91sam9m10g45ek_mmc
db-88f6281-bp-nand inet86dz orangepi_plus at91sam9261ek_dataflash_cs3
at91sam9261ek_dataflash_cs0 i12-tvbox mx6sxsabresd_spl mx28evk_nand
pcm051_rev3 pcm051_rev1 ls1021aqds_nand MSI_Primo73 am335x_hs_evm ib62x0
tqma6s_mba6_mmc platinum_picon netspace_lite_v2 mx23evk
A20-OLinuXino_MICRO sheevaplug cm_t54 Itead_Ibox_A20 r7-tv-dongle
spear300_usbtty_nand netspace_max_v2 platinum_titanium cairo ti814x_evm
am43xx_evm_usbhost_boot wb50n topic_miamilite birdland_bav335a
colibri_imx7 woodburn_sd opos6uldev udoo_neo ls1021aqds_sdcard_qspi
db-88f6281-bp-spi libretech_all_h3_cc_h2_plus at91sam9n12ek_mmc
k2hk_hs_evm spear310_usbtty_pnor mccmon6_nor mx6qsabrelite s5p_goni
sc_sps_1 mx53ppd nanopi_neo_air Marsboard_A10 zynq_cse_nor omap4_sdp4430
at91sam9rlek_mmc tqma6q_mba6_mmc orangepi_r1 Wits_Pro_A20_DKT cm_t43
woodburn CHIP_pro omap4_panda rpi_2 apx4devkit pengwyn usbarmory
at91sam9g10ek_nandflash smartweb db-88f6820-gp CHIP gwventana_nand
secomx6quq7 tqma6dl_mba6_mmc inet9f_rev03 mx6cuboxi tbs2910
dserve_dsrv9703c cm_t335 mx35pdk bcm11130_nand chiliboard am335x_baltos
bcm28155_ap bcm28155_w1d aristainetos2 mx6ul_9x9_evk difrnce_dit4350
nitrogen6s1g UTOO_P66 am43xx_evm_qspiboot at91sam9263ek_norflash
Ampe_A76 cm_t35 at91sam9263ek_dataflash cm_fx6 netspace_v2 brppt1_nand
omap3_overo gwventana_emmc wb45n rpi_3_32b at91sam9rlek_nandflash
vexpress_ca5x2 omap3_pandora Cubieboard h2200 ls1021aqds_nor_SECURE_BOOT
aristainetos2b vexpress_ca15_tc2 inet97fv2 controlcenterdc bcm23550_w1d
colorfly_e708_q1 sksimx6 am335x_igep003x blanche
Nintendo_NES_Classic_Edition mk802_a10s clearfog guruplug
at91sam9g10ek_dataflash_cs0 omap3_ha nanopi_neo bcm11130
ls1021atwr_nor_SECURE_BOOT tqma6s_mba6_spi nsa310s
Empire_electronix_d709 display5 Empire_electronix_m712 parrot_r16
orangepi_pc apf27 gose iconnect Hummingbird_A31
at91sam9263ek_dataflash_cs0 nitrogen6dl ls1021aqds_ddr4_nor_lpuart
Linksprite_pcDuino3 mx25pdk mx53ard d2net_v2 q8_a23_tablet_800x480
mx6dlarm2_lpddr2 Mele_I7 tao3530 helios4 ga10h_v1_1 mx6qarm2_lpddr2
Mini-X mx6slevk_spl da850_am18xxevm A10s-OLinuXino-M Cubieboard2
at91sam9xeek_nandflash picosam9g45 zynq_cse_qspi spear310_usbtty
am43xx_evm pfla02 ls1021aiot_sdcard zynq_cse_nand dms-ba16-1g
q8_a33_tablet_1024x600 spear600_usbtty orangepi_2 ls1021aqds_ddr4_nor
at91sam9xeek_dataflash_cs0 Wobo_i5 vf610twr xilinx_zynqmp_r5
Sinovoip_BPI_M2 mk802ii Sinlinx_SinA31s inet1 mx6qarm2 duovero
pico-imx7d A20-OLinuXino-Lime2 zc5202 ds109 spear320_usbtty_nand dns325
beelink_x2 turris_omnia spear310_usbtty_nand Orangepi colibri_vf
bananapi_m2_zero bananapi_m1_plus A20-OLinuXino_MICRO-eMMC
pico-pi-imx6ul marsboard spear320_usbtty_pnor ls1021atwr_nor pogo_e02
mx28evk_spi mx6slevk integratorap_cm926ejs zmx25 rut nokia_rx51
k2g_hs_evm MK808C ls1021atwr_sdcard_ifc_SECURE_BOOT
am335x_boneblack_vboot mx6sxsabresd omapl138_lcdk koelsch orangepi_lite
imx6qdl_icore_mmc pov_protab2_ips9 at91sam9rlek_dataflash ts4600 kc1
colibri-imx6ull gwventana_gw5904 Lamobo_R1 sniper q8_a33_tablet_800x480
A33-OLinuXino mx6ul_14x14_evk goflexhome ls1021aqds_nor_lpuart
at91sam9xeek_dataflash_cs1 at91sam9260ek_dataflash_cs0
at91sam9260ek_dataflash_cs1 nitrogen6s nitrogen6q m53menlo Auxtek-T004
polaroid_mid2407pxe03 am57xx_hs_evm_usb A10-OLinuXino-Lime
am335x_shc_ict Hyundai_A7HD xfi3 A20-Olimex-SOM204-EVB ti816x_evm
ot1200_spl nitrogen6q2g am335x_guardian ls1021atwr_nor_lpuart k2e_hs_evm
mx51evk openrd_base openrd_ultimate pxm2 mx53smd spear320_usbtty
pico-hobbit-imx6ul Bananapi_m2m at91sam9n12ek_nandflash mccmon6_sd
at91sam9n12ek_spiflash inet_q972 xpress_spl at91rm9200ek_ram Mele_M3
Mele_M5 Mele_M9 x530 A13-OLinuXino omap5_uevm inet98v_rev2 nas220
pico-imx6ul colibri_pxa270 ls1021aiot_qspi spear300_usbtty mx28evk
cl-som-imx7 orangepi_plus2e ba10_tv_box mx28evk_auart_console
Chuwi_V7_CW0825 tqma6dl_mba6_spi gplugd rastaban ls1021aqds_sdcard_ifc
dreamplug stv0991 display5_factory rpi A20-Olimex-SOM-EVB brppt1_spi
vinco imx6dl_mamoj at91sam9g10ek_dataflash_cs3 mx6memcal Cubietruck
dh_imx6 xpress Linksprite_pcDuino3_Nano mx6slevk_spinor Sinlinx_SinA33
ls1021aqds_qspi kp_imx6q_tpc snapper9260 tricorder pico-pi-imx7d
crs305-1g-4s db-mv784mp-gp MSI_Primo81 A20-OLinuXino-Lime2-eMMC
db-88f6820-amc jesurun_q5 lager mx53evk mx6sabresd riotboard pepper
topic_miamiplus am335x_shc ls1021aqds_nor gurnard k2hk_evm
am335x_shc_netboot x600 zc5601 ge_bx50v3 devkit8000 ot1200 Bananapi
draco edb9315a tricorder_flash mx53loco am3517_crane
at91sam9263ek_nandflash am335x_sl50
     nds32:  w+   adp-ae3xx adp-ag101p
+===================== WARNING ======================
+This board does not use CONFIG_DM_VIDEO Please update
+the board to use CONFIG_DM_VIDEO before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_MMC. Please update
+the board to use CONFIG_DM_MMC before the v2019.04 release.
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+This board does use CONFIG_LIBATA but has CONFIG_AHCI not
+enabled. Please update the storage controller driver to use
+CONFIG_AHCI before the v2019.07 release.
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.
+This board does not use CONFIG_DM_SPI_FLASH. Please update
+the board to use CONFIG_SPI_FLASH before the v2019.07 release.
+WARNING: BL31 file bl31.elf NOT found, resulting binary is non-functional
+WARNING: Please read Building section in doc/README.rockchip
+This board does not use CONFIG_WDT (DM watchdog support).
+Please update the board to use CONFIG_WDT before the
+v2019.10 release.
+This board does use CONFIG_MVSATA_IDE which is not
+ported to driver-model (DM) yet. Please update the storage
+controller driver to use CONFIG_AHCI before the v2019.07
+release.
+WARNING: BL31 file bl31.bin NOT found, resulting binary is non-functional
+Please read the section on ARM Trusted Firmware (ATF) in
board/sunxi/README.sunxi64
+CONFIG_OF_EMBED is enabled. This option should only
+be used for debugging purposes. Please use
+CONFIG_OF_SEPARATE for boards in mainline.
+See doc/README.fdt-control for more info.
+WARNING 'mx8qm-ahab-container.img' not found, resulting binary is
not-functional
+arch/arm/mach-k3//config.mk:24: "WARNING: signing key not found. Random
key will NOT work on HS hardware!"
+WARNING 'signed_hdmi_imx8m.bin' not found, resulting binary is
not-functional
+WARNING ATF file bl31.bin NOT found, resulting binary is non-functional
+WARNING OPTEE file bl32.bin NOT found, resulting might be non-functional
+nds32le-linux-ld.bfd: warning: The relaxation isn't supported yet.
+Please read Building section in doc/README.rockchip
+WARNING: PMUM0 file rk3399m0.bin NOT found, resulting binary is
non-functional
+WARNING 'mx8qx-ahab-container.img' not found, resulting binary is
not-functional
+Compiler aborting due to parser-detected syntax error(s)
+board/congatec/conga-qeval20-qa3-e3845/dsdt.asl.tmp    731:
+Error    6126 - syntax error, unexpected $end and premature End-Of-File
+
+make[2]: *** [board/congatec/conga-qeval20-qa3-e3845/dsdt.c] Error 255
+make[1]: *** [board/congatec/conga-qeval20-qa3-e3845] Error 2
+make: *** [sub-make] Error 2
+This board uses CONFIG_DM_I2C_COMPAT. Please remove
+(possibly in a subsequent patch in your series)
+before sending patches to the mailing list.
+WARNING 'ahab-container.img' not found, resulting binary is not-functional
+i386-linux-nm: u-boot: no symbols
+cp: cannot stat 'MLO.byteswap': No such file or directory
w+arch/arm/dts/armada-3720-turris-mox.dtb: Warning (reg_format):
/soc/internal-regs/i2c at 11000/rtc at 6f:reg: property has invalid length (4
bytes) (#address-cells == 2, #size-cells == 1)
w+arch/arm/dts/armada-3720-turris-mox.dtb: Warning
(avoid_default_addr_size): /soc/internal-regs/i2c at 11000/rtc at 6f: Relying
on default #address-cells value
w+arch/arm/dts/armada-3720-turris-mox.dtb: Warning
(avoid_default_addr_size): /soc/internal-regs/i2c at 11000/rtc at 6f: Relying
on default #size-cells value
w+arch/arm/dts/armada-388-gp.dtb: Warning (reg_format):
/soc/internal-regs/spi at 10600/spi-flash at 0:reg: property has invalid
length (4 bytes) (#address-cells == 2, #size-cells == 1)
w+arch/arm/dts/armada-388-gp.dtb: Warning (avoid_default_addr_size):
/soc/internal-regs/spi at 10600/spi-flash at 0: Relying on default
#address-cells value
w+arch/arm/dts/armada-388-gp.dtb: Warning (avoid_default_addr_size):
/soc/internal-regs/spi at 10600/spi-flash at 0: Relying on default #size-cells
value
w+arch/arm/dts/armada-xp-maxbcm.dtb: Warning (reg_format):
/soc/internal-regs/mdio/ethernet-phy at 0:reg: property has invalid length
(4 bytes) (#address-cells == 2, #size-cells == 1)
w+arch/arm/dts/armada-xp-maxbcm.dtb: Warning (reg_format):
/soc/internal-regs/mdio/ethernet-phy at 1:reg: property has invalid length
(4 bytes) (#address-cells == 2, #size-cells == 1)
w+arch/arm/dts/armada-xp-maxbcm.dtb: Warning (reg_format):
/soc/internal-regs/mdio/ethernet-phy at 2:reg: property has invalid length
(4 bytes) (#address-cells == 2, #size-cells == 1)
w+arch/arm/dts/armada-xp-maxbcm.dtb: Warning (reg_format):
/soc/internal-regs/mdio/ethernet-phy at 3:reg: property has invalid length
(4 bytes) (#address-cells == 2, #size-cells == 1)
w+arch/arm/dts/armada-xp-maxbcm.dtb: Warning (avoid_default_addr_size):
/soc/internal-regs/mdio/ethernet-phy at 0: Relying on default
#address-cells value
w+arch/arm/dts/armada-xp-maxbcm.dtb: Warning (avoid_default_addr_size):
/soc/internal-regs/mdio/ethernet-phy at 0: Relying on default #size-cells value
w+arch/arm/dts/armada-xp-maxbcm.dtb: Warning (avoid_default_addr_size):
/soc/internal-regs/mdio/ethernet-phy at 1: Relying on default
#address-cells value
w+arch/arm/dts/armada-xp-maxbcm.dtb: Warning (avoid_default_addr_size):
/soc/internal-regs/mdio/ethernet-phy at 1: Relying on default #size-cells value
w+arch/arm/dts/armada-xp-maxbcm.dtb: Warning (avoid_default_addr_size):
/soc/internal-regs/mdio/ethernet-phy at 2: Relying on default
#address-cells value
w+arch/arm/dts/armada-xp-maxbcm.dtb: Warning (avoid_default_addr_size):
/soc/internal-regs/mdio/ethernet-phy at 2: Relying on default #size-cells value
w+arch/arm/dts/armada-xp-maxbcm.dtb: Warning (avoid_default_addr_size):
/soc/internal-regs/mdio/ethernet-phy at 3: Relying on default
#address-cells value
w+arch/arm/dts/armada-xp-maxbcm.dtb: Warning (avoid_default_addr_size):
/soc/internal-regs/mdio/ethernet-phy at 3: Relying on default #size-cells value
w+arch/arm/dts/armada-xp-theadorable.dtb: Warning (reg_format):
/soc/internal-regs/mdio/ethernet-phy at 0:reg: property has invalid length
(4 bytes) (#address-cells == 2, #size-cells == 1)
w+arch/arm/dts/armada-xp-theadorable.dtb: Warning
(avoid_default_addr_size): /soc/internal-regs/mdio/ethernet-phy at 0:
Relying on default #address-cells value
w+arch/arm/dts/armada-xp-theadorable.dtb: Warning
(avoid_default_addr_size): /soc/internal-regs/mdio/ethernet-phy at 0:
Relying on default #size-cells value
w+arch/arm/dts/sun8i-h3-bananapi-m2-plus.dtb: Warning (clocks_property):
/soc/serial at 1c28400/bluetooth: Missing property '#clock-cells' in node
/soc/rtc at 1f00000 or bad phandle (referred from clocks[0])
w+arch/arm/dts/sun8i-h3-bananapi-m2-plus.dtb: Warning (clocks_property):
/wifi_pwrseq: Missing property '#clock-cells' in node /soc/rtc at 1f00000
or bad phandle (referred from clocks[0])
w+arch/arm/dts/sun50i-h5-bananapi-m2-plus.dtb: Warning
(clocks_property): /soc/serial at 1c28400/bluetooth: Missing property
'#clock-cells' in node /soc/rtc at 1f00000 or bad phandle (referred from
clocks[0])
w+arch/arm/dts/sun50i-h5-bananapi-m2-plus.dtb: Warning
(clocks_property): /wifi_pwrseq: Missing property '#clock-cells' in node
/soc/rtc at 1f00000 or bad phandle (referred from clocks[0])
w+arch/arm/dts/s5pc1xx-smdkc100.dtb: Warning (interrupts_property):
/serial at ec000000: Missing interrupt-parent
w+arch/arm/dts/stih410-b2260.dtb: Warning (gpios_property):
/soc/sti-display-subsystem/sti-hdmi at 8d04000:hdmi,hpd-gpio: property size
(8) too small for cell size 2
w+arch/mips/dts/pic32mzda_sk.dtb: Warning (interrupts_property):
/serial at 1f822000: Missing interrupt-parent
w+arch/mips/dts/pic32mzda_sk.dtb: Warning (interrupts_property):
/serial at 1f822200: Missing interrupt-parent
w+arch/mips/dts/pic32mzda_sk.dtb: Warning (interrupts_property):
/serial at 1f822a00: Missing interrupt-parent
w+arch/mips/dts/pic32mzda_sk.dtb: Warning (interrupts_property):
/sdhci at 1f8ec000: Missing interrupt-parent
w+arch/mips/dts/pic32mzda_sk.dtb: Warning (interrupts_property):
/ethernet at 1f882000: Missing interrupt-parent
w+arch/mips/dts/pic32mzda_sk.dtb: Warning (interrupts_property):
/musb at 1f8e3000: Missing interrupt-parent
w+arch/arm/dts/stv0991.dtb: Warning (clocks_property):
/spi at 80203000:clocks: Could not get phandle node for (cell 0)
ERROR: Job failed: exit code 128

    U-Boot
    Custodians
    EFI U-Boot Custodian TreeEFI U-Boot Custodian Tree
    Jobs
    #2155

failed Job #2155 triggered 11 hours ago by Heinrich Schuchardt's avatar
Heinrich Schuchardt


Running with gitlab-runner 12.0.1 (0e5417a3)
  on konsulko-bootbake G37FKVsV
Using Docker executor with image
trini/u-boot-gitlab-ci-runner:xenial-20190720-24Jul2019 ...
Pulling docker image
trini/u-boot-gitlab-ci-runner:xenial-20190720-24Jul2019 ...
Using docker image
sha256:5b1c8d4e86ff4494305883637941b882b324282a91d57d6157d1140e7a67d9d3
for trini/u-boot-gitlab-ci-runner:xenial-20190720-24Jul2019 ...
Running on runner-G37FKVsV-project-553-concurrent-0 via bootbake...
Fetching changes...
Reinitialized existing Git repository in
/builds/u-boot/custodians/u-boot-efi/.git/
Checking out 5bab6711 as efi-2019-10...
Removing boards.cfg
Removing tools/binman/cbfs_util.pyc
Removing tools/binman/cmdline.pyc
Removing tools/binman/control.pyc
Removing tools/binman/elf.pyc
Removing tools/binman/entry.pyc
Removing tools/binman/etype/__init__.pyc
Removing tools/binman/etype/blob.pyc
Removing tools/binman/etype/blob_dtb.pyc
Removing tools/binman/etype/fdtmap.pyc
Removing tools/binman/etype/image_header.pyc
Removing tools/binman/etype/powerpc_mpc85xx_bootpg_resetvec.pyc
Removing tools/binman/etype/section.pyc
Removing tools/binman/etype/u_boot_dtb_with_ucode.pyc
Removing tools/binman/etype/u_boot_with_ucode_ptr.pyc
Removing tools/binman/image.pyc
Removing tools/binman/state.pyc
Removing tools/buildman/board.pyc
Removing tools/buildman/bsettings.pyc
Removing tools/buildman/builder.pyc
Removing tools/buildman/builderthread.pyc
Removing tools/buildman/cmdline.pyc
Removing tools/buildman/control.pyc
Removing tools/buildman/kconfiglib.pyc
Removing tools/buildman/toolchain.pyc
Removing tools/concurrencytest/concurrencytest.pyc
Removing tools/dtoc/fdt.pyc
Removing tools/dtoc/fdt_util.pyc
Removing tools/patman/checkpatch.pyc
Removing tools/patman/command.pyc
Removing tools/patman/commit.pyc
Removing tools/patman/cros_subprocess.pyc
Removing tools/patman/get_maintainer.pyc
Removing tools/patman/gitutil.pyc
Removing tools/patman/patchstream.pyc
Removing tools/patman/series.pyc
Removing tools/patman/settings.pyc
Removing tools/patman/terminal.pyc
Removing tools/patman/test_util.pyc
Removing tools/patman/tools.pyc
Removing tools/patman/tout.pyc

Skipping Git submodules setup
$ ret=0; ./tools/buildman/buildman -P -E -x arm,powerpc || ret=$?; if [[
$ret -ne 0 && $ret -ne 129 ]]; then ./tools/buildman/buildman -sdeP;
exit $ret; fi;
Building current source for 167 boards (24 threads, 1 job per thread)

Starting build...
    0    0    0 /167    (starting)


    1    0    0 /167    1:06:16  : vct_platinumavc

       x86:  +   conga-qeval20-qa3-e3845-internal-uart
+Compiler aborting due to parser-detected syntax error(s)
+board/congatec/conga-qeval20-qa3-e3845/dsdt.asl.tmp    731:
+Error    6126 - syntax error, unexpected $end and premature End-Of-File
+
+make[2]: *** [board/congatec/conga-qeval20-qa3-e3845/dsdt.c] Error 255
+make[1]: *** [board/congatec/conga-qeval20-qa3-e3845] Error 2
+make: *** [sub-make] Error 2

    1    0    1 /167    1:06:16  : conga-qeval20-qa3-e3845-internal-uart


    2    0    1 /167    0:36:00  : qemu_mips64


    3    0    1 /167    0:29:52  : vct_platinumavc_onenand_small


    4    0    1 /167    0:25:41  : M5235EVB_Flash32


    5    0    1 /167    0:22:39  : M5253DEMO


    6    0    1 /167    0:20:42  : netgear_cg3100d_ram

      m68k:  w+   M5475AFE
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.

    6    1    1 /167    0:20:42  : M5475AFE


    7    1    1 /167    0:20:42  : M5329AFEE


    8    1    1 /167    0:20:42  : 10m50

      m68k:  w+   M54455EVB_stm33
+===================== WARNING ======================
+This board does not use CONFIG_DM_SPI_FLASH. Please update
+the board to use CONFIG_SPI_FLASH before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

    8    2    1 /167    0:03:55  : M54455EVB_stm33


    9    2    1 /167    0:04:04  : ap121

      mips:  w+   comtrend_vr3032u_ram
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

    9    3    1 /167    0:04:04  : comtrend_vr3032u_ram

      mips:  w+   sfr_nb4-ser_ram
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

    9    4    1 /167    0:04:06  : sfr_nb4-ser_ram


   10    4    1 /167    0:05:36  : ci20_mmc


   11    4    1 /167    0:05:36  : sifive_fu540


   12    4    1 /167    0:05:36  : qemu-riscv32


   13    4    1 /167    0:05:36  : qemu-riscv64_smode


   14    4    1 /167    0:04:41  : ae350_rv32


   15    4    1 /167    0:04:41  : mscc_ocelot


   16    4    1 /167    0:06:28  : cougarcanyon2

      m68k:  w+   M54418TWR_nand_rmii_lowfreq
+===================== WARNING ======================
+This board does not use CONFIG_DM_SPI_FLASH. Please update
+the board to use CONFIG_SPI_FLASH before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   16    5    1 /167    0:06:24  : M54418TWR_nand_rmii_lowfreq

      m68k:  w+   M5485GFE
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.

   16    6    1 /167    0:06:24  : M5485GFE

      m68k:  w+   M54455EVB
+===================== WARNING ======================
+This board does not use CONFIG_DM_SPI_FLASH. Please update
+the board to use CONFIG_SPI_FLASH before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   16    7    1 /167    0:06:01  : M54455EVB

      m68k:  w+   M54418TWR
+===================== WARNING ======================
+This board does not use CONFIG_DM_SPI_FLASH. Please update
+the board to use CONFIG_SPI_FLASH before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   16    8    1 /167    0:06:01  : M54418TWR


   17    8    1 /167    0:06:11  : M5373EVB

        sh:  w+   sh7757lcr
+===================== WARNING ======================
+This board does not use CONFIG_DM_MMC. Please update
+the board to use CONFIG_DM_MMC before the v2019.04 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   17    9    1 /167    0:06:11  : sh7757lcr

       arc:  w+   nsim_700be
+===================== WARNING ======================
+CONFIG_OF_EMBED is enabled. This option should only
+be used for debugging purposes. Please use
+CONFIG_OF_SEPARATE for boards in mainline.
+See doc/README.fdt-control for more info.
+====================================================

   17   10    1 /167    0:05:49  : nsim_700be

        sh:  w+   sh7752evb
+===================== WARNING ======================
+This board does not use CONFIG_DM_MMC. Please update
+the board to use CONFIG_DM_MMC before the v2019.04 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   17   11    1 /167    0:05:49  : sh7752evb

      m68k:  w+   M5485EFE
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.

   17   12    1 /167    0:05:49  : M5485EFE

      m68k:  w+   M5485DFE
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.

   17   13    1 /167    0:05:49  : M5485DFE


   18   13    1 /167    0:05:00  : theadorable-x86-dfi-bt700


   19   13    1 /167    0:05:00  : theadorable-x86-conga-qa3-e3845-pcie-x4

      mips:  w+   vct_premium_onenand
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   19   14    1 /167    0:04:44  : vct_premium_onenand

       arc:  w+   tb100
+===================== WARNING ======================
+CONFIG_OF_EMBED is enabled. This option should only
+be used for debugging purposes. Please use
+CONFIG_OF_SEPARATE for boards in mainline.
+See doc/README.fdt-control for more info.
+====================================================

   19   15    1 /167    0:04:44  : tb100


   20   15    1 /167    0:05:02  : bcm968380gerg_ram


   21   15    1 /167    0:05:07  : M5249EVB


   22   15    1 /167    0:05:24  : boston32r2el

      mips:  w+   vct_platinum
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   22   16    1 /167    0:05:24  : vct_platinum

      m68k:  w+   M5485FFE
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.

   22   17    1 /167    0:05:27  : M5485FFE

        sh:  w+   r2dplus
+===================== WARNING ======================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   22   18    1 /167    0:06:02  : r2dplus

       arc:  w+   nsim_hs38be
+===================== WARNING ======================
+CONFIG_OF_EMBED is enabled. This option should only
+be used for debugging purposes. Please use
+CONFIG_OF_SEPARATE for boards in mainline.
+See doc/README.fdt-control for more info.
+====================================================

   22   19    1 /167    0:06:28  : nsim_hs38be


   23   19    1 /167    0:06:28  : M5275EVB

      m68k:  w+   M5485BFE
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.

   23   20    1 /167    0:05:56  : M5485BFE


   24   20    1 /167    0:06:22  : M5329BFEE


   25   20    1 /167    0:06:22  : MigoR

      m68k:  w+   M54418TWR_serial_mii
+===================== WARNING ======================
+This board does not use CONFIG_DM_SPI_FLASH. Please update
+the board to use CONFIG_SPI_FLASH before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   25   21    1 /167    0:06:22  : M54418TWR_serial_mii

     nds32:  w+   adp-ae3xx
+nds32le-linux-ld.bfd: warning: The relaxation isn't supported yet.
+===================== WARNING ======================
+CONFIG_OF_EMBED is enabled. This option should only
+be used for debugging purposes. Please use
+CONFIG_OF_SEPARATE for boards in mainline.
+See doc/README.fdt-control for more info.
+====================================================

   25   22    1 /167    0:06:25  : adp-ae3xx


   26   22    1 /167    0:05:21  : sandbox_spl


   27   22    1 /167    0:05:17  : efi-x86_payload32

      mips:  w+   comtrend_ct5361_ram
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   27   23    1 /167    0:05:17  : comtrend_ct5361_ram


   28   23    1 /167    0:05:11  : mscc_servalt


   29   23    1 /167    0:05:23  : boston64r6el


   30   23    1 /167    0:05:23  : M5208EVBE


   31   23    1 /167    0:04:54  : boston64r2el


   32   23    1 /167    0:05:07  : theadorable-x86-conga-qa3-e3845

microblaze:  w+   microblaze-generic
+===================== WARNING ======================
+CONFIG_OF_EMBED is enabled. This option should only
+be used for debugging purposes. Please use
+CONFIG_OF_SEPARATE for boards in mainline.
+See doc/README.fdt-control for more info.
+====================================================

   32   24    1 /167    0:05:38  : microblaze-generic


   33   24    1 /167    0:06:17  : gardena-smart-gateway-mt7688-ram


   34   24    1 /167    0:06:17  : qemu-riscv32_smode


   35   24    1 /167    0:06:17  : coreboot

      mips:  w+   netgear_dgnd3700v2_ram
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   35   25    1 /167    0:06:21  : netgear_dgnd3700v2_ram


   36   25    1 /167    0:06:21  : vct_platinum_onenand_small

      mips:  w+   tplink_wdr4300
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   36   26    1 /167    0:06:15  : tplink_wdr4300


   37   26    1 /167    0:06:15  : qemu_mips


   38   26    1 /167    0:06:15  : tools-only


   39   26    1 /167    0:05:42  : vct_premium_small


   40   26    1 /167    0:05:42  : chromebook_link64


   41   26    1 /167    0:05:42  : ap143


   42   26    1 /167    0:05:42  : qemu-x86


   43   26    1 /167    0:04:27  : galileo


   44   26    1 /167    0:04:37  : 3c120


   45   26    1 /167    0:04:37  : sagem_f at st1704_ram

      m68k:  w+   M5475FFE
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.

   45   27    1 /167    0:04:05  : M5475FFE

      m68k:  w+   M5475GFE
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.

   45   28    1 /167    0:04:20  : M5475GFE


   46   28    1 /167    0:04:23  : boston32r6el


   47   28    1 /167    0:04:38  : linkit-smart-7688-ram


   48   28    1 /167    0:04:46  : vct_platinum_small

      m68k:  w+   M52277EVB
+===================== WARNING ======================
+This board does not use CONFIG_DM_SPI_FLASH. Please update
+the board to use CONFIG_SPI_FLASH before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   48   29    1 /167    0:04:46  : M52277EVB


   49   29    1 /167    0:04:46  : xtfpga


   50   29    1 /167    0:04:31  : chromebook_samus

      m68k:  w+   M5475BFE
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.

   50   30    1 /167    0:04:31  : M5475BFE

      m68k:  w+   M54451EVB
+===================== WARNING ======================
+This board does not use CONFIG_DM_SPI_FLASH. Please update
+the board to use CONFIG_SPI_FLASH before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   50   31    1 /167    0:04:26  : M54451EVB

      m68k:  w+   M54418TWR_nand_rmii
+===================== WARNING ======================
+This board does not use CONFIG_DM_SPI_FLASH. Please update
+the board to use CONFIG_SPI_FLASH before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   50   32    1 /167    0:04:26  : M54418TWR_nand_rmii

      mips:  w+   comtrend_ar5315u_ram
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   50   33    1 /167    0:04:17  : comtrend_ar5315u_ram


   51   33    1 /167    0:04:17  : chromebook_samus_tpl

      m68k:  w+   M5475DFE
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.

   51   34    1 /167    0:03:24  : M5475DFE

      m68k:  w+   M5475EFE
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.

   51   35    1 /167    0:03:24  : M5475EFE


   52   35    1 /167    0:03:25  : vct_platinumavc_small


   53   35    1 /167    0:03:19  : chromebook_link


   54   35    1 /167    0:03:19  : mscc_serval


   55   35    1 /167    0:03:13  : boston64r2

      mips:  w+   malta64el
+===================== WARNING ======================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   55   36    1 /167    0:03:25  : malta64el


   56   36    1 /167    0:03:25  : boston32r6


   57   36    1 /167    0:03:26  : ap152

        sh:  w+   sh7753evb
+===================== WARNING ======================
+This board does not use CONFIG_DM_MMC. Please update
+the board to use CONFIG_DM_MMC before the v2019.04 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   57   37    1 /167    0:03:26  : sh7753evb


   58   37    1 /167    0:03:26  : boston32r2


   59   37    1 /167    0:03:26  : sandbox_flattree


   60   37    1 /167    0:03:15  : boston64r6

      m68k:  w+   astro_mcf5373l
+===================== WARNING ======================
+This board does not use CONFIG_WDT (DM watchdog support).
+Please update the board to use CONFIG_WDT before the
+v2019.10 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   60   38    1 /167    0:03:14  : astro_mcf5373l

      m68k:  w+   M54418TWR_serial_rmii
+===================== WARNING ======================
+This board does not use CONFIG_DM_SPI_FLASH. Please update
+the board to use CONFIG_SPI_FLASH before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   60   39    1 /167    0:03:14  : M54418TWR_serial_rmii


   61   39    1 /167    0:03:13  : M5235EVB

      m68k:  w+   M54455EVB_intel
+===================== WARNING ======================
+This board does not use CONFIG_DM_SPI_FLASH. Please update
+the board to use CONFIG_SPI_FLASH before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   61   40    1 /167    0:03:13  : M54455EVB_intel

      mips:  w+   huawei_hg556a_ram
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   61   41    1 /167    0:03:04  : huawei_hg556a_ram


   62   41    1 /167    0:03:04  : imgtec_xilfpga

      m68k:  w+   M52277EVB_stmicro
+===================== WARNING ======================
+This board does not use CONFIG_DM_SPI_FLASH. Please update
+the board to use CONFIG_SPI_FLASH before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   62   42    1 /167    0:03:04  : M52277EVB_stmicro

   sandbox:  w+   sandbox_noblk
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   62   43    1 /167    0:02:30  : sandbox_noblk

       arc:  w+   nsim_hs38
+===================== WARNING ======================
+CONFIG_OF_EMBED is enabled. This option should only
+be used for debugging purposes. Please use
+CONFIG_OF_SEPARATE for boards in mainline.
+See doc/README.fdt-control for more info.
+====================================================

   62   44    1 /167    0:02:45  : nsim_hs38

      m68k:  w+   M54418TWR_nand_mii
+===================== WARNING ======================
+This board does not use CONFIG_DM_SPI_FLASH. Please update
+the board to use CONFIG_SPI_FLASH before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   62   45    1 /167    0:02:45  : M54418TWR_nand_mii


   63   45    1 /167    0:02:45  : amcore

      mips:  w+   comtrend_wap5813n_ram
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   63   46    1 /167    0:02:34  : comtrend_wap5813n_ram

     nds32:  w+   adp-ag101p
+nds32le-linux-ld.bfd: warning: The relaxation isn't supported yet.
+===================== WARNING ======================
+CONFIG_OF_EMBED is enabled. This option should only
+be used for debugging purposes. Please use
+CONFIG_OF_SEPARATE for boards in mainline.
+See doc/README.fdt-control for more info.
+====================================================

   63   47    1 /167    0:02:44  : adp-ag101p


   64   47    1 /167    0:02:44  : sh7763rdp

      m68k:  w+   eb_cpu5282_internal
+===================== WARNING ======================
+This board does not use CONFIG_DM_VIDEO Please update
+the board to use CONFIG_DM_VIDEO before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_WDT (DM watchdog support).
+Please update the board to use CONFIG_WDT before the
+v2019.10 release.

   64   48    1 /167    0:02:44  : eb_cpu5282_internal


   65   48    1 /167    0:02:27  : linkit-smart-7688

      m68k:  w+   M5475CFE
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.

   65   49    1 /167    0:02:27  : M5475CFE


   66   49    1 /167    0:02:23  : cobra5272


   67   49    1 /167    0:02:23  : mscc_jr2

        sh:  w+   r7780mp
+===================== WARNING ======================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   67   50    1 /167    0:02:18  : r7780mp


   68   50    1 /167    0:02:18  : M5282EVB

      mips:  w+   vct_platinum_onenand
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   68   51    1 /167    0:02:13  : vct_platinum_onenand


   69   51    1 /167    0:02:13  : sandbox64

      mips:  w+   pic32mzdask
+===================== WARNING ======================
+This board does not use CONFIG_DM_MMC. Please update
+the board to use CONFIG_DM_MMC before the v2019.04 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
w+arch/mips/dts/pic32mzda_sk.dtb: Warning (interrupts_property):
/serial at 1f822000: Missing interrupt-parent
w+arch/mips/dts/pic32mzda_sk.dtb: Warning (interrupts_property):
/serial at 1f822200: Missing interrupt-parent
w+arch/mips/dts/pic32mzda_sk.dtb: Warning (interrupts_property):
/serial at 1f822a00: Missing interrupt-parent
w+arch/mips/dts/pic32mzda_sk.dtb: Warning (interrupts_property):
/sdhci at 1f8ec000: Missing interrupt-parent
w+arch/mips/dts/pic32mzda_sk.dtb: Warning (interrupts_property):
/ethernet at 1f882000: Missing interrupt-parent
w+arch/mips/dts/pic32mzda_sk.dtb: Warning (interrupts_property):
/musb at 1f8e3000: Missing interrupt-parent

   69   52    1 /167    0:02:13  : pic32mzdask


   70   52    1 /167    0:01:57  : dfi-bt700-q7x-151


   71   52    1 /167    0:01:57  : ae350_rv64_xip


   72   52    1 /167    0:01:55  : qemu_mipsel

      m68k:  w+   eb_cpu5282
+===================== WARNING ======================
+This board does not use CONFIG_DM_VIDEO Please update
+the board to use CONFIG_DM_VIDEO before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_WDT (DM watchdog support).
+Please update the board to use CONFIG_WDT before the
+v2019.10 release.

   72   53    1 /167    0:01:55  : eb_cpu5282

      m68k:  w+   M54455EVB_i66
+===================== WARNING ======================
+This board does not use CONFIG_DM_SPI_FLASH. Please update
+the board to use CONFIG_SPI_FLASH before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   72   54    1 /167    0:01:43  : M54455EVB_i66


   73   54    1 /167    0:01:48  : som-db5800-som-6867

      m68k:  w+   M5485AFE
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.

   73   55    1 /167    0:01:44  : M5485AFE

      mips:  w+   maltael
+===================== WARNING ======================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   73   56    1 /167    0:01:44  : maltael

       arc:  w+   axs103
+===================== WARNING ======================
+CONFIG_OF_EMBED is enabled. This option should only
+be used for debugging purposes. Please use
+CONFIG_OF_SEPARATE for boards in mainline.
+See doc/README.fdt-control for more info.
+====================================================

   73   57    1 /167    0:01:33  : axs103

      mips:  w+   malta64
+===================== WARNING ======================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   73   58    1 /167    0:01:32  : malta64

       arc:  w+   nsim_700
+===================== WARNING ======================
+CONFIG_OF_EMBED is enabled. This option should only
+be used for debugging purposes. Please use
+CONFIG_OF_SEPARATE for boards in mainline.
+See doc/README.fdt-control for more info.
+====================================================

   73   59    1 /167    0:01:35  : nsim_700

      m68k:  w+   M54455EVB_a66
+===================== WARNING ======================
+This board does not use CONFIG_DM_SPI_FLASH. Please update
+the board to use CONFIG_SPI_FLASH before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   73   60    1 /167    0:01:32  : M54455EVB_a66

      m68k:  w+   M5485CFE
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.

   73   61    1 /167    0:01:24  : M5485CFE

      m68k:  w+   M54451EVB_stmicro
+===================== WARNING ======================
+This board does not use CONFIG_DM_SPI_FLASH. Please update
+the board to use CONFIG_SPI_FLASH before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   73   62    1 /167    0:01:24  : M54451EVB_stmicro


   74   62    1 /167    0:01:21  : qemu-x86_64

      mips:  w+   malta
+===================== WARNING ======================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   74   63    1 /167    0:01:21  : malta


   75   63    1 /167    0:01:09  : microchip_mpfs_icicle

      m68k:  w+   M5485HFE
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.

   75   64    1 /167    0:01:09  : M5485HFE

      mips:  w+   vct_premium
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   75   65    1 /167    0:01:09  : vct_premium


   76   65    1 /167    0:01:09  : stmark2

       arc:  w+   iot_devkit
+===================== WARNING ======================
+This board does not use CONFIG_DM_MMC. Please update
+the board to use CONFIG_DM_MMC before the v2019.04 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+CONFIG_OF_EMBED is enabled. This option should only
+be used for debugging purposes. Please use
+CONFIG_OF_SEPARATE for boards in mainline.
+See doc/README.fdt-control for more info.

   76   66    1 /167    0:01:02  : iot_devkit

       arc:  w+   emsdp
+===================== WARNING ======================
+This board does not use CONFIG_DM_MMC. Please update
+the board to use CONFIG_DM_MMC before the v2019.04 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+CONFIG_OF_EMBED is enabled. This option should only
+be used for debugging purposes. Please use
+CONFIG_OF_SEPARATE for boards in mainline.
+See doc/README.fdt-control for more info.

   76   67    1 /167    0:00:59  : emsdp

       x86:  w+   efi-x86_app
+i386-linux-nm: u-boot: no symbols
+===================== WARNING ======================
+CONFIG_OF_EMBED is enabled. This option should only
+be used for debugging purposes. Please use
+CONFIG_OF_SEPARATE for boards in mainline.
+See doc/README.fdt-control for more info.
+====================================================

   76   68    1 /167    0:00:59  : efi-x86_app


   77   68    1 /167    0:00:57  : mscc_luton


   78   68    1 /167    0:00:54  : qemu_mips64el


   79   68    1 /167    0:00:50  : vct_platinumavc_onenand


   80   68    1 /167    0:00:50  : qemu-riscv64


   81   68    1 /167    0:00:46  : conga-qeval20-qa3-e3845

      mips:  w+   comtrend_ar5387un_ram
+===================== WARNING ======================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================

   81   69    1 /167    0:00:45  : comtrend_ar5387un_ram


   82   69    1 /167    0:00:43  : ae350_rv64


   83   69    1 /167    0:00:40  : minnowmax


   84   69    1 /167    0:00:39  : edison


   85   69    1 /167    0:00:39  : M5272C3


   86   69    1 /167    0:00:39  : M53017EVB


   87   69    1 /167    0:00:26  : vct_premium_onenand_small

       arc:  w+   hsdk
+===================== WARNING ======================
+CONFIG_OF_EMBED is enabled. This option should only
+be used for debugging purposes. Please use
+CONFIG_OF_SEPARATE for boards in mainline.
+See doc/README.fdt-control for more info.
+====================================================

   87   70    1 /167    0:00:24  : hsdk

       arc:  w+   axs101
+===================== WARNING ======================
+This board does not use CONFIG_DM_MMC. Please update
+the board to use CONFIG_DM_MMC before the v2019.04 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+CONFIG_OF_EMBED is enabled. This option should only
+be used for debugging purposes. Please use
+CONFIG_OF_SEPARATE for boards in mainline.
+See doc/README.fdt-control for more info.

   87   71    1 /167    0:00:22  : axs101


   88   71    1 /167    0:00:20  : efi-x86_payload64


   89   71    1 /167    0:00:17  : cherryhill


   90   71    1 /167    0:00:14  : gardena-smart-gateway-mt7688


   91   71    1 /167    0:00:11  : ae350_rv32_xip


   92   71    1 /167    0:00:09  : chromebox_panther


   93   71    1 /167    0:00:09  : crownbay


   94   71    1 /167    0:00:03  : bayleybay


   95   71    1 /167    sandbox

boards.cfg is up to date. Nothing to do.
Summary of current source for 1381 boards (24 threads, 1 job per thread)
       arc:  w+   nsim_hs38 iot_devkit hsdk nsim_hs38be emsdp axs101
axs103 nsim_700be tb100 nsim_700
       x86:  w+   efi-x86_app +   conga-qeval20-qa3-e3845-internal-uart
   aarch64:  w+   nanopc-t4-rk3399 beelink_gs1 bananapi_m2_plus_h5
ficus-rk3399 bcm958712k oceanic_5205_5inmfd libretech_all_h3_cc_h5
teres_i clearfog_gt_8k pinebook orangepi_pc2 ls1012aqds_tfa_SECURE_BOOT
imx8qm_mek rock960-rk3399 ls2080aqds_nand socfpga_stratix10
ls2080aqds_qspi rockpro64-rk3399 imx8mq_evk orangepi_lite2
firefly-rk3399 rpi_3_b_plus sopine_baseboard am65x_evm_a53
am65x_hs_evm_a53 pine_h64 apalis-imx8qm xilinx_zynqmp_mini_emmc0
nanopi_neo2 s32v234evb orangepi-rk3399 xilinx_zynqmp_mini_nand rpi_3
evb-rk3399 nanopi_a64 turris_mox mvebu_mcbin-88f8040 a64-olinuxino
orangepi_zero_plus2 mvebu_db-88f3720 xilinx_versal_mini_emmc1
xilinx_versal_mini_emmc0 bubblegum_96 puma-rk3399 colibri-imx8qxp
ls1012afrdm_qspi bananapi_m64 nanopi_neo_plus2 orangepi_zero_plus
pine64_plus emlid_neutis_n5_devboard chromebook_bob mvebu_db_armada8k
ls1088ardb_sdcard_qspi_SECURE_BOOT nanopi-neo4-rk3399 ls2080aqds_sdcard
ls1012afrdm_tfa ls1046ardb_sdcard_SECURE_BOOT mvebu_espressobin-88f3720
ls2080a_simu imx8qxp_mek rock-pi-4-rk3399 xilinx_zynqmp_mini_qspi
nanopi-m4-rk3399 pine64-lts amarula_a64_relic uDPU orangepi_prime
orangepi_one_plus orangepi_win xilinx_zynqmp_mini
xilinx_zynqmp_mini_emmc1 ls1043ardb_sdcard_SECURE_BOOT hikey
      m68k:  w+   M5475FFE M54455EVB_stm33 M5485AFE M5475DFE
M52277EVB_stmicro eb_cpu5282_internal M5485CFE M54455EVB_intel M54455EVB
M52277EVB M54418TWR_nand_mii M5485HFE M54418TWR_nand_rmii_lowfreq
M54455EVB_a66 M5475CFE M5485DFE M5485FFE M5475GFE M5475AFE
M54418TWR_serial_mii M54451EVB_stmicro M54451EVB astro_mcf5373l
M54418TWR_serial_rmii M54455EVB_i66 M5485BFE M5475EFE M5475BFE
M54418TWR_nand_rmii eb_cpu5282 M5485GFE M54418TWR M5485EFE
   powerpc:  w+   MPC8641HPCN_36BIT P3041DS_NAND C29XPCIE_NOR_SECBOOT
MPC832XEMDS_HOST_66 hrcon_dh MPC8641HPCN P1010RDB-PB_36BIT_NOR
P2020RDB-PC_SPIFLASH MPC832XEMDS_SLAVE P1020RDB-PC_36BIT
BSC9132QDS_SDCARD_DDRCLK100_SECURE qemu-ppce500 P2041RDB_SECURE_BOOT
P5020DS_NAND_SECURE_BOOT P1010RDB-PA_SPIFLASH_SECBOOT MPC8544DS
P2020RDB-PC_36BIT TQM834x T1040QDS_SECURE_BOOT MPC8536DS T1023RDB_SDCARD
P1010RDB-PB_36BIT_SDCARD P1020MBG-PC_36BIT T1042RDB_SECURE_BOOT T1024QDS
P1020RDB-PD_SPIFLASH P1010RDB-PB_36BIT_SPIFLASH_SECBOOT
P1010RDB-PB_NAND_SECBOOT BSC9132QDS_SPIFLASH_DDRCLK100_SECURE
T4160QDS_SDCARD T1042RDB T4160QDS_SECURE_BOOT T2081QDS_SRIO_PCIE_BOOT
P1021RDB-PC_36BIT_NAND B4860QDS_SECURE_BOOT MPC837XEMDS
MPC8313ERDB_NAND_33 P5020DS_SDCARD sbc8548_PCI_66 P1010RDB-PA_NOR
BSC9132QDS_NOR_DDRCLK133_SECURE T4160RDB P4080DS
P1010RDB-PA_36BIT_NAND_SECBOOT P1010RDB-PA_SDCARD C29XPCIE_NAND
P2041RDB_SRIO_PCIE_BOOT T1040RDB_NAND P5040DS_SPIFLASH
T1042D4RDB_SPIFLASH P1020UTM-PC_36BIT T1023RDB P2020RDB-PC
P1021RDB-PC_36BIT hrcon MPC8349ITX P3041DS_SRIO_PCIE_BOOT
T1024RDB_SPIFLASH T2080QDS_SPIFLASH xpedite537x B4860QDS_SRIO_PCIE_BOOT
P5020DS_NAND B4860QDS BSC9131RDB_SPIFLASH_SYSCLK100 ve8313 MPC8569MDS
B4420QDS P1010RDB-PB_SDCARD MPC8548CDS controlcenterd_36BIT_SDCARD
P5020DS_SRIO_PCIE_BOOT P1020MBG-PC_36BIT_SDCARD
BSC9132QDS_SDCARD_DDRCLK133_SECURE P2041RDB_SPIFLASH MPC8541CDS
T1040D4RDB BSC9132QDS_NAND_DDRCLK133_SECURE
P1010RDB-PA_36BIT_SPIFLASH_SECBOOT T4240RDB_SDCARD xpedite517x
P2041RDB_SDCARD MPC8349ITX_LOWBOOT P5020DS_SPIFLASH P1010RDB-PA_NAND
P1010RDB-PB_36BIT_NOR_SECBOOT P5020DS BSC9132QDS_NOR_DDRCLK100_SECURE
P1020UTM-PC P3041DS_SECURE_BOOT kmlion1 T4160QDS_NAND
T4240QDS_SECURE_BOOT P3041DS_SDCARD P1020MBG-PC_SDCARD P1022DS_SDCARD
T2080QDS_SDCARD sbc8548_PCI_33 P2020RDB-PC_36BIT_SDCARD
MPC832XEMDS_HOST_33 P5040DS_NAND_SECURE_BOOT
P1010RDB-PA_36BIT_NOR_SECBOOT T1042D4RDB P1021RDB-PC_SDCARD
P5040DS_SDCARD T1040QDS_DDR4 T2080QDS_SECURE_BOOT P1010RDB-PB_NOR
MPC8568MDS xpedite520x ids8313 Cyrus_P5040 controlcenterd_TRAILBLAZER
MPC8308RDB T1040D4RDB_NAND T4160QDS BSC9132QDS_SPIFLASH_DDRCLK133_SECURE
P5020DS_SECURE_BOOT P2041RDB_NAND T1040RDB_SPIFLASH
P1010RDB-PA_36BIT_SDCARD P1022DS B4420QDS_NAND P1024RDB_36BIT
MPC8569MDS_ATM T1024RDB_SECURE_BOOT P1010RDB-PB_NAND T1024QDS_SDCARD
P4080DS_SPIFLASH T1040RDB_SECURE_BOOT P1020UTM-PC_36BIT_SDCARD sbc8641d
T1042D4RDB_SDCARD P1020RDB-PC P1020RDB-PD T1023RDB_SPIFLASH
P1010RDB-PB_36BIT_SPIFLASH MPC8313ERDB_NAND_66 sbc8349_PCI_66
T1042RDB_PI_SPIFLASH kmcoge4 P1021RDB-PC_36BIT_SPIFLASH P1021RDB-PC
P4080DS_SDCARD P3041DS MPC8315ERDB T2081QDS P1025RDB_SDCARD T2080QDS
T4240QDS MPC8548CDS_36BIT P1010RDB-PB_36BIT_NAND T1023RDB_NAND
P1022DS_36BIT_SDCARD T1024QDS_NAND P1021RDB-PC_SPIFLASH
MPC8548CDS_legacy T1024RDB_NAND P1023RDB P1022DS_NAND MPC8349ITXGP
P1020RDB-PC_36BIT_NAND T1042D4RDB_SECURE_BOOT P5040DS_NAND T1040RDB
T1042RDB_PI_SDCARD strider_con_dp P3041DS_NAND_SECURE_BOOT
BSC9132QDS_SDCARD_DDRCLK133 P1010RDB-PB_SPIFLASH
BSC9132QDS_NOR_DDRCLK100 xpedite550x T2080RDB_SECURE_BOOT mpc8308_p1m
P1010RDB-PA_36BIT_NOR BSC9131RDB_NAND P1025RDB P4080DS_SECURE_BOOT
P1024RDB P1010RDB-PB_36BIT_NAND_SECBOOT P2020RDB-PC_36BIT_SPIFLASH
BSC9132QDS_NAND_DDRCLK100 P1020RDB-PD_NAND MPC8323ERDB C29XPCIE_SPIFLASH
P1010RDB-PA_NOR_SECBOOT B4860QDS_SPIFLASH P2041RDB T1024RDB
sbc8548_PCI_66_PCIE BSC9132QDS_NOR_DDRCLK133 MPC8313ERDB_33
P1024RDB_SDCARD T4240QDS_NAND MPC8536DS_36BIT P5040DS_SECURE_BOOT
P4080DS_SRIO_PCIE_BOOT strider_cpu strider_con
T1042RDB_PI_NAND_SECURE_BOOT P1022DS_SPIFLASH BSC9132QDS_NAND_DDRCLK133
P1021RDB-PC_36BIT_SDCARD P3041DS_SPIFLASH P1010RDB-PB_NOR_SECBOOT
MPC837XERDB P1022DS_36BIT_SPIFLASH T1024RDB_SDCARD vme8349 T1042RDB_PI
P1022DS_36BIT socrates P1025RDB_NAND P1022DS_36BIT_NAND
P1010RDB-PA_SPIFLASH MPC837XEMDS_HOST MPC8610HPCD
T1024QDS_DDR4_SECURE_BOOT P1010RDB-PB_SPIFLASH_SECBOOT T1024QDS_SPIFLASH
P1010RDB-PA_36BIT_NAND sbc8548_PCI_33_PCIE P1020RDB-PC_36BIT_SPIFLASH
MPC8572DS MPC8555CDS_legacy P1024RDB_SPIFLASH TWR-P1025 T2080RDB_SDCARD
controlcenterd_TRAILBLAZER_DEVELOP BSC9132QDS_SDCARD_DDRCLK100
T2081QDS_SPIFLASH Cyrus_P5020 T4240RDB T4240QDS_SRIO_PCIE_BOOT
P1020RDB-PC_SDCARD T2080RDB P1025RDB_36BIT T1042RDB_PI_NAND
MPC8541CDS_legacy T2080RDB_NAND MPC8536DS_SDCARD T2081QDS_NAND
P1020RDB-PC_SPIFLASH strider_cpu_dp T1040RDB_SDCARD sbc8349_PCI_33
MPC8572DS_36BIT T1040D4RDB_SPIFLASH T1040QDS caddy2 P1020MBG-PC
B4860QDS_NAND C29XPCIE T2080RDB_SPIFLASH P1010RDB-PA_36BIT_SPIFLASH
P1020RDB-PC_36BIT_SDCARD T4240QDS_SDCARD T1024QDS_DDR4 T1040D4RDB_SDCARD
MPC8313ERDB_66 P1020RDB-PC_NAND T2080QDS_NAND
BSC9132QDS_SPIFLASH_DDRCLK133 controlcenterd_36BIT_SDCARD_DEVELOP
MPC8555CDS T2080QDS_SRIO_PCIE_BOOT P1010RDB-PA_NAND_SECBOOT
MPC837XEMDS_SLAVE MPC837XERDB_SLAVE T1024QDS_SECURE_BOOT
BSC9131RDB_NAND_SYSCLK100 P2020RDB-PC_SDCARD P1024RDB_NAND
MPC8536DS_SPIFLASH P1025RDB_SPIFLASH P2020RDB-PC_NAND
BSC9131RDB_SPIFLASH P5040DS T1040D4RDB_SECURE_BOOT
T2080RDB_SRIO_PCIE_BOOT P1021RDB-PC_NAND C29XPCIE_SPIFLASH_SECBOOT
BSC9132QDS_SPIFLASH_DDRCLK100 T1042D4RDB_NAND
BSC9132QDS_NAND_DDRCLK100_SECURE T2081QDS_SDCARD T1023RDB_SECURE_BOOT
P1020RDB-PD_SDCARD P1020UTM-PC_SDCARD P2020RDB-PC_36BIT_NAND
B4420QDS_SPIFLASH
   sandbox:  w+   sandbox_noblk
        sh:  w+   sh7753evb r7780mp sh7757lcr r2dplus sh7752evb
microblaze:  w+   microblaze-generic
      mips:  w+   comtrend_ct5361_ram malta comtrend_ar5387un_ram
comtrend_ar5315u_ram sfr_nb4-ser_ram vct_premium_onenand vct_platinum
vct_premium malta64el vct_platinum_onenand malta64 tplink_wdr4300
netgear_dgnd3700v2_ram pic32mzdask maltael comtrend_vr3032u_ram
huawei_hg556a_ram comtrend_wap5813n_ram
       arm:  w+   Mele_A1000 CSQ_CS908 maxbcm nitrogen6dl2g ts4800
mx6dlarm2 netspace_mini_v2 omap3_zoom1 k2l_hs_evm Mele_A1000G_quad
theadorable_debug omap3_beagle integratorap_cm946es bananapi_m2_plus_h3
devkit3250 Linksprite_pcDuino pcm058 tqma6q_mba6_spi mx7dsabresd_qspi
inetspace_v2 warp vexpress_ca9x4 pico-imx7d_bl33 titanium ethernut5
highbank sansa_fuze_plus libretech_all_h3_cc_h3 A20-OLinuXino-Lime
at91sam9g20ek_dataflash_cs1 at91sam9g20ek_dataflash_cs0 gt90h_v4
mixtile_loftq am43xx_hs_evm thuban Yones_Toptech_BD1078 smdkc100
Auxtek-T003 integratorap_cm920t db-xc3-24g4xg at91sam9m10g45ek_nandflash
spear600_usbtty_nand snapper9g20 am335x_hs_evm_uart orangepi_pc_plus
k2e_evm orangepi_one vf610twr_nand sunxi_Gemei_G9 am335x_shc_sdboot
pico-hobbit-imx7d dms-ba16 cgtqmx6eval Bananapro mx23_olinuxino
orangepi_zero am43xx_evm_rtconly dockstar tqma6s_wru4_mmc k2l_evm
am65x_hs_evm_r5 ds414 openrd_client topic_miami mx7dsabresd
A13-OLinuXinoM Ainol_AW1 integratorap_cm720t Colombus stih410-b2260
at91sam9g20ek_nandflash brppt1_mmc polaroid_mid2809pxe04 Wexler_TAB7200
iNet_3F rpi_0_w iNet_3W at91rm9200ek mk802 udoo Yones_Toptech_BS1078_V2
icnova-a20-swac iNet_86VS nanopi_m1_plus sun8i_a23_evb birdland_bav335b
nanopi_m1 db-88f6720 ls1021atwr_sdcard_qspi at91sam9260ek_nandflash
at91sam9261ek_nandflash am335x_evm q8_a13_tablet aristainetos etamin
edminiv2 A20-Olimex-SOM204-EVB-eMMC net2big_v2 ls1021atwr_sdcard_ifc
Orangepi_mini riotboard_spl iNet_D978_rev2 ls1021atwr_qspi
at91sam9263ek_norflash_boot brxre1 at91sam9m10g45ek_mmc
db-88f6281-bp-nand inet86dz orangepi_plus at91sam9261ek_dataflash_cs3
at91sam9261ek_dataflash_cs0 i12-tvbox mx6sxsabresd_spl mx28evk_nand
pcm051_rev3 pcm051_rev1 ls1021aqds_nand MSI_Primo73 am335x_hs_evm ib62x0
tqma6s_mba6_mmc platinum_picon netspace_lite_v2 mx23evk
A20-OLinuXino_MICRO sheevaplug cm_t54 Itead_Ibox_A20 r7-tv-dongle
spear300_usbtty_nand netspace_max_v2 platinum_titanium cairo ti814x_evm
am43xx_evm_usbhost_boot wb50n topic_miamilite birdland_bav335a
colibri_imx7 woodburn_sd opos6uldev udoo_neo ls1021aqds_sdcard_qspi
db-88f6281-bp-spi libretech_all_h3_cc_h2_plus at91sam9n12ek_mmc
k2hk_hs_evm spear310_usbtty_pnor mccmon6_nor mx6qsabrelite s5p_goni
sc_sps_1 mx53ppd nanopi_neo_air Marsboard_A10 zynq_cse_nor omap4_sdp4430
at91sam9rlek_mmc tqma6q_mba6_mmc orangepi_r1 Wits_Pro_A20_DKT cm_t43
woodburn CHIP_pro omap4_panda rpi_2 apx4devkit pengwyn usbarmory
at91sam9g10ek_nandflash smartweb db-88f6820-gp CHIP gwventana_nand
secomx6quq7 tqma6dl_mba6_mmc inet9f_rev03 mx6cuboxi tbs2910
dserve_dsrv9703c cm_t335 mx35pdk bcm11130_nand chiliboard am335x_baltos
bcm28155_ap bcm28155_w1d aristainetos2 mx6ul_9x9_evk difrnce_dit4350
nitrogen6s1g UTOO_P66 am43xx_evm_qspiboot at91sam9263ek_norflash
Ampe_A76 cm_t35 at91sam9263ek_dataflash cm_fx6 netspace_v2 brppt1_nand
omap3_overo gwventana_emmc wb45n rpi_3_32b at91sam9rlek_nandflash
vexpress_ca5x2 omap3_pandora Cubieboard h2200 ls1021aqds_nor_SECURE_BOOT
aristainetos2b vexpress_ca15_tc2 inet97fv2 controlcenterdc bcm23550_w1d
colorfly_e708_q1 sksimx6 am335x_igep003x blanche
Nintendo_NES_Classic_Edition mk802_a10s clearfog guruplug
at91sam9g10ek_dataflash_cs0 omap3_ha nanopi_neo bcm11130
ls1021atwr_nor_SECURE_BOOT tqma6s_mba6_spi nsa310s
Empire_electronix_d709 display5 Empire_electronix_m712 parrot_r16
orangepi_pc apf27 gose iconnect Hummingbird_A31
at91sam9263ek_dataflash_cs0 nitrogen6dl ls1021aqds_ddr4_nor_lpuart
Linksprite_pcDuino3 mx25pdk mx53ard d2net_v2 q8_a23_tablet_800x480
mx6dlarm2_lpddr2 Mele_I7 tao3530 helios4 ga10h_v1_1 mx6qarm2_lpddr2
Mini-X mx6slevk_spl da850_am18xxevm A10s-OLinuXino-M Cubieboard2
at91sam9xeek_nandflash picosam9g45 zynq_cse_qspi spear310_usbtty
am43xx_evm pfla02 ls1021aiot_sdcard zynq_cse_nand dms-ba16-1g
q8_a33_tablet_1024x600 spear600_usbtty orangepi_2 ls1021aqds_ddr4_nor
at91sam9xeek_dataflash_cs0 Wobo_i5 vf610twr xilinx_zynqmp_r5
Sinovoip_BPI_M2 mk802ii Sinlinx_SinA31s inet1 mx6qarm2 duovero
pico-imx7d A20-OLinuXino-Lime2 zc5202 ds109 spear320_usbtty_nand dns325
beelink_x2 turris_omnia spear310_usbtty_nand Orangepi colibri_vf
bananapi_m2_zero bananapi_m1_plus A20-OLinuXino_MICRO-eMMC
pico-pi-imx6ul marsboard spear320_usbtty_pnor ls1021atwr_nor pogo_e02
mx28evk_spi mx6slevk integratorap_cm926ejs zmx25 rut nokia_rx51
k2g_hs_evm MK808C ls1021atwr_sdcard_ifc_SECURE_BOOT
am335x_boneblack_vboot mx6sxsabresd omapl138_lcdk koelsch orangepi_lite
imx6qdl_icore_mmc pov_protab2_ips9 at91sam9rlek_dataflash ts4600 kc1
colibri-imx6ull gwventana_gw5904 Lamobo_R1 sniper q8_a33_tablet_800x480
A33-OLinuXino mx6ul_14x14_evk goflexhome ls1021aqds_nor_lpuart
at91sam9xeek_dataflash_cs1 at91sam9260ek_dataflash_cs0
at91sam9260ek_dataflash_cs1 nitrogen6s nitrogen6q m53menlo Auxtek-T004
polaroid_mid2407pxe03 am57xx_hs_evm_usb A10-OLinuXino-Lime
am335x_shc_ict Hyundai_A7HD xfi3 A20-Olimex-SOM204-EVB ti816x_evm
ot1200_spl nitrogen6q2g am335x_guardian ls1021atwr_nor_lpuart k2e_hs_evm
mx51evk openrd_base openrd_ultimate pxm2 mx53smd spear320_usbtty
pico-hobbit-imx6ul Bananapi_m2m at91sam9n12ek_nandflash mccmon6_sd
at91sam9n12ek_spiflash inet_q972 xpress_spl at91rm9200ek_ram Mele_M3
Mele_M5 Mele_M9 x530 A13-OLinuXino omap5_uevm inet98v_rev2 nas220
pico-imx6ul colibri_pxa270 ls1021aiot_qspi spear300_usbtty mx28evk
cl-som-imx7 orangepi_plus2e ba10_tv_box mx28evk_auart_console
Chuwi_V7_CW0825 tqma6dl_mba6_spi gplugd rastaban ls1021aqds_sdcard_ifc
dreamplug stv0991 display5_factory rpi A20-Olimex-SOM-EVB brppt1_spi
vinco imx6dl_mamoj at91sam9g10ek_dataflash_cs3 mx6memcal Cubietruck
dh_imx6 xpress Linksprite_pcDuino3_Nano mx6slevk_spinor Sinlinx_SinA33
ls1021aqds_qspi kp_imx6q_tpc snapper9260 tricorder pico-pi-imx7d
crs305-1g-4s db-mv784mp-gp MSI_Primo81 A20-OLinuXino-Lime2-eMMC
db-88f6820-amc jesurun_q5 lager mx53evk mx6sabresd riotboard pepper
topic_miamiplus am335x_shc ls1021aqds_nor gurnard k2hk_evm
am335x_shc_netboot x600 zc5601 ge_bx50v3 devkit8000 ot1200 Bananapi
draco edb9315a tricorder_flash mx53loco am3517_crane
at91sam9263ek_nandflash am335x_sl50
     nds32:  w+   adp-ae3xx adp-ag101p
+===================== WARNING ======================
+This board does not use CONFIG_DM_VIDEO Please update
+the board to use CONFIG_DM_VIDEO before the v2019.07 release.
+Failure to update by the deadline may result in board removal.
+See doc/driver-model/MIGRATION.txt for more info.
+====================================================
+This board does not use CONFIG_DM_MMC. Please update
+the board to use CONFIG_DM_MMC before the v2019.04 release.
+This board does not use CONFIG_DM_USB. Please update
+the board to use CONFIG_DM_USB before the v2019.07 release.
+This board does use CONFIG_LIBATA but has CONFIG_AHCI not
+enabled. Please update the storage controller driver to use
+CONFIG_AHCI before the v2019.07 release.
+This board does not use CONFIG_DM_PCI Please update
+the board to use CONFIG_DM_PCI before the v2019.07 release.
+This board does not use CONFIG_DM_SPI_FLASH. Please update
+the board to use CONFIG_SPI_FLASH before the v2019.07 release.
+WARNING: BL31 file bl31.elf NOT found, resulting binary is non-functional
+WARNING: Please read Building section in doc/README.rockchip
+This board does not use CONFIG_WDT (DM watchdog support).
+Please update the board to use CONFIG_WDT before the
+v2019.10 release.
+This board does use CONFIG_MVSATA_IDE which is not
+ported to driver-model (DM) yet. Please update the storage
+controller driver to use CONFIG_AHCI before the v2019.07
+release.
+WARNING: BL31 file bl31.bin NOT found, resulting binary is non-functional
+Please read the section on ARM Trusted Firmware (ATF) in
board/sunxi/README.sunxi64
+CONFIG_OF_EMBED is enabled. This option should only
+be used for debugging purposes. Please use
+CONFIG_OF_SEPARATE for boards in mainline.
+See doc/README.fdt-control for more info.
+WARNING 'mx8qm-ahab-container.img' not found, resulting binary is
not-functional
+arch/arm/mach-k3//config.mk:24: "WARNING: signing key not found. Random
key will NOT work on HS hardware!"
+WARNING 'signed_hdmi_imx8m.bin' not found, resulting binary is
not-functional
+WARNING ATF file bl31.bin NOT found, resulting binary is non-functional
+WARNING OPTEE file bl32.bin NOT found, resulting might be non-functional
+nds32le-linux-ld.bfd: warning: The relaxation isn't supported yet.
+Please read Building section in doc/README.rockchip
+WARNING: PMUM0 file rk3399m0.bin NOT found, resulting binary is
non-functional
+WARNING 'mx8qx-ahab-container.img' not found, resulting binary is
not-functional
+Compiler aborting due to parser-detected syntax error(s)
+board/congatec/conga-qeval20-qa3-e3845/dsdt.asl.tmp    731:
+Error    6126 - syntax error, unexpected $end and premature End-Of-File
+
+make[2]: *** [board/congatec/conga-qeval20-qa3-e3845/dsdt.c] Error 255
+make[1]: *** [board/congatec/conga-qeval20-qa3-e3845] Error 2
+make: *** [sub-make] Error 2
+This board uses CONFIG_DM_I2C_COMPAT. Please remove
+(possibly in a subsequent patch in your series)
+before sending patches to the mailing list.
+WARNING 'ahab-container.img' not found, resulting binary is not-functional
+i386-linux-nm: u-boot: no symbols
+cp: cannot stat 'MLO.byteswap': No such file or directory
w+arch/arm/dts/armada-3720-turris-mox.dtb: Warning (reg_format):
/soc/internal-regs/i2c at 11000/rtc at 6f:reg: property has invalid length (4
bytes) (#address-cells == 2, #size-cells == 1)
w+arch/arm/dts/armada-3720-turris-mox.dtb: Warning
(avoid_default_addr_size): /soc/internal-regs/i2c at 11000/rtc at 6f: Relying
on default #address-cells value
w+arch/arm/dts/armada-3720-turris-mox.dtb: Warning
(avoid_default_addr_size): /soc/internal-regs/i2c at 11000/rtc at 6f: Relying
on default #size-cells value
w+arch/arm/dts/armada-388-gp.dtb: Warning (reg_format):
/soc/internal-regs/spi at 10600/spi-flash at 0:reg: property has invalid
length (4 bytes) (#address-cells == 2, #size-cells == 1)
w+arch/arm/dts/armada-388-gp.dtb: Warning (avoid_default_addr_size):
/soc/internal-regs/spi at 10600/spi-flash at 0: Relying on default
#address-cells value
w+arch/arm/dts/armada-388-gp.dtb: Warning (avoid_default_addr_size):
/soc/internal-regs/spi at 10600/spi-flash at 0: Relying on default #size-cells
value
w+arch/arm/dts/armada-xp-maxbcm.dtb: Warning (reg_format):
/soc/internal-regs/mdio/ethernet-phy at 0:reg: property has invalid length
(4 bytes) (#address-cells == 2, #size-cells == 1)
w+arch/arm/dts/armada-xp-maxbcm.dtb: Warning (reg_format):
/soc/internal-regs/mdio/ethernet-phy at 1:reg: property has invalid length
(4 bytes) (#address-cells == 2, #size-cells == 1)
w+arch/arm/dts/armada-xp-maxbcm.dtb: Warning (reg_format):
/soc/internal-regs/mdio/ethernet-phy at 2:reg: property has invalid length
(4 bytes) (#address-cells == 2, #size-cells == 1)
w+arch/arm/dts/armada-xp-maxbcm.dtb: Warning (reg_format):
/soc/internal-regs/mdio/ethernet-phy at 3:reg: property has invalid length
(4 bytes) (#address-cells == 2, #size-cells == 1)
w+arch/arm/dts/armada-xp-maxbcm.dtb: Warning (avoid_default_addr_size):
/soc/internal-regs/mdio/ethernet-phy at 0: Relying on default
#address-cells value
w+arch/arm/dts/armada-xp-maxbcm.dtb: Warning (avoid_default_addr_size):
/soc/internal-regs/mdio/ethernet-phy at 0: Relying on default #size-cells value
w+arch/arm/dts/armada-xp-maxbcm.dtb: Warning (avoid_default_addr_size):
/soc/internal-regs/mdio/ethernet-phy at 1: Relying on default
#address-cells value
w+arch/arm/dts/armada-xp-maxbcm.dtb: Warning (avoid_default_addr_size):
/soc/internal-regs/mdio/ethernet-phy at 1: Relying on default #size-cells value
w+arch/arm/dts/armada-xp-maxbcm.dtb: Warning (avoid_default_addr_size):
/soc/internal-regs/mdio/ethernet-phy at 2: Relying on default
#address-cells value
w+arch/arm/dts/armada-xp-maxbcm.dtb: Warning (avoid_default_addr_size):
/soc/internal-regs/mdio/ethernet-phy at 2: Relying on default #size-cells value
w+arch/arm/dts/armada-xp-maxbcm.dtb: Warning (avoid_default_addr_size):
/soc/internal-regs/mdio/ethernet-phy at 3: Relying on default
#address-cells value
w+arch/arm/dts/armada-xp-maxbcm.dtb: Warning (avoid_default_addr_size):
/soc/internal-regs/mdio/ethernet-phy at 3: Relying on default #size-cells value
w+arch/arm/dts/armada-xp-theadorable.dtb: Warning (reg_format):
/soc/internal-regs/mdio/ethernet-phy at 0:reg: property has invalid length
(4 bytes) (#address-cells == 2, #size-cells == 1)
w+arch/arm/dts/armada-xp-theadorable.dtb: Warning
(avoid_default_addr_size): /soc/internal-regs/mdio/ethernet-phy at 0:
Relying on default #address-cells value
w+arch/arm/dts/armada-xp-theadorable.dtb: Warning
(avoid_default_addr_size): /soc/internal-regs/mdio/ethernet-phy at 0:
Relying on default #size-cells value
w+arch/arm/dts/sun8i-h3-bananapi-m2-plus.dtb: Warning (clocks_property):
/soc/serial at 1c28400/bluetooth: Missing property '#clock-cells' in node
/soc/rtc at 1f00000 or bad phandle (referred from clocks[0])
w+arch/arm/dts/sun8i-h3-bananapi-m2-plus.dtb: Warning (clocks_property):
/wifi_pwrseq: Missing property '#clock-cells' in node /soc/rtc at 1f00000
or bad phandle (referred from clocks[0])
w+arch/arm/dts/sun50i-h5-bananapi-m2-plus.dtb: Warning
(clocks_property): /soc/serial at 1c28400/bluetooth: Missing property
'#clock-cells' in node /soc/rtc at 1f00000 or bad phandle (referred from
clocks[0])
w+arch/arm/dts/sun50i-h5-bananapi-m2-plus.dtb: Warning
(clocks_property): /wifi_pwrseq: Missing property '#clock-cells' in node
/soc/rtc at 1f00000 or bad phandle (referred from clocks[0])
w+arch/arm/dts/s5pc1xx-smdkc100.dtb: Warning (interrupts_property):
/serial at ec000000: Missing interrupt-parent
w+arch/arm/dts/stih410-b2260.dtb: Warning (gpios_property):
/soc/sti-display-subsystem/sti-hdmi at 8d04000:hdmi,hpd-gpio: property size
(8) too small for cell size 2
w+arch/mips/dts/pic32mzda_sk.dtb: Warning (interrupts_property):
/serial at 1f822000: Missing interrupt-parent
w+arch/mips/dts/pic32mzda_sk.dtb: Warning (interrupts_property):
/serial at 1f822200: Missing interrupt-parent
w+arch/mips/dts/pic32mzda_sk.dtb: Warning (interrupts_property):
/serial at 1f822a00: Missing interrupt-parent
w+arch/mips/dts/pic32mzda_sk.dtb: Warning (interrupts_property):
/sdhci at 1f8ec000: Missing interrupt-parent
w+arch/mips/dts/pic32mzda_sk.dtb: Warning (interrupts_property):
/ethernet at 1f882000: Missing interrupt-parent
w+arch/mips/dts/pic32mzda_sk.dtb: Warning (interrupts_property):
/musb at 1f8e3000: Missing interrupt-parent
w+arch/arm/dts/stv0991.dtb: Warning (clocks_property):
/spi at 80203000:clocks: Could not get phandle node for (cell 0)
ERROR: Job failed: exit code 128

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [U-Boot] [BUG] Build failure conga-qeval20-qa3-e3845
  2019-07-28  9:52           ` Heinrich Schuchardt
@ 2019-07-28 12:00             ` Bin Meng
  2019-07-28 14:19               ` Heinrich Schuchardt
  0 siblings, 1 reply; 14+ messages in thread
From: Bin Meng @ 2019-07-28 12:00 UTC (permalink / raw)
  To: u-boot

On Sun, Jul 28, 2019 at 5:52 PM Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
> On 7/28/19 11:35 AM, Bin Meng wrote:
> > On Sun, Jul 28, 2019 at 5:08 PM Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
> >>
> >> On 7/28/19 10:56 AM, Bin Meng wrote:
> >>> On Sun, Jul 28, 2019 at 4:33 PM Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
> >>>>
> >>>> On 7/28/19 9:41 AM, Bin Meng wrote:
> >>>>> +Stefan
> >>>>>
> >>>>> Hi Heinrich,
> >>>>>
> >>>>> On Sun, Jul 28, 2019 at 2:32 PM Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
> >>>>>>
> >>>>>>
> >>>>>> Hello Tom,
> >>>>>>
> >>>>>> origin/master commit bfe28bc70fc8b192878d6e8b7f7db344091643cf fails to
> >>>>>> build conga-qeval20-qa3-e3845 on Debian Buster:
> >>>>>>
> >>>>>
> >>>>> I cannot reproduce it. Did you set CONFIG_BUILD_ROM = y?
> >>>>
> >>>> My expectation is that if I call 'make
> >>>> conga-qeval20-qa3-e3845_defconfig' it sets all necessary configuration
> >>>> options to build successfully. This defconfig results in
> >>>>
> >>>> # CONFIG_BUILD_ROM is not set
> >>>>
> >>>
> >>> Sorry I was not clear. CONFIG_BUILD_ROM should not be set. When it is
> >>> unset, it does not touch descriptor.bin. I thought you previously had
> >>> it enabled hence binman tried to find descriptor.bin.
> >>>
> >>>> Setting CONFIG_BUILD_ROM=y does not solve the problem.
> >>>>
> >>>> Did you delete all *.bin files before testing? 'make mrproper' does not
> >>>> delete *.bin from the build path. Shouldn't it remove generated *.bin?
> >>>>
> >>>
> >>> *.bin in the board directory is kept there because it's not generated
> >>> during U-Boot build.
> >>>
> >>> I still cannot reproduce this. Not sure what's wrong.
> >>
> >> In my .bashrc I had export BUILD_ROM=y. In earlier releases
> >> qemu-x86_defconfig needed this. If I unset this variable the build works
> >> on my local system. Thanks for the hint.
> >>
> >
> > Good to hear.
> >
> >> This still leaves me with the question what is broken on Gitlab (Travis
> >> CI ran fine).
> >>
> >
> > I tried to look at the Gitlab log but when I opened
> > https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/jobs/2155, it
> > gave me 404.
>
> To me was shown only when logged on.
>

I have been logged on but still cannot see that. I suspect that's
because I am not a member of the u-boot-efi git repo.

> I append the log below.
>
> Best regards
>
> Heinrich
>
>
>
>     U-Boot
>     Custodians
>     EFI U-Boot Custodian TreeEFI U-Boot Custodian Tree
>     Jobs
>     #2155
>
> failed Job #2155 triggered 11 hours ago by Heinrich Schuchardt's avatar
> Heinrich Schuchardt
>
>
> Running with gitlab-runner 12.0.1 (0e5417a3)
>   on konsulko-bootbake G37FKVsV
> Using Docker executor with image
> trini/u-boot-gitlab-ci-runner:xenial-20190720-24Jul2019 ...
> Pulling docker image
> trini/u-boot-gitlab-ci-runner:xenial-20190720-24Jul2019 ...
> Using docker image
> sha256:5b1c8d4e86ff4494305883637941b882b324282a91d57d6157d1140e7a67d9d3
> for trini/u-boot-gitlab-ci-runner:xenial-20190720-24Jul2019 ...
> Running on runner-G37FKVsV-project-553-concurrent-0 via bootbake...
> Fetching changes...
> Reinitialized existing Git repository in
> /builds/u-boot/custodians/u-boot-efi/.git/
> Checking out 5bab6711 as efi-2019-10...
> Removing boards.cfg
> Removing tools/binman/cbfs_util.pyc
> Removing tools/binman/cmdline.pyc
> Removing tools/binman/control.pyc
> Removing tools/binman/elf.pyc
> Removing tools/binman/entry.pyc
> Removing tools/binman/etype/__init__.pyc
> Removing tools/binman/etype/blob.pyc
> Removing tools/binman/etype/blob_dtb.pyc
> Removing tools/binman/etype/fdtmap.pyc
> Removing tools/binman/etype/image_header.pyc
> Removing tools/binman/etype/powerpc_mpc85xx_bootpg_resetvec.pyc
> Removing tools/binman/etype/section.pyc
> Removing tools/binman/etype/u_boot_dtb_with_ucode.pyc
> Removing tools/binman/etype/u_boot_with_ucode_ptr.pyc
> Removing tools/binman/image.pyc
> Removing tools/binman/state.pyc
> Removing tools/buildman/board.pyc
> Removing tools/buildman/bsettings.pyc
> Removing tools/buildman/builder.pyc
> Removing tools/buildman/builderthread.pyc
> Removing tools/buildman/cmdline.pyc
> Removing tools/buildman/control.pyc
> Removing tools/buildman/kconfiglib.pyc
> Removing tools/buildman/toolchain.pyc
> Removing tools/concurrencytest/concurrencytest.pyc
> Removing tools/dtoc/fdt.pyc
> Removing tools/dtoc/fdt_util.pyc
> Removing tools/patman/checkpatch.pyc
> Removing tools/patman/command.pyc
> Removing tools/patman/commit.pyc
> Removing tools/patman/cros_subprocess.pyc
> Removing tools/patman/get_maintainer.pyc
> Removing tools/patman/gitutil.pyc
> Removing tools/patman/patchstream.pyc
> Removing tools/patman/series.pyc
> Removing tools/patman/settings.pyc
> Removing tools/patman/terminal.pyc
> Removing tools/patman/test_util.pyc
> Removing tools/patman/tools.pyc
> Removing tools/patman/tout.pyc
>
> Skipping Git submodules setup
> $ ret=0; ./tools/buildman/buildman -P -E -x arm,powerpc || ret=$?; if [[
> $ret -ne 0 && $ret -ne 129 ]]; then ./tools/buildman/buildman -sdeP;
> exit $ret; fi;
> Building current source for 167 boards (24 threads, 1 job per thread)
>
> Starting build...
>     0    0    0 /167    (starting)
>
>
>     1    0    0 /167    1:06:16  : vct_platinumavc
>
>        x86:  +   conga-qeval20-qa3-e3845-internal-uart
> +Compiler aborting due to parser-detected syntax error(s)
> +board/congatec/conga-qeval20-qa3-e3845/dsdt.asl.tmp    731:

This is weird. What IASL version did that use?

I am using:

$ iasl -v

Intel ACPI Component Architecture
ASL+ Optimizing Compiler version 20160108-64
Copyright (c) 2000 - 2016 Intel Corporation

Regards,
Bin

Regards,
Bin

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [U-Boot] [BUG] Build failure conga-qeval20-qa3-e3845
  2019-07-28  7:41 ` Bin Meng
  2019-07-28  8:33   ` Heinrich Schuchardt
@ 2019-07-28 12:02   ` Tom Rini
  2019-07-28 12:13     ` Bin Meng
  1 sibling, 1 reply; 14+ messages in thread
From: Tom Rini @ 2019-07-28 12:02 UTC (permalink / raw)
  To: u-boot

On Sun, Jul 28, 2019 at 03:41:17PM +0800, Bin Meng wrote:
> +Stefan
> 
> Hi Heinrich,
> 
> On Sun, Jul 28, 2019 at 2:32 PM Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
> >
> >
> > Hello Tom,
> >
> > origin/master commit bfe28bc70fc8b192878d6e8b7f7db344091643cf fails to
> > build conga-qeval20-qa3-e3845 on Debian Buster:
> >
> 
> I cannot reproduce it. Did you set CONFIG_BUILD_ROM = y?
> 
> > binman: Filename 'descriptor.bin' not found in input path
> > (.,.,./board/congatec/conga-qeval20-qa3-e3845)
> > (cwd='/home/user/workspace/u-boot')
> > make: *** [Makefile:1415: u-boot.rom] Error 1
> >
> > The only descriptor.bin file I can find is
> > ./tools/binman/test/descriptor.bin
> >
> > https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/jobs/2155 has a
> > different error for the same board:
> >
> > +Compiler aborting due to parser-detected syntax error(s)
> > +board/congatec/conga-qeval20-qa3-e3845/dsdt.asl.tmp    731:
> > +Error    6126 - syntax error, unexpected $end and premature End-Of-File
> > +
> > +make[2]: *** [board/congatec/conga-qeval20-qa3-e3845/dsdt.c] Error 255
> > +make[1]: *** [board/congatec/conga-qeval20-qa3-e3845] Error 2
> > +make: *** [sub-make] Error 2

Yes, this is a build race that we see rarely on Travis and more
frequently on GitLab due to the faster machines.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190728/4a7f1fbd/attachment.sig>

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [U-Boot] [BUG] Build failure conga-qeval20-qa3-e3845
  2019-07-28 12:02   ` Tom Rini
@ 2019-07-28 12:13     ` Bin Meng
  2019-07-28 14:03       ` Tom Rini
  0 siblings, 1 reply; 14+ messages in thread
From: Bin Meng @ 2019-07-28 12:13 UTC (permalink / raw)
  To: u-boot

On Sun, Jul 28, 2019 at 8:02 PM Tom Rini <trini@konsulko.com> wrote:
>
> On Sun, Jul 28, 2019 at 03:41:17PM +0800, Bin Meng wrote:
> > +Stefan
> >
> > Hi Heinrich,
> >
> > On Sun, Jul 28, 2019 at 2:32 PM Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
> > >
> > >
> > > Hello Tom,
> > >
> > > origin/master commit bfe28bc70fc8b192878d6e8b7f7db344091643cf fails to
> > > build conga-qeval20-qa3-e3845 on Debian Buster:
> > >
> >
> > I cannot reproduce it. Did you set CONFIG_BUILD_ROM = y?
> >
> > > binman: Filename 'descriptor.bin' not found in input path
> > > (.,.,./board/congatec/conga-qeval20-qa3-e3845)
> > > (cwd='/home/user/workspace/u-boot')
> > > make: *** [Makefile:1415: u-boot.rom] Error 1
> > >
> > > The only descriptor.bin file I can find is
> > > ./tools/binman/test/descriptor.bin
> > >
> > > https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/jobs/2155 has a
> > > different error for the same board:
> > >
> > > +Compiler aborting due to parser-detected syntax error(s)
> > > +board/congatec/conga-qeval20-qa3-e3845/dsdt.asl.tmp    731:
> > > +Error    6126 - syntax error, unexpected $end and premature End-Of-File
> > > +
> > > +make[2]: *** [board/congatec/conga-qeval20-qa3-e3845/dsdt.c] Error 255
> > > +make[1]: *** [board/congatec/conga-qeval20-qa3-e3845] Error 2
> > > +make: *** [sub-make] Error 2
>
> Yes, this is a build race that we see rarely on Travis and more
> frequently on GitLab due to the faster machines.

OK, so I suspect the "build race" problem is with
conga-qeval20-qa3-e3845 that has 2 defconfigs, and both are trying to
build ASL files.

However in my local buildman testing I never met this. My local build
server is very fast, for sure it is faster than travis build machine.

Regards,
Bin

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [U-Boot] [BUG] Build failure conga-qeval20-qa3-e3845
  2019-07-28 12:13     ` Bin Meng
@ 2019-07-28 14:03       ` Tom Rini
  2019-07-28 14:10         ` Bin Meng
  0 siblings, 1 reply; 14+ messages in thread
From: Tom Rini @ 2019-07-28 14:03 UTC (permalink / raw)
  To: u-boot

On Sun, Jul 28, 2019 at 08:13:12PM +0800, Bin Meng wrote:
> On Sun, Jul 28, 2019 at 8:02 PM Tom Rini <trini@konsulko.com> wrote:
> >
> > On Sun, Jul 28, 2019 at 03:41:17PM +0800, Bin Meng wrote:
> > > +Stefan
> > >
> > > Hi Heinrich,
> > >
> > > On Sun, Jul 28, 2019 at 2:32 PM Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
> > > >
> > > >
> > > > Hello Tom,
> > > >
> > > > origin/master commit bfe28bc70fc8b192878d6e8b7f7db344091643cf fails to
> > > > build conga-qeval20-qa3-e3845 on Debian Buster:
> > > >
> > >
> > > I cannot reproduce it. Did you set CONFIG_BUILD_ROM = y?
> > >
> > > > binman: Filename 'descriptor.bin' not found in input path
> > > > (.,.,./board/congatec/conga-qeval20-qa3-e3845)
> > > > (cwd='/home/user/workspace/u-boot')
> > > > make: *** [Makefile:1415: u-boot.rom] Error 1
> > > >
> > > > The only descriptor.bin file I can find is
> > > > ./tools/binman/test/descriptor.bin
> > > >
> > > > https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/jobs/2155 has a
> > > > different error for the same board:
> > > >
> > > > +Compiler aborting due to parser-detected syntax error(s)
> > > > +board/congatec/conga-qeval20-qa3-e3845/dsdt.asl.tmp    731:
> > > > +Error    6126 - syntax error, unexpected $end and premature End-Of-File
> > > > +
> > > > +make[2]: *** [board/congatec/conga-qeval20-qa3-e3845/dsdt.c] Error 255
> > > > +make[1]: *** [board/congatec/conga-qeval20-qa3-e3845] Error 2
> > > > +make: *** [sub-make] Error 2
> >
> > Yes, this is a build race that we see rarely on Travis and more
> > frequently on GitLab due to the faster machines.
> 
> OK, so I suspect the "build race" problem is with
> conga-qeval20-qa3-e3845 that has 2 defconfigs, and both are trying to
> build ASL files.
> 
> However in my local buildman testing I never met this. My local build
> server is very fast, for sure it is faster than travis build machine.

Yes, something like that sounds likely.  It is a race and we've had it
for a long while.  If we're generating files in the source tree rather
than output directory we're going to hit a problem like this.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190728/baee883e/attachment.sig>

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [U-Boot] [BUG] Build failure conga-qeval20-qa3-e3845
  2019-07-28 14:03       ` Tom Rini
@ 2019-07-28 14:10         ` Bin Meng
  2019-07-28 14:32           ` Tom Rini
  0 siblings, 1 reply; 14+ messages in thread
From: Bin Meng @ 2019-07-28 14:10 UTC (permalink / raw)
  To: u-boot

On Sun, Jul 28, 2019 at 10:03 PM Tom Rini <trini@konsulko.com> wrote:
>
> On Sun, Jul 28, 2019 at 08:13:12PM +0800, Bin Meng wrote:
> > On Sun, Jul 28, 2019 at 8:02 PM Tom Rini <trini@konsulko.com> wrote:
> > >
> > > On Sun, Jul 28, 2019 at 03:41:17PM +0800, Bin Meng wrote:
> > > > +Stefan
> > > >
> > > > Hi Heinrich,
> > > >
> > > > On Sun, Jul 28, 2019 at 2:32 PM Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
> > > > >
> > > > >
> > > > > Hello Tom,
> > > > >
> > > > > origin/master commit bfe28bc70fc8b192878d6e8b7f7db344091643cf fails to
> > > > > build conga-qeval20-qa3-e3845 on Debian Buster:
> > > > >
> > > >
> > > > I cannot reproduce it. Did you set CONFIG_BUILD_ROM = y?
> > > >
> > > > > binman: Filename 'descriptor.bin' not found in input path
> > > > > (.,.,./board/congatec/conga-qeval20-qa3-e3845)
> > > > > (cwd='/home/user/workspace/u-boot')
> > > > > make: *** [Makefile:1415: u-boot.rom] Error 1
> > > > >
> > > > > The only descriptor.bin file I can find is
> > > > > ./tools/binman/test/descriptor.bin
> > > > >
> > > > > https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/jobs/2155 has a
> > > > > different error for the same board:
> > > > >
> > > > > +Compiler aborting due to parser-detected syntax error(s)
> > > > > +board/congatec/conga-qeval20-qa3-e3845/dsdt.asl.tmp    731:
> > > > > +Error    6126 - syntax error, unexpected $end and premature End-Of-File
> > > > > +
> > > > > +make[2]: *** [board/congatec/conga-qeval20-qa3-e3845/dsdt.c] Error 255
> > > > > +make[1]: *** [board/congatec/conga-qeval20-qa3-e3845] Error 2
> > > > > +make: *** [sub-make] Error 2
> > >
> > > Yes, this is a build race that we see rarely on Travis and more
> > > frequently on GitLab due to the faster machines.
> >
> > OK, so I suspect the "build race" problem is with
> > conga-qeval20-qa3-e3845 that has 2 defconfigs, and both are trying to
> > build ASL files.
> >
> > However in my local buildman testing I never met this. My local build
> > server is very fast, for sure it is faster than travis build machine.
>
> Yes, something like that sounds likely.  It is a race and we've had it
> for a long while.  If we're generating files in the source tree rather
> than output directory we're going to hit a problem like this.

Then I believe this patch can solve this issue.
http://patchwork.ozlabs.org/patch/1130552/

Regards,
Bin

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [U-Boot] [BUG] Build failure conga-qeval20-qa3-e3845
  2019-07-28 12:00             ` Bin Meng
@ 2019-07-28 14:19               ` Heinrich Schuchardt
  0 siblings, 0 replies; 14+ messages in thread
From: Heinrich Schuchardt @ 2019-07-28 14:19 UTC (permalink / raw)
  To: u-boot

On 7/28/19 2:00 PM, Bin Meng wrote:
> On Sun, Jul 28, 2019 at 5:52 PM Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>>
>> On 7/28/19 11:35 AM, Bin Meng wrote:
>>> On Sun, Jul 28, 2019 at 5:08 PM Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
<snip>
>>
>> Skipping Git submodules setup
>> $ ret=0; ./tools/buildman/buildman -P -E -x arm,powerpc || ret=$?; if [[
>> $ret -ne 0 && $ret -ne 129 ]]; then ./tools/buildman/buildman -sdeP;
>> exit $ret; fi;
>> Building current source for 167 boards (24 threads, 1 job per thread)
>>
>> Starting build...
>>     0    0    0 /167    (starting)
>>
>>
>>     1    0    0 /167    1:06:16  : vct_platinumavc
>>
>>        x86:  +   conga-qeval20-qa3-e3845-internal-uart
>> +Compiler aborting due to parser-detected syntax error(s)
>> +board/congatec/conga-qeval20-qa3-e3845/dsdt.asl.tmp    731:
>
> This is weird. What IASL version did that use?
>
> I am using:
>
> $ iasl -v
>
> Intel ACPI Component Architecture
> ASL+ Optimizing Compiler version 20160108-64
> Copyright (c) 2000 - 2016 Intel Corporation

Tom's Dockerimage is on Ubuntu 16.04. That gives us
https://packages.ubuntu.com/de/xenial/iasl.

Intel ACPI Component Architecture
ASL+ Optimizing Compiler version 20160108-64
Copyright (c) 2000 - 2016 Intel Corporation

As Tom already wrote the problem is not with iasl but possibly with
incorrect dependencies in the Makefile.

Best regards

Heinrich

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [U-Boot] [BUG] Build failure conga-qeval20-qa3-e3845
  2019-07-28 14:10         ` Bin Meng
@ 2019-07-28 14:32           ` Tom Rini
  0 siblings, 0 replies; 14+ messages in thread
From: Tom Rini @ 2019-07-28 14:32 UTC (permalink / raw)
  To: u-boot

On Sun, Jul 28, 2019 at 10:10:34PM +0800, Bin Meng wrote:
> On Sun, Jul 28, 2019 at 10:03 PM Tom Rini <trini@konsulko.com> wrote:
> >
> > On Sun, Jul 28, 2019 at 08:13:12PM +0800, Bin Meng wrote:
> > > On Sun, Jul 28, 2019 at 8:02 PM Tom Rini <trini@konsulko.com> wrote:
> > > >
> > > > On Sun, Jul 28, 2019 at 03:41:17PM +0800, Bin Meng wrote:
> > > > > +Stefan
> > > > >
> > > > > Hi Heinrich,
> > > > >
> > > > > On Sun, Jul 28, 2019 at 2:32 PM Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
> > > > > >
> > > > > >
> > > > > > Hello Tom,
> > > > > >
> > > > > > origin/master commit bfe28bc70fc8b192878d6e8b7f7db344091643cf fails to
> > > > > > build conga-qeval20-qa3-e3845 on Debian Buster:
> > > > > >
> > > > >
> > > > > I cannot reproduce it. Did you set CONFIG_BUILD_ROM = y?
> > > > >
> > > > > > binman: Filename 'descriptor.bin' not found in input path
> > > > > > (.,.,./board/congatec/conga-qeval20-qa3-e3845)
> > > > > > (cwd='/home/user/workspace/u-boot')
> > > > > > make: *** [Makefile:1415: u-boot.rom] Error 1
> > > > > >
> > > > > > The only descriptor.bin file I can find is
> > > > > > ./tools/binman/test/descriptor.bin
> > > > > >
> > > > > > https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/jobs/2155 has a
> > > > > > different error for the same board:
> > > > > >
> > > > > > +Compiler aborting due to parser-detected syntax error(s)
> > > > > > +board/congatec/conga-qeval20-qa3-e3845/dsdt.asl.tmp    731:
> > > > > > +Error    6126 - syntax error, unexpected $end and premature End-Of-File
> > > > > > +
> > > > > > +make[2]: *** [board/congatec/conga-qeval20-qa3-e3845/dsdt.c] Error 255
> > > > > > +make[1]: *** [board/congatec/conga-qeval20-qa3-e3845] Error 2
> > > > > > +make: *** [sub-make] Error 2
> > > >
> > > > Yes, this is a build race that we see rarely on Travis and more
> > > > frequently on GitLab due to the faster machines.
> > >
> > > OK, so I suspect the "build race" problem is with
> > > conga-qeval20-qa3-e3845 that has 2 defconfigs, and both are trying to
> > > build ASL files.
> > >
> > > However in my local buildman testing I never met this. My local build
> > > server is very fast, for sure it is faster than travis build machine.
> >
> > Yes, something like that sounds likely.  It is a race and we've had it
> > for a long while.  If we're generating files in the source tree rather
> > than output directory we're going to hit a problem like this.
> 
> Then I believe this patch can solve this issue.
> http://patchwork.ozlabs.org/patch/1130552/

Likely, but then we also need to update the .gitignore file I think.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190728/9586ba73/attachment.sig>

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2019-07-28 14:32 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-28  6:32 [U-Boot] [BUG] Build failure conga-qeval20-qa3-e3845 Heinrich Schuchardt
2019-07-28  7:41 ` Bin Meng
2019-07-28  8:33   ` Heinrich Schuchardt
2019-07-28  8:56     ` Bin Meng
2019-07-28  9:08       ` Heinrich Schuchardt
2019-07-28  9:35         ` Bin Meng
2019-07-28  9:52           ` Heinrich Schuchardt
2019-07-28 12:00             ` Bin Meng
2019-07-28 14:19               ` Heinrich Schuchardt
2019-07-28 12:02   ` Tom Rini
2019-07-28 12:13     ` Bin Meng
2019-07-28 14:03       ` Tom Rini
2019-07-28 14:10         ` Bin Meng
2019-07-28 14:32           ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.