aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
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-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
2024-06-07cmd: eeprom: Refactor command execution into function by actionMarek Behún1-40/+71
2024-06-07cmd: eeprom: Refactor eeprom device specifier parsingMarek Behún1-36/+41
2024-06-07cmd: eeprom: Deduplicate parse_i2c_bus_addr() callsMarek Behún1-19/+17
2024-06-07cmd: eeprom: Hide eeprom layout versioning behind a Kconfig optionMarek Behún2-6/+23
2024-06-07cmd: eeprom: Fix usage help for the eeprom commandMarek Behún1-4/+4
2024-06-04Merge tag 'v2024.07-rc4' into nextTom Rini1-14/+35
2024-05-27tpm-v2: allow algorithm name to be configured for pcr_read and pcr_extendTim Harvey1-14/+35
2024-05-24Merge patch series "FWU: Add support for FWU metadata version 2"Tom Rini1-21/+18
2024-05-24cmd: fwu: make changes for supporting FWU metadata version 2Sughosh Ganu1-21/+18
2024-05-22Merge patch series "Clean-up patch set for MbedTLS integration"WIP/22May2024-nextTom Rini1-0/+1
2024-05-22include: Move snprintf to stdio.hRaymond Mao1-0/+1
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini205-207/+69
2024-05-20Merge tag 'v2024.07-rc3' into nextTom Rini205-69/+207
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini205-69/+207
2024-05-13sandbox: make function 'do_undefined' properly compiles for PowerPCWHR1-0/+4
2024-05-06cmd: Remove <common.h> and add needed includesTom Rini204-205/+63
2024-05-06cmd/Kconfig: Add some missing dependenciesTom Rini1-2/+6
2024-05-03cmd: gpt: initialize partition tableKishan Dudhatra1-0/+4
2024-05-01Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini1-0/+3
2024-05-01cmd: sbi: add coreboot and oreboot implementation IDsHeinrich Schuchardt1-0/+2
2024-05-01cmd: sbi: add Supervisor Software Events extensionHeinrich Schuchardt1-0/+1
2024-05-01cmd: terminate efidebug test bootmgr early on errorHeinrich Schuchardt1-0/+2
2024-05-01efi_loader: superfluous efi_restore_gd after EFI_CALLHeinrich Schuchardt2-3/+0
2024-04-29cmd: CONFIG_CMD_BLOBLIST must depend on CONFIG_BLOBLISTHeinrich Schuchardt1-1/+2
2024-04-22Merge patch series "Kconfig: some cleanups"Tom Rini1-1/+1
2024-04-22Kconfig: Add missing quotes around source fileMichal Simek1-1/+1
2024-04-20cmd: eficonfig: check initrd path allocationHeinrich Schuchardt1-1/+1
2024-04-18Kconfig: Remove all default n optionsMichal Simek1-2/+0
2024-04-18Merge tag 'tpm-master-18042024' of https://source.denx.de/u-boot/custodians/u...Tom Rini2-7/+20
2024-04-18Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabl...Tom Rini2-2/+50
2024-04-18cmd: optee_rpmb: build cmd for sandboxIgor Opaniuk1-1/+3
2024-04-18cmd: optee_rpmb: close tee sessionIgor Opaniuk1-6/+17
2024-04-14cmd: mtd: OTP access supportArseniy Krasnov2-0/+241
2024-04-14cmd: sf: Fix sf probe crashWeizhao Ouyang1-2/+3
2024-04-13Fix references to trace docVincent Stehlé1-2/+2
2024-04-12sandbox: move sandbox specifics to booti_setup()Heinrich Schuchardt1-1/+1
2024-04-10Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"Tom Rini2-50/+2