summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2023-07-07cmd: CONFIG_CMD_SAVES depends on CONFIG_CMD_LOADSYing Sun1-0/+1
2023-07-06cmd/sbi: display new extensionsHeinrich Schuchardt1-0/+3
2023-07-05Merge tag 'v2023.07-rc6' into nextTom Rini3-9/+14
2023-06-24spl: spl_legacy: Add extra address checksMarek Vasut1-1/+2
2023-06-21cmd: usb: Prevent reset in usb tree/info commandXavier Drudis Ferran1-2/+6
2023-06-14net: ipv6: Fix CID 453851 and CID 436278Sean Edmond1-6/+6
2023-06-14cmd: net: add a 'net stats' command to dump network statisticsIoana Ciornei1-1/+53
2023-06-13Merge tag 'tpm-for_tom-13062023' of https://source.denx.de/u-boot/custodians/...Tom Rini4-1/+28
2023-06-13tpm: Add 'tpm autostart' shell commandIlias Apalodimas4-1/+28
2023-06-12Merge tag 'xilinx-for-v2023.10-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini1-1/+1
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini8-48/+23
2023-06-12global: Use proper project name U-BootMichal Simek1-1/+1
2023-06-12cmd: sf/nand: Print and return failure when 0 length is passedAshok Reddy Soma2-0/+10
2023-06-09fwu: rename fwu_get_verified_mdata to fwu_get_mdataJassi Brar1-1/+1
2023-06-09fwu: meta-data: switch to management by common codeJassi Brar1-15/+2
2023-06-06ubifs: allow loading to above 4GiBBen Dooks1-2/+2
2023-06-01cmd: sf/nand: Print and return failure when 0 length is passedAshok Reddy Soma2-0/+10
2023-06-01cmd: fs: document where 'size' stores its resultBaruch Siach1-1/+1
2023-06-01cmd: fdt: Correct checking of configuration nodeBin Meng1-1/+1
2023-06-01acpi: Put the version numbers in a central placeSimon Glass1-0/+2
2023-05-16Merge tag 'efi-2023-07-rc3' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini1-1/+1
2023-05-13bootstd: Tidy up reporting of errorsSimon Glass1-1/+1
2023-05-13bootstd: Correct default boot commandSimon Glass2-2/+2
2023-05-13usb: Tidy up the usb_start flagSimon Glass1-1/+0
2023-05-13efi_loader: fix efi_dp_from_file()Heinrich Schuchardt1-1/+1
2023-05-11x86: coreboot: Show unimplemented sysinfo tagsSimon Glass1-0/+8
2023-05-11x86: coreboot: Collect the address of the ACPI tablesSimon Glass1-0/+1
2023-05-11acpi: Move the table-finding functions into the libarySimon Glass1-39/+1
2023-05-11acpi: Create a new Kconfig for ACPISimon Glass2-1/+5
2023-05-11mtrr: Don't show an invalid CPU numberSimon Glass1-1/+2
2023-05-09cmd: nvedit: remove error check, handle with KconfigTroy Kisky1-27/+5
2023-05-08cmd: tlv_eeprom: enable 'dev' subcommand before 'read'Josua Mayer1-10/+16
2023-05-08cmd: tlv_eeprom: handle -ENODEV error from read_eeprom functionJosua Mayer1-6/+16
2023-05-08cmd: tlv_eeprom: remove use of global variable has_been_readJosua Mayer1-10/+11
2023-05-08cmd: tlv_eeprom: remove use of global variable current_devJosua Mayer1-25/+25
2023-05-06net: ipv6: Add support for default gateway discovery.Ehsan Mohandesi1-0/+6
2023-05-06net: add fastboot TCP supportDmitrii Merkurev1-2/+23
2023-05-06net: dhcp6: pxe: Add DHCP/PXE commands for IPv6Sean Edmond4-17/+119
2023-05-05net: ipv6: IPv6 environment variable cleanupSean Edmond1-1/+22
2023-05-05Merge tag 'video-for-v2023.07-rc2' of https://source.denx.de/u-boot/custodian...Tom Rini1-160/+2
2023-05-04cmd: bdinfo: Print ethaddr of current MACMarek Vasut1-7/+13
2023-05-04cmd: bdinfo: Wrap network information printing into print_eth()Marek Vasut1-4/+4
2023-05-04cmd: bdinfo: Map fdt_blob and new_fdt to sysmemMarek Vasut1-2/+3
2023-05-02cmd: missing break in test_write_limit()Heinrich Schuchardt1-0/+1
2023-04-28bootflow: Rework do_bootflow_menu() slightlyTom Rini1-12/+12
2023-04-27ide: Move ide_init() into probingSimon Glass1-1/+21
2023-04-26bootstd: Show a message sometimes if no bootflows are foundSimon Glass1-0/+3
2023-04-24cmd: bmp: Split bmp commands and functionsNikhil M Jain1-160/+2
2023-04-13cmd: mvebu/bubt: a38x: Do not hardcode SATA block size to 512Pali Rohár1-2/+5
2023-04-10cmd: mmc: Return CMD_RET_* from commandsPali Rohár1-5/+13