aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2023-10-17Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-shWIP/17Oct2023Tom Rini1-1/+3
2023-10-16cmd/ti: Update Kconfig logic and Makefile recursion logicTom Rini3-6/+6
2023-10-16cmd: Convert existing long help messages to the new macroTom Rini49-187/+109
2023-10-16cmd: move mac commandHeinrich Schuchardt2-34/+0
2023-10-16cmd: gpio: Skip output on -ENOENTPaul Barker1-1/+3
2023-10-11cli: Add a command to show cmdline historySimon Glass3-0/+31
2023-10-10cmd: blk_common: Stop using hard-coded block size for Sandbox operationsBin Meng1-6/+14
2023-10-10cmd: blk_common: Use macros for the return valuesBin Meng1-7/+7
2023-10-10cmd: blkmap: Make map_handlers[] and its .fn staticBin Meng1-3/+4
2023-10-10cmd: host: Print out the block size of the host deviceBin Meng1-3/+4
2023-10-10blk: sandbox: Support binding a device with a given logical block sizeBin Meng1-3/+13
2023-10-10cmd: host: Mandate the filename parameter in the 'bind' commandBin Meng1-3/+3
2023-10-04cmd/exception: test RISC-V 16 bit aligned instructionHeinrich Schuchardt1-0/+16
2023-10-04cmd/exception: support RISC-V compressed instructionHeinrich Schuchardt1-3/+15
2023-10-02Merge branch 'next'Tom Rini24-172/+531
2023-09-30cmd: xxd: move xxd into shell commandsWIP/2023-09-30-Kconfig-updatesRoger Knecht1-5/+5
2023-09-24Merge tag 'dm-next-23sep23' of https://source.denx.de/u-boot/custodians/u-boo...WIP/24Sep2023Tom Rini1-10/+38
2023-09-24common: Drop linux/printk.h from common headerSimon Glass9-0/+9
2023-09-23cmd: dm: allow for selecting uclass and deviceAKASHI Takahiro1-10/+38
2023-09-21cmd: sf: Fix the flash_is_unlocked api size parameterVenkatesh Yadav Abbarapu1-1/+1
2023-09-21cmd: thordown: Add proper dependency for CMD_THOR_DOWNLOADVenkatesh Yadav Abbarapu1-0/+2
2023-09-15thordown: Use plain udevice for UDC controller interactionMarek Vasut1-4/+5
2023-09-15sdp: Use plain udevice for UDC controller interactionMarek Vasut1-4/+7
2023-09-15cmd: ums: Use plain udevice for UDC controller interactionMarek Vasut1-4/+6
2023-09-15cmd: thordown: Reorder variable declarationMarek Vasut1-7/+8
2023-09-15cmd: sdp: Reorder variable declarationMarek Vasut1-2/+2
2023-09-15cmd: rockusb: Use plain udevice for UDC controller interactionMarek Vasut1-3/+4
2023-09-15cmd: fastboot: Use plain udevice for UDC controller interactionMarek Vasut1-3/+4
2023-09-14cmd: pxe: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-14/+0
2023-09-14cmd: onenand: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-6/+0
2023-09-14cmd: nvedit: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-11/+0
2023-09-14cmd: i2c: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-14/+0
2023-09-14cmd: date: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-7/+1
2023-09-14blkcache: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-13/+0
2023-09-14boot: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-14/+0
2023-09-11cmd: gpt: fix gpt readWIP/2023-09-11-gpt-improvementsHeinrich Schuchardt1-17/+15
2023-09-11cmd: gpt: fix calc_parts_list_len()Heinrich Schuchardt1-14/+20
2023-09-11cmd: gpt: use UUID accessor more consistentlyHeinrich Schuchardt1-10/+12
2023-09-11cmd: gpt: Add command to swap partition orderJoshua Watt1-3/+43
2023-09-11cmd: gpt: Preserve bootable flagJoshua Watt1-0/+3
2023-09-11cmd: gpt: Preserve type GUID if enabledJoshua Watt1-0/+16
2023-09-11cmd: gpt: Add command to set bootable flagsJoshua Watt1-0/+80
2023-09-11cmd: gpt: Add gpt_partition_bootable variableJoshua Watt1-2/+7
2023-09-09tpm: Fix autostart for TPM1.2 devicesIlias Apalodimas1-1/+1
2023-09-04Merge tag 'v2023.10-rc4' into nextTom Rini2-16/+14
2023-09-02cmd: gpt: Remove confusing help textJoshua Watt1-2/+0
2023-08-30setexpr: Silence some diagnostic messagesƁukasz Stelmach1-2/+2
2023-08-27cmd: let gpt_partition_entry be hexadecimalHeinrich Schuchardt1-1/+1
2023-08-27cmd: fix gpt enumerateHeinrich Schuchardt1-6/+8
2023-08-27cmd: fix gpt setenvHeinrich Schuchardt1-4/+2