Commit Graph

4 Commits

Author SHA1 Message Date
Gaurav Shah
c7686471b8 Remove big_[firmware|kernel]_tests from the script used in the autotest.
These tests wouldn't work on a 32-bit system.

Review URL: http://codereview.chromium.org/1624002
2010-04-05 18:44:05 -07:00
Gaurav Shah
091dfdf425 Make image verification test script call big_{firmware|kernel} tests.
Review URL: http://codereview.chromium.org/1530009
2010-03-30 16:01:46 -07:00
Gaurav Shah
445925fe0f Vboot Reference: Spring cleaning of test scripts.
Moved duplicated code to "common.sh". Make directory detection more robust.

Review URL: http://codereview.chromium.org/1101004
2010-03-19 16:19:09 -07:00
Gaurav Shah
f67bcaa9a6 Vboot Reference: Add functions to verify signed kernel images.
BUG=670
TEST=Adds kernel_image_test which tests the new functions.

The kernel image verification pretty much exactly mirror the already existing firmware image verification functions except with a few different/additional fields in a signed kernel image. The firmware signing key is the root key equivalent for kernel images.

This CL also moves the image verification tests to a different script. There's some additional cleanup of the code that I will be submitting separately after this and another pending patches get LGTMed and land.

Review URL: http://codereview.chromium.org/660161
2010-02-28 19:18:24 -08:00