aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2023-06-06ubifs: allow loading to above 4GiBBen Dooks
2023-05-16Merge tag 'efi-2023-07-rc3' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2023-05-13bootstd: Tidy up reporting of errorsSimon Glass
2023-05-13bootstd: Correct default boot commandSimon Glass
2023-05-13usb: Tidy up the usb_start flagSimon Glass
2023-05-13efi_loader: fix efi_dp_from_file()Heinrich Schuchardt
2023-05-11x86: coreboot: Show unimplemented sysinfo tagsSimon Glass
2023-05-11x86: coreboot: Collect the address of the ACPI tablesSimon Glass
2023-05-11acpi: Move the table-finding functions into the libarySimon Glass
2023-05-11acpi: Create a new Kconfig for ACPISimon Glass
2023-05-11mtrr: Don't show an invalid CPU numberSimon Glass
2023-05-08cmd: tlv_eeprom: enable 'dev' subcommand before 'read'Josua Mayer
2023-05-08cmd: tlv_eeprom: handle -ENODEV error from read_eeprom functionJosua Mayer
2023-05-08cmd: tlv_eeprom: remove use of global variable has_been_readJosua Mayer
2023-05-08cmd: tlv_eeprom: remove use of global variable current_devJosua Mayer
2023-05-05net: ipv6: Add support for default gateway discovery.Ehsan Mohandesi
2023-05-05net: add fastboot TCP supportDmitrii Merkurev
2023-05-05net: dhcp6: pxe: Add DHCP/PXE commands for IPv6Sean Edmond
2023-05-05net: ipv6: IPv6 environment variable cleanupSean Edmond
2023-05-05Merge tag 'video-for-v2023.07-rc2' of https://source.denx.de/u-boot/custodian...Tom Rini
2023-05-03cmd: bdinfo: Print ethaddr of current MACMarek Vasut
2023-05-03cmd: bdinfo: Wrap network information printing into print_eth()Marek Vasut
2023-05-03cmd: bdinfo: Map fdt_blob and new_fdt to sysmemMarek Vasut
2023-05-02cmd: missing break in test_write_limit()Heinrich Schuchardt
2023-04-28bootflow: Rework do_bootflow_menu() slightlyTom Rini
2023-04-27ide: Move ide_init() into probingSimon Glass
2023-04-26bootstd: Show a message sometimes if no bootflows are foundSimon Glass
2023-04-24cmd: bmp: Split bmp commands and functionsNikhil M Jain
2023-04-13cmd: mvebu/bubt: a38x: Do not hardcode SATA block size to 512Pali Rohár
2023-04-10cmd: mmc: Return CMD_RET_* from commandsPali Rohár
2023-04-10mmc: Use EXT_CSD_EXTRACT_BOOT_PART() macro for extracting boot partPali Rohár
2023-04-08cmd: consider multiplexing in coninfoHeinrich Schuchardt
2023-04-06cmd: Add 2048 gameSimon Glass
2023-04-06cmd: CONFIG_CMD_SCSI depends on CONFIG_SCSIHeinrich Schuchardt
2023-04-06cmd/regulator: missing fallthrough in do_dev()Heinrich Schuchardt
2023-04-06cmd: missing fallthrough macro in do_pci()Heinrich Schuchardt
2023-04-06cmd: convert fallthrough comment.Heinrich Schuchardt
2023-04-05cmd: blkmap: Add blkmap commandTobias Waldekranz
2023-04-05cmd: blk: Allow generic read/write operations to work in sandboxTobias Waldekranz
2023-04-04android: boot: support boot image header version 3 and 4Safae Ouajih
2023-04-04android: boot: add vendor boot image to prepare for v3, v4 supportSafae Ouajih
2023-04-04android: boot: move to andr_image_data structureSafae Ouajih
2023-04-04android: boot: replace android_image_check_headerSafae Ouajih
2023-04-04android: boot: support vendor boot image in abootimgSafae Ouajih
2023-04-04android: boot: rename andr_img_hdr -> andr_boot_img_hdr_v0Safae Ouajih
2023-04-03fdt: Make fdt addr -q quieterPeter Hoyes
2023-04-03cmd: fdt: Use env_set_hex() for "get addr" and "get size"Marek Vasut
2023-03-30cmd: ums: abort mounting by pressing any keySvyatoslav Ryhel
2023-03-30cmd: pci: Add command to set MPS of all PCIe devicesStephen Carlson
2023-03-30nvedit: simplify do_env_indirect()Rasmus Villemoes