summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass1-1/+1
2022-10-31Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini7-40/+170
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass3-4/+4
2022-10-30video: Drop CONFIG_LCDSimon Glass1-1/+1
2022-10-30video: Drop CONFIG_VIDEOSimon Glass1-1/+1
2022-10-30video: Drop remaining references to CONFIG_LCDSimon Glass1-3/+0
2022-10-30video: cmd: Drop old LCD codeSimon Glass1-9/+0
2022-10-30video: Move bmp_display() prototype to video.hSimon Glass1-10/+0
2022-10-30video: Rename CONFIG_SYS_VIDEO_LOGO_MAX_SIZESimon Glass1-11/+8
2022-10-30video: Split SPLASH_SCREEN_ALIGN from bmp commandSimon Glass1-3/+1
2022-10-30video: Add commands to list and change fontsSimon Glass2-0/+82
2022-10-30video: Enable the cls command by defaultSimon Glass1-1/+1
2022-10-30video: Move the console commands to cmd/Simon Glass3-0/+75
2022-10-29dm: treewide: Do not use the return value of simple uclass iteratorMichal Suchanek1-6/+3
2022-10-25Merge https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini1-7/+11
2022-10-25cmd: sf: Handle unaligned 'update' start offsetMarek Vasut1-7/+11
2022-10-22cmd: bcb: select user(0) hwpart in __bcb_load()Mattijs Korpershoek1-0/+11
2022-10-21qfw: return failure when no kernel could be loadedAndre Przywara1-2/+2
2022-10-21qfw: store loaded file size in environment variableAndre Przywara1-0/+2
2022-10-21cmd: Add ncsi commandSamuel Mendoza-Jonas2-0/+30
2022-10-20Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini1-11/+15
2022-10-20Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini1-0/+1
2022-10-20cmd/sbi: user friendly short textsHeinrich Schuchardt1-9/+9
2022-10-20cmd/sbi: error message for failure to get spec versionHeinrich Schuchardt1-2/+5
2022-10-20cmd/sbi: format RustSBI version numberHeinrich Schuchardt1-0/+1
2022-10-18sunxi: Kconfig: use SoC-wide values for some symbolsAndre Przywara1-0/+1
2022-10-18fdt: Show a message when the working FDT changesSimon Glass1-0/+1
2022-10-18bootm: Drop #ifdef from do_bootm()Simon Glass1-10/+9
2022-10-18bootm: Avoid returning error codes from commandSimon Glass1-2/+6
2022-10-18cmd: List all uclass devices regardless of probe errorMichal Suchanek5-35/+43
2022-10-16efi_loader: remove efi_delete_handle on loadfile2Ilias Apalodimas1-2/+4
2022-10-16cmd: simplify efidebugHeinrich Schuchardt1-26/+21
2022-10-12cmd: ubi: Add 'ubi list' command for printing list of all UBI volumesPali Rohár1-0/+85
2022-10-11cmd: add temperature commandRobert Marko3-0/+92
2022-10-11cmd: xxd: add new commandRoger Knecht3-0/+91
2022-10-11cmd: cat: add new commandRoger Knecht3-0/+91
2022-10-10Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini1-1/+1
2022-10-10usb: gadget: fastboot: detach usb on reboot commandsMattijs Korpershoek1-1/+1
2022-10-10cmd: CMD_CLS should not depend on videoHeinrich Schuchardt1-1/+0
2022-10-06cmd: replace efi_create_handle/add_protocol with InstallMultipleProtocolIlias Apalodimas1-9/+8
2022-10-06cmd: simplify command efidebugHeinrich Schuchardt1-87/+15
2022-10-06cmd: simplify do_efi_boot_add()Heinrich Schuchardt1-5/+1
2022-10-06cmd: simplify do_env_set_efi()Heinrich Schuchardt1-8/+3
2022-10-03Merge branch 'next'Tom Rini34-64/+2741
2022-09-29treewide: Drop image_header_t typedefSimon Glass6-10/+10
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass3-3/+3
2022-09-29pci: Remove duplicate PCI_REGION_IO / "io" linePali Rohár1-1/+0
2022-09-26Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini1-6/+28
2022-09-25blk: Rename if_type to uclass_idSimon Glass4-14/+14
2022-09-24boot: Call flush() before bootingPali Rohár2-0/+3