aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2022-07-08Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini1-24/+48
2022-07-07Convert CONFIG_SYS_BOOTM_LEN to KconfigTom Rini1-0/+10
2022-07-05Convert CONFIG_USE_ONENAND_BOARD_INIT to KconfigTom Rini1-0/+4
2022-06-28Rename CONFIG_SYS_AUTOLAOD to CONFIG_SYS_DISABLE_AUTOLOADTom Rini1-0/+9
2022-06-28dm: core: Add a command to show driver model statisticsSimon Glass1-0/+24
2022-06-28dm: core: Sort dm subcommandsSimon Glass1-25/+25
2022-06-28dm: core: Rename dm_dump_all()Simon Glass1-4/+4
2022-06-27Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u...WIP/27Jun2022-nextTom Rini1-31/+8
2022-06-24cmd: cpu: migrate cpu command to U_BOOT_CMD_WITH_SUBCMDS()Ovidiu Panait1-31/+8
2022-06-22cmd/misc: Stop using a function pointerTom Rini1-4/+2
2022-06-22cmd: load: add load command for memory mappedRui Miguel Silva3-0/+65
2022-06-20Merge branch 'master' into nextTom Rini1-1/+3
2022-06-19cmd: correct return value for printenv -eHeinrich Schuchardt1-1/+3
2022-06-06qfw: Don't fail if setup data size is 0Pierre-Clément Tosi1-4/+6
2022-06-06ubifs: Add missing dependency on GZIPPali Rohár1-0/+1
2022-06-06cmd: dm: migrate dm command to use U_BOOT_CMD_WITH_SUBCMDS()Ovidiu Panait1-52/+12
2022-06-06Convert CONFIG_SYS_CBSIZE to KconfigTom Rini1-0/+9
2022-06-06Convert CONFIG_SYS_PBSIZE to KconfigTom Rini1-0/+4
2022-06-06Convert CONFIG_SYS_MAXARGS to KconfigTom Rini1-0/+4
2022-05-31bootmenu: use utf-8 for menu titleMasahisa Kojima1-22/+21
2022-05-28cmd/bootefi: correct command syntaxHeinrich Schuchardt1-6/+15
2022-05-28bootmenu: U-Boot console is enabled as defaultMasahisa Kojima2-12/+2
2022-05-26cmd/sbi: add implementation ID 6 - CofferHeinrich Schuchardt1-0/+1
2022-05-23spi: spi_flash_probe_bus_cs() rely on DT for spi speed and modePatrice Chotard1-4/+11
2022-05-23spi: spi-uclass: Add new spi_get_bus_and_cs() implementationPatrice Chotard1-2/+2
2022-05-16cmd: mvebu: Hide bubt specific options when bubt is disabledPali Rohár1-0/+4
2022-05-08Merge tag 'efi-2022-07-rc3-2' of https://source.denx.de/u-boot/custodians/u-b...WIP/08May2022Tom Rini1-141/+0
2022-05-07bootmenu: factor out the user input handlingMasahisa Kojima1-141/+0
2022-05-06cmd: gpt: add subcommand repairPhilippe Reynes1-1/+15
2022-05-05cmd: mmc: don't assign unused valuesHeinrich Schuchardt1-2/+4
2022-05-05cmd: onenand: fix printf codesHeinrich Schuchardt1-3/+3
2022-05-05cmd: simplify do_adc_single()Heinrich Schuchardt1-6/+1
2022-05-05cmd: fix long text for fdt commandHeinrich Schuchardt1-1/+1
2022-05-03bootmenu: add Kconfig option not to enter U-Boot consoleMasahisa Kojima2-11/+68
2022-05-03bootmenu: add UEFI boot entry into bootmenuMasahisa Kojima1-1/+152
2022-05-03bootmenu: update bootmenu_entry structureMasahisa Kojima2-32/+76
2022-05-03cmd: simplify bootmenuHeinrich Schuchardt1-13/+7
2022-04-29acpi: Fix buffer overflow in do_acpi_dump()Andrew Scull1-1/+1
2022-04-25Merge branch '2022-04-25-initial-implementation-of-stdboot'Tom Rini5-0/+679
2022-04-25bootstd: Add a bootmeth commandSimon Glass3-0/+125
2022-04-25bootstd: Add a bootflow commandSimon Glass3-0/+423
2022-04-25bootstd: Add a bootdev commandSimon Glass3-0/+131
2022-04-24cmd: part: add explicit dependency on PARTITIONSWIP/24Apr2022AKASHI Takahiro1-0/+1
2022-04-23Merge tag 'efi-2022-07-rc1-3' of https://source.denx.de/u-boot/custodians/u-b...WIP/23Apr2022Tom Rini2-16/+24
2022-04-23bootmenu: fix menu API error handlingMasahisa Kojima1-2/+2
2022-04-23cmd: bootefi: restore ability to boot arbitrary blobKyle Evans1-14/+22
2022-04-22fdt: Add -q option to fdt addr for distro_bootcmdPeter Hoyes1-7/+23
2022-04-22cmd: adc: Add support for storing ADC result in env variableMarek Vasut1-4/+14
2022-04-20cmd: gpio: Add `gpio read` subcommandDiego Rondini2-3/+49
2022-04-14cmd: ubi.c: skip part command if right partition is already attachedAlexandre Besnard1-0/+5