16 Jan, 2018

6 commits


28 Nov, 2017

1 commit


23 Nov, 2017

1 commit


01 Jun, 2017

1 commit


15 Jul, 2016

1 commit

  • A common check before sending patches is to run all available tests on
    sandbox. But everytime I do this I have to look up the README. This presents
    quite a barrier to actually doing this.

    Add a shell script to help. To run the tests, type:

    test/run

    in the U-Boot directory, which should be easy to remember.

    Signed-off-by: Simon Glass
    Reviewed-by: Teddy Reed

    Simon Glass