summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2023-02-19efi_loader: Measure the loaded DTBEtienne Carriere1-0/+8
2023-02-13Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini1-7/+4
2023-02-13cmd: return code when tlv_eeprom incorrectly calledHeinrich Schuchardt1-7/+4
2023-02-13cmd: fdt: allow standalone "fdt move"Andre Przywara1-11/+17
2023-02-13cmd: fdt: move: Use map_sysmem to convert pointersAndre Przywara1-3/+3
2023-02-12cmd: clk: probe the clock before dump themPatrick Delaunay1-10/+5
2023-02-10Merge tag 'efi-2023-04-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini4-12/+16
2023-02-10Correct SPL use of EFI_SECURE_BOOTSimon Glass1-1/+1
2023-02-10Correct SPL use of EFI_MM_COMM_TEESimon Glass1-1/+1
2023-02-10Correct SPL use of VIDEO_ANSISimon Glass1-1/+1
2023-02-10Correct SPL uses of VIDEOSimon Glass1-1/+1
2023-02-10Correct SPL use of USB_FUNCTION_FASTBOOTSimon Glass1-1/+1
2023-02-10Correct SPL use of UDP_FUNCTION_FASTBOOTSimon Glass1-1/+1
2023-02-10Correct SPL uses of SYS_LONGHELPSimon Glass4-5/+5
2023-02-10efi_loader: enable eficonfig command by defaultHeinrich Schuchardt1-0/+1
2023-02-10cmd: CONFIG_CMD_EFICONFIG requires CONFIG_MENUHeinrich Schuchardt1-0/+1
2023-02-10eficonfig: CTRL+S to save the boot orderMasahisa Kojima1-1/+5
2023-02-10menu: remove CTRL+C to quitMasahisa Kojima2-4/+4
2023-02-10cmd: improve coninfo output formattingHeinrich Schuchardt1-8/+6
2023-02-10Correct SPL uses of CMD_TFTPPUTSimon Glass1-3/+3
2023-02-10Correct SPL use of CMD_NVEDIT_EFISimon Glass1-1/+1
2023-02-10Correct SPL uses of CMD_EFICONFIGSimon Glass1-2/+2
2023-02-07env: Drop ENV_IS_IN_SATASimon Glass1-1/+0
2023-02-07Drop dataflash_mmc_mux commandSimon Glass2-49/+0
2023-02-07cmd: Drop mfsl commandSimon Glass2-388/+0
2023-02-07cmd: Add an option to enable the ini commandSimon Glass1-0/+7
2023-02-07cmd: Add a SEAMA image load commandLinus Walleij3-0/+165
2023-02-06qemu: Move qfw kernel setup into a common fileSimon Glass1-68/+1
2023-02-06qemu: Update qfw command to use addressesSimon Glass1-21/+21
2023-02-06bootstd: Allow enabling BOOTSTD_FULL without needing EXPOSimon Glass1-8/+13
2023-02-01Merge https://source.denx.de/u-boot/custodians/u-boot-mmcTom Rini1-8/+41
2023-01-31Merge tag 'u-boot-amlogic-20230131' of https://source.denx.de/u-boot/custodia...Tom Rini4-0/+206
2023-01-31cmd: mmc: Expand bkops handlingMarek Vasut1-8/+41
2023-01-27eficonfig: add vertical scroll supportMasahisa Kojima1-17/+75
2023-01-27eficonfig: refactor change boot order implementationMasahisa Kojima1-95/+151
2023-01-27eficonfig: refactor eficonfig_process_common functionMasahisa Kojima2-19/+70
2023-01-27cmd: fix mtest on 64 bit systemsHeinrich Schuchardt1-15/+11
2023-01-26cmd: fix return code of 'sf erase'Heinrich Schuchardt1-6/+6
2023-01-26cmd: simplify do_spi_flash()Heinrich Schuchardt1-13/+6
2023-01-26cmd: fix return code of 'sf write' and 'sf read'Heinrich Schuchardt1-7/+7
2023-01-24bootstd: Drop the old bootflow_scan_first()Simon Glass1-1/+1
2023-01-24bootstd: Allow scanning a single bootdev labelSimon Glass1-53/+33
2023-01-24bootstd: Add a hunter for the extension featureSimon Glass1-0/+25
2023-01-24extension: Refactor to allow non-command usageSimon Glass1-4/+14
2023-01-24bootstd: Use hunters when scanning for bootflowsSimon Glass1-1/+4
2023-01-24bootstd: Treat DHCP and PXE as bootdev labelsSimon Glass2-2/+2
2023-01-24bootstd: Include the device tree in the bootflowSimon Glass1-0/+6
2023-01-24net: Add a function to run dhcpSimon Glass1-0/+35
2023-01-24bootstd: Support running bootdev huntersSimon Glass1-1/+6
2023-01-24bootstd: Add the concept of a bootdev hunterSimon Glass1-3/+32