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

Unified Diff: vboot_firmware/linktest/main.c

Issue 2743004: Add dummy implementation of LoadFirmware(); currently a wrapper around the old implementation. (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: rename member 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/load_firmware_fw.c ('k') | no next file » | 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 0cd8f76c2030a978f2a8150b50451bcf69c97740..6b743a86d535da5ec4821641d4102576c7af60a4 100644
--- a/vboot_firmware/linktest/main.c
+++ b/vboot_firmware/linktest/main.c
@@ -3,6 +3,7 @@
#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"
#include "tlcl.h"
@@ -32,6 +33,10 @@ int main(void)
VerifyKernel(0, 0, 0);
GetLogicalKernelVersion(0);
+ // load_firmware_fw.h
+ UpdateFirmwareBodyHash(0, 0);
+ LoadFirmware(0);
+
// load_kernel_fw.h
LoadKernel(0);
« no previous file with comments | « vboot_firmware/lib/load_firmware_fw.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698