aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* pstore: Use root address-cells/size-cells as defaults for reserved-memoryAndrey Skvortsov2023-10-241-2/+8
* Merge tag 'u-boot-rockchip-20231024' of https://source.denx.de/u-boot/custodi...WIP/24Oct2023Tom Rini2023-10-243-0/+213
|\
| * rockchip: cmd: add rkmtd commandJohan Jonker2023-10-243-0/+213
* | common: add prototype & rename populate_serial_number()Artur Rojek2023-10-231-13/+1
|/
* Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-shWIP/17Oct2023Tom Rini2023-10-171-1/+3
|\
| * cmd: gpio: Skip output on -ENOENTPaul Barker2023-10-161-1/+3
* | cmd/ti: Update Kconfig logic and Makefile recursion logicTom Rini2023-10-163-6/+6
* | cmd: Convert existing long help messages to the new macroTom Rini2023-10-1649-187/+109
* | cmd: move mac commandHeinrich Schuchardt2023-10-162-34/+0
|/
* cli: Add a command to show cmdline historySimon Glass2023-10-113-0/+31
* cmd: blk_common: Stop using hard-coded block size for Sandbox operationsBin Meng2023-10-101-6/+14
* cmd: blk_common: Use macros for the return valuesBin Meng2023-10-101-7/+7
* cmd: blkmap: Make map_handlers[] and its .fn staticBin Meng2023-10-101-3/+4
* cmd: host: Print out the block size of the host deviceBin Meng2023-10-101-3/+4
* blk: sandbox: Support binding a device with a given logical block sizeBin Meng2023-10-101-3/+13
* cmd: host: Mandate the filename parameter in the 'bind' commandBin Meng2023-10-101-3/+3
* cmd/exception: test RISC-V 16 bit aligned instructionHeinrich Schuchardt2023-10-041-0/+16
* cmd/exception: support RISC-V compressed instructionHeinrich Schuchardt2023-10-041-3/+15
* Merge branch 'next'Tom Rini2023-10-0224-172/+531
|\
| * cmd: xxd: move xxd into shell commandsWIP/2023-09-30-Kconfig-updatesRoger Knecht2023-09-301-5/+5
| * Merge tag 'dm-next-23sep23' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2023-09-241-10/+38
| |\
| | * cmd: dm: allow for selecting uclass and deviceAKASHI Takahiro2023-09-231-10/+38
| * | common: Drop linux/printk.h from common headerWIP/23Sep2023Simon Glass2023-09-249-0/+9
| |/
| * cmd: sf: Fix the flash_is_unlocked api size parameterVenkatesh Yadav Abbarapu2023-09-211-1/+1
| * cmd: thordown: Add proper dependency for CMD_THOR_DOWNLOADVenkatesh Yadav Abbarapu2023-09-211-0/+2
| * thordown: Use plain udevice for UDC controller interactionMarek Vasut2023-09-151-4/+5
| * sdp: Use plain udevice for UDC controller interactionMarek Vasut2023-09-151-4/+7
| * cmd: ums: Use plain udevice for UDC controller interactionMarek Vasut2023-09-151-4/+6
| * cmd: thordown: Reorder variable declarationMarek Vasut2023-09-151-7/+8
| * cmd: sdp: Reorder variable declarationMarek Vasut2023-09-151-2/+2
| * cmd: rockusb: Use plain udevice for UDC controller interactionMarek Vasut2023-09-151-3/+4
| * cmd: fastboot: Use plain udevice for UDC controller interactionMarek Vasut2023-09-151-3/+4
| * cmd: pxe: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut2023-09-141-14/+0
| * cmd: onenand: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut2023-09-141-6/+0
| * cmd: nvedit: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut2023-09-141-11/+0
| * cmd: i2c: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut2023-09-141-14/+0
| * cmd: date: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut2023-09-141-7/+1
| * blkcache: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut2023-09-141-13/+0
| * boot: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut2023-09-141-14/+0
| * cmd: gpt: fix gpt readWIP/2023-09-11-gpt-improvementsHeinrich Schuchardt2023-09-111-17/+15
| * cmd: gpt: fix calc_parts_list_len()Heinrich Schuchardt2023-09-111-14/+20
| * cmd: gpt: use UUID accessor more consistentlyHeinrich Schuchardt2023-09-111-10/+12
| * cmd: gpt: Add command to swap partition orderJoshua Watt2023-09-111-3/+43
| * cmd: gpt: Preserve bootable flagJoshua Watt2023-09-111-0/+3
| * cmd: gpt: Preserve type GUID if enabledJoshua Watt2023-09-111-0/+16
| * cmd: gpt: Add command to set bootable flagsJoshua Watt2023-09-111-0/+80
| * cmd: gpt: Add gpt_partition_bootable variableJoshua Watt2023-09-111-2/+7
| * Merge tag 'v2023.10-rc4' into nextTom Rini2023-09-042-16/+14
| |\
| * | setexpr: Silence some diagnostic messagesWIP/2023-08-30-assorted-code-improvementsƁukasz Stelmach2023-08-301-2/+2
| * | bootflow: Show an empty filename when there is noneSimon Glass2023-08-251-1/+1