summaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into nextTom Rini2022-09-1915-79/+313
|\
| * cmd: mvebu/bubt: Check for A38x/A37xx OTP secure bits and secure bootPali Rohár2022-09-132-8/+121
| * cmd: mvebu/bubt: Check for A38x image data checksumPali Rohár2022-09-131-1/+45
| * cmd: correct short text for tftpbootHeinrich Schuchardt2022-09-092-2/+2
| * cmd: fix tftpput commandHeinrich Schuchardt2022-09-091-24/+66
| * cmd: fpga: Convert to use fit_get_data_nodeSean Anderson2022-09-071-18/+6
| * cmd/sbi: format KVM versionHeinrich Schuchardt2022-09-061-2/+12
| * tpm: Allow reporting the internal stateSimon Glass2022-09-033-0/+25
| * tpm: Require a digest source when extending the PCRSimon Glass2022-09-032-3/+5
| * image-fit: don't set compression if it can't be readDaniel Golle2022-08-311-5/+2
| * i2c: fix stack buffer overflow vulnerability in i2c md commandMarek Vasut2022-08-311-1/+2
| * Revert "i2c: fix stack buffer overflow vulnerability in i2c md command"Marek Vasut2022-08-311-12/+12
| * Merge tag 'dm-pull-26aug22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2022-08-272-2/+2
| |\
| | * vbe: Enable command only with BOOTSTD_FULLSimon Glass2022-08-261-1/+1
| | * dm: core: fix a typo in help textSergei Antonov2022-08-261-1/+1
| * | pci: Add checks to prevent config space overflowPali Rohár2022-08-261-2/+14
| |/
* | cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2022-09-184-11/+11
* | blk: Drop if_typeSimon Glass2022-09-161-1/+1
* | blk: Switch over to using uclass IDsSimon Glass2022-09-1610-16/+16
* | cmd: Drop use of HAVE_BLOCK_DEVICESimon Glass2022-09-162-6/+1
* | xyz-modem: Allow to configure initial timeout for loadx and loadyPali Rohár2022-09-151-0/+7
* | Merge tag 'efi-next-2022-09-14' of https://source.denx.de/u-boot/custodians/u...Tom Rini2022-09-144-6/+2526
|\ \
| * | eficonfig: add "Change Boot Order" menu entryMasahisa Kojima2022-09-141-1/+347
| * | eficonfig: scan media device in eficonfig startupMasahisa Kojima2022-09-141-0/+4
| * | bootmenu: add removable media entriesMasahisa Kojima2022-09-142-6/+224
| * | eficonfig: add "Delete Boot Option" menu entryMasahisa Kojima2022-09-141-0/+71
| * | eficonfig: add "Edit Boot Option" menu entryMasahisa Kojima2022-09-141-8/+273
| * | eficonfig: menu-driven addition of UEFI boot optionMasahisa Kojima2022-09-143-0/+1616
* | | cyclic: Add 'cyclic list' and 'cyclic demo' commandsStefan Roese2022-09-133-0/+101
|/ /
* | cmd: bdinfo: introduce bdinfo_print_size() helperOvidiu Panait2022-09-131-0/+7
* | cmd: bdinfo: Enable dumping lmb data when LMB is enabledMichal Simek2022-09-121-1/+1
* | cmd: Add pause commandSamuel Dionne-Riel2022-09-023-0/+39
|/
* cmd: efidebug: Add missing \n at the end of messageMichal Simek2022-08-131-1/+1
* vbe: Add a new vbe commandSimon Glass2022-08-123-0/+98
* bootstd: Support bootflows with global bootmethsSimon Glass2022-08-121-2/+6
* bootstd: Allow the bootdev to be optional in bootflowsSimon Glass2022-08-121-2/+2
* bootstd: Allow bootmeths to be marked as globalSimon Glass2022-08-121-1/+3
* dm: core: Support sandbox with read interfaceSimon Glass2022-08-121-1/+2
* video: Renname vbe.h to vesa.hSimon Glass2022-08-121-1/+1
* Merge tag 'dm-pull-9aug22-take2' of https://source.denx.de/u-boot/custodians/...Tom Rini2022-08-111-2/+2
|\
| * boot: allow bootmeth-distro without CONFIG_NETJohn Keeping2022-08-101-2/+2
* | common: Drop display_options.h from common headerSimon Glass2022-08-1011-0/+11
|/
* Merge tag 'tpm-030822' of https://source.denx.de/u-boot/custodians/u-boot-tpmTom Rini2022-08-052-15/+28
|\
| * test: rng: Add a UT testcase for the rng commandSughosh Ganu2022-08-021-0/+1
| * cmd: rng: Use a statically allocated array for random bytesSughosh Ganu2022-08-021-10/+7
| * cmd: rng: Add support for selecting RNG deviceSughosh Ganu2022-08-021-8/+23
* | Audit <flash.h> inclusionTom Rini2022-08-049-9/+7
* | cmd: remove deprecated LCD supportHeinrich Schuchardt2022-08-041-14/+6
* | cmd: undefined return value of do_extension_apply()Heinrich Schuchardt2022-08-041-0/+1
* | cmd: fix do_adc_single()Vyacheslav Bocharov2022-08-041-2/+7
|/