summaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* cmd: eeprom: don't truncate target address at 32-bitBaruch Siach2022-11-021-2/+2
* cyclic: switch to using hlist instead of listRasmus Villemoes2022-11-021-2/+3
* FWU: cmd: Add a command to read FWU metadataSughosh Ganu2022-10-313-0/+86
* vbe: Add a command to show the VBE stateSimon Glass2022-10-311-1/+30
* Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass2022-10-311-1/+1
* Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini2022-10-307-40/+170
|\
| * video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass2022-10-303-4/+4
| * video: Drop CONFIG_LCDSimon Glass2022-10-301-1/+1
| * video: Drop CONFIG_VIDEOSimon Glass2022-10-301-1/+1
| * video: Drop remaining references to CONFIG_LCDSimon Glass2022-10-301-3/+0
| * video: cmd: Drop old LCD codeSimon Glass2022-10-301-9/+0
| * video: Move bmp_display() prototype to video.hSimon Glass2022-10-301-10/+0
| * video: Rename CONFIG_SYS_VIDEO_LOGO_MAX_SIZESimon Glass2022-10-301-11/+8
| * video: Split SPLASH_SCREEN_ALIGN from bmp commandSimon Glass2022-10-301-3/+1
| * video: Add commands to list and change fontsSimon Glass2022-10-302-0/+82
| * video: Enable the cls command by defaultSimon Glass2022-10-301-1/+1
| * video: Move the console commands to cmd/Simon Glass2022-10-303-0/+75
* | dm: treewide: Do not use the return value of simple uclass iteratorMichal Suchanek2022-10-291-6/+3
|/
* Merge https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini2022-10-251-7/+11
|\
| * cmd: sf: Handle unaligned 'update' start offsetMarek Vasut2022-10-251-7/+11
* | cmd: bcb: select user(0) hwpart in __bcb_load()Mattijs Korpershoek2022-10-211-0/+11
* | qfw: return failure when no kernel could be loadedAndre Przywara2022-10-211-2/+2
* | qfw: store loaded file size in environment variableAndre Przywara2022-10-211-0/+2
* | cmd: Add ncsi commandSamuel Mendoza-Jonas2022-10-212-0/+30
|/
* Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini2022-10-201-11/+15
|\
| * cmd/sbi: user friendly short textsHeinrich Schuchardt2022-10-201-9/+9
| * cmd/sbi: error message for failure to get spec versionHeinrich Schuchardt2022-10-201-2/+5
| * cmd/sbi: format RustSBI version numberHeinrich Schuchardt2022-10-201-0/+1
* | Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2022-10-201-0/+1
|\ \ | |/ |/|
| * sunxi: Kconfig: use SoC-wide values for some symbolsAndre Przywara2022-10-181-0/+1
* | 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