Blame view

include/config_cmd_all.h 4.45 KB
ec63b10b6   Jon Loeliger   Introduce initial...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  /*
   * Copyright 2007 Freescale Semiconductor, Inc.
   *
   * This file is licensed under the terms of the GNU General Public
   * License Version 2. This file is licensed "as is" without any
   * warranty of any kind, whether express or implied.
   */
  
  #ifndef _CONFIG_CMD_ALL_H
  #define _CONFIG_CMD_ALL_H
  
  /*
   * Alphabetical list of all possible commands.
   */
2a2fa797e   Daniel Hellstrom   SPARC/LEON3: Adde...
15
  #define CONFIG_CMD_AMBAPP	/* AMBA Plug & Play Bus print utility */
ec63b10b6   Jon Loeliger   Introduce initial...
16
  #define CONFIG_CMD_ASKENV	/* ask for env variable		*/
53677ef18   Wolfgang Denk   Big white-space c...
17
  #define CONFIG_CMD_BDI		/* bdinfo			*/
ec63b10b6   Jon Loeliger   Introduce initial...
18
19
20
  #define CONFIG_CMD_BEDBUG	/* Include BedBug Debugger	*/
  #define CONFIG_CMD_BMP		/* BMP support			*/
  #define CONFIG_CMD_BOOTD	/* bootd			*/
44f074c77   Marek Vasut   BOOT: Add "bootz"...
21
  #define CONFIG_CMD_BOOTZ	/* boot zImage			*/
ec63b10b6   Jon Loeliger   Introduce initial...
22
23
  #define CONFIG_CMD_BSP		/* Board Specific functions	*/
  #define CONFIG_CMD_CACHE	/* icache, dcache		*/
53677ef18   Wolfgang Denk   Big white-space c...
24
  #define CONFIG_CMD_CDP		/* Cisco Discovery Protocol	*/
08d0d6f32   Michal Simek   common: Add new c...
25
  #define CONFIG_CMD_CLK		/* Clock support		*/
ec63b10b6   Jon Loeliger   Introduce initial...
26
27
28
29
30
31
32
33
  #define CONFIG_CMD_CONSOLE	/* coninfo			*/
  #define CONFIG_CMD_DATE		/* support for RTC, date/time...*/
  #define CONFIG_CMD_DHCP		/* DHCP Support			*/
  #define CONFIG_CMD_DIAG		/* Diagnostics			*/
  #define CONFIG_CMD_DISPLAY	/* Display support		*/
  #define CONFIG_CMD_DOC		/* Disk-On-Chip Support		*/
  #define CONFIG_CMD_DTT		/* Digital Therm and Thermostat */
  #define CONFIG_CMD_ECHO		/* echo arguments		*/
246c69225   Peter Tyser   Add 'editenv' com...
34
  #define CONFIG_CMD_EDITENV	/* editenv			*/
ec63b10b6   Jon Loeliger   Introduce initial...
35
36
  #define CONFIG_CMD_EEPROM	/* EEPROM read/write support	*/
  #define CONFIG_CMD_ELF		/* ELF (VxWorks) load/boot cmd	*/
ec63b10b6   Jon Loeliger   Introduce initial...
37
38
39
  #define CONFIG_CMD_EXT2		/* EXT2 Support			*/
  #define CONFIG_CMD_FAT		/* FAT support			*/
  #define CONFIG_CMD_FDC		/* Floppy Disk Support		*/
ec63b10b6   Jon Loeliger   Introduce initial...
40
41
  #define CONFIG_CMD_FLASH	/* flinfo, erase, protect	*/
  #define CONFIG_CMD_FPGA		/* FPGA configuration Support	*/
ccca7dfd0   Benoît Thébaudeau   Add fuse API and ...
42
  #define CONFIG_CMD_FUSE		/* Device fuse support		*/
53fdc7ef2   Anton Staaf   Add gettime command
43
  #define CONFIG_CMD_GETTIME	/* Get time since boot         */
bf36c5d52   Simon Glass   Add hash command ...
44
  #define CONFIG_CMD_HASH		/* calculate hash / digest	*/
ec63b10b6   Jon Loeliger   Introduce initial...
45
46
47
48
49
50
  #define CONFIG_CMD_HWFLOW	/* RTS/CTS hw flow control	*/
  #define CONFIG_CMD_I2C		/* I2C serial bus support	*/
  #define CONFIG_CMD_IDE		/* IDE harddisk support		*/
  #define CONFIG_CMD_IMI		/* iminfo			*/
  #define CONFIG_CMD_IMLS		/* List all found images	*/
  #define CONFIG_CMD_IMMAP	/* IMMR dump support		*/
9ad557be2   Vadim Bendebury   Add console comma...
51
  #define CONFIG_CMD_IO		/* Access to X86 IO space	*/
ec63b10b6   Jon Loeliger   Introduce initial...
52
53
54
55
  #define CONFIG_CMD_IRQ		/* irqinfo			*/
  #define CONFIG_CMD_ITEST	/* Integer (and string) test	*/
  #define CONFIG_CMD_JFFS2	/* JFFS2 Support		*/
  #define CONFIG_CMD_KGDB		/* kgdb				*/
0a823aa2a   Harald Welte   Add 'license' com...
56
  #define CONFIG_CMD_LICENSE	/* console license display	*/
ec63b10b6   Jon Loeliger   Introduce initial...
57
58
  #define CONFIG_CMD_LOADB	/* loadb			*/
  #define CONFIG_CMD_LOADS	/* loads			*/
15a33e49d   Simon Glass   Add option to dis...
59
  #define CONFIG_CMD_MEMINFO	/* meminfo			*/
a2681707b   Wolfgang Denk   Feature Removal: ...
60
61
  #define CONFIG_CMD_MEMORY	/* md mm nm mw cp cmp crc base loop */
  #define CONFIG_CMD_MEMTEST	/* mtest			*/
ec63b10b6   Jon Loeliger   Introduce initial...
62
63
64
65
  #define CONFIG_CMD_MFSL		/* FSL support for Microblaze	*/
  #define CONFIG_CMD_MII		/* MII support			*/
  #define CONFIG_CMD_MISC		/* Misc functions like sleep etc*/
  #define CONFIG_CMD_MMC		/* MMC support			*/
68d7d6510   Stefan Roese   Separate mtdparts...
66
  #define CONFIG_CMD_MTDPARTS	/* mtd parts support		*/
ec63b10b6   Jon Loeliger   Introduce initial...
67
68
69
  #define CONFIG_CMD_NAND		/* NAND support			*/
  #define CONFIG_CMD_NET		/* bootp, tftpboot, rarpboot	*/
  #define CONFIG_CMD_NFS		/* NFS support			*/
d7e8ce101   Kyungmin Park   OneNAND support (...
70
  #define CONFIG_CMD_ONENAND	/* OneNAND support		*/
ec63b10b6   Jon Loeliger   Introduce initial...
71
72
73
74
75
76
  #define CONFIG_CMD_PCI		/* pciinfo			*/
  #define CONFIG_CMD_PCMCIA	/* PCMCIA support		*/
  #define CONFIG_CMD_PING		/* ping support			*/
  #define CONFIG_CMD_PORTIO	/* Port I/O			*/
  #define CONFIG_CMD_REGINFO	/* Register dump		*/
  #define CONFIG_CMD_REISER	/* Reiserfs support		*/
bf6cb247a   Peter Tyser   rarp: Condtionall...
77
  #define CONFIG_CMD_RARP		/* rarpboot support		*/
ff048ea91   Kenneth Waters   Add a command to ...
78
  #define CONFIG_CMD_READ		/* Read data from partition	*/
ec63b10b6   Jon Loeliger   Introduce initial...
79
  #define CONFIG_CMD_RUN		/* run command in env variable	*/
d304931f2   Simon Glass   sandbox: Add 'sb'...
80
  #define CONFIG_CMD_SANDBOX	/* sb command to access sandbox features */
8178110bc   Detlev Zundel   config_cmd_all.h:...
81
  #define CONFIG_CMD_SAVEENV	/* saveenv			*/
ec63b10b6   Jon Loeliger   Introduce initial...
82
83
84
  #define CONFIG_CMD_SAVES	/* save S record dump		*/
  #define CONFIG_CMD_SCSI		/* SCSI Support			*/
  #define CONFIG_CMD_SDRAM	/* SDRAM DIMM SPD info printout */
53677ef18   Wolfgang Denk   Big white-space c...
85
  #define CONFIG_CMD_SETEXPR	/* setexpr support		*/
ec63b10b6   Jon Loeliger   Introduce initial...
86
87
  #define CONFIG_CMD_SETGETDCR	/* DCR support on 4xx		*/
  #define CONFIG_CMD_SNTP		/* SNTP support			*/
74de7aefd   Wolfgang Denk   Add "source" comm...
88
  #define CONFIG_CMD_SOURCE	/* "source" command support	*/
ec63b10b6   Jon Loeliger   Introduce initial...
89
  #define CONFIG_CMD_SPI		/* SPI utility			*/
d16471ee0   Harald Welte   add 'terminal pro...
90
  #define CONFIG_CMD_TERMINAL	/* built-in Serial Terminal	*/
9157e9c40   Frans Meulenbroeks   config_cmd_all.h:...
91
92
  #define CONFIG_CMD_UBI		/* UBI Support			*/
  #define CONFIG_CMD_UBIFS	/* UBIFS Support		*/
ec63b10b6   Jon Loeliger   Introduce initial...
93
  #define CONFIG_CMD_UNIVERSE	/* Tundra Universe Support	*/
fe2ce5500   Harald Welte   add 'unzip' comma...
94
  #define CONFIG_CMD_UNZIP	/* unzip from memory to memory	*/
ec63b10b6   Jon Loeliger   Introduce initial...
95
  #define CONFIG_CMD_USB		/* USB Support			*/
ec63b10b6   Jon Loeliger   Introduce initial...
96
  #define CONFIG_CMD_XIMG		/* Load part of Multi Image	*/
4d3c95f5e   Jorgen Lundman   zfs: Add ZFS file...
97
  #define CONFIG_CMD_ZFS		/* ZFS Support			*/
ec63b10b6   Jon Loeliger   Introduce initial...
98
99
  
  #endif	/* _CONFIG_CMD_ALL_H */