From: Karl Apsite <Karl.Apsite@dornerworks.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RFC] Booting Xen from a FIT - Additional discussion about a refactor
Date: Fri, 1 May 2015 12:21:24 -0400 [thread overview]
Message-ID: <5543A804.2040708@dornerworks.com> (raw)
Hi Simon,
I Added the email listed in the test script to this conversation
>>>
>>> Please do add tests for the new functionality - see test/image for
>>> some existing tests. Python is preferred if the test is non-trivial.
>>
>> Absolutely, I'll be sure to include some tests in the patch(es)..
>
> Great. This area of U-Boot has had a lot of undocumented or untested
> behaviour. It has got a bit better but your boot function sounds like
> another step in the right direction.
I took a look at the current set of tests, and I'm not sure what's required to
run them. Is there an undocumented runner in the Makefile? I can run the
specified make target to prepare for the tests it sounds like:
`make O=sandbox sandbox_config`
However trying to run the script just generated errors about missing images.
Do you know what's needed to run the script?
Log:
$ test/image/test-imagetools.sh
Building multi-file image...
# sandbox/tools/mkimage -A x86 -O linux -T multi -n "v1.0-test" -d
sandbox/boot/vmlinuz:sandbox/boot/initrd.img:sandbox/boot/System.map linux.img
test/image/test-imagetools.sh: line 73: sandbox/tools/mkimage: No such file or
directory
done.
Extracting multi-file image contents...
# sandbox/tools/dumpimage -T multi -i linux.img -p 0 vmlinuz
test/image/test-imagetools.sh: line 73: sandbox/tools/dumpimage: No such file or
directory
# sandbox/tools/dumpimage -T multi -i linux.img -p 1 initrd.img
test/image/test-imagetools.sh: line 73: sandbox/tools/dumpimage: No such file or
directory
# sandbox/tools/dumpimage -T multi -i linux.img -p 2 System.map
test/image/test-imagetools.sh: line 73: sandbox/tools/dumpimage: No such file or
directory
# sandbox/tools/dumpimage -T multi -i linux.img -p 2 System.map -o test_output
test/image/test-imagetools.sh: line 73: sandbox/tools/dumpimage: No such file or
directory
done.
diff: vmlinuz: No such file or directory
Failed.
next reply other threads:[~2015-05-01 16:21 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-01 16:21 Karl Apsite [this message]
2015-05-04 21:40 ` [U-Boot] [RFC] Booting Xen from a FIT - Additional discussion about a refactor Simon Glass
2015-05-04 21:41 ` Simon Glass
-- strict thread matches above, loose matches on Subject: below --
2015-04-22 19:05 Karl Apsite
2015-04-23 1:55 ` Simon Glass
2015-04-23 13:15 ` Karl Apsite
2015-04-23 17:06 ` Simon Glass
2015-04-23 21:39 ` Karl Apsite
2015-04-24 15:46 ` Simon Glass
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5543A804.2040708@dornerworks.com \
--to=karl.apsite@dornerworks.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.