Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(390)

Unified Diff: src/platform/vboot_reference/vboot_firmware/linktest/main.c

Issue 2248003: Rebaseline linktest with new/modified kernel verification API functions. (Closed) Base URL: ssh://git@gitrw.chromium.org/chromiumos
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/vboot_reference/vboot_firmware/linktest/main.c
diff --git a/src/platform/vboot_reference/vboot_firmware/linktest/main.c b/src/platform/vboot_reference/vboot_firmware/linktest/main.c
index e2eb4d1316c2ca5e4139f007306d476e3cee1486..cf08e26b0cb7a042091740b0a141e6a31989e61f 100644
--- a/src/platform/vboot_reference/vboot_firmware/linktest/main.c
+++ b/src/platform/vboot_reference/vboot_firmware/linktest/main.c
@@ -18,9 +18,10 @@ int main(void)
VerifyFirmwareDriver_f(0, 0, 0, 0, 0);
// kernel_image_fw.h
- VerifyKernelHeader(0, 0, 0, 0, 0, 0);
- VerifyKernelConfig(0, 0, 0, 0);
+ VerifyKernelKeyHeader(0, 0, 0, 0, 0, 0);
+ VerifyKernelPreamble(0, 0, 0, 0);
VerifyKernelData(0, 0, 0, 0, 0);
+ VerifyKernelHeader(0, 0, 0, 0, 0, 0, 0, 0);
VerifyKernel(0, 0, 0);
GetLogicalKernelVersion(0);
VerifyKernelDriver_f(0, 0, 0, 0);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698