| 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 |
| (...skipping 10 matching lines...) Expand all Loading... |
| 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_NORMAL_FIRMWARE | 29 #define CONFIG_CMD_CROS_NORMAL_FIRMWARE |
| 30 /* Chrome OS verify boot normal firmware */ | 30 /* Chrome OS verify boot normal firmware */ |
| 31 #define CONFIG_CMD_CROS_REC /* Chrome OS recovery mode */ |
| 31 #define CONFIG_CMD_DATE /* support for RTC, date/time...*/ | 32 #define CONFIG_CMD_DATE /* support for RTC, date/time...*/ |
| 32 #define CONFIG_CMD_DHCP /* DHCP Support */ | 33 #define CONFIG_CMD_DHCP /* DHCP Support */ |
| 33 #define CONFIG_CMD_DIAG /* Diagnostics */ | 34 #define CONFIG_CMD_DIAG /* Diagnostics */ |
| 34 #define CONFIG_CMD_DISPLAY /* Display support */ | 35 #define CONFIG_CMD_DISPLAY /* Display support */ |
| 35 #define CONFIG_CMD_DOC /* Disk-On-Chip Support */ | 36 #define CONFIG_CMD_DOC /* Disk-On-Chip Support */ |
| 36 #define CONFIG_CMD_DTT /* Digital Therm and Thermostat */ | 37 #define CONFIG_CMD_DTT /* Digital Therm and Thermostat */ |
| 37 #define CONFIG_CMD_ECHO /* echo arguments */ | 38 #define CONFIG_CMD_ECHO /* echo arguments */ |
| 38 #define CONFIG_CMD_EDITENV /* editenv */ | 39 #define CONFIG_CMD_EDITENV /* editenv */ |
| 39 #define CONFIG_CMD_EEPROM /* EEPROM read/write support */ | 40 #define CONFIG_CMD_EEPROM /* EEPROM read/write support */ |
| 40 #define CONFIG_CMD_ELF /* ELF (VxWorks) load/boot cmd */ | 41 #define CONFIG_CMD_ELF /* ELF (VxWorks) load/boot cmd */ |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 #define CONFIG_CMD_TERMINAL /* built-in Serial Terminal */ | 88 #define CONFIG_CMD_TERMINAL /* built-in Serial Terminal */ |
| 88 #define CONFIG_CMD_UBI /* UBI Support */ | 89 #define CONFIG_CMD_UBI /* UBI Support */ |
| 89 #define CONFIG_CMD_UBIFS /* UBIFS Support */ | 90 #define CONFIG_CMD_UBIFS /* UBIFS Support */ |
| 90 #define CONFIG_CMD_UNIVERSE /* Tundra Universe Support */ | 91 #define CONFIG_CMD_UNIVERSE /* Tundra Universe Support */ |
| 91 #define CONFIG_CMD_UNZIP /* unzip from memory to memory */ | 92 #define CONFIG_CMD_UNZIP /* unzip from memory to memory */ |
| 92 #define CONFIG_CMD_USB /* USB Support */ | 93 #define CONFIG_CMD_USB /* USB Support */ |
| 93 #define CONFIG_CMD_VFD /* VFD support (TRAB) */ | 94 #define CONFIG_CMD_VFD /* VFD support (TRAB) */ |
| 94 #define CONFIG_CMD_XIMG /* Load part of Multi Image */ | 95 #define CONFIG_CMD_XIMG /* Load part of Multi Image */ |
| 95 | 96 |
| 96 #endif /* _CONFIG_CMD_ALL_H */ | 97 #endif /* _CONFIG_CMD_ALL_H */ |
| OLD | NEW |