]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: image: Create a test for loading FIT images
authorSimon Glass <sjg@chromium.org>
Thu, 16 May 2013 13:53:28 +0000 (13:53 +0000)
committerTom Rini <trini@ti.com>
Tue, 4 Jun 2013 20:06:32 +0000 (16:06 -0400)
commit301e8038678a70762144c0e9de3513fca3a13cb8
treebe65603338bf4050a1f80d758d741a9ac87332b6
parent13167dac19fcf6c91056a1cee9fc4b54f09d5505
sandbox: image: Create a test for loading FIT images

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 <sjg@chromium.org>
test/image/test-fit.py [new file with mode: 0755]