aboutsummaryrefslogtreecommitdiff
path: root/include/command.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-13command: Introduce functions to obtain command argumentsSimon Glass1-0/+33
2023-12-13treewide: Tidy up semicolon after command macrosSimon Glass1-1/+1
2023-10-16command.h: Add a U_BOOT_LONGHELP macroTom Rini1-0/+3
2023-10-11cli: Drop #ifdefs for CONFIG_AUTO_COMPLETE in cli_readlineSimon Glass1-0/+6
2023-10-06command: Include a required header in command.hSimon Glass1-0/+4
2023-09-14command: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-21/+0
2023-03-30cli: run_commandf(): small fixupsEvgeny Bachinin1-3/+10
2023-03-03command: Don't allow commands in SPLSimon Glass1-1/+1
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini1-2/+2
2023-01-16image: Move common image code to image_board and commandSimon Glass1-0/+12
2022-08-11Merge tag 'dm-pull-9aug22-take2' of https://source.denx.de/u-boot/custodians/...Tom Rini1-1/+1
2022-08-10boot: allow bootmeth-distro without CONFIG_NETJohn Keeping1-1/+1
2022-08-10cmd: inconsistent return type of command_process()Heinrich Schuchardt1-3/+3
2022-07-26fdt: Start a test for the fdt commandSimon Glass1-0/+10
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-6/+6
2021-11-28command: Use a constant pointer for the helpSimon Glass1-1/+1
2021-03-27command: Fix operation of !CONFIG_CMDLINESimon Glass1-1/+9
2021-02-03cmd: pxe_utils: sysboot: Add zboot support to boot x86 Linux kernel imageKory Maincent1-0/+3
2021-02-03command.h: Remove extern from the headerKory Maincent1-28/+28
2020-12-01setexpr: Add some tests for buffer overflow and backrefSimon Glass1-0/+17
2020-12-01command: Add constants for cmd_get_data_size string / errorSimon Glass1-1/+25
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-53/+64
2019-12-02common: Move command functions out of common.hSimon Glass1-0/+16
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-06-14cmd: define CMD_DATA_SIZE when CONFIG_CMD_SETEXPR is selectedBartosz Golaszewski1-1/+2
2019-03-22cmd: set CONFIG_SYS_HELP_CMD_WIDTH = 10Heinrich Schuchardt1-1/+1
2019-02-25cmd: env: add "-e" option for handling UEFI variablesAKASHI Takahiro1-0/+8
2019-01-15command: commands: Add macros to declare commands with subcmdsBoris Brezillon1-0/+78
2019-01-15common: command: Rework the 'cmd is repeatable' logicBoris Brezillon1-4/+48
2019-01-15common: command: Expose a generic helper to auto-complete sub commandsBoris Brezillon1-0/+3
2018-10-19common: command: fix typoHeinrich Schuchardt1-1/+1
2018-07-19common: command: Handle USAGE failure separatelyMichal Simek1-1/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-23arm64: zynqmp: Add support to load an app at EL1Nitin Jain1-0/+2
2017-08-11Kconfig: Drop CONFIG_CMD_PORTIO and associated commandSimon Glass1-5/+4
2016-04-01Drop command-processing code when CONFIG_CMDLINE is disabledSimon Glass1-0/+18
2016-03-22Allow command code to compile to nothingSimon Glass1-4/+27
2016-01-13cmd_boot: Add a poweroff commandMichael van Slingerland1-0/+1
2015-12-07CONFIG_NEEDS_MANUAL_RELOC: Fix warnings when not setTom Rini1-4/+1
2015-07-27pxe: add AArch64 image supportStephen Warren1-0/+2
2014-10-27cli: hush: Adjust 'run' command to run each line of the env varSimon Glass1-0/+1
2014-06-19Avoid including config.h in command.hSimon Glass1-1/+0
2014-03-04Add cmd_process_error() to report and process errorsSimon Glass1-0/+9
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-06-24bootz: un-staticize do_bootzRob Herring1-0/+2
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD1-1/+1
2013-02-04cmd_time: merge run_command_and_time_it with cmd_processRichard Genoud1-1/+3
2012-12-11Add console command to access io space registersVadim Bendebury1-4/+4
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut1-2/+0
2012-10-22common: Convert the U-Boot commands to LG-arraysMarek Vasut1-12/+14