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

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

Issue 2234003: Change kernel vboot header layout and add support for separate header verification. (Closed) Base URL: ssh://git@gitrw.chromium.org/chromiumos
Patch Set: add verifykernelheader(). rename old function to verifykernelkeyheader(). 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
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 16967adbdc2248fed065d9261cad35358e83a0aa..5b0cab398c5b0d52d332ed164a4bb341881edb5f 100644
--- a/src/platform/vboot_reference/utility/include/kernel_utility.h
+++ b/src/platform/vboot_reference/utility/include/kernel_utility.h
@@ -58,11 +58,6 @@ class KernelUtility {
std::string firmware_key_pub_file_;
std::string kernel_key_file_; // Private key for signing the kernel.
std::string kernel_key_pub_file_;
- std::string config_file_; // File containing kernel config options.
- // TODO(gauravsh): Currently this just fills in options.cmd_line in struct
- // KernelImage (from vkernel/kernel_image_fw.h). Ideally we'd like to have
- // a well defined config file format which is also backwards compatible with
- // Legacy BIOS boot loaders.
// Fields of a KernelImage. (read from the command line).
int header_version_;

Powered by Google App Engine
This is Rietveld 408576698