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

Unified Diff: parse.h

Issue 6611009: Add the nand device 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
« data_layout.c ('K') | « nvbctlib_ap20.c ('k') | parse.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: parse.h
diff --git a/parse.h b/parse.h
index f2e8ad6f873b00dc25f42882753007dcd38742d6..e755c607e4cbbbf8cb331525241ca2359b879d11 100644
--- a/parse.h
+++ b/parse.h
@@ -53,6 +53,7 @@ typedef enum
token_version,
token_bct_file,
token_addon,
+ token_nand_params,
token_sdmmc_params,
token_spiflash_params,
token_data_width,
@@ -60,6 +61,10 @@ typedef enum
token_clock_source,
token_read_command_type_fast,
token_max_power_class_supported,
+ token_nand_timing2,
+ token_nand_timing,
+ token_block_size_log2,
+ token_page_size_log2,
token_force32 = 0x7fffffff
} parse_token;
« data_layout.c ('K') | « nvbctlib_ap20.c ('k') | parse.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698