summaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* cmd/misc: Stop using a function pointerTom Rini2022-06-221-4/+2
* cmd: load: add load command for memory mappedRui Miguel Silva2022-06-223-0/+65
* Merge branch 'master' into nextTom Rini2022-06-201-1/+3
|\
| * cmd: correct return value for printenv -eHeinrich Schuchardt2022-06-191-1/+3
* | qfw: Don't fail if setup data size is 0Pierre-Clément Tosi2022-06-061-4/+6
* | ubifs: Add missing dependency on GZIPPali Rohár2022-06-061-0/+1
* | cmd: dm: migrate dm command to use U_BOOT_CMD_WITH_SUBCMDS()Ovidiu Panait2022-06-061-52/+12
* | Convert CONFIG_SYS_CBSIZE to KconfigTom Rini2022-06-061-0/+9
* | Convert CONFIG_SYS_PBSIZE to KconfigTom Rini2022-06-061-0/+4
* | Convert CONFIG_SYS_MAXARGS to KconfigTom Rini2022-06-061-0/+4
|/
* bootmenu: use utf-8 for menu titleMasahisa Kojima2022-05-311-22/+21
* cmd/bootefi: correct command syntaxHeinrich Schuchardt2022-05-281-6/+15
* bootmenu: U-Boot console is enabled as defaultMasahisa Kojima2022-05-282-12/+2
* cmd/sbi: add implementation ID 6 - CofferHeinrich Schuchardt2022-05-261-0/+1
* spi: spi_flash_probe_bus_cs() rely on DT for spi speed and modePatrice Chotard2022-05-231-4/+11
* spi: spi-uclass: Add new spi_get_bus_and_cs() implementationPatrice Chotard2022-05-231-2/+2
* cmd: mvebu: Hide bubt specific options when bubt is disabledPali Rohár2022-05-161-0/+4
* Merge tag 'efi-2022-07-rc3-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2022-05-081-141/+0
|\
| * bootmenu: factor out the user input handlingMasahisa Kojima2022-05-071-141/+0
* | cmd: gpt: add subcommand repairPhilippe Reynes2022-05-061-1/+15
|/
* cmd: mmc: don't assign unused valuesHeinrich Schuchardt2022-05-051-2/+4
* cmd: onenand: fix printf codesHeinrich Schuchardt2022-05-051-3/+3
* cmd: simplify do_adc_single()Heinrich Schuchardt2022-05-051-6/+1
* cmd: fix long text for fdt commandHeinrich Schuchardt2022-05-051-1/+1
* bootmenu: add Kconfig option not to enter U-Boot consoleMasahisa Kojima2022-05-032-11/+68
* bootmenu: add UEFI boot entry into bootmenuMasahisa Kojima2022-05-031-1/+152
* bootmenu: update bootmenu_entry structureMasahisa Kojima2022-05-032-32/+76
* cmd: simplify bootmenuHeinrich Schuchardt2022-05-031-13/+7
* acpi: Fix buffer overflow in do_acpi_dump()Andrew Scull2022-04-291-1/+1
* Merge branch '2022-04-25-initial-implementation-of-stdboot'Tom Rini2022-04-255-0/+679
|\
| * bootstd: Add a bootmeth commandSimon Glass2022-04-253-0/+125
| * bootstd: Add a bootflow commandSimon Glass2022-04-253-0/+423
| * bootstd: Add a bootdev commandSimon Glass2022-04-253-0/+131
* | cmd: part: add explicit dependency on PARTITIONSAKASHI Takahiro2022-04-241-0/+1
* | Merge tag 'efi-2022-07-rc1-3' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2022-04-232-16/+24
|\ \ | |/ |/|
| * bootmenu: fix menu API error handlingMasahisa Kojima2022-04-231-2/+2
| * cmd: bootefi: restore ability to boot arbitrary blobKyle Evans2022-04-231-14/+22
* | fdt: Add -q option to fdt addr for distro_bootcmdPeter Hoyes2022-04-221-7/+23
* | cmd: adc: Add support for storing ADC result in env variableMarek Vasut2022-04-221-4/+14
|/
* cmd: gpio: Add `gpio read` subcommandDiego Rondini2022-04-202-3/+49
* cmd: ubi.c: skip part command if right partition is already attachedAlexandre Besnard2022-04-141-0/+5
* virtio: call device_probe() in scanningAKASHI Takahiro2022-04-091-2/+19
* cmd: efidebug: Disable 'capsule disk-update' when CONFIG_EFI_CAPSULE_ON_DISK=nMasami Hiramatsu2022-04-091-0/+4
* Convert CONFIG_CMDLINE_PS_SUPPORT to KconfigTom Rini2022-04-081-0/+7
* cmd: env: Add `indirect` to indirectly set valuesSamuel Dionne-Riel2022-04-072-0/+48
* cmd/sbi: add missing SBI informationHeinrich Schuchardt2022-04-061-1/+12
* cmd: sbi: add Performance Monitoring Unit ExtensionHeinrich Schuchardt2022-04-061-0/+1
* cmd: fdt: Use start/size for chosen instead of start/endSean Anderson2022-04-011-3/+3
* cmd: bootm: add subcommand preloadPhilippe Reynes2022-03-311-0/+30
* cmd: bootm: add a stage pre-loadPhilippe Reynes2022-03-312-2/+13