OLD | NEW |
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_AT91_SPIMUX /* AT91 MMC/SPI Mux Support */ | 18 #define CONFIG_CMD_AT91_SPIMUX /* AT91 MMC/SPI Mux Support */ |
19 #define CONFIG_CMD_BDI /* bdinfo */ | 19 #define CONFIG_CMD_BDI /* bdinfo */ |
20 #define CONFIG_CMD_BEDBUG /* Include BedBug Debugger */ | 20 #define CONFIG_CMD_BEDBUG /* Include BedBug Debugger */ |
21 #define CONFIG_CMD_BMP /* BMP support */ | 21 #define CONFIG_CMD_BMP /* BMP support */ |
22 #define CONFIG_CMD_BOOTD /* bootd */ | 22 #define CONFIG_CMD_BOOTD /* bootd */ |
23 #define CONFIG_CMD_BSP /* Board Specific functions */ | 23 #define CONFIG_CMD_BSP /* Board Specific functions */ |
24 #define CONFIG_CMD_CACHE /* icache, dcache */ | 24 #define CONFIG_CMD_CACHE /* icache, dcache */ |
25 #define CONFIG_CMD_CDP /* Cisco Discovery Protocol */ | 25 #define CONFIG_CMD_CDP /* Cisco Discovery Protocol */ |
26 #define CONFIG_CMD_CONSOLE /* coninfo */ | 26 #define CONFIG_CMD_CONSOLE /* coninfo */ |
27 #define CONFIG_CMD_CROS /* Chrome OS verify boot (debug)*/ | 27 #define CONFIG_CMD_CROS /* Chrome OS verify boot (debug)*/ |
28 #define CONFIG_CMD_CROS_BOOTSTUB/* Chrome OS verify boot stub */ | 28 #define CONFIG_CMD_CROS_BOOTSTUB/* Chrome OS verify boot stub */ |
| 29 #define CONFIG_CMD_CROS_REC /* Chrome OS recovery mode */ |
29 #define CONFIG_CMD_DATE /* support for RTC, date/time...*/ | 30 #define CONFIG_CMD_DATE /* support for RTC, date/time...*/ |
30 #define CONFIG_CMD_DHCP /* DHCP Support */ | 31 #define CONFIG_CMD_DHCP /* DHCP Support */ |
31 #define CONFIG_CMD_DIAG /* Diagnostics */ | 32 #define CONFIG_CMD_DIAG /* Diagnostics */ |
32 #define CONFIG_CMD_DISPLAY /* Display support */ | 33 #define CONFIG_CMD_DISPLAY /* Display support */ |
33 #define CONFIG_CMD_DOC /* Disk-On-Chip Support */ | 34 #define CONFIG_CMD_DOC /* Disk-On-Chip Support */ |
34 #define CONFIG_CMD_DTT /* Digital Therm and Thermostat */ | 35 #define CONFIG_CMD_DTT /* Digital Therm and Thermostat */ |
35 #define CONFIG_CMD_ECHO /* echo arguments */ | 36 #define CONFIG_CMD_ECHO /* echo arguments */ |
36 #define CONFIG_CMD_EDITENV /* editenv */ | 37 #define CONFIG_CMD_EDITENV /* editenv */ |
37 #define CONFIG_CMD_EEPROM /* EEPROM read/write support */ | 38 #define CONFIG_CMD_EEPROM /* EEPROM read/write support */ |
38 #define CONFIG_CMD_ELF /* ELF (VxWorks) load/boot cmd */ | 39 #define CONFIG_CMD_ELF /* ELF (VxWorks) load/boot cmd */ |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
85 #define CONFIG_CMD_TERMINAL /* built-in Serial Terminal */ | 86 #define CONFIG_CMD_TERMINAL /* built-in Serial Terminal */ |
86 #define CONFIG_CMD_UBI /* UBI Support */ | 87 #define CONFIG_CMD_UBI /* UBI Support */ |
87 #define CONFIG_CMD_UBIFS /* UBIFS Support */ | 88 #define CONFIG_CMD_UBIFS /* UBIFS Support */ |
88 #define CONFIG_CMD_UNIVERSE /* Tundra Universe Support */ | 89 #define CONFIG_CMD_UNIVERSE /* Tundra Universe Support */ |
89 #define CONFIG_CMD_UNZIP /* unzip from memory to memory */ | 90 #define CONFIG_CMD_UNZIP /* unzip from memory to memory */ |
90 #define CONFIG_CMD_USB /* USB Support */ | 91 #define CONFIG_CMD_USB /* USB Support */ |
91 #define CONFIG_CMD_VFD /* VFD support (TRAB) */ | 92 #define CONFIG_CMD_VFD /* VFD support (TRAB) */ |
92 #define CONFIG_CMD_XIMG /* Load part of Multi Image */ | 93 #define CONFIG_CMD_XIMG /* Load part of Multi Image */ |
93 | 94 |
94 #endif /* _CONFIG_CMD_ALL_H */ | 95 #endif /* _CONFIG_CMD_ALL_H */ |
OLD | NEW |