summaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* pci: Remove duplicate PCI_REGION_IO / "io" linePali Rohár2022-09-291-1/+0
* cmd: fdt: Add support for reading stringlist property valuesMarek Vasut2022-09-211-6/+28
* 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
|/
* 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
|/
* cmd: mvebu/bubt: Fix cmd main return value on errorPali Rohár2022-07-291-5/+5
* cmd: mvebu/bubt: Add support for sha512 checksum validation for Armada 3700Pali Rohár2022-07-292-0/+10
* cmd: mvebu/bubt: Correctly propagate failure during tftp transportPali Rohár2022-07-291-1/+4
* cmd: mvebu/bubt: Verify image type for all 32-bit Aramda SoCs and Armada 3700Pali Rohár2022-07-291-26/+48
* cmd: mmc: allow to write protect single boot partitionYing-Chun Liu (PaulLiu)2022-07-271-3/+15
* fpga: pass compatible flags to fpga_load()Oleksandr Suvorov2022-07-261-4/+4
* fpga: add option for loading FPGA secure bitstreamsOleksandr Suvorov2022-07-261-1/+2
* cmd: ti: ddr3: correct minor spelling mistake in Ti DDR3Ramin Zaghi2022-07-251-1/+1
* treewide: Fix Marek's name and change my e-mail addressMarek Behún2022-07-211-1/+1
* tlv_eeprom: Add missing CRC32 dependencyPali Rohár2022-07-211-0/+2
* sf: Query write-protection status before operating the flashJan Kiszka2022-07-181-0/+12
* efi_loader: memory leak in efi_set_bootdev()Heinrich Schuchardt2022-07-131-2/+2
* Merge branch 'next'Tom Rini2022-07-117-102/+169
|\
| * Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2022-07-081-24/+48
| |\
| | * dm: core: Add a command to show driver model statisticsSimon Glass2022-06-281-0/+24