- 209329d cmd/command.c: constify "arg" argument of cmd_get_data_size() by Rasmus Villemoes · 11 months ago
- 793a98e command: Introduce functions to obtain command arguments by Simon Glass · 1 year ago
- 761d602 treewide: Tidy up semicolon after command macros by Simon Glass · 1 year ago
- 3d68167 command.h: Add a U_BOOT_LONGHELP macro by Tom Rini · 1 year, 2 months ago
- c0734c3 cli: Drop #ifdefs for CONFIG_AUTO_COMPLETE in cli_readline by Simon Glass · 1 year, 2 months ago
- b3c2aa5 command: Include a required header in command.h by Simon Glass · 1 year, 2 months ago
- 9d81c7d command: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 3 months ago
- d95e1d1 cli: run_commandf(): small fixups by Evgeny Bachinin · 1 year, 8 months ago
- 2109738 command: Don't allow commands in SPL by Simon Glass · 1 year, 9 months ago
- 364d002 global: Finish CONFIG -> CFG migration by Tom Rini · 1 year, 11 months ago
- daee3ba image: Move common image code to image_board and command by Simon Glass · 1 year, 11 months ago
- bf4cf16 Merge tag 'dm-pull-9aug22-take2' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 2 years, 4 months ago
- 9b60a17 boot: allow bootmeth-distro without CONFIG_NET by John Keeping · 2 years, 4 months ago
- 91f8ff6 cmd: inconsistent return type of command_process() by Heinrich Schuchardt · 2 years, 4 months ago
- f3c6a1d fdt: Start a test for the fdt command by Simon Glass · 2 years, 4 months ago
- 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
- 9b72457 command: Use a constant pointer for the help by Simon Glass · 3 years, 2 months ago
- a4a55e5 command: Fix operation of !CONFIG_CMDLINE by Simon Glass · 3 years, 8 months ago
- b2187d0 cmd: pxe_utils: sysboot: Add zboot support to boot x86 Linux kernel image by Kory Maincent · 3 years, 10 months ago
- b9c7349 command.h: Remove extern from the header by Kory Maincent · 3 years, 10 months ago
- 00e4419 setexpr: Add some tests for buffer overflow and backref by Simon Glass · 4 years, 1 month ago
- 3d3c397 command: Add constants for cmd_get_data_size string / error by Simon Glass · 4 years, 1 month ago
- ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
- adaaa48 common: Move command functions out of common.h by Simon Glass · 5 years ago
- 5e6201b env: Move env_set() to env.h by Simon Glass · 5 years ago
- 7dd2386 cmd: define CMD_DATA_SIZE when CONFIG_CMD_SETEXPR is selected by Bartosz Golaszewski · 6 years ago
- 8c55cc0 cmd: set CONFIG_SYS_HELP_CMD_WIDTH = 10 by Heinrich Schuchardt · 6 years ago
- 117e68a cmd: env: add "-e" option for handling UEFI variables by AKASHI Takahiro · 6 years ago
- 20052d4 command: commands: Add macros to declare commands with subcmds by Boris Brezillon · 6 years ago
- c71dfd1 common: command: Rework the 'cmd is repeatable' logic by Boris Brezillon · 6 years ago
- ae73c33 common: command: Expose a generic helper to auto-complete sub commands by Boris Brezillon · 6 years ago
- 1b128c3 common: command: fix typo by Heinrich Schuchardt · 6 years ago
- 2e1b90b common: command: Handle USAGE failure separately by Michal Simek · 6 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- b2eb59b arm64: zynqmp: Add support to load an app at EL1 by Nitin Jain · 7 years ago
- 0ae023d Kconfig: Drop CONFIG_CMD_PORTIO and associated command by Simon Glass · 7 years ago
- 4ef90b7 Drop command-processing code when CONFIG_CMDLINE is disabled by Simon Glass · 9 years ago
- 9a48bc3 Allow command code to compile to nothing by Simon Glass · 9 years ago
- 2451dec cmd_boot: Add a poweroff command by Michael van Slingerland · 9 years ago
- 23415e5 CONFIG_NEEDS_MANUAL_RELOC: Fix warnings when not set by Tom Rini · 9 years ago
- 9c3c931 pxe: add AArch64 image support by Stephen Warren · 9 years ago
- 94cb9c2 cli: hush: Adjust 'run' command to run each line of the env var by Simon Glass · 10 years ago
- 0edd2ae Avoid including config.h in command.h by Simon Glass · 10 years ago
- d738553 Add cmd_process_error() to report and process errors by Simon Glass · 11 years ago
- d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- c88e1bf bootz: un-staticize do_bootz by Rob Herring · 12 years ago
- c24895e Refactor linker-generated arrays by Albert ARIBAUD · 12 years ago
- 94ff067 cmd_time: merge run_command_and_time_it with cmd_process by Richard Genoud · 12 years ago
- 607eebb Add console command to access io space registers by Vadim Bendebury · 12 years ago
- efd76dad common: Discard the __u_boot_cmd section by Marek Vasut · 12 years ago
- 69c5e34 common: Convert the U-Boot commands to LG-arrays by Marek Vasut · 12 years ago
- a20cbf9 combine block device load commands into common function by Rob Herring · 12 years ago
- 1727b94 Add cmd_process() to process commands in one place by Simon Glass · 13 years ago
- 2176d60 Create a single cmd_call() function to handle command execution by Simon Glass · 13 years ago
- de83256 env: clean cmd_nvedit.c checkpatch and code style by Igor Grinberg · 13 years ago
- e4a2819 sandbox: Force command sections to be 4-byte aligned by Simon Glass · 13 years ago
- 33e84d1 cmd_usage: constify by Mike Frysinger · 14 years ago
- 194c2e8 autostart: unify duplicated logic into the bootm code by Mike Frysinger · 13 years ago
- b5bc05e autocomplete: remove runtime handler install by Mike Frysinger · 14 years ago
- 6d1f698 do_reset: unify duplicate prototypes by Mike Frysinger · 14 years ago
- 2e50fa3 do_bootd: unify duplicate prototypes by Mike Frysinger · 14 years ago
- 2a5ba45 do_bootm: unify duplicate prototypes by Mike Frysinger · 14 years ago
- 1df11f0 command_t: punt unused type by Mike Frysinger · 14 years ago
- d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
- 092cf16 relocation: fixup cmdtable by Heiko Schocher · 14 years ago
- 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
- 9dd775b Make "usage" messages more helpful. by Wolfgang Denk · 16 years ago
- 5e6c06b command.c: Expose the core of do_help as _do_help to the rest of u-boot. by Detlev Zundel · 16 years ago
- dfb72b8 Command usage cleanup by Peter Tyser · 16 years ago
- ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
- 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- ac2dad6 Expose command table search for sub-commands by Kumar Gala · 16 years ago
- 82290f2 move cmd_get_data_size to command.c by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- 3762825 Fix merge problems by Stefan Roese · 16 years ago
- a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
- 5610195 Remove references to the old cmd_confdefs.h include file. by Jon Loeliger · 17 years ago
- 3902d70 * Patches by Pantelis Antoniou, 30 Mar 2004: by wdenk · 21 years ago
- f287a24 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · 21 years ago
- 57b2d80 * Code cleanup: by wdenk · 21 years ago
- 78f6622 Initial revision by wdenk · 22 years ago