summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2022-10-10Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini1-1/+1
2022-10-10usb: gadget: fastboot: detach usb on reboot commandsMattijs Korpershoek1-1/+1
2022-10-10cmd: CMD_CLS should not depend on videoHeinrich Schuchardt1-1/+0
2022-10-06cmd: replace efi_create_handle/add_protocol with InstallMultipleProtocolIlias Apalodimas1-9/+8
2022-10-06cmd: simplify command efidebugHeinrich Schuchardt1-87/+15
2022-10-06cmd: simplify do_efi_boot_add()Heinrich Schuchardt1-5/+1
2022-10-06cmd: simplify do_env_set_efi()Heinrich Schuchardt1-8/+3
2022-10-03Merge branch 'next'Tom Rini34-64/+2741
2022-09-29treewide: Drop image_header_t typedefSimon Glass6-10/+10
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass3-3/+3
2022-09-29pci: Remove duplicate PCI_REGION_IO / "io" linePali Rohár1-1/+0
2022-09-26Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini1-6/+28
2022-09-25blk: Rename if_type to uclass_idSimon Glass4-14/+14
2022-09-24boot: Call flush() before bootingPali Rohár2-0/+3
2022-09-24serial: Call flush() before changing baudratePali Rohár1-0/+5
2022-09-21cmd: fdt: Add support for reading stringlist property valuesMarek Vasut1-6/+28
2022-09-19Merge branch 'master' into nextTom Rini15-79/+313
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese4-11/+11
2022-09-16blk: Drop if_typeSimon Glass1-1/+1
2022-09-16blk: Switch over to using uclass IDsSimon Glass10-16/+16
2022-09-16cmd: Drop use of HAVE_BLOCK_DEVICESimon Glass2-6/+1
2022-09-15xyz-modem: Allow to configure initial timeout for loadx and loadyPali Rohár1-0/+7
2022-09-14Merge tag 'efi-next-2022-09-14' of https://source.denx.de/u-boot/custodians/u...Tom Rini4-6/+2526
2022-09-14eficonfig: add "Change Boot Order" menu entryMasahisa Kojima1-1/+347
2022-09-14eficonfig: scan media device in eficonfig startupMasahisa Kojima1-0/+4
2022-09-14bootmenu: add removable media entriesMasahisa Kojima2-6/+224
2022-09-14eficonfig: add "Delete Boot Option" menu entryMasahisa Kojima1-0/+71
2022-09-14eficonfig: add "Edit Boot Option" menu entryMasahisa Kojima1-8/+273
2022-09-14eficonfig: menu-driven addition of UEFI boot optionMasahisa Kojima3-0/+1616
2022-09-13cyclic: Add 'cyclic list' and 'cyclic demo' commandsStefan Roese3-0/+101
2022-09-13cmd: bdinfo: introduce bdinfo_print_size() helperOvidiu Panait1-0/+7
2022-09-13cmd: mvebu/bubt: Check for A38x/A37xx OTP secure bits and secure bootPali Rohár2-8/+121
2022-09-13cmd: mvebu/bubt: Check for A38x image data checksumPali Rohár1-1/+45
2022-09-12cmd: bdinfo: Enable dumping lmb data when LMB is enabledMichal Simek1-1/+1
2022-09-09cmd: correct short text for tftpbootHeinrich Schuchardt2-2/+2
2022-09-09cmd: fix tftpput commandHeinrich Schuchardt1-24/+66
2022-09-07cmd: fpga: Convert to use fit_get_data_nodeSean Anderson1-18/+6
2022-09-06cmd/sbi: format KVM versionHeinrich Schuchardt1-2/+12
2022-09-03tpm: Allow reporting the internal stateSimon Glass3-0/+25
2022-09-03tpm: Require a digest source when extending the PCRSimon Glass2-3/+5
2022-09-02cmd: Add pause commandSamuel Dionne-Riel3-0/+39
2022-08-31image-fit: don't set compression if it can't be readDaniel Golle1-5/+2
2022-08-31i2c: fix stack buffer overflow vulnerability in i2c md commandMarek Vasut1-1/+2
2022-08-31Revert "i2c: fix stack buffer overflow vulnerability in i2c md command"Marek Vasut1-12/+12
2022-08-27Merge tag 'dm-pull-26aug22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2-2/+2
2022-08-27vbe: Enable command only with BOOTSTD_FULLSimon Glass1-1/+1
2022-08-27dm: core: fix a typo in help textSergei Antonov1-1/+1
2022-08-26pci: Add checks to prevent config space overflowPali Rohár1-2/+14
2022-08-13cmd: efidebug: Add missing \n at the end of messageMichal Simek1-1/+1
2022-08-12vbe: Add a new vbe commandSimon Glass3-0/+98