05 Oct, 2017

1 commit


07 Sep, 2017

1 commit


31 Oct, 2016

1 commit


20 Aug, 2016

1 commit

  • vsprintf.h doesn't include the stdarg.h file, which means that it relies on
    the files that include vsprintf.h to include stdarg.h as well.

    Add an explicit include to avoid build errors when simply including that
    file.

    Acked-by: Simon Glass
    Acked-by: Pantelis Antoniou
    Signed-off-by: Maxime Ripard

    Maxime Ripard
     

19 Jan, 2016

1 commit

  • Enabling this function always removes some class of string saftey issues.
    The size change here in general is about 400 bytes and this seems a reasonable
    trade-off.

    Cc: Peng Fan
    Cc: Peter Robinson
    Cc: Fabio Estevam
    Cc: Adrian Alonso
    Cc: Stefano Babic
    Cc: Hans de Goede
    Signed-off-by: Tom Rini

    Tom Rini
     

22 Jul, 2015

1 commit


30 Jun, 2015

1 commit

  • Move common functions from cmd_nand.c (for calculating offset
    and size from cmdline paramter) to common place, so they could
    used from other commands which use mtd partitions.

    For onenand the arg_off_size() is left in common/cmd_onenand.c.
    It should use now the common arg_off() function, but as I could
    not test onenand I let it there ...

    Signed-off-by: Heiko Schocher
    Acked-by: Scott Wood
    Reviewed-by: Jagannadh Teki

    Heiko Schocher
     

23 Apr, 2015

1 commit


15 Oct, 2013

1 commit


24 Jul, 2013

1 commit


26 Jun, 2013

1 commit


18 Dec, 2011

3 commits