]>
Commit | Line | Data |
---|---|---|
ec63b10b JL |
1 | /* |
2 | * Copyright 2007 Freescale Semiconductor, Inc. | |
3 | * | |
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 | |
6 | * warranty of any kind, whether express or implied. | |
7 | */ | |
8 | ||
9 | #ifndef _CONFIG_CMD_ALL_H | |
10 | #define _CONFIG_CMD_ALL_H | |
11 | ||
12 | /* | |
13 | * Alphabetical list of all possible commands. | |
14 | */ | |
15 | ||
2a2fa797 | 16 | #define CONFIG_CMD_AMBAPP /* AMBA Plug & Play Bus print utility */ |
ec63b10b | 17 | #define CONFIG_CMD_ASKENV /* ask for env variable */ |
8178110b | 18 | #define CONFIG_CMD_AT91_SPIMUX /* AT91 MMC/SPI Mux Support */ |
53677ef1 | 19 | #define CONFIG_CMD_BDI /* bdinfo */ |
ec63b10b JL |
20 | #define CONFIG_CMD_BEDBUG /* Include BedBug Debugger */ |
21 | #define CONFIG_CMD_BMP /* BMP support */ | |
22 | #define CONFIG_CMD_BOOTD /* bootd */ | |
23 | #define CONFIG_CMD_BSP /* Board Specific functions */ | |
24 | #define CONFIG_CMD_CACHE /* icache, dcache */ | |
53677ef1 | 25 | #define CONFIG_CMD_CDP /* Cisco Discovery Protocol */ |
ec63b10b JL |
26 | #define CONFIG_CMD_CONSOLE /* coninfo */ |
27 | #define CONFIG_CMD_DATE /* support for RTC, date/time...*/ | |
28 | #define CONFIG_CMD_DHCP /* DHCP Support */ | |
29 | #define CONFIG_CMD_DIAG /* Diagnostics */ | |
30 | #define CONFIG_CMD_DISPLAY /* Display support */ | |
31 | #define CONFIG_CMD_DOC /* Disk-On-Chip Support */ | |
32 | #define CONFIG_CMD_DTT /* Digital Therm and Thermostat */ | |
33 | #define CONFIG_CMD_ECHO /* echo arguments */ | |
246c6922 | 34 | #define CONFIG_CMD_EDITENV /* editenv */ |
ec63b10b JL |
35 | #define CONFIG_CMD_EEPROM /* EEPROM read/write support */ |
36 | #define CONFIG_CMD_ELF /* ELF (VxWorks) load/boot cmd */ | |
ec63b10b JL |
37 | #define CONFIG_CMD_EXT2 /* EXT2 Support */ |
38 | #define CONFIG_CMD_FAT /* FAT support */ | |
39 | #define CONFIG_CMD_FDC /* Floppy Disk Support */ | |
40 | #define CONFIG_CMD_FDOS /* Floppy DOS support */ | |
41 | #define CONFIG_CMD_FLASH /* flinfo, erase, protect */ | |
42 | #define CONFIG_CMD_FPGA /* FPGA configuration Support */ | |
43 | #define CONFIG_CMD_HWFLOW /* RTS/CTS hw flow control */ | |
44 | #define CONFIG_CMD_I2C /* I2C serial bus support */ | |
45 | #define CONFIG_CMD_IDE /* IDE harddisk support */ | |
46 | #define CONFIG_CMD_IMI /* iminfo */ | |
47 | #define CONFIG_CMD_IMLS /* List all found images */ | |
48 | #define CONFIG_CMD_IMMAP /* IMMR dump support */ | |
49 | #define CONFIG_CMD_IRQ /* irqinfo */ | |
50 | #define CONFIG_CMD_ITEST /* Integer (and string) test */ | |
51 | #define CONFIG_CMD_JFFS2 /* JFFS2 Support */ | |
52 | #define CONFIG_CMD_KGDB /* kgdb */ | |
0a823aa2 | 53 | #define CONFIG_CMD_LICENSE /* console license display */ |
ec63b10b JL |
54 | #define CONFIG_CMD_LOADB /* loadb */ |
55 | #define CONFIG_CMD_LOADS /* loads */ | |
56 | #define CONFIG_CMD_MEMORY /* md mm nm mw cp cmp crc base loop mtest */ | |
57 | #define CONFIG_CMD_MFSL /* FSL support for Microblaze */ | |
8178110b | 58 | #define CONFIG_CMD_MG_DISK /* mGine m(g)flash IO node support */ |
ec63b10b JL |
59 | #define CONFIG_CMD_MII /* MII support */ |
60 | #define CONFIG_CMD_MISC /* Misc functions like sleep etc*/ | |
61 | #define CONFIG_CMD_MMC /* MMC support */ | |
68d7d651 | 62 | #define CONFIG_CMD_MTDPARTS /* mtd parts support */ |
ec63b10b JL |
63 | #define CONFIG_CMD_NAND /* NAND support */ |
64 | #define CONFIG_CMD_NET /* bootp, tftpboot, rarpboot */ | |
65 | #define CONFIG_CMD_NFS /* NFS support */ | |
d7e8ce10 | 66 | #define CONFIG_CMD_ONENAND /* OneNAND support */ |
ec63b10b JL |
67 | #define CONFIG_CMD_PCI /* pciinfo */ |
68 | #define CONFIG_CMD_PCMCIA /* PCMCIA support */ | |
69 | #define CONFIG_CMD_PING /* ping support */ | |
70 | #define CONFIG_CMD_PORTIO /* Port I/O */ | |
71 | #define CONFIG_CMD_REGINFO /* Register dump */ | |
72 | #define CONFIG_CMD_REISER /* Reiserfs support */ | |
bf6cb247 | 73 | #define CONFIG_CMD_RARP /* rarpboot support */ |
ec63b10b | 74 | #define CONFIG_CMD_RUN /* run command in env variable */ |
8178110b | 75 | #define CONFIG_CMD_SAVEENV /* saveenv */ |
ec63b10b JL |
76 | #define CONFIG_CMD_SAVES /* save S record dump */ |
77 | #define CONFIG_CMD_SCSI /* SCSI Support */ | |
78 | #define CONFIG_CMD_SDRAM /* SDRAM DIMM SPD info printout */ | |
53677ef1 | 79 | #define CONFIG_CMD_SETEXPR /* setexpr support */ |
ec63b10b JL |
80 | #define CONFIG_CMD_SETGETDCR /* DCR support on 4xx */ |
81 | #define CONFIG_CMD_SNTP /* SNTP support */ | |
74de7aef | 82 | #define CONFIG_CMD_SOURCE /* "source" command support */ |
ec63b10b | 83 | #define CONFIG_CMD_SPI /* SPI utility */ |
d16471ee | 84 | #define CONFIG_CMD_TERMINAL /* built-in Serial Terminal */ |
9157e9c4 FM |
85 | #define CONFIG_CMD_UBI /* UBI Support */ |
86 | #define CONFIG_CMD_UBIFS /* UBIFS Support */ | |
ec63b10b | 87 | #define CONFIG_CMD_UNIVERSE /* Tundra Universe Support */ |
fe2ce550 | 88 | #define CONFIG_CMD_UNZIP /* unzip from memory to memory */ |
ec63b10b JL |
89 | #define CONFIG_CMD_USB /* USB Support */ |
90 | #define CONFIG_CMD_VFD /* VFD support (TRAB) */ | |
91 | #define CONFIG_CMD_XIMG /* Load part of Multi Image */ | |
92 | ||
93 | #endif /* _CONFIG_CMD_ALL_H */ |