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

Side by Side 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, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /** 1 /**
2 * Copyright (c) 2011 NVIDIA Corporation. All rights reserved. 2 * Copyright (c) 2011 NVIDIA Corporation. All rights reserved.
3 * 3 *
4 * See file CREDITS for list of people who contributed to this 4 * See file CREDITS for list of people who contributed to this
5 * project. 5 * project.
6 * 6 *
7 * This program is free software; you can redistribute it and/or 7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License as 8 * modify it under the terms of the GNU General Public License as
9 * published by the Free Software Foundation; either version 2 of 9 * published by the Free Software Foundation; either version 2 of
10 * the License, or (at your option) any later version. 10 * the License, or (at your option) any later version.
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 nvbct_lib_id_bootloaders_max, 55 nvbct_lib_id_bootloaders_max,
56 nvbct_lib_id_reserved, 56 nvbct_lib_id_reserved,
57 nvbct_lib_id_reserved_size, 57 nvbct_lib_id_reserved_size,
58 nvbct_lib_id_reserved_offset, 58 nvbct_lib_id_reserved_offset,
59 nvbct_lib_id_bct_size, 59 nvbct_lib_id_bct_size,
60 nvbct_lib_id_hash_size, 60 nvbct_lib_id_hash_size,
61 nvbct_lib_id_crypto_offset, 61 nvbct_lib_id_crypto_offset,
62 nvbct_lib_id_crypto_length, 62 nvbct_lib_id_crypto_length,
63 nvbct_lib_id_max_bct_search_blks, 63 nvbct_lib_id_max_bct_search_blks,
64 nvbct_lib_id_num_param_sets, 64 nvbct_lib_id_num_param_sets,
65 nvbct_lib_id_dev_type_nand,
65 nvbct_lib_id_dev_type_sdmmc, 66 nvbct_lib_id_dev_type_sdmmc,
66 nvbct_lib_id_dev_type_spi, 67 nvbct_lib_id_dev_type_spi,
67 68
69 nvbct_lib_id_nand_clock_divider,
70 nvbct_lib_id_nand_nand_timing,
71 nvbct_lib_id_nand_nand_timing2,
72 nvbct_lib_id_nand_block_size_log2,
73 nvbct_lib_id_nand_page_size_log2,
68 nvbct_lib_id_sdmmc_clock_divider, 74 nvbct_lib_id_sdmmc_clock_divider,
69 nvbct_lib_id_sdmmc_data_width, 75 nvbct_lib_id_sdmmc_data_width,
70 nvbct_lib_id_sdmmc_max_power_class_supported, 76 nvbct_lib_id_sdmmc_max_power_class_supported,
71 nvbct_lib_id_spiflash_read_command_type_fast, 77 nvbct_lib_id_spiflash_read_command_type_fast,
72 nvbct_lib_id_spiflash_clock_source, 78 nvbct_lib_id_spiflash_clock_source,
73 nvbct_lib_id_spiflash_clock_divider, 79 nvbct_lib_id_spiflash_clock_divider,
74 nvbct_lib_id_sdmmc_data_width_4bit, 80 nvbct_lib_id_sdmmc_data_width_4bit,
75 nvbct_lib_id_sdmmc_data_width_8bit, 81 nvbct_lib_id_sdmmc_data_width_8bit,
76 nvbct_lib_id_spi_clock_source_pllp_out0, 82 nvbct_lib_id_spi_clock_source_pllp_out0,
77 nvbct_lib_id_spi_clock_source_pllc_out0, 83 nvbct_lib_id_spi_clock_source_pllc_out0,
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 nvbct_lib_get_bl_param getbl_param; 151 nvbct_lib_get_bl_param getbl_param;
146 nvbct_lib_set_bl_param setbl_param; 152 nvbct_lib_set_bl_param setbl_param;
147 153
148 nvbct_lib_get_dev_param getdev_param; 154 nvbct_lib_get_dev_param getdev_param;
149 nvbct_lib_set_dev_param setdev_param; 155 nvbct_lib_set_dev_param setdev_param;
150 } nvbct_lib_fns; 156 } nvbct_lib_fns;
151 157
152 void nvbct_lib_get_fns(nvbct_lib_fns *fns); 158 void nvbct_lib_get_fns(nvbct_lib_fns *fns);
153 159
154 #endif /* #ifndef INCLUDED_NVBCTLIB_H */ 160 #endif /* #ifndef INCLUDED_NVBCTLIB_H */
OLDNEW
« 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