aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2023-11-14bootstd: Add a return code to bootflow menuSimon Glass
2023-11-10tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon
2023-11-07mtd: spi-nor: Add spi flash lock config optionVenkatesh Yadav Abbarapu
2023-11-05net: Get pxe config file from dhcp option 209Sean Edmond
2023-11-02binman: Rename TYPE_STAGE to TYPE_LEGACY_STAGESimon Glass
2023-11-01cmd: mmc: Add mmc reg read command for reading card registersMarek Vasut
2023-10-30Kconfig: Remove all default n/no optionsMichal Simek
2023-10-27Merge tag 'tpm-next-27102023' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2023-10-27bootm: Support boot measurementEddie James
2023-10-26cmd: mvebu/bubt: move eMMC data-partition uboot from LBA-0 to 4096Josua Mayer
2023-10-24pstore: Use root address-cells/size-cells as defaults for reserved-memoryAndrey Skvortsov
2023-10-24Merge tag 'u-boot-rockchip-20231024' of https://source.denx.de/u-boot/custodi...Tom Rini
2023-10-24rockchip: cmd: add rkmtd commandJohan Jonker
2023-10-23common: add prototype & rename populate_serial_number()Artur Rojek
2023-10-17Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-shTom Rini
2023-10-16cmd/ti: Update Kconfig logic and Makefile recursion logicTom Rini
2023-10-16cmd: Convert existing long help messages to the new macroTom Rini
2023-10-16cmd: move mac commandHeinrich Schuchardt
2023-10-16cmd: gpio: Skip output on -ENOENTPaul Barker
2023-10-11cli: Add a command to show cmdline historySimon Glass
2023-10-10cmd: blk_common: Stop using hard-coded block size for Sandbox operationsBin Meng
2023-10-10cmd: blk_common: Use macros for the return valuesBin Meng
2023-10-10cmd: blkmap: Make map_handlers[] and its .fn staticBin Meng
2023-10-10cmd: host: Print out the block size of the host deviceBin Meng
2023-10-10blk: sandbox: Support binding a device with a given logical block sizeBin Meng
2023-10-10cmd: host: Mandate the filename parameter in the 'bind' commandBin Meng
2023-10-04cmd/exception: test RISC-V 16 bit aligned instructionHeinrich Schuchardt
2023-10-04cmd/exception: support RISC-V compressed instructionHeinrich Schuchardt
2023-10-02Merge branch 'next'Tom Rini
2023-09-30cmd: xxd: move xxd into shell commandsRoger Knecht
2023-09-24Merge tag 'dm-next-23sep23' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-09-23cmd: dm: allow for selecting uclass and deviceAKASHI Takahiro
2023-09-21cmd: sf: Fix the flash_is_unlocked api size parameterVenkatesh Yadav Abbarapu
2023-09-21cmd: thordown: Add proper dependency for CMD_THOR_DOWNLOADVenkatesh Yadav Abbarapu
2023-09-15thordown: Use plain udevice for UDC controller interactionMarek Vasut
2023-09-15sdp: Use plain udevice for UDC controller interactionMarek Vasut
2023-09-15cmd: ums: Use plain udevice for UDC controller interactionMarek Vasut
2023-09-15cmd: thordown: Reorder variable declarationMarek Vasut
2023-09-15cmd: sdp: Reorder variable declarationMarek Vasut
2023-09-15cmd: rockusb: Use plain udevice for UDC controller interactionMarek Vasut
2023-09-15cmd: fastboot: Use plain udevice for UDC controller interactionMarek Vasut
2023-09-14cmd: pxe: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut
2023-09-14cmd: onenand: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut
2023-09-14cmd: nvedit: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut
2023-09-14cmd: i2c: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut
2023-09-14cmd: date: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut
2023-09-14blkcache: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut
2023-09-14boot: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut
2023-09-11cmd: gpt: fix gpt readHeinrich Schuchardt