14 Nov, 2016

1 commit

  • Commit fed329aebe3a ("tools: add mksunxiboot to tools-all target") added
    mksunxiboot to the tools-all target, but used the CONFIG_SUNXI symbol
    to enable its build. Now commit aec9a0f19f64 ("sunxi: Rename CONFIG_SUNXI
    to CONFIG_ARCH_SUNXI"), merged before that, renamed that symbol, so that
    the first patch basically gets ineffective.
    Adjust the symbol name in tools/Makefile to make it build again.

    Reviewed-by: Hans de Goede
    Signed-off-by: Andre Przywara

    Andre Przywara
     

06 Nov, 2016

2 commits

  • Adds -i option that allows specifying a ramdisk file to be added to the
    FIT image when we are using the automatic FIT mode (no ITS file).

    This makes adding Depthcharge support to LAVA much more convenient, as
    no additional configuration files need to be kept around in the machine
    that dispatches jobs to the boards.

    Signed-off-by: Tomeu Vizoso
    Cc: Simon Glass
    Cc: Matt Hart
    Cc: Neil Williams
    Reviewed-by: Simon Glass

    Tomeu Vizoso
     
  • The README for buildman says that we can use any field in boards.cfg to
    decide what to build. However, we were not saving the options field
    correctly.

    Cc: Simon Glass
    Signed-off-by: Tom Rini
    Acked-by: Simon Glass

    Tom Rini
     

05 Nov, 2016

1 commit

  • Check return value when open the plugin file.

    Coverity report:
    ** CID 153926: Error handling issues (NEGATIVE_RETURNS)
    /tools/imximage.c: 542 in copy_plugin_code()

    ifd = open(plugin_file, O_RDONLY|O_BINARY);
    >>> CID 153926: Error handling issues (NEGATIVE_RETURNS)
    >>> "ifd" is passed to a parameter that cannot be negative.

    Signed-off-by: Peng Fan
    Cc: Stefano Babic
    Cc: Tom Rini
    Reported-by: Coverity (CID: 153926)
    Reviewed-by: Tom Rini

    Peng Fan
     

31 Oct, 2016

2 commits


30 Oct, 2016

2 commits


28 Oct, 2016

1 commit


24 Oct, 2016

2 commits

  • Supporting shell-style wildcards for the --defconfigs option will be
    useful to run the moveconfig tool against a specific platform. For
    example, "uniphier*" in the file passed by --defconfigs option will
    be expanded to defconfig files that start with "uniphier". This is
    easier than listing out all defconfig files you are interested in.

    Signed-off-by: Masahiro Yamada
    Reviewed-by: Joe Hershberger

    Masahiro Yamada
     
  • Add plugin support for imximage.

    Define CONFIG_USE_IMXIMG_PLUGIN in defconfig to enable using plugin.

    Signed-off-by: Peng Fan
    Cc: Stefano Babic
    Cc: Eric Nelson
    Cc: Ye Li
    Reviewed-by: Tom Rini

    Peng Fan
     

15 Oct, 2016

1 commit


09 Oct, 2016

23 commits


08 Oct, 2016

2 commits


07 Oct, 2016

3 commits