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

Unified Diff: src/platform/vboot_reference/vkernel/include/kernel_image.h

Issue 2310002: Add a --subkey switch to kernel signing utility. (Closed) Base URL: ssh://git@gitrw.chromium.org/chromiumos
Patch Set: 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/vkernel/include/kernel_image.h
diff --git a/src/platform/vboot_reference/vkernel/include/kernel_image.h b/src/platform/vboot_reference/vkernel/include/kernel_image.h
index 58e1b1ac9923d101afcdda40894ef269fe8dcc1a..73ed3a56cd7bbc16c7826e5419473396e5ac355c 100644
--- a/src/platform/vboot_reference/vkernel/include/kernel_image.h
+++ b/src/platform/vboot_reference/vkernel/include/kernel_image.h
@@ -54,6 +54,7 @@ uint8_t* GetKernelConfigBlob(const KernelImage* image);
*/
uint8_t* GetKernelBlob(const KernelImage* image, uint64_t* blob_len);
+
/* Write kernel data from [image] to a file named [input_file].
* If [is_only_vblock] is non-zero, only the verification block is output.
*
@@ -61,7 +62,8 @@ uint8_t* GetKernelBlob(const KernelImage* image, uint64_t* blob_len);
*/
int WriteKernelImage(const char* input_file,
const KernelImage* image,
- int is_only_vblock);
+ int is_only_vblock,
+ int is_subkey_out);
/* Create a kernel_data blob from its components and fill
* its length into blob_len, plus some information about the bootloader.
« no previous file with comments | « src/platform/vboot_reference/utility/kernel_utility.cc ('k') | src/platform/vboot_reference/vkernel/kernel_image.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698