]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/cmd_confdefs.h
Fix default command set (don't include CFG_CMD_DISPLAY command)
[karo-tx-uboot.git] / include / cmd_confdefs.h
1 /*
2  * (C) Copyright 2000-2002
3  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4  *
5  * See file CREDITS for list of people who contributed to this
6  * project.
7  *
8  * This program is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU General Public License as
10  * published by the Free Software Foundation; either version 2 of
11  * the License, or (at your option) any later version.
12  *
13  * This program is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16  * GNU General Public License for more details.
17  *
18  * You should have received a copy of the GNU General Public License
19  * along with this program; if not, write to the Free Software
20  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21  * MA 02111-1307 USA
22  */
23
24 /*
25  * Definitions for Configuring the monitor commands
26  */
27 #ifndef _CMD_CONFIG_H
28 #define _CMD_CONFIG_H
29
30 /*
31  * Configurable monitor commands
32  */
33 #define CFG_CMD_BDI             0x00000001ULL   /* bdinfo                       */
34 #define CFG_CMD_LOADS           0x00000002ULL   /* loads                        */
35 #define CFG_CMD_LOADB           0x00000004ULL   /* loadb                        */
36 #define CFG_CMD_IMI             0x00000008ULL   /* iminfo                       */
37 #define CFG_CMD_CACHE           0x00000010ULL   /* icache, dcache               */
38 #define CFG_CMD_FLASH           0x00000020ULL   /* flinfo, erase, protect       */
39 #define CFG_CMD_MEMORY          0x00000040ULL   /* md, mm, nm, mw, cp, cmp,     */
40                                                 /* crc, base, loop, mtest       */
41 #define CFG_CMD_NET             0x00000080ULL   /* bootp, tftpboot, rarpboot    */
42 #define CFG_CMD_ENV             0x00000100ULL   /* saveenv                      */
43 #define CFG_CMD_KGDB            0x00000200ULL   /* kgdb                         */
44 #define CFG_CMD_PCMCIA          0x00000400ULL   /* PCMCIA support               */
45 #define CFG_CMD_IDE             0x00000800ULL   /* IDE harddisk support         */
46 #define CFG_CMD_PCI             0x00001000ULL   /* pciinfo                      */
47 #define CFG_CMD_IRQ             0x00002000ULL   /* irqinfo                      */
48 #define CFG_CMD_BOOTD           0x00004000ULL   /* bootd                        */
49 #define CFG_CMD_CONSOLE         0x00008000ULL   /* coninfo                      */
50 #define CFG_CMD_EEPROM          0x00010000ULL   /* EEPROM read/write support    */
51 #define CFG_CMD_ASKENV          0x00020000ULL   /* ask for env variable         */
52 #define CFG_CMD_RUN             0x00040000ULL   /* run command in env variable  */
53 #define CFG_CMD_ECHO            0x00080000ULL   /* echo arguments               */
54 #define CFG_CMD_I2C             0x00100000ULL   /* I2C serial bus support       */
55 #define CFG_CMD_REGINFO         0x00200000ULL   /* Register dump                */
56 #define CFG_CMD_IMMAP           0x00400000ULL   /* IMMR dump support            */
57 #define CFG_CMD_DATE            0x00800000ULL   /* support for RTC, date/time...*/
58 #define CFG_CMD_DHCP            0x01000000ULL   /* DHCP Support                 */
59 #define CFG_CMD_BEDBUG          0x02000000ULL   /* Include BedBug Debugger      */
60 #define CFG_CMD_FDC             0x04000000ULL   /* Floppy Disk Support          */
61 #define CFG_CMD_SCSI            0x08000000ULL   /* SCSI Support                 */
62 #define CFG_CMD_AUTOSCRIPT      0x10000000ULL   /* Autoscript Support           */
63 #define CFG_CMD_MII             0x20000000ULL   /* MII support                  */
64 #define CFG_CMD_SETGETDCR       0x40000000ULL   /* DCR support on 4xx           */
65 #define CFG_CMD_BSP             0x80000000ULL   /* Board Specific functions     */
66
67 #define CFG_CMD_ELF     0x0000000100000000ULL   /* ELF (VxWorks) load/boot cmd  */
68 #define CFG_CMD_MISC    0x0000000200000000ULL   /* Misc functions like sleep etc*/
69 #define CFG_CMD_USB     0x0000000400000000ULL   /* USB Support                  */
70 #define CFG_CMD_DOC     0x0000000800000000ULL   /* Disk-On-Chip Support         */
71 #define CFG_CMD_JFFS2   0x0000001000000000ULL   /* JFFS2 Support                */
72 #define CFG_CMD_DTT     0x0000002000000000ULL   /* Digital Therm and Thermostat */
73 #define CFG_CMD_SDRAM   0x0000004000000000ULL   /* SDRAM DIMM SPD info printout */
74 #define CFG_CMD_DIAG    0x0000008000000000ULL   /* Diagnostics                  */
75 #define CFG_CMD_FPGA    0x0000010000000000ULL   /* FPGA configuration Support   */
76 #define CFG_CMD_HWFLOW  0x0000020000000000ULL   /* RTS/CTS hw flow control      */
77 #define CFG_CMD_SAVES   0x0000040000000000ULL   /* save S record dump           */
78 #define CFG_CMD_SPI     0x0000100000000000ULL   /* SPI utility                  */
79 #define CFG_CMD_FDOS    0x0000200000000000ULL   /* Floppy DOS support           */
80 #define CFG_CMD_VFD     0x0000400000000000ULL   /* VFD support (TRAB)           */
81 #define CFG_CMD_NAND    0x0000800000000000ULL   /* NAND support                 */
82 #define CFG_CMD_BMP     0x0001000000000000ULL   /* BMP support                  */
83 #define CFG_CMD_PORTIO  0x0002000000000000ULL   /* Port I/O                     */
84 #define CFG_CMD_PING    0x0004000000000000ULL   /* ping support                 */
85 #define CFG_CMD_MMC     0x0008000000000000ULL   /* MMC support                  */
86 #define CFG_CMD_FAT     0x0010000000000000ULL   /* FAT support                  */
87 #define CFG_CMD_IMLS    0x0020000000000000ULL   /* List all found images        */
88 #define CFG_CMD_ITEST   0x0040000000000000ULL   /* Integer (and string) test    */
89 #define CFG_CMD_NFS     0x0080000000000000ULL   /* NFS support                  */
90 #define CFG_CMD_REISER  0x0100000000000000ULL   /* Reiserfs support             */
91 #define CFG_CMD_CDP     0x0200000000000000ULL   /* Cisco Discovery Protocol     */
92 #define CFG_CMD_XIMG    0x0400000000000000ULL   /* Load part of Multi Image     */
93 #define CFG_CMD_UNIVERSE 0x0800000000000000ULL  /* Tundra Universe Support      */
94 #define CFG_CMD_EXT2    0x1000000000000000ULL   /* EXT2 Support                 */
95 #define CFG_CMD_SNTP    0x2000000000000000ULL   /* SNTP support                 */
96 #define CFG_CMD_DISPLAY 0x4000000000000000ULL   /* Display support              */
97
98 #define CFG_CMD_ALL     0xFFFFFFFFFFFFFFFFULL   /* ALL commands                 */
99
100 /* Commands that are considered "non-standard" for some reason
101  * (memory hogs, requires special hardware, not fully tested, etc.)
102  */
103 #define CFG_CMD_NONSTD (CFG_CMD_ASKENV  | \
104                         CFG_CMD_BEDBUG  | \
105                         CFG_CMD_BMP     | \
106                         CFG_CMD_BSP     | \
107                         CFG_CMD_CACHE   | \
108                         CFG_CMD_CDP     | \
109                         CFG_CMD_DATE    | \
110                         CFG_CMD_DHCP    | \
111                         CFG_CMD_DIAG    | \
112                         CFG_CMD_DISPLAY | \
113                         CFG_CMD_DOC     | \
114                         CFG_CMD_DTT     | \
115                         CFG_CMD_ECHO    | \
116                         CFG_CMD_EEPROM  | \
117                         CFG_CMD_ELF     | \
118                         CFG_CMD_EXT2    | \
119                         CFG_CMD_FDC     | \
120                         CFG_CMD_FAT     | \
121                         CFG_CMD_FDOS    | \
122                         CFG_CMD_HWFLOW  | \
123                         CFG_CMD_I2C     | \
124                         CFG_CMD_IDE     | \
125                         CFG_CMD_IMMAP   | \
126                         CFG_CMD_IRQ     | \
127                         CFG_CMD_JFFS2   | \
128                         CFG_CMD_KGDB    | \
129                         CFG_CMD_MII     | \
130                         CFG_CMD_MMC     | \
131                         CFG_CMD_NAND    | \
132                         CFG_CMD_PCI     | \
133                         CFG_CMD_PCMCIA  | \
134                         CFG_CMD_PING    | \
135                         CFG_CMD_PORTIO  | \
136                         CFG_CMD_REGINFO | \
137                         CFG_CMD_REISER  | \
138                         CFG_CMD_SAVES   | \
139                         CFG_CMD_SCSI    | \
140                         CFG_CMD_SDRAM   | \
141                         CFG_CMD_SNTP    | \
142                         CFG_CMD_SPI     | \
143                         CFG_CMD_UNIVERSE | \
144                         CFG_CMD_USB     | \
145                         CFG_CMD_VFD     )
146
147 /* Default configuration
148  */
149 #define CONFIG_CMD_DFL  (CFG_CMD_ALL & ~CFG_CMD_NONSTD)
150
151 #ifndef CONFIG_COMMANDS
152 #define CONFIG_COMMANDS CONFIG_CMD_DFL
153 #endif
154
155
156 /*
157  * optional BOOTP fields
158  */
159
160 #define CONFIG_BOOTP_SUBNETMASK         0x00000001
161 #define CONFIG_BOOTP_GATEWAY            0x00000002
162 #define CONFIG_BOOTP_HOSTNAME           0x00000004
163 #define CONFIG_BOOTP_NISDOMAIN          0x00000008
164 #define CONFIG_BOOTP_BOOTPATH           0x00000010
165 #define CONFIG_BOOTP_BOOTFILESIZE       0x00000020
166 #define CONFIG_BOOTP_DNS                0x00000040
167 #define CONFIG_BOOTP_DNS2               0x00000080
168 #define CONFIG_BOOTP_SEND_HOSTNAME      0x00000100
169 #define CONFIG_BOOTP_NTPSERVER          0x00000200
170 #define CONFIG_BOOTP_TIMEOFFSET         0x00000400
171
172 #define CONFIG_BOOTP_VENDOREX           0x80000000
173
174 #define CONFIG_BOOTP_ALL                (~CONFIG_BOOTP_VENDOREX)
175
176
177 #define CONFIG_BOOTP_DEFAULT            (CONFIG_BOOTP_SUBNETMASK | \
178                                         CONFIG_BOOTP_GATEWAY     | \
179                                         CONFIG_BOOTP_HOSTNAME    | \
180                                         CONFIG_BOOTP_BOOTPATH)
181
182 #ifndef CONFIG_BOOTP_MASK
183 #define CONFIG_BOOTP_MASK               CONFIG_BOOTP_DEFAULT
184 #endif
185
186 #endif  /* _CMD_CONFIG_H */