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

Side by Side Diff: include/config_cmd_all.h

Issue 4001006: Implement boot device r/w functions for vboot (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/u-boot.git
Patch Set: Created 10 years, 2 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
« no previous file with comments | « config.mk ('k') | include/configs/chromeos/common.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright 2007 Freescale Semiconductor, Inc. 2 * Copyright 2007 Freescale Semiconductor, Inc.
3 * 3 *
4 * This file is licensed under the terms of the GNU General Public 4 * This file is licensed under the terms of the GNU General Public
5 * License Version 2. This file is licensed "as is" without any 5 * License Version 2. This file is licensed "as is" without any
6 * warranty of any kind, whether express or implied. 6 * warranty of any kind, whether express or implied.
7 */ 7 */
8 8
9 #ifndef _CONFIG_CMD_ALL_H 9 #ifndef _CONFIG_CMD_ALL_H
10 #define _CONFIG_CMD_ALL_H 10 #define _CONFIG_CMD_ALL_H
11 11
12 /* 12 /*
13 * Alphabetical list of all possible commands. 13 * Alphabetical list of all possible commands.
14 */ 14 */
15 15
16 #define CONFIG_CMD_AMBAPP /* AMBA Plug & Play Bus print utility */ 16 #define CONFIG_CMD_AMBAPP /* AMBA Plug & Play Bus print utility */
17 #define CONFIG_CMD_ASKENV /* ask for env variable */ 17 #define CONFIG_CMD_ASKENV /* ask for env variable */
18 #define CONFIG_CMD_BDI /* bdinfo */ 18 #define CONFIG_CMD_BDI /* bdinfo */
19 #define CONFIG_CMD_BEDBUG /* Include BedBug Debugger */ 19 #define CONFIG_CMD_BEDBUG /* Include BedBug Debugger */
20 #define CONFIG_CMD_BMP /* BMP support */ 20 #define CONFIG_CMD_BMP /* BMP support */
21 #define CONFIG_CMD_BOOTD /* bootd */ 21 #define CONFIG_CMD_BOOTD /* bootd */
22 #define CONFIG_CMD_BSP /* Board Specific functions */ 22 #define CONFIG_CMD_BSP /* Board Specific functions */
23 #define CONFIG_CMD_CACHE /* icache, dcache */ 23 #define CONFIG_CMD_CACHE /* icache, dcache */
24 #define CONFIG_CMD_CDP /* Cisco Discovery Protocol */ 24 #define CONFIG_CMD_CDP /* Cisco Discovery Protocol */
25 #define CONFIG_CMD_CONSOLE /* coninfo */ 25 #define CONFIG_CMD_CONSOLE /* coninfo */
26 #define CONFIG_CMD_CROS /* Chrome OS verify boot support*/
robotboy 2010/10/25 16:40:48 I think it makes more sense for this to be in incl
Che-Liang Chiou 2010/10/26 00:39:35 Yes, it is. Thanks.
26 #define CONFIG_CMD_DATE /* support for RTC, date/time...*/ 27 #define CONFIG_CMD_DATE /* support for RTC, date/time...*/
27 #define CONFIG_CMD_DHCP /* DHCP Support */ 28 #define CONFIG_CMD_DHCP /* DHCP Support */
28 #define CONFIG_CMD_DIAG /* Diagnostics */ 29 #define CONFIG_CMD_DIAG /* Diagnostics */
29 #define CONFIG_CMD_DISPLAY /* Display support */ 30 #define CONFIG_CMD_DISPLAY /* Display support */
30 #define CONFIG_CMD_DOC /* Disk-On-Chip Support */ 31 #define CONFIG_CMD_DOC /* Disk-On-Chip Support */
31 #define CONFIG_CMD_DTT /* Digital Therm and Thermostat */ 32 #define CONFIG_CMD_DTT /* Digital Therm and Thermostat */
32 #define CONFIG_CMD_ECHO /* echo arguments */ 33 #define CONFIG_CMD_ECHO /* echo arguments */
33 #define CONFIG_CMD_EDITENV /* editenv */ 34 #define CONFIG_CMD_EDITENV /* editenv */
34 #define CONFIG_CMD_EEPROM /* EEPROM read/write support */ 35 #define CONFIG_CMD_EEPROM /* EEPROM read/write support */
35 #define CONFIG_CMD_ELF /* ELF (VxWorks) load/boot cmd */ 36 #define CONFIG_CMD_ELF /* ELF (VxWorks) load/boot cmd */
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 #define CONFIG_CMD_TERMINAL /* built-in Serial Terminal */ 82 #define CONFIG_CMD_TERMINAL /* built-in Serial Terminal */
82 #define CONFIG_CMD_UNIVERSE /* Tundra Universe Support */ 83 #define CONFIG_CMD_UNIVERSE /* Tundra Universe Support */
83 #define CONFIG_CMD_UNZIP /* unzip from memory to memory */ 84 #define CONFIG_CMD_UNZIP /* unzip from memory to memory */
84 #define CONFIG_CMD_USB /* USB Support */ 85 #define CONFIG_CMD_USB /* USB Support */
85 #define CONFIG_CMD_VFD /* VFD support (TRAB) */ 86 #define CONFIG_CMD_VFD /* VFD support (TRAB) */
86 #define CONFIG_CMD_XIMG /* Load part of Multi Image */ 87 #define CONFIG_CMD_XIMG /* Load part of Multi Image */
87 #define CONFIG_CMD_AT91_SPIMUX /* AT91 MMC/SPI Mux Support */ 88 #define CONFIG_CMD_AT91_SPIMUX /* AT91 MMC/SPI Mux Support */
88 #define CONFIG_CMD_MG_DISK /* mGine m(g)flash IO node support */ 89 #define CONFIG_CMD_MG_DISK /* mGine m(g)flash IO node support */
89 90
90 #endif /* _CONFIG_CMD_ALL_H */ 91 #endif /* _CONFIG_CMD_ALL_H */
OLDNEW
« no previous file with comments | « config.mk ('k') | include/configs/chromeos/common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698