aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon2023-11-103-3/+3
* mtd: spi-nor: Add spi flash lock config optionVenkatesh Yadav Abbarapu2023-11-071-1/+3
* net: Get pxe config file from dhcp option 209Sean Edmond2023-11-052-0/+12
* binman: Rename TYPE_STAGE to TYPE_LEGACY_STAGESimon Glass2023-11-021-1/+1
* cmd: mmc: Add mmc reg read command for reading card registersMarek Vasut2023-11-012-0/+103
* Kconfig: Remove all default n/no optionsMichal Simek2023-10-301-3/+0
* Merge tag 'tpm-next-27102023' of https://source.denx.de/u-boot/custodians/u-b...27Oct2023Tom Rini2023-10-273-0/+4
|\
| * bootm: Support boot measurementEddie James2023-10-273-0/+4
* | cmd: mvebu/bubt: move eMMC data-partition uboot from LBA-0 to 4096Josua Mayer2023-10-261-2/+9
* | 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