aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* treewide: Drop image_header_t typedefSimon Glass2022-09-296-10/+10
* treewide: Drop bootm_headers_t typedefSimon Glass2022-09-293-3/+3
* Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini2022-09-261-6/+28
|\
| * cmd: fdt: Add support for reading stringlist property valuesMarek Vasut2022-09-211-6/+28
* | blk: Rename if_type to uclass_idSimon Glass2022-09-254-14/+14
* | boot: Call flush() before bootingWIP/2022-09-24-add-console-flushPali Rohár2022-09-242-0/+3
* | serial: Call flush() before changing baudratePali Rohár2022-09-241-0/+5
* | 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...WIP/27Aug2022Tom 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_typeWIP/2022-09-16-rationalize-the-block-interfaceSimon 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...WIP/14Sep2022-nextTom 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 commandWIP/2022-08-11-verified-boot-for-embedded-initial-supportSimon 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-tpmWIP/05Aug2022Tom Rini2022-08-052-15/+28
|\