summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
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...Tom Rini1-141/+0
2022-05-08bootmenu: 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 PARTITIONSAKASHI Takahiro1-0/+1
2022-04-24Merge tag 'efi-2022-07-rc1-3' of https://source.denx.de/u-boot/custodians/u-b...Tom 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
2022-04-09virtio: call device_probe() in scanningAKASHI Takahiro1-2/+19
2022-04-09cmd: efidebug: Disable 'capsule disk-update' when CONFIG_EFI_CAPSULE_ON_DISK=nMasami Hiramatsu1-0/+4
2022-04-08Convert CONFIG_CMDLINE_PS_SUPPORT to KconfigTom Rini1-0/+7
2022-04-07cmd: env: Add `indirect` to indirectly set valuesSamuel Dionne-Riel2-0/+48
2022-04-06cmd/sbi: add missing SBI informationHeinrich Schuchardt1-1/+12
2022-04-06cmd: sbi: add Performance Monitoring Unit ExtensionHeinrich Schuchardt1-0/+1
2022-04-01cmd: fdt: Use start/size for chosen instead of start/endSean Anderson1-3/+3
2022-03-31cmd: bootm: add subcommand preloadPhilippe Reynes1-0/+30
2022-03-31cmd: bootm: add a stage pre-loadPhilippe Reynes2-2/+13
2022-03-28video: Drop references to CONFIG_VIDEO et alSimon Glass3-5/+3
2022-03-28video: Drop cfg_consoleSimon Glass1-2/+0
2022-03-28Merge tag 'v2022.04-rc5' into nextTom Rini4-31/+64
2022-03-26cmd: efidebug: simplify do_efi_boot_add()Heinrich Schuchardt1-3/+2
2022-03-25Convert CONFIG_MII_INIT to KconfigTom Rini1-0/+4
2022-03-23cmd: eeprom: Do not rewrite EEPROM I2C bus with DM I2C enabledMarek Vasut1-1/+1
2022-03-20efi_loader: use short-form DP for load optionsHeinrich Schuchardt1-22/+48