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

Unified Diff: src/platform/vboot_reference/utility/include/kernel_utility.h

Issue 1732022: VBoot Reference: Make kernel_config a 4K byte block, and move it after the verified boot block. (Closed) Base URL: ssh://git@chromiumos-git/chromeos
Patch Set: Created 10 years, 8 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
Index: src/platform/vboot_reference/utility/include/kernel_utility.h
diff --git a/src/platform/vboot_reference/utility/include/kernel_utility.h b/src/platform/vboot_reference/utility/include/kernel_utility.h
index 49290f27575092a2457463a2f0b601bd8220b73c..16967adbdc2248fed065d9261cad35358e83a0aa 100644
--- a/src/platform/vboot_reference/utility/include/kernel_utility.h
+++ b/src/platform/vboot_reference/utility/include/kernel_utility.h
@@ -70,8 +70,8 @@ class KernelUtility {
int kernel_sign_algorithm_;
int kernel_key_version_;
int kernel_version_;
- kconfig_options options_;
- uint8_t* cmd_line_;
+ uint64_t kernel_len_;
Bill Richardson 2010/04/29 18:14:44 No objection, but I kind of doubt that the kernel
+ uint8_t* kernel_config_;
std::string in_file_;
std::string out_file_;
« no previous file with comments | « src/platform/vboot_reference/tests/test_common.c ('k') | src/platform/vboot_reference/utility/kernel_utility.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698