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

Unified Diff: nvbctlib.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') | « data_layout.c ('k') | nvbctlib_ap20.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nvbctlib.h
diff --git a/nvbctlib.h b/nvbctlib.h
index 279fc0fd4f3e35e4ca563b5702e1aa3736a10ea8..51bb3bb067139499a7f8dbc402202ae95ee399d0 100644
--- a/nvbctlib.h
+++ b/nvbctlib.h
@@ -62,9 +62,15 @@ typedef enum {
nvbct_lib_id_crypto_length,
nvbct_lib_id_max_bct_search_blks,
nvbct_lib_id_num_param_sets,
+ nvbct_lib_id_dev_type_nand,
nvbct_lib_id_dev_type_sdmmc,
nvbct_lib_id_dev_type_spi,
+ nvbct_lib_id_nand_clock_divider,
+ nvbct_lib_id_nand_nand_timing,
+ nvbct_lib_id_nand_nand_timing2,
+ nvbct_lib_id_nand_block_size_log2,
+ nvbct_lib_id_nand_page_size_log2,
nvbct_lib_id_sdmmc_clock_divider,
nvbct_lib_id_sdmmc_data_width,
nvbct_lib_id_sdmmc_max_power_class_supported,
« data_layout.c ('K') | « data_layout.c ('k') | nvbctlib_ap20.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698