29 Jan, 2018

1 commit


16 Aug, 2017

3 commits


06 Jun, 2017

1 commit

  • The bootelf command could, but does not, pass additional arguments along
    on the command line. Make do_bootelf consume bootelf/flags/address as
    needed and then pass along anything else to the ELF application we've
    launched.

    Reported-by: Thomas Doerfler
    Signed-off-by: Tom Rini

    Tom Rini
     

21 Jan, 2017

1 commit


25 Jan, 2016

1 commit

  • Now that they are in their own directory, we can remove this prefix.
    This makes it easier to find a file since the prefix does not get in the
    way.

    Signed-off-by: Simon Glass
    Reviewed-by: Bin Meng
    Reviewed-by: Heiko Schocher
    Acked-by: Stefan Roese
    Acked-by: Przemyslaw Marczak

    Simon Glass