aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* cmd: Remove duplicate newlinesMarek Vasut2024-07-1523-44/+0
* cmd: add resize for FDT in bootelfMaxim Moskalets2024-07-101-0/+2
* gpt: allow spaces in partition listMikhail Kshevetskiy2024-07-101-0/+2
* Fix Kconfig coding style from spaces to tabAnand Moon2024-07-051-10/+10
* cmd: bootm: add ELF file supportMaxim Moskalets2024-07-051-0/+7
* Merge patch series "m68k: Implement a default flush_dcache_all"Tom Rini2024-07-031-16/+2
|\
| * cmd: cache: Remove weak functionsTom Rini2024-07-031-16/+2
* | Merge tag 'ubifixes-for-v2024-10-rc1' of https://source.denx.de/u-boot/custod...WIP/03Jun2024Tom Rini2024-07-031-6/+15
|\ \
| * | cmd: ubi: check 'updating' before calling ubi_more_update_data()Martin Kurbanov2024-07-031-0/+9
| * | cmd: ubi: remove redundant initializationsMartin Kurbanov2024-07-031-6/+6
* | | sandbox: enable support for the unlz4 commandJonathan Liu2024-07-031-1/+3
|/ /
* | Merge tag 'efi-2024-10-rc1' of https://source.denx.de/u-boot/custodians/u-boo...WIP/30Jun2024-nextTom Rini2024-06-302-1/+2
|\ \
| * | cmd: correct kaslrseed descriptionHeinrich Schuchardt2024-06-301-1/+1
| * | cmd: fwu: Also print information about sizeMichal Simek2024-06-301-0/+1
* | | Merge patch series "automatically add /chosen/kaslr-seed and deduplicate code"WIP/28Jun2024-nextTom Rini2024-06-281-42/+7
|\ \ \ | |/ / |/| |
| * | use fdt_kaslrseed function to de-duplicate codeTim Harvey2024-06-281-42/+7
* | | zboot: Correct use of state_mask argumentSimon Glass2024-06-261-6/+6
* | | zboot: Add debugging for bootingSimon Glass2024-06-261-1/+10
* | | cmd: gpt: Fix freeing gpt_pte in gpt_verify()Sam Protsenko2024-06-261-1/+2
* | | cmd: Make use of U_BOOT_LONGHELP when missingTom Rini2024-06-268-26/+16
* | | Merge tag 'v2024.07-rc5' into nextWIP/24Jun2024-nextTom Rini2024-06-243-5/+2
|\| |
| * | cmd: link to doc/usage/fit/x86-fit-boot.rstHeinrich Schuchardt2024-06-221-1/+1
| * | cmd: sound: fix help textQuentin Schulz2024-06-131-1/+1
| * | usb: remove not used variable in usb_ether_curr_devHeiko Schocher2024-06-011-3/+0
* | | cmd: fix typo in CMD_BOOTMETH help textQuentin Schulz2024-06-201-1/+1
| |/ |/|
* | Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-watchd...WIP/16Jun2024-nextTom Rini2024-06-161-7/+5
|\ \
| * | cyclic: make clients embed a struct cyclic_info in their own data structureRasmus Villemoes2024-06-161-7/+5
* | | cmd: move ELF load and boot to lib/elf.cWIP/14Jun2024-nextMaxim Moskalets2024-06-141-36/+22
|/ /
* | imxtract: add support for zstd-compressed imagesDmitry Gerasimov2024-06-131-0/+23
* | Merge tag 'efi-next-20240611' of https://source.denx.de/u-boot/custodians/u-b...WIP/11Jun2024-nextTom Rini2024-06-112-57/+155
|\ \
| * | efi_loader: rename struct efi_initrd_dp to efi_lo_dp_prefixHeinrich Schuchardt2024-06-102-4/+4
| * | cmd: efidebug: add support for setting fdtHeinrich Schuchardt2024-06-101-37/+92
| * | cmd: eficonfig: add support for setting fdtHeinrich Schuchardt2024-06-101-18/+61
| * | efi_loader: allow concatenation with contained end nodeHeinrich Schuchardt2024-06-102-5/+5
* | | abootimg: Add init_boot image supportRoman Stratiienko2024-06-071-5/+21
|/ /
* | Merge patch series "'eeprom' command improvements"Tom Rini2024-06-072-84/+230
|\ \
| * | cmd: eeprom: Extend to EEPROMs probed via driver modelMarek Behún2024-06-071-10/+112
| * | cmd: eeprom: Don't read/write whole EEPROM if not necessaryMarek Behún2024-06-071-9/+2
| * | cmd: eeprom: Refactor command execution into function by actionMarek Behún2024-06-071-40/+71
| * | cmd: eeprom: Refactor eeprom device specifier parsingMarek Behún2024-06-071-36/+41
| * | cmd: eeprom: Deduplicate parse_i2c_bus_addr() callsMarek Behún2024-06-071-19/+17
| * | cmd: eeprom: Hide eeprom layout versioning behind a Kconfig optionMarek Behún2024-06-072-6/+23
| * | cmd: eeprom: Fix usage help for the eeprom commandMarek Behún2024-06-071-4/+4
* | | Merge tag 'v2024.07-rc4' into nextTom Rini2024-06-041-14/+35
|\ \ \ | | |/ | |/|
| * | tpm-v2: allow algorithm name to be configured for pcr_read and pcr_extendTim Harvey2024-05-271-14/+35
* | | Merge patch series "FWU: Add support for FWU metadata version 2"WIP/24May2024-nextTom Rini2024-05-241-21/+18
|\ \ \
| * | | cmd: fwu: make changes for supporting FWU metadata version 2Sughosh Ganu2024-05-241-21/+18
* | | | Merge patch series "Clean-up patch set for MbedTLS integration"WIP/22May2024-nextTom Rini2024-05-221-0/+1
|\ \ \ \
| * | | | include: Move snprintf to stdio.hRaymond Mao2024-05-221-0/+1
* | | | | Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-20205-207/+69
| |_|_|/ |/| | |