- 26f923c cli: run_commandf(): small fixups by Evgeny Bachinin · 1 year, 8 months ago
- d99e6f7 command: Don't allow commands in SPL by Simon Glass · 1 year, 9 months ago
- 6e7df1d global: Finish CONFIG -> CFG migration by Tom Rini · 1 year, 10 months ago
- 30f3333 image: Move common image code to image_board and command by Simon Glass · 1 year, 10 months ago
- 157861e Merge tag 'dm-pull-9aug22-take2' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 2 years, 3 months ago
- be43a35 boot: allow bootmeth-distro without CONFIG_NET by John Keeping · 2 years, 4 months ago
- 8b8accb cmd: inconsistent return type of command_process() by Heinrich Schuchardt · 2 years, 3 months ago
- 7472448 fdt: Start a test for the fdt command by Simon Glass · 2 years, 4 months ago
- 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
- 6b03448 command: Use a constant pointer for the help by Simon Glass · 3 years, 2 months ago
- 45cd2e5 command: Fix operation of !CONFIG_CMDLINE by Simon Glass · 3 years, 8 months ago
- 18c2582 cmd: pxe_utils: sysboot: Add zboot support to boot x86 Linux kernel image by Kory Maincent · 3 years, 9 months ago
- d3a3d44 command.h: Remove extern from the header by Kory Maincent · 3 years, 9 months ago
- d422c77 setexpr: Add some tests for buffer overflow and backref by Simon Glass · 4 years ago
- 7526dee command: Add constants for cmd_get_data_size string / error by Simon Glass · 4 years ago
- 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 6 months ago
- 288b29e common: Move command functions out of common.h by Simon Glass · 5 years ago
- 9fb625c env: Move env_set() to env.h by Simon Glass · 5 years ago
- 7584644 cmd: define CMD_DATA_SIZE when CONFIG_CMD_SETEXPR is selected by Bartosz Golaszewski · 5 years ago
- 9eebaba cmd: set CONFIG_SYS_HELP_CMD_WIDTH = 10 by Heinrich Schuchardt · 6 years ago
- 49d81fd cmd: env: add "-e" option for handling UEFI variables by AKASHI Takahiro · 6 years ago
- c0cf06e command: commands: Add macros to declare commands with subcmds by Boris Brezillon · 6 years ago
- 80a48dd common: command: Rework the 'cmd is repeatable' logic by Boris Brezillon · 6 years ago
- 6fb6144 common: command: Expose a generic helper to auto-complete sub commands by Boris Brezillon · 6 years ago
- 8a3d734 common: command: fix typo by Heinrich Schuchardt · 6 years ago
- 27eb7bc common: command: Handle USAGE failure separately by Michal Simek · 6 years ago
- 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 5191686 arm64: zynqmp: Add support to load an app at EL1 by Nitin Jain · 7 years ago
- 6f62d7c Kconfig: Drop CONFIG_CMD_PORTIO and associated command by Simon Glass · 7 years ago
- f8bb696 Drop command-processing code when CONFIG_CMDLINE is disabled by Simon Glass · 9 years ago
- fb24112 Allow command code to compile to nothing by Simon Glass · 9 years ago
- 4e42e29 cmd_boot: Add a poweroff command by Michael van Slingerland · 9 years ago
- cbb2df2 CONFIG_NEEDS_MANUAL_RELOC: Fix warnings when not set by Tom Rini · 9 years ago
- 8b5c738 pxe: add AArch64 image support by Stephen Warren · 9 years ago
- 87b6398 cli: hush: Adjust 'run' command to run each line of the env var by Simon Glass · 10 years ago
- aa69db1 Avoid including config.h in command.h by Simon Glass · 10 years ago
- 16ff990 Add cmd_process_error() to report and process errors by Simon Glass · 11 years ago
- 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- da62022 bootz: un-staticize do_bootz by Rob Herring · 12 years ago
- ef123c5 Refactor linker-generated arrays by Albert ARIBAUD · 12 years ago
- 34765e8 cmd_time: merge run_command_and_time_it with cmd_process by Richard Genoud · 12 years ago
- 9ad557b Add console command to access io space registers by Vadim Bendebury · 12 years ago
- 8b493a5 common: Discard the __u_boot_cmd section by Marek Vasut · 12 years ago
- 6c7c946 common: Convert the U-Boot commands to LG-arrays by Marek Vasut · 12 years ago
- 7405a13 combine block device load commands into common function by Rob Herring · 12 years ago
- 9d12d5d Add cmd_process() to process commands in one place by Simon Glass · 13 years ago
- bdf8e34 Create a single cmd_call() function to handle command execution by Simon Glass · 13 years ago
- d09b178 env: clean cmd_nvedit.c checkpatch and code style by Igor Grinberg · 13 years ago
- 8edf844 sandbox: Force command sections to be 4-byte aligned by Simon Glass · 13 years ago
- e84ffdd cmd_usage: constify by Mike Frysinger · 14 years ago
- 67d668b autostart: unify duplicated logic into the bootm code by Mike Frysinger · 13 years ago
- 722b061 autocomplete: remove runtime handler install by Mike Frysinger · 14 years ago
- 882b7d7 do_reset: unify duplicate prototypes by Mike Frysinger · 14 years ago
- 7842fb7 do_bootd: unify duplicate prototypes by Mike Frysinger · 14 years ago
- 36ebb78 do_bootm: unify duplicate prototypes by Mike Frysinger · 14 years ago
- 40b484a command_t: punt unused type by Mike Frysinger · 14 years ago
- 2e5167c Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
- 620f1f6 relocation: fixup cmdtable by Heiko Schocher · 14 years ago
- 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
- 94796d8 Make "usage" messages more helpful. by Wolfgang Denk · 15 years ago
- 2dce551 command.c: Expose the core of do_help as _do_help to the rest of u-boot. by Detlev Zundel · 16 years ago
- 2fb2604 Command usage cleanup by Peter Tyser · 16 years ago
- 62c3ae7 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
- 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- b799cb4 Expose command table search for sub-commands by Kumar Gala · 16 years ago
- 8a40fb1 move cmd_get_data_size to command.c by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- f2302d4 Fix merge problems by Stefan Roese · 16 years ago
- 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
- b363148 Remove references to the old cmd_confdefs.h include file. by Jon Loeliger · 17 years ago
- 04a85b3 * Patches by Pantelis Antoniou, 30 Mar 2004: by wdenk · 21 years ago
- 0d49839 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · 21 years ago
- 8bde7f7 * Code cleanup: by wdenk · 21 years ago
- 78f6622 Initial revision by wdenk · 22 years ago