commit | 301e8038678a70762144c0e9de3513fca3a13cb8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 16 13:53:28 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Tue Jun 04 16:06:32 2013 -0400 |
tree | be65603338bf4050a1f80d758d741a9ac87332b6 | |
parent | 13167dac19fcf6c91056a1cee9fc4b54f09d5505 [diff] |
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>