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

Unified Diff: cbootimage.h

Issue 6579034: Add the device type/parameters support for cbootimage tool. (Closed) Base URL: http://git.chromium.org/git/cbootimage.git@master
Patch Set: Created 9 years, 10 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 | « GNUmakefile ('k') | cbootimage.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cbootimage.h
diff --git a/cbootimage.h b/cbootimage.h
index 41c9bafffec1a135e6ca267563c33357116e6818..173e76a024b9aa1003d38109c72136e1d7e77420 100644
--- a/cbootimage.h
+++ b/cbootimage.h
@@ -111,6 +111,7 @@ typedef struct build_image_context_rec
u_int32_t newbl_load_addr;
u_int32_t newbl_entry_point;
u_int32_t newbl_attr;
+ u_int8_t generate_bct;
u_int8_t *bct;
struct addon_table_rec addon_tbl;
« no previous file with comments | « GNUmakefile ('k') | cbootimage.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698