README.commands 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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. bootelf 7
  19. bootm 5
  20. bootp 5
  21. bootvx 6
  22. bootd 4
  23. break 2
  24. brginfo 3
  25. carinfo 3
  26. chpart 6
  27. cmp 3
  28. coninfo 5
  29. continue 4
  30. cp 2
  31. crc32 3
  32. date 3
  33. dcache 2
  34. dhcp 4
  35. dmainfo 3
  36. ds 2
  37. dtt 3
  38. echo 4
  39. eeprom 3
  40. erase 3
  41. fccinfo 3
  42. fdcboot 4
  43. flinfo 3
  44. fpga 4
  45. fsinfo 5
  46. fsload 5
  47. getdcr 6 # IBM 4XX DCR registers
  48. go 2
  49. help 1
  50. i2cinfo 4
  51. i2c 3
  52. icache 2
  53. icinfo 3
  54. ide 3
  55. iminfo 3
  56. iopinfo 3
  57. irqinfo 3
  58. kgdb 4
  59. loadb 5
  60. loads 5
  61. loop 4
  62. ls 2
  63. mccinfo 3
  64. md 2
  65. memcinfo 4
  66. mii 3
  67. mm 2
  68. mtest 5
  69. muxinfo 3
  70. mw 2
  71. next 4
  72. nm 2
  73. pciinfo 3
  74. pinit 4
  75. printenv 8
  76. protect 4
  77. rarpboot 4
  78. rdump 5
  79. reginfo 3
  80. reset 5
  81. run 3
  82. saveenv 4
  83. sccinfo 3
  84. scsiboot 5
  85. scsi 4
  86. siiinfo 3
  87. sitinfo 3
  88. siuinfo 3
  89. setdcr 6 # IBM 4XX DCR registers
  90. setenv 6
  91. smcinfo 3
  92. spiinfo 3
  93. sspi 4
  94. stack 5
  95. step 4
  96. tftpboot 4
  97. usbboot 5
  98. usb 4
  99. version 4
  100. ? 1