summaryrefslogtreecommitdiff
path: root/include/command.h
Commit message (Expand)AuthorAgeFilesLines
* cli: run_commandf(): small fixupsEvgeny Bachinin2023-03-301-3/+10
* command: Don't allow commands in SPLSimon Glass2023-03-031-1/+1
* global: Finish CONFIG -> CFG migrationTom Rini2023-01-201-2/+2
* image: Move common image code to image_board and commandSimon Glass2023-01-161-0/+12
* Merge tag 'dm-pull-9aug22-take2' of https://source.denx.de/u-boot/custodians/...Tom Rini2022-08-111-1/+1
|\
| * boot: allow bootmeth-distro without CONFIG_NETJohn Keeping2022-08-101-1/+1
* | cmd: inconsistent return type of command_process()Heinrich Schuchardt2022-08-101-3/+3
|/
* fdt: Start a test for the fdt commandSimon Glass2022-07-261-0/+10
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-6/+6
* command: Use a constant pointer for the helpSimon Glass2021-11-281-1/+1
* command: Fix operation of !CONFIG_CMDLINESimon Glass2021-03-271-1/+9
* cmd: pxe_utils: sysboot: Add zboot support to boot x86 Linux kernel imageKory Maincent2021-02-031-0/+3
* command.h: Remove extern from the headerKory Maincent2021-02-031-28/+28
* setexpr: Add some tests for buffer overflow and backrefSimon Glass2020-12-011-0/+17
* command: Add constants for cmd_get_data_size string / errorSimon Glass2020-12-011-1/+25
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-53/+64
* common: Move command functions out of common.hSimon Glass2019-12-021-0/+16
* env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
* cmd: define CMD_DATA_SIZE when CONFIG_CMD_SETEXPR is selectedBartosz Golaszewski2019-06-141-1/+2
* cmd: set CONFIG_SYS_HELP_CMD_WIDTH = 10Heinrich Schuchardt2019-03-221-1/+1
* cmd: env: add "-e" option for handling UEFI variablesAKASHI Takahiro2019-02-251-0/+8
* command: commands: Add macros to declare commands with subcmdsBoris Brezillon2019-01-151-0/+78
* common: command: Rework the 'cmd is repeatable' logicBoris Brezillon2019-01-151-4/+48
* common: command: Expose a generic helper to auto-complete sub commandsBoris Brezillon2019-01-151-0/+3
* common: command: fix typoHeinrich Schuchardt2018-10-191-1/+1
* common: command: Handle USAGE failure separatelyMichal Simek2018-07-191-1/+3
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* arm64: zynqmp: Add support to load an app at EL1Nitin Jain2018-03-231-0/+2
* Kconfig: Drop CONFIG_CMD_PORTIO and associated commandSimon Glass2017-08-111-5/+4
* Drop command-processing code when CONFIG_CMDLINE is disabledSimon Glass2016-04-011-0/+18
* Allow command code to compile to nothingSimon Glass2016-03-221-4/+27
* cmd_boot: Add a poweroff commandMichael van Slingerland2016-01-131-0/+1
* CONFIG_NEEDS_MANUAL_RELOC: Fix warnings when not setTom Rini2015-12-071-4/+1
* pxe: add AArch64 image supportStephen Warren2015-07-271-0/+2
* cli: hush: Adjust 'run' command to run each line of the env varSimon Glass2014-10-271-0/+1
* Avoid including config.h in command.hSimon Glass2014-06-191-1/+0
* Add cmd_process_error() to report and process errorsSimon Glass2014-03-041-0/+9
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* bootz: un-staticize do_bootzRob Herring2013-06-241-0/+2
* Refactor linker-generated arraysAlbert ARIBAUD2013-03-121-1/+1
* cmd_time: merge run_command_and_time_it with cmd_processRichard Genoud2013-02-041-1/+3
* Add console command to access io space registersVadim Bendebury2012-12-111-4/+4
* common: Discard the __u_boot_cmd sectionMarek Vasut2012-10-221-2/+0
* common: Convert the U-Boot commands to LG-arraysMarek Vasut2012-10-221-12/+14
* combine block device load commands into common functionRob Herring2012-09-251-0/+4
* Add cmd_process() to process commands in one placeSimon Glass2012-03-061-1/+28
* Create a single cmd_call() function to handle command executionSimon Glass2012-03-061-0/+3
* env: clean cmd_nvedit.c checkpatch and code styleIgor Grinberg2011-11-221-0/+3
* sandbox: Force command sections to be 4-byte alignedSimon Glass2011-10-171-1/+2
* cmd_usage: constifyMike Frysinger2011-07-261-1/+1