29 Aug, 2014

1 commit

  • The host filesystem name has changed, so update the tests. The tests now
    run again correctly:

    $ make O=b/sandbox sandbox_defconfig all
    ...
    $ test/image/test-fit.py -u b/sandbox/u-boot
    FIT Tests

    =========
    Kernel load
    Kernel + FDT load
    Kernel + FDT + Ramdisk load

    Tests passed
    Caveat: this is only a sanity check - test coverage is poor

    Signed-off-by: Simon Glass

    Simon Glass
     

24 Jul, 2013

1 commit


26 Jun, 2013

1 commit


05 Jun, 2013

1 commit

  • The image code is fairly complex with various different options. It would
    be useful to have comprehensive tests for this.

    As a start, create a script which tries out loading a kernel/ramdisk/fdt
    from a FIT and checks that the images appear in the right place in memory.

    This uses sandbox which now supports bootm and related features.

    Signed-off-by: Simon Glass

    Simon Glass