summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2024-09-21cmd/efidebug: fix some function descriptionsHeinrich Schuchardt1-2/+2
2024-09-10cmd: add rdcycle test to RISC-V exception commandHeinrich Schuchardt1-2/+13
2024-08-22cmd: bcb: Fix segfault on invalid block deviceMattijs Korpershoek1-2/+2
2024-08-08ubi: allow to write to volume with offsetAlexey Romanov1-3/+69
2024-08-08ubi: allow to read from volume with offsetAlexey Romanov1-3/+3
2024-08-02cmd: cpu: add release subcommandHou Zhiqiang1-2/+42
2024-07-30Merge patch series "led: implement software blinking"Tom Rini1-8/+0
2024-07-30led: enable LEDST_BLINK state unconditionallyMikhail Kshevetskiy1-8/+0
2024-07-19cmd: move CMD_DHCP6 options beneath CMD_DHCP6Heinrich Schuchardt1-17/+17
2024-07-19cmd: correct ELF-related commands dependenciesMaxim Moskalets1-3/+2
2024-07-19bootstash: Do not provide a default address for allTom Rini1-1/+7
2024-07-18Merge patch series "bootstd: Add Android support"Tom Rini1-0/+10
2024-07-18android: boot: Add set_abootimg_addr() and set_avendor_bootimg_addr()Mattijs Korpershoek1-0/+10
2024-07-15cmd: Remove duplicate newlinesMarek Vasut23-44/+0
2024-07-10cmd: add resize for FDT in bootelfMaxim Moskalets1-0/+2
2024-07-10gpt: allow spaces in partition listMikhail Kshevetskiy1-0/+2
2024-07-05Fix Kconfig coding style from spaces to tabAnand Moon1-10/+10
2024-07-05cmd: bootm: add ELF file supportMaxim Moskalets1-0/+7
2024-07-03Merge patch series "m68k: Implement a default flush_dcache_all"Tom Rini1-16/+2
2024-07-03cmd: cache: Remove weak functionsTom Rini1-16/+2
2024-07-03Merge tag 'ubifixes-for-v2024-10-rc1' of https://source.denx.de/u-boot/custod...Tom Rini1-6/+15
2024-07-03sandbox: enable support for the unlz4 commandJonathan Liu1-1/+3
2024-07-03cmd: ubi: check 'updating' before calling ubi_more_update_data()Martin Kurbanov1-0/+9
2024-07-03cmd: ubi: remove redundant initializationsMartin Kurbanov1-6/+6
2024-06-30Merge tag 'efi-2024-10-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2-1/+2
2024-06-30cmd: correct kaslrseed descriptionHeinrich Schuchardt1-1/+1
2024-06-30cmd: fwu: Also print information about sizeMichal Simek1-0/+1
2024-06-28Merge patch series "automatically add /chosen/kaslr-seed and deduplicate code"Tom Rini1-42/+7
2024-06-28use fdt_kaslrseed function to de-duplicate codeTim Harvey1-42/+7
2024-06-26zboot: Correct use of state_mask argumentSimon Glass1-6/+6
2024-06-26zboot: Add debugging for bootingSimon Glass1-1/+10
2024-06-26cmd: gpt: Fix freeing gpt_pte in gpt_verify()Sam Protsenko1-1/+2
2024-06-26cmd: Make use of U_BOOT_LONGHELP when missingTom Rini8-26/+16
2024-06-24Merge tag 'v2024.07-rc5' into nextTom Rini3-5/+2
2024-06-22cmd: link to doc/usage/fit/x86-fit-boot.rstHeinrich Schuchardt1-1/+1
2024-06-20cmd: fix typo in CMD_BOOTMETH help textQuentin Schulz1-1/+1
2024-06-16Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-watchd...Tom Rini1-7/+5
2024-06-16cyclic: make clients embed a struct cyclic_info in their own data structureRasmus Villemoes1-7/+5
2024-06-14cmd: move ELF load and boot to lib/elf.cMaxim Moskalets1-36/+22
2024-06-13imxtract: add support for zstd-compressed imagesDmitry Gerasimov1-0/+23
2024-06-13cmd: sound: fix help textQuentin Schulz1-1/+1
2024-06-11Merge tag 'efi-next-20240611' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2-57/+155
2024-06-10efi_loader: rename struct efi_initrd_dp to efi_lo_dp_prefixHeinrich Schuchardt2-4/+4
2024-06-10cmd: efidebug: add support for setting fdtHeinrich Schuchardt1-37/+92
2024-06-10cmd: eficonfig: add support for setting fdtHeinrich Schuchardt1-18/+61
2024-06-10efi_loader: allow concatenation with contained end nodeHeinrich Schuchardt2-5/+5
2024-06-07abootimg: Add init_boot image supportRoman Stratiienko1-5/+21
2024-06-07Merge patch series "'eeprom' command improvements"Tom Rini2-84/+230
2024-06-07cmd: eeprom: Extend to EEPROMs probed via driver modelMarek BehĂșn1-10/+112
2024-06-07cmd: eeprom: Don't read/write whole EEPROM if not necessaryMarek BehĂșn1-9/+2