commit | db74919193aeeee4cf409d001643433fee47d972 | [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 | cc7eb4984c29257a765db9835765282fae845ebd [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>