bootstd: doc: Add documentation
[platform/kernel/u-boot.git] / cmd / Kconfig
1 menu "Command line interface"
2
3 config CMDLINE
4         bool "Support U-Boot commands"
5         default y
6         help
7           Enable U-Boot's command-line functions. This provides a means
8           to enter commands into U-Boot for a wide variety of purposes. It
9           also allows scripts (containing commands) to be executed.
10           Various commands and command categorys can be indivdually enabled.
11           Depending on the number of commands enabled, this can add
12           substantially to the size of U-Boot.
13
14 config HUSH_PARSER
15         bool "Use hush shell"
16         depends on CMDLINE
17         help
18           This option enables the "hush" shell (from Busybox) as command line
19           interpreter, thus enabling powerful command line syntax like
20           if...then...else...fi conditionals or `&&' and '||'
21           constructs ("shell scripts").
22
23           If disabled, you get the old, much simpler behaviour with a somewhat
24           smaller memory footprint.
25
26 config CMDLINE_EDITING
27         bool "Enable command line editing"
28         depends on CMDLINE
29         default y
30         help
31           Enable editing and History functions for interactive command line
32           input operations
33
34 config CMDLINE_PS_SUPPORT
35         bool "Enable support for changing the command prompt string at run-time"
36         depends on HUSH_PARSER
37         help
38           Only static string in the prompt is supported so far.  The string is
39           obtained from environment variables PS1 and PS2.
40
41 config AUTO_COMPLETE
42         bool "Enable auto complete using TAB"
43         depends on CMDLINE
44         default y
45         help
46           Enable auto completion of commands using TAB.
47
48 config SYS_LONGHELP
49         bool "Enable long help messages"
50         depends on CMDLINE
51         default y if CMDLINE
52         help
53           Defined when you want long help messages included
54           Do not set this option when short of memory.
55
56 config SYS_PROMPT
57         string "Shell prompt"
58         default "Zynq> " if ARCH_ZYNQ
59         default "ZynqMP> " if ARCH_ZYNQMP
60         default "=> "
61         help
62           This string is displayed in the command line to the left of the
63           cursor.
64
65 config SYS_PROMPT_HUSH_PS2
66         string "Hush shell secondary prompt"
67         depends on HUSH_PARSER
68         default "> "
69         help
70           This defines the secondary prompt string, which is
71           printed when the command interpreter needs more input
72           to complete a command. Usually "> ".
73
74 config SYS_XTRACE
75         bool "Command execution tracer"
76         depends on CMDLINE
77         default y if CMDLINE
78         help
79           This option enables the possiblity to print all commands before
80           executing them and after all variables are evaluated (similar
81           to Bash's xtrace/'set -x' feature).
82           To enable the tracer a variable "xtrace" needs to be defined in
83           the environment.
84
85 config BUILD_BIN2C
86         bool
87
88 comment "Commands"
89
90 menu "Info commands"
91
92 config CMD_ACPI
93         bool "acpi"
94         depends on ACPIGEN
95         default y
96         help
97           List and dump ACPI tables. ACPI (Advanced Configuration and Power
98           Interface) is used mostly on x86 for providing information to the
99           Operating System about devices in the system. The tables are set up
100           by the firmware, typically U-Boot but possibly an earlier firmware
101           module, if U-Boot is chain-loaded from something else. ACPI tables
102           can also include code, to perform hardware-specific tasks required
103           by the Operating Systems. This allows some amount of separation
104           between the firmware and OS, and is particularly useful when you
105           want to make hardware changes without the OS needing to be adjusted.
106
107 config CMD_ADDRMAP
108         bool "addrmap"
109         depends on ADDR_MAP
110         default y
111         help
112           List non-identity virtual-physical memory mappings for 32-bit CPUs.
113
114 config CMD_BDI
115         bool "bdinfo"
116         default y
117         help
118           Print board info
119
120 config CMD_CONFIG
121         bool "config"
122         default SANDBOX
123         select BUILD_BIN2C
124         help
125           Print ".config" contents.
126
127           If this option is enabled, the ".config" file contents are embedded
128           in the U-Boot image and can be printed on the console by the "config"
129           command.  This provides information of which options are enabled on
130           the running U-Boot.
131
132 config CMD_CONSOLE
133         bool "coninfo"
134         default y
135         help
136           Print console devices and information.
137
138 config CMD_CPU
139         bool "cpu"
140         depends on CPU
141         help
142           Print information about available CPUs. This normally shows the
143           number of CPUs, type (e.g. manufacturer, architecture, product or
144           internal name) and clock frequency. Other information may be
145           available depending on the CPU driver.
146
147 config CMD_LICENSE
148         bool "license"
149         select BUILD_BIN2C
150         help
151           Print GPL license text
152
153 config CMD_PMC
154         bool "pmc"
155         help
156           Provides access to the Intel Power-Management Controller (PMC) so
157           that its state can be examined. This does not currently support
158           changing the state but it is still useful for debugging and seeing
159           what is going on.
160
161 config CMD_REGINFO
162         bool "reginfo"
163         depends on PPC
164         help
165           Register dump
166
167 config CMD_TLV_EEPROM
168         bool "tlv_eeprom"
169         depends on I2C_EEPROM
170         help
171           Display and program the system EEPROM data block in ONIE Tlvinfo
172           format. TLV stands for Type-Length-Value.
173
174 config SPL_CMD_TLV_EEPROM
175         bool "tlv_eeprom for SPL"
176         depends on SPL_I2C_EEPROM
177         select SPL_DRIVERS_MISC
178         help
179           Read system EEPROM data block in ONIE Tlvinfo format from SPL.
180
181 config CMD_SBI
182         bool "sbi"
183         depends on RISCV_SMODE && SBI_V02
184         help
185           Display information about the SBI implementation.
186
187 endmenu
188
189 menu "Boot commands"
190
191 config CMD_BOOTD
192         bool "bootd"
193         default y
194         help
195           Run the command stored in the environment "bootcmd", i.e.
196           "bootd" does the same thing as "run bootcmd".
197
198 config CMD_BOOTM
199         bool "bootm"
200         default y
201         help
202           Boot an application image from the memory.
203
204 config CMD_BOOTM_PRE_LOAD
205        bool "enable pre-load on bootm"
206        depends on CMD_BOOTM
207        depends on IMAGE_PRE_LOAD
208        default n
209        help
210          Enable support of stage pre-load for the bootm command.
211          This stage allow to check or modify the image provided
212          to the bootm command.
213
214 config CMD_BOOTDEV
215         bool "bootdev"
216         depends on BOOTSTD
217         default y if BOOTSTD_FULL
218         help
219           Support listing available bootdevs (boot devices) which can provide an
220           OS to boot, as well as showing information about a particular one.
221
222           This command is not necessary for bootstd to work.
223
224 config CMD_BOOTFLOW
225         bool "bootflow"
226         depends on BOOTSTD
227         default y
228         help
229           Support scanning for bootflows available with the bootdevs. The
230           bootflows can optionally be booted.
231
232 config CMD_BOOTFLOW_FULL
233         bool "bootflow - extract subcommands"
234         depends on BOOTSTD_FULL
235         default y if BOOTSTD_FULL
236         help
237           Add the ability to list the available bootflows, select one and obtain
238           information about it.
239
240           This command is not necessary for bootstd to work.
241
242 config CMD_BOOTMETH
243         bool "bootmeth"
244         depends on BOOTSTD
245         default y if BOOTSTD_FULL
246         help
247           Support listing available bootmethds (methods used to boot an
248           Operating System), as well as selecting the order that the bootmeths
249           are used.
250
251           This command is not necessary for bootstd to work.
252
253 config BOOTM_EFI
254         bool "Support booting UEFI FIT images"
255         depends on CMD_BOOTEFI && CMD_BOOTM && FIT
256         default y
257         help
258           Support booting UEFI FIT images via the bootm command.
259
260 config CMD_BOOTZ
261         bool "bootz"
262         help
263           Boot the Linux zImage
264
265 config CMD_BOOTI
266         bool "booti"
267         depends on ARM64 || RISCV
268         default y
269         help
270           Boot an AArch64 Linux Kernel image from memory.
271
272 config BOOTM_LINUX
273         bool "Support booting Linux OS images"
274         depends on CMD_BOOTM || CMD_BOOTZ || CMD_BOOTI
275         default y
276         help
277           Support booting the Linux kernel directly via a command such as bootm
278           or booti or bootz.
279
280 config BOOTM_NETBSD
281         bool "Support booting NetBSD (non-EFI) loader images"
282         depends on CMD_BOOTM
283         default y
284         help
285           Support booting NetBSD via the bootm command.
286
287 config BOOTM_OPENRTOS
288         bool "Support booting OPENRTOS / FreeRTOS images"
289         depends on CMD_BOOTM
290         help
291           Support booting OPENRTOS / FreeRTOS via the bootm command.
292
293 config BOOTM_OSE
294         bool "Support booting Enea OSE images"
295         depends on (ARM && (ARM64 || CPU_V7A || CPU_V7R) || SANDBOX || PPC || X86)
296         depends on CMD_BOOTM
297         help
298           Support booting Enea OSE images via the bootm command.
299
300 config BOOTM_PLAN9
301         bool "Support booting Plan9 OS images"
302         depends on CMD_BOOTM
303         default y
304         help
305           Support booting Plan9 images via the bootm command.
306
307 config BOOTM_RTEMS
308         bool "Support booting RTEMS OS images"
309         depends on CMD_BOOTM
310         default y
311         help
312           Support booting RTEMS images via the bootm command.
313
314 config BOOTM_VXWORKS
315         bool "Support booting VxWorks OS images"
316         depends on CMD_BOOTM
317         default y
318         help
319           Support booting VxWorks images via the bootm command.
320
321 config CMD_BOOTEFI
322         bool "bootefi"
323         depends on EFI_LOADER
324         default y
325         help
326           Boot an EFI image from memory.
327
328 config CMD_BOOTEFI_HELLO_COMPILE
329         bool "Compile a standard EFI hello world binary for testing"
330         depends on CMD_BOOTEFI && !CPU_V7M
331         default y
332         help
333           This compiles a standard EFI hello world application with U-Boot so
334           that it can be used with the test/py testing framework. This is useful
335           for testing that EFI is working at a basic level, and for bringing
336           up EFI support on a new architecture.
337
338           No additional space will be required in the resulting U-Boot binary
339           when this option is enabled.
340
341 config CMD_BOOTEFI_HELLO
342         bool "Allow booting a standard EFI hello world for testing"
343         depends on CMD_BOOTEFI_HELLO_COMPILE
344         default y if CMD_BOOTEFI_SELFTEST
345         help
346           This adds a standard EFI hello world application to U-Boot so that
347           it can be used with the 'bootefi hello' command. This is useful
348           for testing that EFI is working at a basic level, and for bringing
349           up EFI support on a new architecture.
350
351 source lib/efi_selftest/Kconfig
352
353 config CMD_BOOTMENU
354         bool "bootmenu"
355         select MENU
356         help
357           Add an ANSI terminal boot menu command.
358
359 config CMD_ADTIMG
360         bool "adtimg"
361         help
362           Android DTB/DTBO image manipulation commands. Read dtb/dtbo files from
363           image into RAM, dump image structure information, etc. Those dtb/dtbo
364           files should be merged in one dtb further, which needs to be passed to
365           the kernel, as part of a boot process.
366
367 config CMD_ABOOTIMG
368         bool "abootimg"
369         depends on ANDROID_BOOT_IMAGE
370         help
371           Android Boot Image manipulation commands. Allows one to extract
372           images contained in boot.img, like kernel, ramdisk, dtb, etc, and
373           obtain corresponding meta-information from boot.img.
374
375           See doc/android/boot-image.rst for details.
376
377 config CMD_ELF
378         bool "bootelf, bootvx"
379         default y
380         select LIB_ELF
381         help
382           Boot an ELF/vxWorks image from the memory.
383
384 config CMD_FDT
385         bool "Flattened Device Tree utility commands"
386         default y
387         depends on OF_LIBFDT
388         help
389           Do FDT related setup before booting into the Operating System.
390
391 config SUPPORT_EXTENSION_SCAN
392         bool
393
394 config CMD_EXTENSION
395         bool "Extension board management command"
396         select CMD_FDT
397         depends on SUPPORT_EXTENSION_SCAN
398         help
399           Enables the "extension" command, which allows to detect
400           extension boards connected to the system, and apply
401           corresponding Device Tree overlays.
402
403 config CMD_GO
404         bool "go"
405         default y
406         help
407           Start an application at a given address.
408
409 config CMD_RUN
410         bool "run"
411         default y
412         help
413           Run the command in the given environment variable.
414
415 config CMD_IMI
416         bool "iminfo"
417         default y
418         help
419           Print header information for application image.
420
421 config CMD_IMLS
422         bool "imls"
423         help
424           List all images found in flash
425
426 config CMD_XIMG
427         bool "imxtract"
428         default y
429         help
430           Extract a part of a multi-image.
431
432 config CMD_SPL
433         bool "spl export - Export boot information for Falcon boot"
434         depends on SPL
435         help
436           Falcon mode allows booting directly from SPL into an Operating
437           System such as Linux, thus skipping U-Boot proper. See
438           doc/README.falcon for full information about how to use this
439           command.
440
441 config CMD_SPL_NAND_OFS
442         hex "Offset of OS args or dtb for Falcon-mode NAND boot"
443         depends on CMD_SPL && (TPL_NAND_SUPPORT || SPL_NAND_SUPPORT)
444         default 0
445         help
446           This provides the offset of the command line arguments for Linux
447           when booting from NAND in Falcon mode.  See doc/README.falcon
448           for full information about how to use this option (and also see
449           board/gateworks/gw_ventana/README for an example).
450
451 config CMD_SPL_NOR_OFS
452         hex "Offset of OS args or dtb for Falcon-mode NOR boot"
453         depends on CMD_SPL && SPL_NOR_SUPPORT
454         default 0
455         help
456           This provides the offset of the command line arguments or dtb for
457           Linux when booting from NOR in Falcon mode.
458
459 config CMD_SPL_WRITE_SIZE
460         hex "Size of argument area"
461         depends on CMD_SPL
462         default 0x2000
463         help
464           This provides the size of the command-line argument area in NAND
465           flash used by Falcon-mode boot. See the documentation until CMD_SPL
466           for detail.
467
468 config CMD_THOR_DOWNLOAD
469         bool "thor - TIZEN 'thor' download"
470         select DFU
471         help
472           Implements the 'thor' download protocol. This is a way of
473           downloading a software update over USB from an attached host.
474           There is no documentation about this within the U-Boot source code
475           but you should be able to find something on the interwebs.
476
477 config CMD_ZBOOT
478         bool "zboot - x86 boot command"
479         help
480           With x86 machines it is common to boot a bzImage file which
481           contains both a kernel and a setup.bin file. The latter includes
482           configuration information from the dark ages which x86 boards still
483           need to pick things out of.
484
485           Consider using FIT in preference to this since it supports directly
486           booting both 32- and 64-bit kernels, as well as secure boot.
487           Documentation is available in doc/uImage.FIT/x86-fit-boot.txt
488
489 endmenu
490
491 menu "Environment commands"
492
493 config CMD_ASKENV
494         bool "ask for env variable"
495         help
496           Ask for environment variable
497
498 config CMD_EXPORTENV
499         bool "env export"
500         default y
501         help
502           Export environments.
503
504 config CMD_IMPORTENV
505         bool "env import"
506         default y
507         help
508           Import environments.
509
510 config CMD_EDITENV
511         bool "editenv"
512         default y
513         help
514           Edit environment variable.
515
516 config CMD_GREPENV
517         bool "search env"
518         help
519           Allow for searching environment variables
520
521 config CMD_SAVEENV
522         bool "saveenv"
523         default y
524         help
525           Save all environment variables into the compiled-in persistent
526           storage.
527
528 config CMD_ERASEENV
529         bool "eraseenv"
530         depends on CMD_SAVEENV
531         help
532           Erase environment variables from the compiled-in persistent
533           storage.
534
535 config CMD_ENV_EXISTS
536         bool "env exists"
537         default y
538         help
539           Check if a variable is defined in the environment for use in
540           shell scripting.
541
542 config CMD_ENV_CALLBACK
543         bool "env callbacks - print callbacks and their associated variables"
544         help
545           Some environment variable have callbacks defined by
546           U_BOOT_ENV_CALLBACK. These are called when the variable changes.
547           For example changing "baudrate" adjust the serial baud rate. This
548           command lists the currently defined callbacks.
549
550 config CMD_ENV_FLAGS
551         bool "env flags -print variables that have non-default flags"
552         help
553           Some environment variables have special flags that control their
554           behaviour. For example, serial# can only be written once and cannot
555           be deleted. This command shows the variables that have special
556           flags.
557
558 config CMD_NVEDIT_EFI
559         bool "env [set|print] -e - set/print UEFI variables"
560         depends on EFI_LOADER
561         imply HEXDUMP
562         help
563           UEFI variables are encoded as some form of U-Boot variables.
564           If enabled, we are allowed to set/print UEFI variables using
565           "env" command with "-e" option without knowing details.
566
567 config CMD_NVEDIT_INDIRECT
568         bool "env indirect - Sets environment value from another"
569
570 config CMD_NVEDIT_INFO
571         bool "env info - print or evaluate environment information"
572         help
573           Print environment information:
574           - env_valid : is environment valid
575           - env_ready : is environment imported into hash table
576           - env_use_default : is default environment used
577
578           This command can be optionally used for evaluation in scripts:
579           [-d] : evaluate whether default environment is used
580           [-p] : evaluate whether environment can be persisted
581           [-q] : quiet output
582           The result of multiple evaluations will be combined with AND.
583
584 config CMD_NVEDIT_LOAD
585         bool "env load"
586         help
587           Load all environment variables from the compiled-in persistent
588           storage.
589
590 config CMD_NVEDIT_SELECT
591         bool "env select"
592         help
593           Select the compiled-in persistent storage of environment variables.
594
595 endmenu
596
597 menu "Memory commands"
598
599 config CMD_BINOP
600         bool "binop"
601         help
602           Compute binary operations (xor, or, and) of byte arrays of arbitrary
603           size from memory and store the result in memory or the environment.
604
605 config CMD_BLOBLIST
606         bool "bloblist"
607         default y if BLOBLIST
608         help
609           Show information about the bloblist, a collection of binary blobs
610           held in memory that persist between SPL and U-Boot. In the case of
611           x86 devices the bloblist can be used to hold ACPI tables so that they
612           remain available in memory.
613
614 config CMD_CRC32
615         bool "crc32"
616         default y
617         select HASH
618         help
619           Compute CRC32.
620
621 config CRC32_VERIFY
622         bool "crc32 -v"
623         depends on CMD_CRC32
624         help
625           Add -v option to verify data against a crc32 checksum.
626
627 config CMD_EEPROM
628         bool "eeprom - EEPROM subsystem"
629         help
630           (deprecated, needs conversion to driver model)
631           Provides commands to read and write EEPROM (Electrically Erasable
632           Programmable Read Only Memory) chips that are connected over an
633           I2C bus.
634
635 config CMD_EEPROM_LAYOUT
636         bool "Enable layout-aware eeprom commands"
637         depends on CMD_EEPROM
638         help
639           (deprecated, needs conversion to driver model)
640           When enabled, additional eeprom sub-commands become available.
641
642           eeprom print - prints the contents of the eeprom in a human-readable
643           way (eeprom layout fields, and data formatted to be fit for human
644           consumption).
645
646           eeprom update - allows user to update eeprom fields by specifying
647           the field name, and providing the new data in a human readable format
648           (same format as displayed by the eeprom print command).
649
650           Both commands can either auto detect the layout, or be told which
651           layout to use.
652
653           Feature API:
654           __weak int parse_layout_version(char *str)
655                 - override to provide your own layout name parsing
656           __weak void __eeprom_layout_assign(struct eeprom_layout *layout,
657                         int layout_version);
658                 - override to setup the layout metadata based on the version
659           __weak int eeprom_layout_detect(unsigned char *data)
660                 - override to provide your own algorithm for detecting layout
661                         version
662           eeprom_field.c
663                 - contains various printing and updating functions for common
664                         types of eeprom fields. Can be used for defining
665                         custom layouts.
666
667 config EEPROM_LAYOUT_HELP_STRING
668           string "Tells user what layout names are supported"
669           depends on CMD_EEPROM_LAYOUT
670           default "<not defined>"
671           help
672             Help printed with the LAYOUT VERSIONS part of the 'eeprom'
673             command's help.
674
675 config SYS_I2C_EEPROM_BUS
676         int "I2C bus of the EEPROM device."
677         depends on CMD_EEPROM
678         default 0
679
680 config SYS_I2C_EEPROM_ADDR_LEN
681         int "Length in bytes of the EEPROM memory array address"
682         depends on CMD_EEPROM || ID_EEPROM
683         default 1
684         range 1 2
685         help
686           Note: This is NOT the chip address length!
687
688 config SYS_EEPROM_SIZE
689         depends on CMD_EEPROM
690         int "Size in bytes of the EEPROM device"
691         default 256
692
693 config SYS_EEPROM_PAGE_WRITE_BITS
694         int "Number of bits used to address bytes in a single page"
695         depends on CMD_EEPROM
696         default 8
697         help
698           The EEPROM page size is 2^SYS_EEPROM_PAGE_WRITE_BITS.
699           A 64 byte page, for example would require six bits.
700
701 config SYS_EEPROM_PAGE_WRITE_DELAY_MS
702         int "Number of milliseconds to delay between page writes"
703         depends on CMD_EEPROM || CMD_I2C
704         default 0
705
706 config LOOPW
707         bool "loopw"
708         help
709           Infinite write loop on address range
710
711 config CMD_MD5SUM
712         bool "md5sum"
713         select MD5
714         help
715           Compute MD5 checksum.
716
717 config MD5SUM_VERIFY
718         bool "md5sum -v"
719         depends on CMD_MD5SUM
720         help
721           Add -v option to verify data against an MD5 checksum.
722
723 config CMD_MEMINFO
724         bool "meminfo"
725         help
726           Display memory information.
727
728 config CMD_MEMORY
729         bool "md, mm, nm, mw, cp, cmp, base, loop"
730         default y
731         help
732           Memory commands.
733             md - memory display
734             mm - memory modify (auto-incrementing address)
735             nm - memory modify (constant address)
736             mw - memory write (fill)
737             cp - memory copy
738             cmp - memory compare
739             base - print or set address offset
740             loop - initialize loop on address range
741
742 config CMD_MEM_SEARCH
743         bool "ms - Memory search"
744         help
745           Memory-search command
746
747           This allows searching through a region of memory looking for hex
748           data (byte, 16-bit word, 32-bit long, also 64-bit on machines that
749           support it). It is also possible to search for a string. The
750           command accepts a memory range and a list of values to search for.
751           The values need to appear in memory in the same order they are given
752           in the command. At most 10 matches can be returned at a time, but
753           pressing return will show the next 10 matches. Environment variables
754           are set for use with scripting (memmatches, memaddr, mempos).
755
756 config CMD_MX_CYCLIC
757         bool "Enable cyclic md/mw commands"
758         depends on CMD_MEMORY
759         help
760           Add the "mdc" and "mwc" memory commands. These are cyclic
761           "md/mw" commands.
762           Examples:
763
764           => mdc.b 10 4 500
765           This command will print 4 bytes (10,11,12,13) each 500 ms.
766
767           => mwc.l 100 12345678 10
768           This command will write 12345678 to address 100 all 10 ms.
769
770 config CMD_RANDOM
771         bool "random"
772         default y
773         depends on CMD_MEMORY && (LIB_RAND || LIB_HW_RAND)
774         help
775           random - fill memory with random data
776
777 config CMD_MEMTEST
778         bool "memtest"
779         help
780           Simple RAM read/write test.
781
782 if CMD_MEMTEST
783
784 config SYS_ALT_MEMTEST
785         bool "Alternative test"
786         help
787           Use a more complete alternative memory test.
788
789 if SYS_ALT_MEMTEST
790
791 config SYS_ALT_MEMTEST_BITFLIP
792         bool "Bitflip test"
793         default y
794         help
795           The alternative memory test includes bitflip test since 2020.07.
796           The bitflip test significantly increases the overall test time.
797           Bitflip test can optionally be disabled here.
798
799 endif
800
801 config SYS_MEMTEST_START
802         hex "default start address for mtest"
803         default 0x0
804         help
805           This is the default start address for mtest for simple read/write
806           test. If no arguments are given to mtest, default address is used
807           as start address.
808
809 config SYS_MEMTEST_END
810         hex "default end address for mtest"
811         default 0x1000
812         help
813           This is the default end address for mtest for simple read/write
814           test. If no arguments are given to mtest, default address is used
815           as end address.
816
817 endif
818
819 config CMD_SHA1SUM
820         bool "sha1sum"
821         select SHA1
822         help
823           Compute SHA1 checksum.
824
825 config SHA1SUM_VERIFY
826         bool "sha1sum -v"
827         depends on CMD_SHA1SUM
828         help
829           Add -v option to verify data against a SHA1 checksum.
830
831 config CMD_STRINGS
832         bool "strings - display strings in memory"
833         help
834           This works similarly to the Unix 'strings' command except that it
835           works with a memory range. String of printable characters found
836           within the range are displayed. The minimum number of characters
837           for a sequence to be considered a string can be provided.
838
839 endmenu
840
841 menu "Compression commands"
842
843 config CMD_LZMADEC
844         bool "lzmadec"
845         default y if CMD_BOOTI
846         select LZMA
847         help
848           Support decompressing an LZMA (Lempel-Ziv-Markov chain algorithm)
849           image from memory.
850
851 config CMD_UNLZ4
852         bool "unlz4"
853         default y if CMD_BOOTI
854         select LZ4
855         help
856           Support decompressing an LZ4 image from memory region.
857
858 config CMD_UNZIP
859         bool "unzip"
860         default y if CMD_BOOTI
861         select GZIP
862         help
863           Uncompress a zip-compressed memory region.
864
865 config CMD_ZIP
866         bool "zip"
867         select GZIP_COMPRESSED
868         help
869           Compress a memory region with zlib deflate method.
870
871 endmenu
872
873 menu "Device access commands"
874
875 config CMD_ARMFLASH
876         #depends on FLASH_CFI_DRIVER
877         bool "armflash"
878         help
879           ARM Ltd reference designs flash partition access
880
881 config CMD_ADC
882         bool "adc - Access Analog to Digital Converters info and data"
883         select ADC
884         depends on DM_REGULATOR
885         help
886           Shows ADC device info and permit printing one-shot analog converted
887           data from a named Analog to Digital Converter.
888
889 config CMD_BCB
890         bool "bcb"
891         depends on MMC
892         depends on PARTITIONS
893         help
894           Read/modify/write the fields of Bootloader Control Block, usually
895           stored on the flash "misc" partition with its structure defined in:
896           https://android.googlesource.com/platform/bootable/recovery/+/master/
897           bootloader_message/include/bootloader_message/bootloader_message.h
898
899           Some real-life use-cases include (but are not limited to):
900           - Determine the "boot reason" (and act accordingly):
901             https://source.android.com/devices/bootloader/boot-reason
902           - Get/pass a list of commands from/to recovery:
903             https://android.googlesource.com/platform/bootable/recovery
904           - Inspect/dump the contents of the BCB fields
905
906 config CMD_BIND
907         bool "bind/unbind - Bind or unbind a device to/from a driver"
908         depends on DM
909         help
910           Bind or unbind a device to/from a driver from the command line.
911           This is useful in situations where a device may be handled by several
912           drivers. For example, this can be used to bind a UDC to the usb ether
913           gadget driver from the command line.
914
915 config CMD_CLK
916         bool "clk - Show clock frequencies"
917         help
918           (deprecated)
919           Shows clock frequences by calling a sock_clk_dump() hook function.
920           This is depreated in favour of using the CLK uclass and accessing
921           clock values from associated drivers. However currently no command
922           exists for this.
923
924 config CMD_DEMO
925         bool "demo - Demonstration commands for driver model"
926         depends on DM
927         help
928           Provides a 'demo' command which can be used to play around with
929           driver model. To use this properly you will need to enable one or
930           both of the demo devices (DM_DEMO_SHAPE and DM_DEMO_SIMPLE).
931           Otherwise you will always get an empty list of devices. The demo
932           devices are defined in the sandbox device tree, so the easiest
933           option is to use sandbox and pass the -d point to sandbox's
934           u-boot.dtb file.
935
936 config CMD_DFU
937         bool "dfu"
938         select DFU
939         help
940           Enables the command "dfu" which is used to have U-Boot create a DFU
941           class device via USB. This command requires that the "dfu_alt_info"
942           environment variable be set and define the alt settings to expose to
943           the host.
944
945 config CMD_DM
946         bool "dm - Access to driver model information"
947         depends on DM
948         help
949           Provides access to driver model data structures and information,
950           such as a list of devices, list of uclasses and the state of each
951           device (e.g. activated). This is not required for operation, but
952           can be useful to see the state of driver model for debugging or
953           interest.
954
955 config CMD_FASTBOOT
956         bool "fastboot - Android fastboot support"
957         depends on FASTBOOT
958         help
959           This enables the command "fastboot" which enables the Android
960           fastboot mode for the platform. Fastboot is a protocol for
961           downloading images, flashing and device control used on
962           Android devices. Fastboot requires either the network stack
963           enabled or support for acting as a USB device.
964
965           See doc/android/fastboot.rst for more information.
966
967 config CMD_FLASH
968         bool "flinfo, erase, protect"
969         default y
970         depends on MTD || FLASH_CFI_DRIVER || MTD_NOR_FLASH
971         help
972           NOR flash support.
973             flinfo - print FLASH memory information
974             erase - FLASH memory
975             protect - enable or disable FLASH write protection
976
977 config CMD_FPGA
978         bool "fpga"
979         depends on FPGA
980         default y
981         help
982           FPGA support.
983
984 config CMD_FPGA_LOADBP
985         bool "fpga loadbp - load partial bitstream (Xilinx only)"
986         depends on CMD_FPGA
987         help
988           Supports loading an FPGA device from a bitstream buffer containing
989           a partial bitstream.
990
991 config CMD_FPGA_LOADFS
992         bool "fpga loadfs - load bitstream from FAT filesystem (Xilinx only)"
993         depends on CMD_FPGA
994         help
995           Supports loading an FPGA device from a FAT filesystem.
996
997 config CMD_FPGA_LOADMK
998         bool "fpga loadmk - load bitstream from image"
999         depends on CMD_FPGA
1000         help
1001           Supports loading an FPGA device from a image generated by mkimage.
1002
1003 config CMD_FPGA_LOADP
1004         bool "fpga loadp - load partial bitstream"
1005         depends on CMD_FPGA
1006         help
1007           Supports loading an FPGA device from a bitstream buffer containing
1008           a partial bitstream.
1009
1010 config CMD_FPGA_LOAD_SECURE
1011         bool "fpga loads - loads secure bitstreams (Xilinx only)"
1012         depends on CMD_FPGA
1013         help
1014           Enables the fpga loads command which is used to load secure
1015           (authenticated or encrypted or both) bitstreams on to FPGA.
1016
1017 config CMD_FPGAD
1018         bool "fpgad - dump FPGA registers"
1019         help
1020           (legacy, needs conversion to driver model)
1021           Provides a way to dump FPGA registers by calling the board-specific
1022           fpga_get_reg() function. This functions similarly to the 'md'
1023           command.
1024
1025 config CMD_FUSE
1026         bool "fuse - support for the fuse subssystem"
1027         help
1028           (deprecated - needs conversion to driver model)
1029           This allows reading, sensing, programming or overriding fuses
1030           which control the behaviour of the device. The command uses the
1031           fuse_...() API.
1032
1033 config CMD_GPIO
1034         bool "gpio"
1035         help
1036           GPIO support.
1037
1038 config CMD_GPIO_READ
1039         bool "gpio read - save GPIO value to variable"
1040         depends on CMD_GPIO
1041         help
1042           Enables the 'gpio read' command that saves the value
1043           of a GPIO pin to a variable.
1044
1045 config CMD_PWM
1046         bool "pwm"
1047         depends on DM_PWM
1048         help
1049           Control PWM channels, this allows invert/config/enable/disable PWM channels.
1050
1051 config CMD_GPT
1052         bool "GPT (GUID Partition Table) command"
1053         select EFI_PARTITION
1054         select HAVE_BLOCK_DEVICE
1055         select PARTITION_UUIDS
1056         imply RANDOM_UUID
1057         help
1058           Enable the 'gpt' command to ready and write GPT style partition
1059           tables.
1060
1061 config RANDOM_UUID
1062         bool "GPT Random UUID generation"
1063         select LIB_UUID
1064         help
1065           Enable the generation of partitions with random UUIDs if none
1066           are provided.
1067
1068 config CMD_GPT_RENAME
1069         bool "GPT partition renaming commands"
1070         depends on CMD_GPT
1071         help
1072           Enables the 'gpt' command to interchange names on two GPT
1073           partitions via the 'gpt swap' command or to rename single
1074           partitions via the 'rename' command.
1075
1076 config CMD_IDE
1077         bool "ide - Support for IDE drivers"
1078         select IDE
1079         help
1080           Provides an 'ide' command which allows accessing the IDE drive,
1081           resetting the IDE interface, printing the partition table and
1082           geting device info. It also enables the 'diskboot' command which
1083           permits booting from an IDE drive.
1084
1085 config CMD_IO
1086         bool "io - Support for performing I/O accesses"
1087         help
1088           Provides an 'iod' command to display I/O space and an 'iow' command
1089           to write values to the I/O space. This can be useful for manually
1090           checking the state of devices during boot when debugging device
1091           drivers, etc.
1092
1093 config CMD_IOTRACE
1094         bool "iotrace - Support for tracing I/O activity"
1095         help
1096           Provides an 'iotrace' command which supports recording I/O reads and
1097           writes in a trace buffer in memory . It also maintains a checksum
1098           of the trace records (even if space is exhausted) so that the
1099           sequence of I/O accesses can be verified.
1100
1101           When debugging drivers it is useful to see what I/O accesses were
1102           done and in what order.
1103
1104           Even if the individual accesses are of little interest it can be
1105           useful to verify that the access pattern is consistent each time
1106           an operation is performed. In this case a checksum can be used to
1107           characterise the operation of a driver. The checksum can be compared
1108           across different runs of the operation to verify that the driver is
1109           working properly.
1110
1111           In particular, when performing major refactoring of the driver, where
1112           the access pattern should not change, the checksum provides assurance
1113           that the refactoring work has not broken the driver.
1114
1115           This works by sneaking into the io.h heder for an architecture and
1116           redirecting I/O accesses through iotrace's tracing mechanism.
1117
1118           For now no commands are provided to examine the trace buffer. The
1119           format is fairly simple, so 'md' is a reasonable substitute.
1120
1121           Note: The checksum feature is only useful for I/O regions where the
1122           contents do not change outside of software control. Where this is not
1123           suitable you can fall back to manually comparing the addresses. It
1124           might be useful to enhance tracing to only checksum the accesses and
1125           not the data read/written.
1126
1127 config CMD_I2C
1128         bool "i2c"
1129         help
1130           I2C support.
1131
1132 config CMD_W1
1133         depends on W1
1134         default y if W1
1135         bool "w1 - Support for Dallas 1-Wire protocol"
1136         help
1137           Dallas 1-wire protocol support
1138
1139 config CMD_LOADB
1140         bool "loadb"
1141         default y
1142         help
1143           Load a binary file over serial line.
1144
1145 config CMD_LOADS
1146         bool "loads"
1147         default y
1148         help
1149           Load an S-Record file over serial line
1150
1151 config CMD_LSBLK
1152         depends on BLK
1153         bool "lsblk - list block drivers and devices"
1154         help
1155           Print list of available block device drivers, and for each, the list
1156           of known block devices.
1157
1158 config CMD_MBR
1159         bool "MBR (Master Boot Record) command"
1160         select DOS_PARTITION
1161         select HAVE_BLOCK_DEVICE
1162         help
1163           Enable the 'mbr' command to ready and write MBR (Master Boot Record)
1164           style partition tables.
1165
1166 config CMD_MISC
1167         bool "misc"
1168         depends on MISC
1169         help
1170           Enable the command "misc" for accessing miscellaneous devices with
1171           a MISC uclass driver. The command provides listing all MISC devices
1172           as well as read and write functionalities via their drivers.
1173
1174 config CMD_MMC
1175         bool "mmc"
1176         depends on MMC
1177         help
1178           MMC memory mapped support.
1179
1180 if CMD_MMC
1181
1182 config CMD_BKOPS_ENABLE
1183         bool "mmc bkops enable"
1184         depends on CMD_MMC
1185         help
1186           Enable command for setting manual background operations handshake
1187           on a eMMC device. The feature is optionally available on eMMC devices
1188           conforming to standard >= 4.41.
1189
1190 config CMD_MMC_RPMB
1191         bool "Enable support for RPMB in the mmc command"
1192         depends on SUPPORT_EMMC_RPMB
1193         help
1194           Enable the commands for reading, writing and programming the
1195           key for the Replay Protection Memory Block partition in eMMC.
1196
1197 config CMD_MMC_SWRITE
1198         bool "mmc swrite"
1199         depends on MMC_WRITE
1200         select IMAGE_SPARSE
1201         help
1202           Enable support for the "mmc swrite" command to write Android sparse
1203           images to eMMC.
1204
1205 endif
1206
1207 config CMD_CLONE
1208         bool "clone"
1209         depends on BLK
1210         help
1211           Enable storage cloning over block devices, useful for
1212           initial flashing by external block device without network
1213           or usb support.
1214
1215 config CMD_OPTEE_RPMB
1216         bool "Enable read/write support on RPMB via OPTEE"
1217         depends on SUPPORT_EMMC_RPMB && OPTEE
1218         help
1219           Enable the commands for reading, writing persistent named values
1220           in the Replay Protection Memory Block partition in eMMC by
1221           using Persistent Objects in OPTEE
1222
1223 config CMD_MTD
1224         bool "mtd"
1225         depends on MTD
1226         select MTD_PARTITIONS
1227         help
1228           MTD commands support.
1229
1230 config CMD_MUX
1231         bool "mux"
1232         depends on MULTIPLEXER
1233         help
1234          List, select, and deselect mux controllers on the fly.
1235
1236 config CMD_NAND
1237         bool "nand"
1238         default y if NAND_SUNXI
1239         depends on MTD_RAW_NAND
1240         help
1241           NAND support.
1242
1243 if CMD_NAND
1244 config CMD_NAND_TRIMFFS
1245         bool "nand write.trimffs"
1246         default y if ARCH_SUNXI
1247         help
1248           Allows one to skip empty pages when flashing something on a NAND.
1249
1250 config CMD_NAND_LOCK_UNLOCK
1251         bool "nand lock/unlock"
1252         help
1253           NAND locking support.
1254
1255 config CMD_NAND_TORTURE
1256         bool "nand torture"
1257         help
1258           NAND torture support.
1259
1260 endif # CMD_NAND
1261
1262 config CMD_NVME
1263         bool "nvme"
1264         depends on NVME
1265         default y if NVME
1266         help
1267           NVM Express device support
1268
1269 config CMD_ONENAND
1270         bool "onenand - access to onenand device"
1271         depends on MTD
1272         help
1273           OneNAND is a brand of NAND ('Not AND' gate) flash which provides
1274           various useful features. This command allows reading, writing,
1275           and erasing blocks. It allso provides a way to show and change
1276           bad blocks, and test the device.
1277
1278 config CMD_OSD
1279         bool "osd"
1280         help
1281           Enable the 'osd' command which allows to query information from and
1282           write text data to a on-screen display (OSD) device; a virtual device
1283           associated with a display capable of displaying a text overlay on the
1284           display it's associated with..
1285
1286 config CMD_PART
1287         bool "part"
1288         select HAVE_BLOCK_DEVICE
1289         select PARTITION_UUIDS
1290         help
1291           Read and display information about the partition table on
1292           various media.
1293
1294 config CMD_PCI
1295         bool "pci - Access PCI devices"
1296         help
1297           Provide access to PCI (Peripheral Interconnect Bus), a type of bus
1298           used on some devices to allow the CPU to communicate with its
1299           peripherals. Sub-commands allow bus enumeration, displaying and
1300           changing configuration space and a few other features.
1301
1302 config CMD_PINMUX
1303         bool "pinmux - show pins muxing"
1304         depends on PINCTRL
1305         default y if PINCTRL
1306         help
1307           Parse all available pin-controllers and show pins muxing. This
1308           is useful for debug purpoer to check the pin muxing and to know if
1309           a pin is configured as a GPIO or as an alternate function.
1310
1311 config CMD_POWEROFF
1312         bool "poweroff"
1313         help
1314           Poweroff/Shutdown the system
1315
1316 config CMD_READ
1317         bool "read - Read binary data from a partition"
1318         help
1319           Provides low-level access to the data in a partition.
1320
1321 config CMD_REMOTEPROC
1322         bool "remoteproc"
1323         depends on REMOTEPROC
1324         help
1325           Support for Remote Processor control
1326
1327 config CMD_SATA
1328         bool "sata - Access SATA subsystem"
1329         select SATA
1330         help
1331           SATA (Serial Advanced Technology Attachment) is a serial bus
1332           standard for connecting to hard drives and other storage devices.
1333           This command provides information about attached devices and allows
1334           reading, writing and other operations.
1335
1336           SATA replaces PATA (originally just ATA), which stands for Parallel AT
1337           Attachment, where AT refers to an IBM AT (Advanced Technology)
1338           computer released in 1984.
1339
1340 config CMD_SAVES
1341         bool "saves - Save a file over serial in S-Record format"
1342         help
1343           Provides a way to save a binary file using the Motorola S-Record
1344           format over the serial line.
1345
1346 config CMD_SCSI
1347         bool "scsi - Access to SCSI devices"
1348         default y if SCSI
1349         help
1350           This provides a 'scsi' command which provides access to SCSI (Small
1351           Computer System Interface) devices. The command provides a way to
1352           scan the bus, reset the bus, read and write data and get information
1353           about devices.
1354
1355 config CMD_SDRAM
1356         bool "sdram - Print SDRAM configuration information"
1357         help
1358           Provides information about attached SDRAM. This assumed that the
1359           SDRAM has an EEPROM with information that can be read using the
1360           I2C bus. This is only available on some boards.
1361
1362 config CMD_SF
1363         bool "sf"
1364         depends on DM_SPI_FLASH || SPI_FLASH
1365         default y if DM_SPI_FLASH
1366         help
1367           SPI Flash support
1368
1369 config CMD_SF_TEST
1370         bool "sf test - Allow testing of SPI flash"
1371         depends on CMD_SF
1372         help
1373           Provides a way to test that SPI flash is working correctly. The
1374           test is destructive, in that an area of SPI flash must be provided
1375           for the test to use. Performance information is also provided,
1376           measuring the performance of reading, writing and erasing in
1377           Mbps (Million Bits Per Second). This value should approximately
1378           equal the SPI bus speed for a single-bit-wide SPI bus, assuming
1379           everything is working properly.
1380
1381 config CMD_SPI
1382         bool "sspi - Command to access spi device"
1383         depends on SPI
1384         help
1385           SPI utility command.
1386
1387 config DEFAULT_SPI_BUS
1388         int "default spi bus used by sspi command"
1389         depends on CMD_SPI
1390         default 0
1391
1392 config DEFAULT_SPI_MODE
1393         hex "default spi mode used by sspi command (see include/spi.h)"
1394         depends on CMD_SPI
1395         default 0
1396
1397 config CMD_TSI148
1398         bool "tsi148 - Command to access tsi148 device"
1399         help
1400           This provides various sub-commands to initialise and configure the
1401           Turndra tsi148 device. See the command help for full details.
1402
1403 config CMD_UFS
1404         bool "Enable UFS - Universal Flash Subsystem commands"
1405         depends on UFS
1406         help
1407           "This provides commands to initialise and configure universal flash
1408            subsystem devices"
1409
1410 config CMD_UNIVERSE
1411         bool "universe - Command to set up the Turndra Universe controller"
1412         help
1413           This allows setting up the VMEbus provided by this controller.
1414           See the command help for full details.
1415
1416 config CMD_USB
1417         bool "usb"
1418         depends on USB_HOST
1419         select HAVE_BLOCK_DEVICE
1420         help
1421           USB support.
1422
1423 config CMD_USB_SDP
1424         bool "sdp"
1425         select USB_FUNCTION_SDP
1426         help
1427           Enables the command "sdp" which is used to have U-Boot emulating the
1428           Serial Download Protocol (SDP) via USB.
1429
1430 config CMD_ROCKUSB
1431         bool "rockusb"
1432         depends on USB_FUNCTION_ROCKUSB
1433         help
1434           Rockusb protocol is widely used by Rockchip SoC based devices. It can
1435           read/write info, image to/from devices. This enable rockusb command
1436           support to communication with rockusb device. for more detail about
1437           this command, please read doc/README.rockusb.
1438
1439 config CMD_USB_MASS_STORAGE
1440         bool "UMS usb mass storage"
1441         depends on USB_GADGET_DOWNLOAD
1442         select USB_FUNCTION_MASS_STORAGE
1443         depends on BLK && USB_GADGET
1444         help
1445           Enables the command "ums" and the USB mass storage support to the
1446           export a block device: U-Boot, the USB device, acts as a simple
1447           external hard drive plugged on the host USB port.
1448
1449 config CMD_PVBLOCK
1450         bool "Xen para-virtualized block device"
1451         depends on XEN
1452         select PVBLOCK
1453         help
1454           Xen para-virtualized block device support
1455
1456 config CMD_VIRTIO
1457         bool "virtio"
1458         depends on VIRTIO
1459         depends on HAVE_BLOCK_DEVICE
1460         default y if VIRTIO
1461         help
1462           VirtIO block device support
1463
1464 config CMD_WDT
1465         bool "wdt"
1466         depends on WDT
1467         help
1468           This provides commands to control the watchdog timer devices.
1469
1470 config CMD_AXI
1471         bool "axi"
1472         depends on AXI
1473         help
1474           Enable the command "axi" for accessing AXI (Advanced eXtensible
1475           Interface) busses, a on-chip interconnect specification for managing
1476           functional blocks in SoC designs, which is also often used in designs
1477           involving FPGAs (e.g.  communication with IP cores in Xilinx FPGAs).
1478 endmenu
1479
1480
1481 menu "Shell scripting commands"
1482
1483 config CMD_ECHO
1484         bool "echo"
1485         default y
1486         help
1487           Echo args to console
1488
1489 config CMD_ITEST
1490         bool "itest"
1491         default y
1492         help
1493           Return true/false on integer compare.
1494
1495 config CMD_SOURCE
1496         bool "source"
1497         default y
1498         help
1499           Run script from memory
1500
1501 config CMD_SETEXPR
1502         bool "setexpr"
1503         default y
1504         help
1505           Evaluate boolean and math expressions and store the result in an env
1506             variable.
1507           Also supports loading the value at a memory location into a variable.
1508           If CONFIG_REGEX is enabled, setexpr also supports a gsub function.
1509
1510 config CMD_SETEXPR_FMT
1511         bool "setexpr_fmt"
1512         depends on CMD_SETEXPR
1513         help
1514           Evaluate format string expression and store result in an environment
1515             variable.
1516
1517 endmenu
1518
1519 menu "Android support commands"
1520
1521 config CMD_AB_SELECT
1522         bool "ab_select"
1523         depends on ANDROID_AB
1524         help
1525           On Android devices with more than one boot slot (multiple copies of
1526           the kernel and system images) this provides a command to select which
1527           slot should be used to boot from and register the boot attempt. This
1528           is used by the new A/B update model where one slot is updated in the
1529           background while running from the other slot.
1530
1531 endmenu
1532
1533 if NET
1534
1535 menuconfig CMD_NET
1536         bool "Network commands"
1537         default y
1538         imply NETDEVICES
1539
1540 if CMD_NET
1541
1542 config CMD_BOOTP
1543         bool "bootp"
1544         default y
1545         help
1546           bootp - boot image via network using BOOTP/TFTP protocol
1547
1548 config CMD_DHCP
1549         bool "dhcp"
1550         depends on CMD_BOOTP
1551         help
1552           Boot image via network using DHCP/TFTP protocol
1553
1554 config BOOTP_MAY_FAIL
1555         bool "Allow for the BOOTP/DHCP server to not be found"
1556         depends on CMD_BOOTP
1557         help
1558           If the DHCP server is not found after the configured retry count, the
1559           call will fail instead of starting over.  This can be used to fail
1560           over to Link-local IP address configuration if the DHCP server is not
1561           available.
1562
1563 config BOOTP_BOOTPATH
1564         bool "Request & store 'rootpath' from BOOTP/DHCP server"
1565         default y
1566         depends on CMD_BOOTP
1567         help
1568           Even though the config is called BOOTP_BOOTPATH, it stores the
1569           path in the variable 'rootpath'.
1570
1571 config BOOTP_VENDOREX
1572         bool "Support vendor extensions from BOOTP/DHCP server"
1573         depends on CMD_BOOTP
1574
1575 config BOOTP_BOOTFILESIZE
1576         bool "Request & store 'bootfilesize' from BOOTP/DHCP server"
1577         depends on CMD_BOOTP
1578
1579 config BOOTP_DNS
1580         bool "Request & store 'dnsip' from BOOTP/DHCP server"
1581         default y
1582         depends on CMD_BOOTP
1583         help
1584           The primary DNS server is stored as 'dnsip'. If two servers are
1585           returned, you must set BOOTP_DNS2 to store that second server IP
1586           also.
1587
1588 config BOOTP_DNS2
1589         bool "Store 'dnsip2' from BOOTP/DHCP server"
1590         depends on BOOTP_DNS
1591         help
1592           If a DHCP client requests the DNS server IP from a DHCP server,
1593           it is possible that more than one DNS serverip is offered to the
1594           client. If CONFIG_BOOTP_DNS2 is enabled, the secondary DNS
1595           server IP will be stored in the additional environment
1596           variable "dnsip2". The first DNS serverip is always
1597           stored in the variable "dnsip", when BOOTP_DNS is defined.
1598
1599 config BOOTP_GATEWAY
1600         bool "Request & store 'gatewayip' from BOOTP/DHCP server"
1601         default y
1602         depends on CMD_BOOTP
1603
1604 config BOOTP_HOSTNAME
1605         bool "Request & store 'hostname' from BOOTP/DHCP server"
1606         default y
1607         depends on CMD_BOOTP
1608         help
1609           The name may or may not be qualified with the local domain name.
1610
1611 config BOOTP_PREFER_SERVERIP
1612         bool "serverip variable takes precedent over DHCP server IP."
1613         depends on CMD_BOOTP
1614         help
1615           By default a BOOTP/DHCP reply will overwrite the 'serverip' variable.
1616
1617           With this option enabled, the 'serverip' variable in the environment
1618           takes precedence over DHCP server IP and will only be set by the DHCP
1619           server if not already set in the environment.
1620
1621 config BOOTP_SUBNETMASK
1622         bool "Request & store 'netmask' from BOOTP/DHCP server"
1623         default y
1624         depends on CMD_BOOTP
1625
1626 config BOOTP_NISDOMAIN
1627         bool "Request & store 'nisdomain' from BOOTP/DHCP server"
1628         depends on CMD_BOOTP
1629
1630 config BOOTP_NTPSERVER
1631         bool "Request & store 'ntpserverip' from BOOTP/DHCP server"
1632         depends on CMD_BOOTP
1633
1634 config BOOTP_TIMEOFFSET
1635         bool "Request & store 'timeoffset' from BOOTP/DHCP server"
1636         depends on CMD_BOOTP && CMD_SNTP
1637
1638 config CMD_PCAP
1639         bool "pcap capture"
1640         help
1641           Selecting this will allow capturing all Ethernet packets and store
1642           them in physical memory in a PCAP formated file,
1643           later to be analyzed by PCAP reader application (IE. WireShark).
1644
1645 config BOOTP_PXE
1646         bool "Send PXE client arch to BOOTP/DHCP server"
1647         default y
1648         depends on CMD_BOOTP && CMD_PXE
1649         help
1650           Supported for ARM, ARM64, and x86 for now.
1651
1652 config BOOTP_PXE_CLIENTARCH
1653         hex
1654         depends on BOOTP_PXE
1655         default 0x16 if ARM64
1656         default 0x15 if ARM
1657         default 0 if X86
1658
1659 config BOOTP_VCI_STRING
1660         string
1661         depends on CMD_BOOTP
1662         default "U-Boot.armv7" if CPU_V7A || CPU_V7M || CPU_V7R
1663         default "U-Boot.armv8" if ARM64
1664         default "U-Boot.arm" if ARM
1665         default "U-Boot"
1666
1667 config CMD_TFTPBOOT
1668         bool "tftpboot"
1669         default y
1670         help
1671           tftpboot - boot image via network using TFTP protocol
1672
1673 config CMD_TFTPPUT
1674         bool "tftp put"
1675         depends on CMD_TFTPBOOT
1676         help
1677           TFTP put command, for uploading files to a server
1678
1679 config CMD_TFTPSRV
1680         bool "tftpsrv"
1681         depends on CMD_TFTPBOOT
1682         help
1683           Act as a TFTP server and boot the first received file
1684
1685 config NET_TFTP_VARS
1686         bool "Control TFTP timeout and count through environment"
1687         depends on CMD_TFTPBOOT
1688         default y
1689         help
1690           If set, allows controlling the TFTP timeout through the
1691           environment variable tftptimeout, and the TFTP maximum
1692           timeout count through the variable tftptimeoutcountmax.
1693           If unset, timeout and maximum are hard-defined as 1 second
1694           and 10 timouts per TFTP transfer.
1695
1696 config CMD_RARP
1697         bool "rarpboot"
1698         help
1699           Boot image via network using RARP/TFTP protocol
1700
1701 config CMD_NFS
1702         bool "nfs"
1703         default y
1704         help
1705           Boot image via network using NFS protocol.
1706
1707 config NFS_TIMEOUT
1708         int "Timeout in milliseconds for NFS mounts"
1709         depends on CMD_NFS
1710         default 2000
1711         help
1712           Timeout in milliseconds used in NFS protocol.  If you encounter
1713           "ERROR: Cannot umount" in nfs command, try longer timeout such as
1714           10000.
1715
1716 config CMD_MII
1717         bool "mii"
1718         imply CMD_MDIO
1719         help
1720           If set, allows 802.3(clause 22) MII Management functions interface access
1721           The management interface specified in Clause 22 provides
1722           a simple, two signal, serial interface to connect a
1723           Station Management entity and a managed PHY for providing access
1724           to management parameters and services.
1725           The interface is referred to as the MII management interface.
1726
1727 config MII_INIT
1728         bool "Call mii_init() in the mii command"
1729         depends on CMD_MII && (MPC8XX_FEC || FSLDMAFE || MCFFEC)
1730
1731 config CMD_MDIO
1732         bool "mdio"
1733         depends on PHYLIB
1734         help
1735           If set, allows Enable 802.3(clause 45) MDIO interface registers access
1736           The MDIO interface is orthogonal to the MII interface and extends
1737           it by adding access to more registers through indirect addressing.
1738
1739 config CMD_PING
1740         bool "ping"
1741         help
1742           Send ICMP ECHO_REQUEST to network host
1743
1744 config CMD_CDP
1745         bool "cdp"
1746         help
1747           Perform CDP network configuration
1748
1749 config CMD_SNTP
1750         bool "sntp"
1751         select PROT_UDP
1752         help
1753           Synchronize RTC via network
1754
1755 config CMD_DNS
1756         bool "dns"
1757         help
1758           Lookup the IP of a hostname
1759
1760 config CMD_LINK_LOCAL
1761         bool "linklocal"
1762         select LIB_RAND
1763         help
1764           Acquire a network IP address using the link-local protocol
1765
1766 endif
1767
1768 config CMD_ETHSW
1769         bool "ethsw"
1770         help
1771           Allow control of L2 Ethernet switch commands. These are supported
1772           by the vsc9953 Ethernet driver at present. Sub-commands allow
1773           operations such as enabling / disabling a port and
1774           viewing/maintaining the filtering database (FDB)
1775
1776 config CMD_PXE
1777         bool "pxe"
1778         select MENU
1779         help
1780           Boot image via network using PXE protocol
1781
1782 config CMD_WOL
1783         bool "wol"
1784         help
1785           Wait for wake-on-lan Magic Packet
1786
1787 endif
1788
1789 menu "Misc commands"
1790
1791 config CMD_BMP
1792         bool "Enable 'bmp' command"
1793         depends on LCD || DM_VIDEO || VIDEO
1794         help
1795           This provides a way to obtain information about a BMP-format image
1796           and to display it. BMP (which presumably stands for BitMaP) is a
1797           file format defined by Microsoft which supports images of various
1798           depths, formats and compression methods. Headers on the file
1799           determine the formats used. This command can be used by first loading
1800           the image into RAM, then using this command to look at it or display
1801           it.
1802
1803 config CMD_BOOTCOUNT
1804         bool "bootcount"
1805         depends on BOOTCOUNT_LIMIT
1806         help
1807           Enable the bootcount command, which allows interrogation and
1808           reset of the bootcounter.
1809
1810 config CMD_BSP
1811         bool "Enable board-specific commands"
1812         help
1813           (deprecated: instead, please define a Kconfig option for each command)
1814
1815           Some boards have board-specific commands which are only enabled
1816           during developemnt and need to be turned off for production. This
1817           option provides a way to control this. The commands that are enabled
1818           vary depending on the board.
1819
1820 config CMD_BLOCK_CACHE
1821         bool "blkcache - control and stats for block cache"
1822         depends on BLOCK_CACHE
1823         default y if BLOCK_CACHE
1824         help
1825           Enable the blkcache command, which can be used to control the
1826           operation of the cache functions.
1827           This is most useful when fine-tuning the operation of the cache
1828           during development, but also allows the cache to be disabled when
1829           it might hurt performance (e.g. when using the ums command).
1830
1831 config CMD_BUTTON
1832         bool "button"
1833         depends on BUTTON
1834         default y if BUTTON
1835         help
1836           Enable the 'button' command which allows to get the status of
1837           buttons supported by the board. The buttonss can be listed with
1838           'button list' and state can be known with 'button <label>'.
1839           Any button drivers can be controlled with this command, e.g.
1840           button_gpio.
1841
1842 config CMD_CACHE
1843         bool "icache or dcache"
1844         help
1845           Enable the "icache" and "dcache" commands
1846
1847 config CMD_CONITRACE
1848         bool "conitrace - trace console input codes"
1849         help
1850           Enable the 'conitrace' command which displays the codes received
1851           from the console input as hexadecimal numbers.
1852
1853 config CMD_CLS
1854         bool "Enable clear screen command 'cls'"
1855         depends on DM_VIDEO || LCD || VIDEO
1856         default y if LCD
1857         help
1858           Enable the 'cls' command which clears the screen contents
1859           on video frame buffer.
1860
1861 config CMD_EFIDEBUG
1862         bool "efidebug - display/configure UEFI environment"
1863         depends on EFI_LOADER
1864         select EFI_DEVICE_PATH_TO_TEXT
1865         help
1866           Enable the 'efidebug' command which provides a subset of UEFI
1867           shell utility with simplified functionality. It will be useful
1868           particularly for managing boot parameters as  well as examining
1869           various EFI status for debugging.
1870
1871 config CMD_EXCEPTION
1872         bool "exception - raise exception"
1873         depends on ARM || RISCV || SANDBOX || X86
1874         help
1875           Enable the 'exception' command which allows to raise an exception.
1876
1877 config CMD_LED
1878         bool "led"
1879         depends on LED
1880         default y if LED
1881         help
1882           Enable the 'led' command which allows for control of LEDs supported
1883           by the board. The LEDs can be listed with 'led list' and controlled
1884           with led on/off/togle/blink. Any LED drivers can be controlled with
1885           this command, e.g. led_gpio.
1886
1887 config CMD_DATE
1888         bool "date"
1889         default y if DM_RTC
1890         select LIB_DATE
1891         help
1892           Enable the 'date' command for getting/setting the time/date in RTC
1893           devices.
1894
1895 config CMD_RTC
1896         bool "rtc"
1897         depends on DM_RTC
1898         help
1899           Enable the 'rtc' command for low-level access to RTC devices.
1900
1901 config CMD_TIME
1902         bool "time"
1903         help
1904           Run commands and summarize execution time.
1905
1906 config CMD_GETTIME
1907         bool "gettime - read elapsed time"
1908         help
1909           Enable the 'gettime' command which reads the elapsed time since
1910           U-Boot started running. This shows the time in seconds and
1911           milliseconds. See also the 'bootstage' command which provides more
1912           flexibility for boot timing.
1913
1914 config CMD_RNG
1915         bool "rng command"
1916         depends on DM_RNG
1917         select HEXDUMP
1918         help
1919           Print bytes from the hardware random number generator.
1920
1921 config CMD_KASLRSEED
1922         bool "kaslrseed"
1923         depends on DM_RNG
1924         help
1925           Set the kaslr-seed in the chosen node with entropy provided by a
1926           hardware random number generator.
1927
1928 config CMD_SLEEP
1929         bool "sleep"
1930         default y
1931         help
1932           Delay execution for some time
1933
1934 config CMD_MP
1935         bool "support for multiprocessor commands"
1936         depends on MP
1937         default y
1938         help
1939           This enables commands to bringup different processors
1940           in multiprocessor cases.
1941
1942 config CMD_TIMER
1943         bool "timer"
1944         help
1945           Access the system timer.
1946
1947 config CMD_SOUND
1948         bool "sound"
1949         depends on SOUND
1950         help
1951           This provides basic access to the U-Boot's sound support. The main
1952           feature is to play a beep.
1953
1954              sound init   - set up sound system
1955              sound play   - play a sound
1956
1957 config CMD_SYSBOOT
1958         bool "sysboot"
1959         select MENU
1960         help
1961           Boot image via local extlinux.conf file
1962
1963 config CMD_QFW
1964         bool "qfw"
1965         select QFW
1966         help
1967           This provides access to the QEMU firmware interface.  The main
1968           feature is to allow easy loading of files passed to qemu-system
1969           via -kernel / -initrd
1970
1971 config CMD_PSTORE
1972         bool "pstore"
1973         help
1974           This provides access to Linux PStore with Rammoops backend. The main
1975           feature is to allow to display or save PStore records.
1976
1977           See doc/pstore.rst for more information.
1978
1979 if CMD_PSTORE
1980
1981 config CMD_PSTORE_MEM_ADDR
1982         hex "Memory Address"
1983         depends on CMD_PSTORE
1984         help
1985           Base addr used for PStore ramoops memory, should be identical to
1986           ramoops.mem_address parameter used by kernel
1987
1988 config CMD_PSTORE_MEM_SIZE
1989         hex "Memory size"
1990         depends on CMD_PSTORE
1991         default "0x10000"
1992         help
1993           Size of PStore ramoops memory, should be identical to ramoops.mem_size
1994           parameter used by kernel, a power of 2 and larger than the sum of the
1995           record sizes
1996
1997 config CMD_PSTORE_RECORD_SIZE
1998         hex "Dump record size"
1999         depends on CMD_PSTORE
2000         default "0x1000"
2001         help
2002           Size of each dump done on oops/panic, should be identical to
2003           ramoops.record_size parameter used by kernel and a power of 2
2004           Must be non-zero
2005
2006 config CMD_PSTORE_CONSOLE_SIZE
2007         hex "Kernel console log size"
2008         depends on CMD_PSTORE
2009         default "0x1000"
2010         help
2011           Size of kernel console log, should be identical to
2012           ramoops.console_size parameter used by kernel and a power of 2
2013           Must be non-zero
2014
2015 config CMD_PSTORE_FTRACE_SIZE
2016         hex "FTrace log size"
2017         depends on CMD_PSTORE
2018         default "0x1000"
2019         help
2020           Size of ftrace log, should be identical to ramoops.ftrace_size
2021           parameter used by kernel and a power of 2
2022
2023 config CMD_PSTORE_PMSG_SIZE
2024         hex "User space message log size"
2025         depends on CMD_PSTORE
2026         default "0x1000"
2027         help
2028           Size of user space message log, should be identical to
2029           ramoops.pmsg_size parameter used by kernel and a power of 2
2030
2031 config CMD_PSTORE_ECC_SIZE
2032         int "ECC size"
2033         depends on CMD_PSTORE
2034         default "0"
2035         help
2036         if non-zero, the option enables ECC support and specifies ECC buffer
2037         size in bytes (1 is a special value, means 16 bytes ECC), should be
2038         identical to ramoops.ramoops_ecc parameter used by kernel
2039
2040 endif
2041
2042 source "cmd/mvebu/Kconfig"
2043
2044 config CMD_TERMINAL
2045         bool "terminal - provides a way to attach a serial terminal"
2046         help
2047           Provides a 'cu'-like serial terminal command. This can be used to
2048           access other serial ports from the system console. The terminal
2049           is very simple with no special processing of characters. As with
2050           cu, you can press ~. (tilde followed by period) to exit.
2051
2052 config CMD_UUID
2053         bool "uuid, guid - generation of unique IDs"
2054         select LIB_UUID
2055         help
2056           This enables two commands:
2057
2058              uuid - generate random Universally Unique Identifier
2059              guid - generate Globally Unique Identifier based on random UUID
2060
2061           The two commands are very similar except for the endianness of the
2062           output.
2063
2064 endmenu
2065
2066 source "cmd/ti/Kconfig"
2067
2068 config CMD_BOOTSTAGE
2069         bool "Enable the 'bootstage' command"
2070         depends on BOOTSTAGE
2071         help
2072           Add a 'bootstage' command which supports printing a report
2073           and un/stashing of bootstage data.
2074
2075 menu "Power commands"
2076 config CMD_PMIC
2077         bool "Enable Driver Model PMIC command"
2078         depends on DM_PMIC
2079         help
2080           This is the pmic command, based on a driver model pmic's API.
2081           Command features are unchanged:
2082           - list               - list pmic devices
2083           - pmic dev <id>      - show or [set] operating pmic device (NEW)
2084           - pmic dump          - dump registers
2085           - pmic read address  - read byte of register at address
2086           - pmic write address - write byte to register at address
2087           The only one change for this command is 'dev' subcommand.
2088
2089 config CMD_REGULATOR
2090         bool "Enable Driver Model REGULATOR command"
2091         depends on DM_REGULATOR
2092         help
2093           This command is based on driver model regulator's API.
2094           User interface features:
2095           - list               - list regulator devices
2096           - regulator dev <id> - show or [set] operating regulator device
2097           - regulator info     - print constraints info
2098           - regulator status   - print operating status
2099           - regulator value <val] <-f> - print/[set] voltage value [uV]
2100           - regulator current <val>    - print/[set] current value [uA]
2101           - regulator mode <id>        - print/[set] operating mode id
2102           - regulator enable           - enable the regulator output
2103           - regulator disable          - disable the regulator output
2104
2105           The '-f' (force) option can be used for set the value which exceeds
2106           the limits, which are found in device-tree and are kept in regulator's
2107           uclass plat structure.
2108
2109 endmenu
2110
2111 menu "Security commands"
2112 config CMD_AES
2113         bool "Enable the 'aes' command"
2114         select AES
2115         help
2116           This provides a means to encrypt and decrypt data using the AES
2117           (Advanced Encryption Standard). This algorithm uses a symetric key
2118           and is widely used as a streaming cipher. Different key lengths are
2119           supported by the algorithm but this command only supports 128 bits
2120           at present.
2121
2122 config CMD_BLOB
2123         bool "Enable the 'blob' command"
2124         depends on !MX6ULL && !MX6SLL && !MX6SL
2125         select IMX_HAB if ARCH_MX6 || ARCH_MX7 || ARCH_MX7ULP || ARCH_IMX8M
2126         help
2127           This is used with the Freescale secure boot mechanism.
2128
2129           Freescale's SEC block has built-in Blob Protocol which provides
2130           a method for protecting user-defined data across system power
2131           cycles. SEC block protects data in a data structure called a Blob,
2132           which provides both confidentiality and integrity protection.
2133
2134           Encapsulating data as a blob
2135           Each time that the Blob Protocol is used to protect data, a
2136           different randomly generated key is used to encrypt the data.
2137           This random key is itself encrypted using a key which is derived
2138           from SoC's non-volatile secret key and a 16 bit Key identifier.
2139           The resulting encrypted key along with encrypted data is called a
2140           blob. The non-volatile secure key is available for use only during
2141           secure boot.
2142
2143           During decapsulation, the reverse process is performed to get back
2144           the original data.
2145
2146           Sub-commands:
2147             blob enc - encapsulating data as a cryptgraphic blob
2148             blob dec - decapsulating cryptgraphic blob to get the data
2149
2150           Syntax:
2151
2152           blob enc src dst len km
2153
2154           Encapsulate and create blob of data $len bytes long
2155           at address $src and store the result at address $dst.
2156           $km is the 16 byte key modifier is also required for
2157           generation/use as key for cryptographic operation. Key
2158           modifier should be 16 byte long.
2159
2160           blob dec src dst len km
2161
2162           Decapsulate the  blob of data at address $src and
2163           store result of $len byte at addr $dst.
2164           $km is the 16 byte key modifier is also required for
2165           generation/use as key for cryptographic operation. Key
2166           modifier should be 16 byte long.
2167
2168 config CMD_HASH
2169         bool "Support 'hash' command"
2170         select HASH
2171         help
2172           This provides a way to hash data in memory using various supported
2173           algorithms (such as SHA1, MD5, CRC32). The computed digest can be
2174           saved to memory or to an environment variable. It is also possible
2175           to verify a hash against data in memory.
2176
2177 config CMD_HVC
2178         bool "Support the 'hvc' command"
2179         depends on ARM_SMCCC
2180         help
2181           Allows issuing Hypervisor Calls (HVCs). Mostly useful for
2182           development and testing.
2183
2184 config CMD_SMC
2185         bool "Support the 'smc' command"
2186         depends on ARM_SMCCC
2187         help
2188           Allows issuing Secure Monitor Calls (SMCs). Mostly useful for
2189           development and testing.
2190
2191 config HASH_VERIFY
2192         bool "hash -v"
2193         depends on CMD_HASH
2194         help
2195           Add -v option to verify data against a hash.
2196
2197 config CMD_SCP03
2198         bool "scp03 - SCP03 enable and rotate/provision operations"
2199         depends on SCP03
2200         help
2201           This command provides access to a Trusted Application
2202           running in a TEE to request Secure Channel Protocol 03
2203           (SCP03) enablement and/or rotation of its SCP03 keys.
2204
2205 config CMD_TPM_V1
2206         bool
2207
2208 config CMD_TPM_V2
2209         bool
2210
2211 config CMD_TPM
2212         bool "Enable the 'tpm' command"
2213         depends on TPM_V1 || TPM_V2
2214         select CMD_TPM_V1 if TPM_V1
2215         select CMD_TPM_V2 if TPM_V2
2216         help
2217           This provides a means to talk to a TPM from the command line. A wide
2218           range of commands if provided - see 'tpm help' for details. The
2219           command requires a suitable TPM on your board and the correct driver
2220           must be enabled.
2221
2222 if CMD_TPM
2223
2224 config CMD_TPM_TEST
2225         bool "Enable the 'tpm test' command"
2226         depends on TPM_V1
2227         help
2228           This provides a a series of tests to confirm that the TPMv1.x is
2229           working correctly. The tests cover initialisation, non-volatile RAM,
2230           extend, global lock and checking that timing is within expectations.
2231           The tests pass correctly on Infineon TPMs but may need to be adjusted
2232           for other devices.
2233
2234 endif
2235
2236 endmenu
2237
2238 menu "Firmware commands"
2239 config CMD_CROS_EC
2240         bool "Enable crosec command"
2241         depends on CROS_EC
2242         default y
2243         help
2244           Enable command-line access to the Chrome OS EC (Embedded
2245           Controller). This provides the 'crosec' command which has
2246           a number of sub-commands for performing EC tasks such as
2247           updating its flash, accessing a small saved context area
2248           and talking to the I2C bus behind the EC (if there is one).
2249 endmenu
2250
2251 menu "Filesystem commands"
2252 config CMD_BTRFS
2253         bool "Enable the 'btrsubvol' command"
2254         select FS_BTRFS
2255         help
2256           This enables the 'btrsubvol' command to list subvolumes
2257           of a BTRFS filesystem. There are no special commands for
2258           listing BTRFS directories or loading BTRFS files - this
2259           can be done by the generic 'fs' commands (see CMD_FS_GENERIC)
2260           when BTRFS is enabled (see FS_BTRFS).
2261
2262 config CMD_CBFS
2263         bool "Enable the 'cbfs' command"
2264         depends on FS_CBFS
2265         help
2266           Define this to enable support for reading from a Coreboot
2267           filesystem. This is a ROM-based filesystem used for accessing files
2268           on systems that use coreboot as the first boot-loader and then load
2269           U-Boot to actually boot the Operating System. Available commands are
2270           cbfsinit, cbfsinfo, cbfsls and cbfsload.
2271
2272 config CMD_CRAMFS
2273         bool "Enable the 'cramfs' command"
2274         depends on FS_CRAMFS
2275         help
2276           This provides commands for dealing with CRAMFS (Compressed ROM
2277           filesystem). CRAMFS is useful when space is tight since files are
2278           compressed. Two commands are provided:
2279
2280              cramfsls   - lists files in a cramfs image
2281              cramfsload - loads a file from a cramfs image
2282
2283 config CMD_EROFS
2284         bool "EROFS command support"
2285         select FS_EROFS
2286         help
2287           Support for the EROFS fs
2288
2289 config CMD_EXT2
2290         bool "ext2 command support"
2291         select FS_EXT4
2292         help
2293           Enables EXT2 FS command
2294
2295 config CMD_EXT4
2296         bool "ext4 command support"
2297         select FS_EXT4
2298         help
2299           Enables EXT4 FS command
2300
2301 config CMD_EXT4_WRITE
2302         depends on CMD_EXT4
2303         bool "ext4 write command support"
2304         select EXT4_WRITE
2305         help
2306           Enables EXT4 FS write command
2307
2308 config CMD_FAT
2309         bool "FAT command support"
2310         select FS_FAT
2311         help
2312           Support for the FAT fs
2313
2314 config CMD_SQUASHFS
2315         bool "SquashFS command support"
2316         select FS_SQUASHFS
2317         help
2318           Enables SquashFS filesystem commands (e.g. load, ls).
2319
2320 config CMD_FS_GENERIC
2321         bool "filesystem commands"
2322         help
2323           Enables filesystem commands (e.g. load, ls) that work for multiple
2324           fs types.
2325
2326 config CMD_FS_UUID
2327         bool "fsuuid command"
2328         help
2329           Enables fsuuid command for filesystem UUID.
2330
2331 config CMD_JFFS2
2332         bool "jffs2 command"
2333         select FS_JFFS2
2334         help
2335           Enables commands to support the JFFS2 (Journalling Flash File System
2336           version 2) filesystem. This enables fsload, ls and fsinfo which
2337           provide the ability to load files, list directories and obtain
2338           filesystem information.
2339
2340 config JFFS2_DEV
2341         string "Default device for JFFS2"
2342         depends on CMD_JFFS2
2343         default "nor0"
2344         help
2345           The default device to use with the jffs2 command.
2346
2347 config JFFS2_PART_OFFSET
2348         hex "Default offset within flash to locate the JFFS2 image"
2349         depends on CMD_JFFS2
2350         default 0x0
2351         help
2352           The default offset within flash to locate the JFFS2 image.
2353
2354 config JFFS2_PART_SIZE
2355         hex "Default size of JFFS2 partition"
2356         depends on CMD_JFFS2
2357         default 0xFFFFFFFF
2358         help
2359           The default size of the JFFS2 partition
2360
2361 config CMD_MTDPARTS
2362         bool "MTD partition support"
2363         depends on MTD
2364         help
2365           MTD partitioning tool support.
2366           It is strongly encouraged to avoid using this command
2367           anymore along with 'sf', 'nand', 'onenand'. One can still
2368           declare the partitions in the mtdparts environment variable
2369           but better use the MTD stack and the 'mtd' command instead.
2370
2371 config CMD_MTDPARTS_SPREAD
2372         bool "Padd partition size to take account of bad blocks"
2373         depends on CMD_MTDPARTS
2374         help
2375           This enables the 'spread' sub-command of the mtdparts command.
2376           This command will modify the existing mtdparts variable by increasing
2377           the size of the partitions such that 1) each partition's net size is
2378           at least as large as the size specified in the mtdparts variable and
2379           2) each partition starts on a good block.
2380
2381 config CMD_MTDPARTS_SHOW_NET_SIZES
2382         bool "Show net size (w/o bad blocks) of partitions"
2383         depends on CMD_MTDPARTS
2384         help
2385           Adds two columns to the printed partition table showing the
2386           effective usable size of a partition, if bad blocks are taken
2387           into account.
2388
2389 config MTDIDS_DEFAULT
2390         string "Default MTD IDs"
2391         depends on MTD || SPI_FLASH
2392         help
2393           Defines a default MTD IDs list for use with MTD partitions in the
2394           Linux MTD command line partitions format.
2395
2396 config MTDPARTS_DEFAULT
2397         string "Default MTD partition scheme"
2398         depends on MTD || SPI_FLASH
2399         help
2400           Defines a default MTD partitioning scheme in the Linux MTD command
2401           line partitions format
2402
2403 config CMD_REISER
2404         bool "reiser - Access to reiserfs filesystems"
2405         help
2406           This provides two commands which operate on a resierfs filesystem,
2407           commonly used some years ago:
2408
2409             reiserls - list files
2410             reiserload - load a file
2411
2412 config CMD_YAFFS2
2413         bool "yaffs2 - Access of YAFFS2 filesystem"
2414         depends on YAFFS2
2415         default y
2416         help
2417           This provides commands for accessing a YAFFS2 filesystem. Yet
2418           Another Flash Filesystem 2 is a filesystem designed specifically
2419           for NAND flash. It incorporates bad-block management and ensures
2420           that device writes are sequential regardless of filesystem
2421           activity.
2422
2423 config CMD_ZFS
2424         bool "zfs - Access of ZFS filesystem"
2425         help
2426           This provides commands to accessing a ZFS filesystem, commonly used
2427           on Solaris systems. Two sub-commands are provided:
2428
2429             zfsls - list files in a directory
2430             zfsload - load a file
2431
2432           See doc/README.zfs for more details.
2433
2434 endmenu
2435
2436 menu "Debug commands"
2437
2438 config CMD_CBSYSINFO
2439         bool "cbsysinfo"
2440         depends on X86
2441         default y if SYS_COREBOOT
2442         help
2443           This provides information about the coreboot sysinfo table stored in
2444           memory by coreboot before jumping to U-Boot. It can be useful for
2445           debugging the beaaviour of coreboot or U-Boot.
2446
2447 config CMD_DIAG
2448         bool "diag - Board diagnostics"
2449         help
2450           This command provides access to board diagnostic tests. These are
2451           called Power-on Self Tests (POST). The command allows listing of
2452           available tests and running either all the tests, or specific tests
2453           identified by name.
2454
2455 config CMD_EVENT
2456         bool "event - Show information about events"
2457         default y if EVENT_DEBUG
2458         help
2459           This enables the 'event' command which provides information about
2460           events and event-handler routines. This can help to device event
2461           hadling.
2462
2463 config CMD_IRQ
2464         bool "irq - Show information about interrupts"
2465         depends on !ARM && !MIPS && !RISCV && !SH
2466         help
2467           This enables two commands:
2468
2469              interrupts - enable or disable interrupts
2470              irqinfo - print device-specific interrupt information
2471
2472 config CMD_KGDB
2473         bool "kgdb - Allow debugging of U-Boot with gdb"
2474         depends on PPC
2475         help
2476           This enables a 'kgdb' command which allows gdb to connect to U-Boot
2477           over a serial link for debugging purposes. This allows
2478           single-stepping, inspecting variables, etc. This is supported only
2479           on PowerPC at present.
2480
2481 config CMD_LOG
2482         bool "log - Generation, control and access to logging"
2483         select LOG
2484         select GETOPT
2485         help
2486           This provides access to logging features. It allows the output of
2487           log data to be controlled to a limited extent (setting up the default
2488           maximum log level for emitting of records). It also provides access
2489           to a command used for testing the log system.
2490
2491 config CMD_TRACE
2492         bool "trace - Support tracing of function calls and timing"
2493         depends on TRACE
2494         default y
2495         help
2496           Enables a command to control using of function tracing within
2497           U-Boot. This allows recording of call traces including timing
2498           information. The command can write data to memory for exporting
2499           for analysis (e.g. using bootchart). See doc/README.trace for full
2500           details.
2501
2502 config CMD_AVB
2503         bool "avb - Android Verified Boot 2.0 operations"
2504         depends on AVB_VERIFY
2505         help
2506           Enables a "avb" command to perform verification of partitions using
2507           Android Verified Boot 2.0 functionality. It includes such subcommands:
2508             avb init - initialize avb2 subsystem
2509             avb read_rb - read rollback index
2510             avb write_rb - write rollback index
2511             avb is_unlocked - check device lock state
2512             avb get_uuid - read and print uuid of a partition
2513             avb read_part - read data from partition
2514             avb read_part_hex - read data from partition and output to stdout
2515             avb write_part - write data to partition
2516             avb verify - run full verification chain
2517
2518 config CMD_STACKPROTECTOR_TEST
2519         bool "Test command for stack protector"
2520         depends on STACKPROTECTOR
2521         help
2522           Enable stackprot_test command
2523           The stackprot_test command will force a stack overrun to test
2524           the stack smashing detection mechanisms.
2525
2526 endmenu
2527
2528 config CMD_UBI
2529         tristate "Enable UBI - Unsorted block images commands"
2530         select MTD_UBI
2531         help
2532           UBI is a software layer above MTD layer which admits use of LVM-like
2533           logical volumes on top of MTD devices, hides some complexities of
2534           flash chips like wear and bad blocks and provides some other useful
2535           capabilities. Please, consult the MTD web site for more details
2536           (www.linux-mtd.infradead.org). Activate this option if you want
2537           to use U-Boot UBI commands.
2538           It is also strongly encouraged to also enable CONFIG_MTD to get full
2539           partition support.
2540
2541 config CMD_UBI_RENAME
2542        bool "Enable rename"
2543        depends on CMD_UBI
2544        help
2545          Enable a "ubi" command to rename ubi volume:
2546            ubi rename <oldname> <newname>
2547
2548 config CMD_UBIFS
2549         tristate "Enable UBIFS - Unsorted block images filesystem commands"
2550         depends on CMD_UBI
2551         default y if CMD_UBI
2552         select LZO
2553         help
2554           UBIFS is a file system for flash devices which works on top of UBI.
2555
2556 config MMC_SPEED_MODE_SET
2557         bool "set speed mode using mmc command"
2558         depends on CMD_MMC
2559         default n
2560         help
2561           Enable setting speed mode using mmc rescan and mmc dev commands.
2562           The speed mode is provided as the last argument in these commands
2563           and is indicated using the index from enum bus_mode in
2564           include/mmc.h. A speed mode can be set only if it has already
2565           been enabled in the device tree.
2566 endmenu