12 Jul, 2017

1 commit


09 Dec, 2016

1 commit

  • It is useful to name each method so that we can print out this name when
    using the method. Currently this happens using a separate function. In
    preparation for unifying this, add a name to each method.

    The name is only available if we have libcommon support (i.e can use
    printf()).

    Signed-off-by: Simon Glass

    Simon Glass
     

07 Oct, 2016

4 commits


17 May, 2016

1 commit


15 Mar, 2016

1 commit


19 Nov, 2015

1 commit

  • Make spl_*_load_image() functions return a value instead of
    hanging if a problem is encountered. This enables main spl code
    to make the decision whether to hang or not, thus preparing
    it to support alternative boot devices.

    Some boot devices (namely nand and spi) do not hang on error.
    Instead, they return normally and SPL proceeds to boot the
    contents of the load address. This is considered a bug and
    is rectified by hanging on error for these devices as well.

    Signed-off-by: Nikita Kiryanov
    Cc: Igor Grinberg
    Cc: Tom Rini
    Cc: Simon Glass
    Cc: Ian Campbell
    Cc: Hans De Goede
    Cc: Albert Aribaud
    Cc: Jagan Teki
    Reviewed-by: Tom Rini
    Reviewed-by: Simon Glass

    Nikita Kiryanov
     

24 Mar, 2015

1 commit

  • Various files are needlessly rebuilt every time due to the version and
    build time changing. As version.h is not actually needed, remove the
    include.

    Signed-off-by: Rob Herring
    Cc: Albert Aribaud
    Cc: Stefano Babic
    Cc: Minkyu Kang
    Cc: Marek Vasut
    Cc: Tom Warren
    Cc: Michal Simek
    Cc: Macpaul Lin
    Cc: Wolfgang Denk
    Cc: York Sun
    Cc: Stefan Roese
    Cc: Nobuhiro Iwamatsu
    Cc: Simon Glass
    Cc: Philippe Reynes
    Cc: Eric Jarrige
    Cc: "David Müller"
    Cc: Phil Edworthy
    Cc: Robert Baldyga
    Cc: Torsten Koschorrek
    Cc: Anatolij Gustschin
    Reviewed-by: Linus Walleij
    Reviewed-by: Łukasz Majewski

    Rob Herring
     

06 Jan, 2015

1 commit


27 Oct, 2014

1 commit


10 Oct, 2014

1 commit


19 Feb, 2014

1 commit