summaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* fdt: Show a message when the working FDT changesSimon Glass2022-10-171-0/+1
* bootm: Drop #ifdef from do_bootm()Simon Glass2022-10-171-10/+9
* bootm: Avoid returning error codes from commandSimon Glass2022-10-171-2/+6
* cmd: List all uclass devices regardless of probe errorMichal Suchanek2022-10-175-35/+43
* efi_loader: remove efi_delete_handle on loadfile2Ilias Apalodimas2022-10-161-2/+4
* cmd: simplify efidebugHeinrich Schuchardt2022-10-161-26/+21
* cmd: ubi: Add 'ubi list' command for printing list of all UBI volumesPali Rohár2022-10-121-0/+85
* cmd: add temperature commandRobert Marko2022-10-113-0/+92
* cmd: xxd: add new commandRoger Knecht2022-10-113-0/+91
* cmd: cat: add new commandRoger Knecht2022-10-113-0/+91
* Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini2022-10-101-1/+1
|\
| * usb: gadget: fastboot: detach usb on reboot commandsMattijs Korpershoek2022-10-101-1/+1
* | cmd: CMD_CLS should not depend on videoHeinrich Schuchardt2022-10-101-1/+0
|/
* cmd: replace efi_create_handle/add_protocol with InstallMultipleProtocolIlias Apalodimas2022-10-061-9/+8
* cmd: simplify command efidebugHeinrich Schuchardt2022-10-061-87/+15
* cmd: simplify do_efi_boot_add()Heinrich Schuchardt2022-10-061-5/+1
* cmd: simplify do_env_set_efi()Heinrich Schuchardt2022-10-061-8/+3
* Merge branch 'next'Tom Rini2022-10-0334-64/+2741
|\
| * treewide: Drop image_header_t typedefSimon Glass2022-09-296-10/+10
| * treewide: Drop bootm_headers_t typedefSimon Glass2022-09-293-3/+3
| * Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini2022-09-261-6/+28
| |\
| * | blk: Rename if_type to uclass_idSimon Glass2022-09-254-14/+14
| * | boot: Call flush() before bootingPali Rohár2022-09-242-0/+3
| * | serial: Call flush() before changing baudratePali Rohár2022-09-241-0/+5
| * | Merge branch 'master' into nextTom Rini2022-09-1915-79/+313
| |\ \
| * | | cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2022-09-184-11/+11
| * | | blk: Drop if_typeSimon Glass2022-09-161-1/+1
| * | | blk: Switch over to using uclass IDsSimon Glass2022-09-1610-16/+16
| * | | cmd: Drop use of HAVE_BLOCK_DEVICESimon Glass2022-09-162-6/+1
| * | | xyz-modem: Allow to configure initial timeout for loadx and loadyPali Rohár2022-09-151-0/+7
| * | | Merge tag 'efi-next-2022-09-14' of https://source.denx.de/u-boot/custodians/u...Tom Rini2022-09-144-6/+2526
| |\ \ \
| | * | | eficonfig: add "Change Boot Order" menu entryMasahisa Kojima2022-09-141-1/+347
| | * | | eficonfig: scan media device in eficonfig startupMasahisa Kojima2022-09-141-0/+4
| | * | | bootmenu: add removable media entriesMasahisa Kojima2022-09-142-6/+224
| | * | | eficonfig: add "Delete Boot Option" menu entryMasahisa Kojima2022-09-141-0/+71
| | * | | eficonfig: add "Edit Boot Option" menu entryMasahisa Kojima2022-09-141-8/+273
| | * | | eficonfig: menu-driven addition of UEFI boot optionMasahisa Kojima2022-09-143-0/+1616
| * | | | cyclic: Add 'cyclic list' and 'cyclic demo' commandsStefan Roese2022-09-133-0/+101
| |/ / /
| * | | cmd: bdinfo: introduce bdinfo_print_size() helperOvidiu Panait2022-09-131-0/+7
| * | | cmd: bdinfo: Enable dumping lmb data when LMB is enabledMichal Simek2022-09-121-1/+1
| * | | cmd: Add pause commandSamuel Dionne-Riel2022-09-023-0/+39
* | | | pci: Remove duplicate PCI_REGION_IO / "io" linePali Rohár2022-09-291-1/+0
| |_|/ |/| |
* | | cmd: fdt: Add support for reading stringlist property valuesMarek Vasut2022-09-211-6/+28
| |/ |/|
* | cmd: mvebu/bubt: Check for A38x/A37xx OTP secure bits and secure bootPali Rohár2022-09-132-8/+121
* | cmd: mvebu/bubt: Check for A38x image data checksumPali Rohár2022-09-131-1/+45
* | cmd: correct short text for tftpbootHeinrich Schuchardt2022-09-092-2/+2
* | cmd: fix tftpput commandHeinrich Schuchardt2022-09-091-24/+66
* | cmd: fpga: Convert to use fit_get_data_nodeSean Anderson2022-09-071-18/+6
* | cmd/sbi: format KVM versionHeinrich Schuchardt2022-09-061-2/+12
* | tpm: Allow reporting the internal stateSimon Glass2022-09-033-0/+25