aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2022-11-16eficonfig: fix missing variable initializationMasahisa Kojima1-1/+1
2022-11-16cmd: remove superfluous if in eficonfig_edit_boot_optionHeinrich Schuchardt1-2/+0
2022-11-10global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespaceTom Rini1-1/+1
2022-11-10Convert CONFIG_SYS_LOADS_BAUD_CHANGE et al to KconfigTom Rini1-7/+21
2022-11-07dm: sandbox: Switch over to using the new host uclassSimon Glass1-71/+133
2022-11-07dm: sandbox: Drop non-BLK code from host implementationSimon Glass1-4/+0
2022-11-02cmd: eeprom: don't truncate target address at 32-bitBaruch Siach1-2/+2
2022-11-02cyclic: switch to using hlist instead of listRasmus Villemoes1-2/+3
2022-10-31FWU: cmd: Add a command to read FWU metadataSughosh Ganu3-0/+86
2022-10-31vbe: Add a command to show the VBE stateSimon Glass1-1/+30
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass1-1/+1
2022-10-30Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot...WIP/30Oct2022Tom 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-spiWIP/25Oct2022Tom Rini1-7/+11
2022-10-25cmd: sf: Handle unaligned 'update' start offsetMarek Vasut1-7/+11
2022-10-21cmd: 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-17fdt: Show a message when the working FDT changesSimon Glass1-0/+1
2022-10-17bootm: Drop #ifdef from do_bootm()Simon Glass1-10/+9
2022-10-17bootm: Avoid returning error codes from commandSimon Glass1-2/+6
2022-10-17cmd: 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-usbWIP/10Oct2022Tom 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