commit | 0265882a34030b5a49c0c573b28a10b2ac0c9d87 | [log] [tgz] |
---|---|---|
author | Gaurav Shah <gauravsh@chromium.org> | Sun Apr 18 16:35:07 2010 -0700 |
committer | Gaurav Shah <gauravsh@chromium.org> | Sun Apr 18 16:35:07 2010 -0700 |
tree | 4da003b7c1c34935dc25753bb84a303cdad0deec | |
parent | 65127cc38acc379dfc55fca2b345465437518276 [diff] |
Change VerifyFirmware() to take separate pointers to firmware verification header and firmware data. The firmware verification code no longer assumes that verification data and firmware data are contiguous and follow each other. Needed for EFI where the actual firmware must be stored in its own firmware volume. BUG=1704 TEST=modified existing tests for the new API, and they still pass Review URL: http://codereview.chromium.org/1578035