README.commands 1.2 KB

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