aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2023-12-13cmd: check argc for acpi dumpHeinrich Schuchardt1-0/+3
2023-12-13cmd: acpi: fix acpi list commandHeinrich Schuchardt1-30/+34
2023-12-13boot: Drop size parameter from image_setup_libfdt()Simon Glass1-1/+1
2023-12-13bootstd: Add a menu option to bootflow scanSimon Glass1-4/+23
2023-12-13sandbox: Add a dummy booti commandSimon Glass2-2/+2
2023-12-13video: Add a function to clear the displaySimon Glass1-22/+3
2023-12-13Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)"Tom Rini11-16/+20
2023-12-13command: Introduce functions to obtain command argumentsSimon Glass5-8/+8
2023-12-13bootm: Adjust the parameters of bootm_find_images()Simon Glass2-2/+6
2023-12-13treewide: Tidy up semicolon after command macrosSimon Glass6-10/+10
2023-12-09Merge patch series "cmd: bdinfo: Optionally use getopt and implement bdinfo -a"WIP/09Dec2023-nextTom Rini1-4/+33
2023-12-09cmd: bdinfo: Implement support for printing ethernet settings via bdinfo -eMarek Vasut1-1/+6
2023-12-09cmd: bdinfo: Implement support for printing memory layout via bdinfo -mMarek Vasut1-1/+4
2023-12-09cmd: bdinfo: Optionally use getopt and implement bdinfo -aMarek Vasut1-4/+25
2023-11-30Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-teg...Tom Rini1-1/+4
2023-11-28Merge patch series "cmd: add scmi command"Tom Rini3-0/+394
2023-11-28cmd: add scmi command for SCMI firmwareAKASHI Takahiro3-0/+394
2023-11-27Merge patch series "ufs: Add a PCI UFS controller support"WIP/27Nov2023-nextTom Rini2-2/+2
2023-11-27cmd: ufs: Correct the help textBin Meng1-1/+1
2023-11-27cmd: kconfig: Make ufs prompt look similar to other commandsBin Meng1-1/+1
2023-11-27ufs: Correct the UFS terminlogyBin Meng1-1/+1
2023-11-25Merge tag 'u-boot-dfu-next-20231124' of https://source.denx.de/u-boot/custodi...WIP/25Nov2023-nextTom Rini2-1/+5
2023-11-22net: Make NET imply NETDEVICESTom Rini1-1/+0
2023-11-21cmd: bind: Try to improve the (un)bind helpMiquel Raynal2-0/+5
2023-11-21cmd: Change the dependencies between CMD_BIND and USB_GADGETMiquel Raynal1-1/+0
2023-11-20cmd: eficonfig: create shortened boot optionsHeinrich Schuchardt1-1/+4
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini5-16/+47
2023-11-18cmd: efidebug: add uri device pathMasahisa Kojima1-0/+78
2023-11-18efi_loader: add return to efibootmgr event groupMasahisa Kojima1-0/+12
2023-11-17Merge branch '2023-11-16-assorted-updates' into nextTom Rini2-69/+137
2023-11-16cmd: bcb: extend BCB C API to allow read/write the fieldsDmitrii Merkurev1-54/+107
2023-11-16cmd: bcb: support various block device interfaces for BCB commandDmitrii Merkurev2-28/+43
2023-11-16Merge patch series "nand: Add sandbox tests"Tom Rini1-11/+15
2023-11-16cmd: nand: Map memory before accessing itSean Anderson1-11/+15
2023-11-14bootstd: Add a return code to bootflow menuSimon Glass1-12/+41
2023-11-10tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon3-3/+3
2023-11-07scsi: Forceably finish migration to DM_SCSIWIP/07Nov2023-nextTom Rini1-3/+0
2023-11-07lib: uuid: move CONFIG_RANDOM_UUIDAKASHI Takahiro1-7/+0
2023-11-07cmd: Make most commands depend on CMDLINESimon Glass1-12/+8
2023-11-07boot: Move SYS_BOOTM_LEN to be by LEGACY_IMAGE_FORMATTom Rini1-11/+0
2023-11-07efi: Rearrange the Kconfig for CMD_BOOTEFI_BOOTMGRSimon Glass1-1/+10
2023-11-07video: Don't require the font commandSimon Glass1-0/+1
2023-11-07env: Move env_set() out of cmd/nvedit.c and in to env/common.cTom Rini2-120/+6
2023-11-07Kconfig: Move CONFIG_SYS_[CP]BSIZE to common/KconfigTom Rini1-14/+0
2023-11-07qemu: Correct CMD_QFW dependencies in KconfigTom Rini1-0/+2
2023-11-07version: Separate our version string from the version commandTom Rini1-9/+0
2023-11-07mtd: spi-nor: Add spi flash lock config optionVenkatesh Yadav Abbarapu1-1/+3
2023-11-05net: Get pxe config file from dhcp option 209Sean Edmond2-0/+12
2023-11-02binman: Rename TYPE_STAGE to TYPE_LEGACY_STAGESimon Glass1-1/+1
2023-11-01cmd: mmc: Add mmc reg read command for reading card registersMarek Vasut2-0/+103