summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2022-04-29acpi: Fix buffer overflow in do_acpi_dump()Andrew Scull
2022-04-25Merge branch '2022-04-25-initial-implementation-of-stdboot'Tom Rini
2022-04-25bootstd: Add a bootmeth commandSimon Glass
2022-04-25bootstd: Add a bootflow commandSimon Glass
2022-04-25bootstd: Add a bootdev commandSimon Glass
2022-04-24cmd: part: add explicit dependency on PARTITIONSAKASHI Takahiro
2022-04-23Merge tag 'efi-2022-07-rc1-3' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2022-04-23bootmenu: fix menu API error handlingMasahisa Kojima
2022-04-23cmd: bootefi: restore ability to boot arbitrary blobKyle Evans
2022-04-22fdt: Add -q option to fdt addr for distro_bootcmdPeter Hoyes
2022-04-22cmd: adc: Add support for storing ADC result in env variableMarek Vasut
2022-04-20cmd: gpio: Add `gpio read` subcommandDiego Rondini
2022-04-14cmd: ubi.c: skip part command if right partition is already attachedAlexandre Besnard
2022-04-09virtio: call device_probe() in scanningAKASHI Takahiro
2022-04-09cmd: efidebug: Disable 'capsule disk-update' when CONFIG_EFI_CAPSULE_ON_DISK=nMasami Hiramatsu
2022-04-08Convert CONFIG_CMDLINE_PS_SUPPORT to KconfigTom Rini
2022-04-07cmd: env: Add `indirect` to indirectly set valuesSamuel Dionne-Riel
2022-04-06cmd/sbi: add missing SBI informationHeinrich Schuchardt
2022-04-06cmd: sbi: add Performance Monitoring Unit ExtensionHeinrich Schuchardt
2022-04-01cmd: fdt: Use start/size for chosen instead of start/endSean Anderson
2022-03-31cmd: bootm: add subcommand preloadPhilippe Reynes
2022-03-31cmd: bootm: add a stage pre-loadPhilippe Reynes
2022-03-28video: Drop references to CONFIG_VIDEO et alSimon Glass
2022-03-28video: Drop cfg_consoleSimon Glass
2022-03-28Merge tag 'v2022.04-rc5' into nextTom Rini
2022-03-26cmd: efidebug: simplify do_efi_boot_add()Heinrich Schuchardt
2022-03-25Convert CONFIG_MII_INIT to KconfigTom Rini
2022-03-23cmd: eeprom: Do not rewrite EEPROM I2C bus with DM I2C enabledMarek Vasut
2022-03-20efi_loader: use short-form DP for load optionsHeinrich Schuchardt
2022-03-20efi_loader: Ignore DT when ACPI is onAlexander Graf
2022-03-18Convert CONFIG_NFS_TIMEOUT to KconfigTom Rini
2022-03-16cmd/mmc: fix output of mmc info for e-MMCMax Merchel
2022-03-15fs/erofs: add filesystem commandsHuang Jianan
2022-03-14Merge tag 'v2022.04-rc4' into nextTom Rini
2022-03-12cmd: add serial console support for the cls commandHeinrich Schuchardt
2022-03-10event: Add a commandSimon Glass
2022-03-04cmd: pwm: fix typo 'eisable' -> 'disable'Sébastien Szymanski
2022-03-03Convert CONFIG_BOOTP_MAY_FAIL et al to KconfigTom Rini
2022-03-02cmd: exception: arm64: fix undefined, add faultsAndre Przywara
2022-02-26efi_loader: update the timing of enabling and disabling EFI watchdogMasahisa Kojima
2022-02-25cmd: clk: fix long help messagePatrick Delaunay
2022-02-25cmd: clk: update result of do_clk_setfreqPatrick Delaunay
2022-02-25cmd: clk: replace clk_lookup by uclass_get_device_by_namePatrick Delaunay
2022-02-25cmd: clk: test the number of argument in setfreq commandPatrick Delaunay
2022-02-18cmd: fuse: Add a command to read fuses to memoryAngus Ainslie
2022-02-18cmd: fuse: add a fuse comparison functionAngus Ainslie
2022-02-14pstore: Support already existing reserved-memory nodeDetlev Casanova
2022-02-11cmd/dfu: Enable 'dfu list' command without DFU_OVER_USBMasami Hiramatsu
2022-02-11cmd: wrong printf() code in do_test_stackprot_fail()Heinrich Schuchardt
2022-02-09cmd: mmc: Consider GP partitions in mmc hwpartition user enh start -Marek Vasut