]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/config_cmd_all.h
board: axs103 - add maintainer information
[people/ms/u-boot.git] / include / config_cmd_all.h
CommitLineData
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 */
ec63b10b
JL
18#define CONFIG_CMD_BEDBUG /* Include BedBug Debugger */
19#define CONFIG_CMD_BMP /* BMP support */
44f074c7 20#define CONFIG_CMD_BOOTZ /* boot zImage */
ec63b10b
JL
21#define CONFIG_CMD_BSP /* Board Specific functions */
22#define CONFIG_CMD_CACHE /* icache, dcache */
53677ef1 23#define CONFIG_CMD_CDP /* Cisco Discovery Protocol */
08d0d6f3 24#define CONFIG_CMD_CLK /* Clock support */
ec63b10b
JL
25#define CONFIG_CMD_DATE /* support for RTC, date/time...*/
26#define CONFIG_CMD_DHCP /* DHCP Support */
27#define CONFIG_CMD_DIAG /* Diagnostics */
28#define CONFIG_CMD_DISPLAY /* Display support */
29#define CONFIG_CMD_DOC /* Disk-On-Chip Support */
30#define CONFIG_CMD_DTT /* Digital Therm and Thermostat */
ec63b10b
JL
31#define CONFIG_CMD_EEPROM /* EEPROM read/write support */
32#define CONFIG_CMD_ELF /* ELF (VxWorks) load/boot cmd */
ec63b10b
JL
33#define CONFIG_CMD_EXT2 /* EXT2 Support */
34#define CONFIG_CMD_FAT /* FAT support */
35#define CONFIG_CMD_FDC /* Floppy Disk Support */
ccca7dfd 36#define CONFIG_CMD_FUSE /* Device fuse support */
53fdc7ef 37#define CONFIG_CMD_GETTIME /* Get time since boot */
bf36c5d5 38#define CONFIG_CMD_HASH /* calculate hash / digest */
ec63b10b
JL
39#define CONFIG_CMD_HWFLOW /* RTS/CTS hw flow control */
40#define CONFIG_CMD_I2C /* I2C serial bus support */
41#define CONFIG_CMD_IDE /* IDE harddisk support */
ec63b10b 42#define CONFIG_CMD_IMMAP /* IMMR dump support */
9ad557be 43#define CONFIG_CMD_IO /* Access to X86 IO space */
ec63b10b 44#define CONFIG_CMD_IRQ /* irqinfo */
ec63b10b
JL
45#define CONFIG_CMD_JFFS2 /* JFFS2 Support */
46#define CONFIG_CMD_KGDB /* kgdb */
0a823aa2 47#define CONFIG_CMD_LICENSE /* console license display */
15a33e49 48#define CONFIG_CMD_MEMINFO /* meminfo */
a2681707 49#define CONFIG_CMD_MEMTEST /* mtest */
ec63b10b
JL
50#define CONFIG_CMD_MFSL /* FSL support for Microblaze */
51#define CONFIG_CMD_MII /* MII support */
ec63b10b 52#define CONFIG_CMD_MMC /* MMC support */
68d7d651 53#define CONFIG_CMD_MTDPARTS /* mtd parts support */
ec63b10b 54#define CONFIG_CMD_NAND /* NAND support */
d7e8ce10 55#define CONFIG_CMD_ONENAND /* OneNAND support */
ec63b10b
JL
56#define CONFIG_CMD_PCI /* pciinfo */
57#define CONFIG_CMD_PCMCIA /* PCMCIA support */
58#define CONFIG_CMD_PING /* ping support */
59#define CONFIG_CMD_PORTIO /* Port I/O */
60#define CONFIG_CMD_REGINFO /* Register dump */
61#define CONFIG_CMD_REISER /* Reiserfs support */
bf6cb247 62#define CONFIG_CMD_RARP /* rarpboot support */
ff048ea9 63#define CONFIG_CMD_READ /* Read data from partition */
d304931f 64#define CONFIG_CMD_SANDBOX /* sb command to access sandbox features */
ec63b10b
JL
65#define CONFIG_CMD_SAVES /* save S record dump */
66#define CONFIG_CMD_SCSI /* SCSI Support */
67#define CONFIG_CMD_SDRAM /* SDRAM DIMM SPD info printout */
ec63b10b
JL
68#define CONFIG_CMD_SNTP /* SNTP support */
69#define CONFIG_CMD_SPI /* SPI utility */
d16471ee 70#define CONFIG_CMD_TERMINAL /* built-in Serial Terminal */
9157e9c4
FM
71#define CONFIG_CMD_UBI /* UBI Support */
72#define CONFIG_CMD_UBIFS /* UBIFS Support */
ec63b10b 73#define CONFIG_CMD_UNIVERSE /* Tundra Universe Support */
fe2ce550 74#define CONFIG_CMD_UNZIP /* unzip from memory to memory */
ec63b10b 75#define CONFIG_CMD_USB /* USB Support */
4d3c95f5 76#define CONFIG_CMD_ZFS /* ZFS Support */
ec63b10b
JL
77
78#endif /* _CONFIG_CMD_ALL_H */