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

Unified Diff: vboot_firmware/linktest/main.c

Issue 2835006: Remove old firmware verification code (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_firmware.c ('k') | vfirmware/Makefile » ('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 10500809d4ea298115593c62b44be4642ca4dd1b..0b3bb70053759e0ebcfa826074bfd4552b85076e 100644
--- a/vboot_firmware/linktest/main.c
+++ b/vboot_firmware/linktest/main.c
@@ -8,7 +8,6 @@
#include "rollback_index.h"
#include "tlcl.h"
#include "vboot_common.h"
-#include "vboot_firmware.h"
#include "vboot_kernel.h"
int main(void)
@@ -20,14 +19,6 @@ int main(void)
GptNextKernelEntry(0, 0, 0);
GptUpdateKernelEntry(0, 0);
- /* firmware_image_fw.h */
- VerifyFirmwareHeader(0, 0, 0, 0);
- VerifyFirmwarePreamble(0, 0, 0, 0);
- VerifyFirmwareData(0, 0, 0, 0, 0);
- VerifyFirmware(0, 0, 0);
- GetLogicalFirmwareVersion(0);
- VerifyFirmwareDriver_f(0, 0, 0, 0, 0);
-
/* kernel_image_fw.h */
VerifyKernelKeyHeader(0, 0, 0, 0, 0, 0);
VerifyKernelPreamble(0, 0, 0, 0);
@@ -37,6 +28,7 @@ int main(void)
GetLogicalKernelVersion(0);
/* load_firmware_fw.h */
+ UpdateFirmwareBodyHash(0, 0, 0);
LoadFirmware(0);
/* load_kernel_fw.h */
@@ -88,9 +80,5 @@ int main(void)
/* vboot_kernel.h */
LoadKernel2(0);
- /* vboot_firmware.h */
- UpdateFirmwareBodyHash(0, 0, 0);
- LoadFirmware2(0);
-
return 0;
}
« no previous file with comments | « vboot_firmware/lib/vboot_firmware.c ('k') | vfirmware/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698