blob: 576186eacee309dcd17eeae34e584bc49a135110 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
|
#
# The commands in this table are sorted alphabetically by the
# command name and in descending order by the command name string
# length. This is to prevent conflicts in command name parsing.
# Please ensure that new commands are added according to that rule.
# See $(TOPDIR)/common/command.c
#
########################
#
# command length
#
########################
askenv 8
as 2
autoscr 5
base 2
bdinfo 2
bootelf 7
bootm 5
bootp 5
bootvx 6
bootd 4
break 2
brginfo 3
carinfo 3
chpart 6
cmp 3
coninfo 5
continue 4
cp 2
crc32 3
date 3
dcache 2
dhcp 4
dmainfo 3
ds 2
dtt 3
echo 4
eeprom 3
erase 3
fccinfo 3
fdcboot 4
flinfo 3
fpga 4
fsinfo 5
fsload 5
getdcr 6 # IBM 4XX DCR registers
go 2
help 1
i2cinfo 4
i2c 3
icache 2
icinfo 3
ide 3
iminfo 3
iopinfo 3
irqinfo 3
kgdb 4
loadb 5
loads 5
loop 4
ls 2
mccinfo 3
md 2
memcinfo 4
mii 3
mm 2
mtest 5
muxinfo 3
mw 2
next 4
nm 2
pciinfo 3
pinit 4
printenv 8
protect 4
rarpboot 4
rdump 5
reginfo 3
reset 5
run 3
saveenv 4
sccinfo 3
scsiboot 5
scsi 4
siiinfo 3
sitinfo 3
siuinfo 3
setdcr 6 # IBM 4XX DCR registers
setenv 6
smcinfo 3
spiinfo 3
stack 5
step 4
tftpboot 4
usbboot 5
usb 4
version 4
? 1
|