aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass
2022-10-30Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass
2022-10-30video: Drop CONFIG_LCDSimon Glass
2022-10-30video: Drop CONFIG_VIDEOSimon Glass
2022-10-30video: Drop remaining references to CONFIG_LCDSimon Glass
2022-10-30video: cmd: Drop old LCD codeSimon Glass
2022-10-30video: Move bmp_display() prototype to video.hSimon Glass
2022-10-30video: Rename CONFIG_SYS_VIDEO_LOGO_MAX_SIZESimon Glass
2022-10-30video: Split SPLASH_SCREEN_ALIGN from bmp commandSimon Glass
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