aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2024-07-05Fix Kconfig coding style from spaces to tabAnand Moon
2024-07-05cmd: bootm: add ELF file supportMaxim Moskalets
2024-07-03Merge patch series "m68k: Implement a default flush_dcache_all"Tom Rini
2024-07-03cmd: cache: Remove weak functionsTom Rini
2024-07-03Merge tag 'ubifixes-for-v2024-10-rc1' of https://source.denx.de/u-boot/custod...Tom Rini
2024-07-03sandbox: enable support for the unlz4 commandJonathan Liu
2024-07-03cmd: ubi: check 'updating' before calling ubi_more_update_data()Martin Kurbanov
2024-07-03cmd: ubi: remove redundant initializationsMartin Kurbanov
2024-06-30Merge tag 'efi-2024-10-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2024-06-30cmd: correct kaslrseed descriptionHeinrich Schuchardt
2024-06-30cmd: fwu: Also print information about sizeMichal Simek
2024-06-28Merge patch series "automatically add /chosen/kaslr-seed and deduplicate code"Tom Rini
2024-06-28use fdt_kaslrseed function to de-duplicate codeTim Harvey
2024-06-26zboot: Correct use of state_mask argumentSimon Glass
2024-06-26zboot: Add debugging for bootingSimon Glass
2024-06-26cmd: gpt: Fix freeing gpt_pte in gpt_verify()Sam Protsenko
2024-06-26cmd: Make use of U_BOOT_LONGHELP when missingTom Rini
2024-06-24Merge tag 'v2024.07-rc5' into nextTom Rini
2024-06-22cmd: link to doc/usage/fit/x86-fit-boot.rstHeinrich Schuchardt
2024-06-20cmd: fix typo in CMD_BOOTMETH help textQuentin Schulz
2024-06-16Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-watchd...Tom Rini
2024-06-16cyclic: make clients embed a struct cyclic_info in their own data structureRasmus Villemoes
2024-06-14cmd: move ELF load and boot to lib/elf.cMaxim Moskalets
2024-06-13imxtract: add support for zstd-compressed imagesDmitry Gerasimov
2024-06-13cmd: sound: fix help textQuentin Schulz
2024-06-11Merge tag 'efi-next-20240611' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2024-06-10efi_loader: rename struct efi_initrd_dp to efi_lo_dp_prefixHeinrich Schuchardt
2024-06-10cmd: efidebug: add support for setting fdtHeinrich Schuchardt
2024-06-10cmd: eficonfig: add support for setting fdtHeinrich Schuchardt
2024-06-10efi_loader: allow concatenation with contained end nodeHeinrich Schuchardt
2024-06-07abootimg: Add init_boot image supportRoman Stratiienko
2024-06-07Merge patch series "'eeprom' command improvements"Tom Rini
2024-06-07cmd: eeprom: Extend to EEPROMs probed via driver modelMarek Behún
2024-06-07cmd: eeprom: Don't read/write whole EEPROM if not necessaryMarek Behún
2024-06-07cmd: eeprom: Refactor command execution into function by actionMarek Behún
2024-06-07cmd: eeprom: Refactor eeprom device specifier parsingMarek Behún
2024-06-07cmd: eeprom: Deduplicate parse_i2c_bus_addr() callsMarek Behún
2024-06-07cmd: eeprom: Hide eeprom layout versioning behind a Kconfig optionMarek Behún
2024-06-07cmd: eeprom: Fix usage help for the eeprom commandMarek Behún
2024-06-04Merge tag 'v2024.07-rc4' into nextTom Rini
2024-06-01usb: remove not used variable in usb_ether_curr_devHeiko Schocher
2024-05-27tpm-v2: allow algorithm name to be configured for pcr_read and pcr_extendTim Harvey
2024-05-24Merge patch series "FWU: Add support for FWU metadata version 2"Tom Rini
2024-05-24cmd: fwu: make changes for supporting FWU metadata version 2Sughosh Ganu
2024-05-22Merge patch series "Clean-up patch set for MbedTLS integration"Tom Rini
2024-05-22include: Move snprintf to stdio.hRaymond Mao
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-20Merge tag 'v2024.07-rc3' into nextTom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-13sandbox: make function 'do_undefined' properly compiles for PowerPCWHR