summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2022-10-30video: Add commands to list and change fontsSimon Glass
2022-10-30video: Enable the cls command by defaultSimon Glass
2022-10-30video: Move the console commands to cmd/Simon Glass
2022-10-29dm: treewide: Do not use the return value of simple uclass iteratorMichal Suchanek
2022-10-25Merge https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini
2022-10-25cmd: sf: Handle unaligned 'update' start offsetMarek Vasut
2022-10-21cmd: bcb: select user(0) hwpart in __bcb_load()Mattijs Korpershoek
2022-10-21qfw: return failure when no kernel could be loadedAndre Przywara
2022-10-21qfw: store loaded file size in environment variableAndre Przywara
2022-10-21cmd: Add ncsi commandSamuel Mendoza-Jonas
2022-10-20Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini
2022-10-20Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini
2022-10-20cmd/sbi: user friendly short textsHeinrich Schuchardt
2022-10-20cmd/sbi: error message for failure to get spec versionHeinrich Schuchardt
2022-10-20cmd/sbi: format RustSBI version numberHeinrich Schuchardt
2022-10-18sunxi: Kconfig: use SoC-wide values for some symbolsAndre Przywara
2022-10-17fdt: Show a message when the working FDT changesSimon Glass
2022-10-17bootm: Drop #ifdef from do_bootm()Simon Glass
2022-10-17bootm: Avoid returning error codes from commandSimon Glass
2022-10-17cmd: List all uclass devices regardless of probe errorMichal Suchanek
2022-10-16efi_loader: remove efi_delete_handle on loadfile2Ilias Apalodimas
2022-10-16cmd: simplify efidebugHeinrich Schuchardt
2022-10-12cmd: ubi: Add 'ubi list' command for printing list of all UBI volumesPali Rohár
2022-10-11cmd: add temperature commandRobert Marko
2022-10-11cmd: xxd: add new commandRoger Knecht
2022-10-11cmd: cat: add new commandRoger Knecht
2022-10-10Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini
2022-10-10usb: gadget: fastboot: detach usb on reboot commandsMattijs Korpershoek
2022-10-10cmd: CMD_CLS should not depend on videoHeinrich Schuchardt
2022-10-06cmd: replace efi_create_handle/add_protocol with InstallMultipleProtocolIlias Apalodimas
2022-10-06cmd: simplify command efidebugHeinrich Schuchardt
2022-10-06cmd: simplify do_efi_boot_add()Heinrich Schuchardt
2022-10-06cmd: simplify do_env_set_efi()Heinrich Schuchardt
2022-10-03Merge branch 'next'Tom Rini
2022-09-29treewide: Drop image_header_t typedefSimon Glass
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass
2022-09-29pci: Remove duplicate PCI_REGION_IO / "io" linePali Rohár
2022-09-26Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini
2022-09-25blk: Rename if_type to uclass_idSimon Glass
2022-09-24boot: Call flush() before bootingPali Rohár
2022-09-24serial: Call flush() before changing baudratePali Rohár
2022-09-21cmd: fdt: Add support for reading stringlist property valuesMarek Vasut
2022-09-19Merge branch 'master' into nextTom Rini
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese
2022-09-16blk: Drop if_typeSimon Glass
2022-09-16blk: Switch over to using uclass IDsSimon Glass
2022-09-16cmd: Drop use of HAVE_BLOCK_DEVICESimon Glass
2022-09-15xyz-modem: Allow to configure initial timeout for loadx and loadyPali Rohár
2022-09-14Merge tag 'efi-next-2022-09-14' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2022-09-14eficonfig: add "Change Boot Order" menu entryMasahisa Kojima