30 Nov, 2018

1 commit

  • At present tests are quite slow to run, over a minute on my machine. This
    presents a considerable barrier to bisecting for failures.

    The slowest tests are the filesystem ones and the buildman --fetch-arch
    test. Add a new 'qcheck' target that skips these tests. This reduces test
    time down to about 40 second, still too long, but bearable.

    Signed-off-by: Simon Glass

    Simon Glass
     

26 Nov, 2018

1 commit

  • There is some basic informaton that SPL normally wants to pass through to
    U-Boot, such as the SDRAM size and bank information.

    Mkae use of the new bloblist structure for this. Add a new 'handoff' blob
    which is set up in SPL and passed to U-Boot proper. Also adda test for
    sandbox_spl that checks that this works correctly and a new 'sb' command
    to show the information passed from SPL.

    Reviewed-by: Tom Rini
    Signed-off-by: Simon Glass

    Simon Glass
     

08 Oct, 2018

4 commits


09 Jul, 2018

2 commits


08 Jun, 2018

1 commit


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