blob: 424721b7e746f3be981e998e2e9073f3774ad38b [file] [log] [blame]
Jon Loeligerec63b102007-06-11 19:01:34 -05001/*
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
16#define CONFIG_CMD_ASKENV /* ask for env variable */
Jon Loeligerec63b102007-06-11 19:01:34 -050017#define CONFIG_CMD_BEDBUG /* Include BedBug Debugger */
18#define CONFIG_CMD_BMP /* BMP support */
Marek Vasut44f074c2012-03-14 21:52:45 +000019#define CONFIG_CMD_BOOTZ /* boot zImage */
Jon Loeligerec63b102007-06-11 19:01:34 -050020#define CONFIG_CMD_BSP /* Board Specific functions */
21#define CONFIG_CMD_CACHE /* icache, dcache */
Wolfgang Denk53677ef2008-05-20 16:00:29 +020022#define CONFIG_CMD_CDP /* Cisco Discovery Protocol */
Michal Simek08d0d6f2013-11-21 13:39:02 -080023#define CONFIG_CMD_CLK /* Clock support */
Jon Loeligerec63b102007-06-11 19:01:34 -050024#define CONFIG_CMD_DATE /* support for RTC, date/time...*/
25#define CONFIG_CMD_DHCP /* DHCP Support */
26#define CONFIG_CMD_DIAG /* Diagnostics */
27#define CONFIG_CMD_DISPLAY /* Display support */
28#define CONFIG_CMD_DOC /* Disk-On-Chip Support */
29#define CONFIG_CMD_DTT /* Digital Therm and Thermostat */
Jon Loeligerec63b102007-06-11 19:01:34 -050030#define CONFIG_CMD_EEPROM /* EEPROM read/write support */
Jon Loeligerec63b102007-06-11 19:01:34 -050031#define CONFIG_CMD_EXT2 /* EXT2 Support */
32#define CONFIG_CMD_FAT /* FAT support */
33#define CONFIG_CMD_FDC /* Floppy Disk Support */
Benoît Thébaudeauccca7df2013-04-23 10:17:40 +000034#define CONFIG_CMD_FUSE /* Device fuse support */
Anton Staaf53fdc7e2012-12-05 14:46:29 +000035#define CONFIG_CMD_GETTIME /* Get time since boot */
Simon Glassbf36c5d2012-12-05 14:46:38 +000036#define CONFIG_CMD_HASH /* calculate hash / digest */
Jon Loeligerec63b102007-06-11 19:01:34 -050037#define CONFIG_CMD_HWFLOW /* RTS/CTS hw flow control */
38#define CONFIG_CMD_I2C /* I2C serial bus support */
39#define CONFIG_CMD_IDE /* IDE harddisk support */
Jon Loeligerec63b102007-06-11 19:01:34 -050040#define CONFIG_CMD_IMMAP /* IMMR dump support */
Vadim Bendebury9ad557b2012-12-05 14:46:42 +000041#define CONFIG_CMD_IO /* Access to X86 IO space */
Jon Loeligerec63b102007-06-11 19:01:34 -050042#define CONFIG_CMD_IRQ /* irqinfo */
Jon Loeligerec63b102007-06-11 19:01:34 -050043#define CONFIG_CMD_JFFS2 /* JFFS2 Support */
44#define CONFIG_CMD_KGDB /* kgdb */
Harald Welte0a823aa2008-07-09 22:30:30 +080045#define CONFIG_CMD_LICENSE /* console license display */
Simon Glass15a33e42012-11-30 13:01:20 +000046#define CONFIG_CMD_MEMINFO /* meminfo */
Wolfgang Denka2681702013-03-08 10:51:32 +000047#define CONFIG_CMD_MEMTEST /* mtest */
Jon Loeligerec63b102007-06-11 19:01:34 -050048#define CONFIG_CMD_MFSL /* FSL support for Microblaze */
49#define CONFIG_CMD_MII /* MII support */
Jon Loeligerec63b102007-06-11 19:01:34 -050050#define CONFIG_CMD_MMC /* MMC support */
Stefan Roese68d7d652009-03-19 13:30:36 +010051#define CONFIG_CMD_MTDPARTS /* mtd parts support */
Jon Loeligerec63b102007-06-11 19:01:34 -050052#define CONFIG_CMD_NAND /* NAND support */
Kyungmin Parkd7e8ce12007-09-10 17:15:14 +090053#define CONFIG_CMD_ONENAND /* OneNAND support */
Jon Loeligerec63b102007-06-11 19:01:34 -050054#define CONFIG_CMD_PCI /* pciinfo */
55#define CONFIG_CMD_PCMCIA /* PCMCIA support */
56#define CONFIG_CMD_PING /* ping support */
57#define CONFIG_CMD_PORTIO /* Port I/O */
58#define CONFIG_CMD_REGINFO /* Register dump */
59#define CONFIG_CMD_REISER /* Reiserfs support */
Peter Tyserbf6cb242010-09-30 11:25:48 -050060#define CONFIG_CMD_RARP /* rarpboot support */
Kenneth Watersff048ea2012-12-05 14:46:30 +000061#define CONFIG_CMD_READ /* Read data from partition */
Simon Glassd3049312012-12-26 09:53:36 +000062#define CONFIG_CMD_SANDBOX /* sb command to access sandbox features */
Jon Loeligerec63b102007-06-11 19:01:34 -050063#define CONFIG_CMD_SAVES /* save S record dump */
64#define CONFIG_CMD_SCSI /* SCSI Support */
65#define CONFIG_CMD_SDRAM /* SDRAM DIMM SPD info printout */
Jon Loeligerec63b102007-06-11 19:01:34 -050066#define CONFIG_CMD_SNTP /* SNTP support */
67#define CONFIG_CMD_SPI /* SPI utility */
Harald Welted16471e2007-12-19 14:14:47 +010068#define CONFIG_CMD_TERMINAL /* built-in Serial Terminal */
Frans Meulenbroeks9157e9c2010-04-08 17:55:47 +020069#define CONFIG_CMD_UBI /* UBI Support */
70#define CONFIG_CMD_UBIFS /* UBIFS Support */
Jon Loeligerec63b102007-06-11 19:01:34 -050071#define CONFIG_CMD_UNIVERSE /* Tundra Universe Support */
Harald Weltefe2ce552008-07-06 15:56:38 +080072#define CONFIG_CMD_UNZIP /* unzip from memory to memory */
Jon Loeligerec63b102007-06-11 19:01:34 -050073#define CONFIG_CMD_USB /* USB Support */
Jorgen Lundman4d3c95f2012-07-19 20:48:25 +000074#define CONFIG_CMD_ZFS /* ZFS Support */
Jon Loeligerec63b102007-06-11 19:01:34 -050075
76#endif /* _CONFIG_CMD_ALL_H */