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

Unified Diff: vboot_firmware/linktest/main.c

Issue 2866006: Move old vkernel code out of vboot_firmware. (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: Created 10 years, 6 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 | « vboot_firmware/lib/vboot_kernel.c ('k') | vboot_firmware/stub/load_firmware_stub.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vboot_firmware/linktest/main.c
diff --git a/vboot_firmware/linktest/main.c b/vboot_firmware/linktest/main.c
index 0b3bb70053759e0ebcfa826074bfd4552b85076e..6be093b7a8a993bb1c121b4ce173127edeecdabf 100644
--- a/vboot_firmware/linktest/main.c
+++ b/vboot_firmware/linktest/main.c
@@ -1,8 +1,6 @@
#include <stdio.h>
#include "cgptlib.h"
-#include "firmware_image_fw.h"
-#include "kernel_image_fw.h"
#include "load_firmware_fw.h"
#include "load_kernel_fw.h"
#include "rollback_index.h"
@@ -19,14 +17,6 @@ int main(void)
GptNextKernelEntry(0, 0, 0);
GptUpdateKernelEntry(0, 0);
- /* kernel_image_fw.h */
- 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);
- VerifyKernel(0, 0, 0);
- GetLogicalKernelVersion(0);
-
/* load_firmware_fw.h */
UpdateFirmwareBodyHash(0, 0, 0);
LoadFirmware(0);
@@ -77,8 +67,5 @@ int main(void)
VerifyFirmwarePreamble2(0, 0, 0);
VerifyKernelPreamble2(0, 0, 0);
- /* vboot_kernel.h */
- LoadKernel2(0);
-
return 0;
}
« no previous file with comments | « vboot_firmware/lib/vboot_kernel.c ('k') | vboot_firmware/stub/load_firmware_stub.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698