summaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* bootstd: Tidy up reporting of errorsSimon Glass2023-05-131-1/+1
* bootstd: Correct default boot commandSimon Glass2023-05-132-2/+2
* usb: Tidy up the usb_start flagSimon Glass2023-05-131-1/+0
* x86: coreboot: Show unimplemented sysinfo tagsSimon Glass2023-05-111-0/+8
* x86: coreboot: Collect the address of the ACPI tablesSimon Glass2023-05-111-0/+1
* acpi: Move the table-finding functions into the libarySimon Glass2023-05-111-39/+1
* acpi: Create a new Kconfig for ACPISimon Glass2023-05-112-1/+5
* mtrr: Don't show an invalid CPU numberSimon Glass2023-05-111-1/+2
* cmd: tlv_eeprom: enable 'dev' subcommand before 'read'Josua Mayer2023-05-081-10/+16
* cmd: tlv_eeprom: handle -ENODEV error from read_eeprom functionJosua Mayer2023-05-081-6/+16
* cmd: tlv_eeprom: remove use of global variable has_been_readJosua Mayer2023-05-081-10/+11
* cmd: tlv_eeprom: remove use of global variable current_devJosua Mayer2023-05-081-25/+25
* net: ipv6: Add support for default gateway discovery.Ehsan Mohandesi2023-05-051-0/+6
* net: add fastboot TCP supportDmitrii Merkurev2023-05-051-2/+23
* net: dhcp6: pxe: Add DHCP/PXE commands for IPv6Sean Edmond2023-05-054-17/+119
* net: ipv6: IPv6 environment variable cleanupSean Edmond2023-05-051-1/+22
* Merge tag 'video-for-v2023.07-rc2' of https://source.denx.de/u-boot/custodian...Tom Rini2023-05-051-160/+2
|\
| * cmd: bmp: Split bmp commands and functionsNikhil M Jain2023-04-241-160/+2
* | cmd: bdinfo: Print ethaddr of current MACMarek Vasut2023-05-031-7/+13
* | cmd: bdinfo: Wrap network information printing into print_eth()Marek Vasut2023-05-031-4/+4
* | cmd: bdinfo: Map fdt_blob and new_fdt to sysmemMarek Vasut2023-05-031-2/+3
* | cmd: missing break in test_write_limit()Heinrich Schuchardt2023-05-021-0/+1
* | bootflow: Rework do_bootflow_menu() slightlyTom Rini2023-04-281-12/+12
* | ide: Move ide_init() into probingSimon Glass2023-04-271-1/+21
* | bootstd: Show a message sometimes if no bootflows are foundSimon Glass2023-04-261-0/+3
|/
* cmd: mvebu/bubt: a38x: Do not hardcode SATA block size to 512Pali Rohár2023-04-131-2/+5
* cmd: mmc: Return CMD_RET_* from commandsPali Rohár2023-04-101-5/+13
* mmc: Use EXT_CSD_EXTRACT_BOOT_PART() macro for extracting boot partPali Rohár2023-04-101-2/+1
* cmd: consider multiplexing in coninfoHeinrich Schuchardt2023-04-081-2/+9
* cmd: Add 2048 gameSimon Glass2023-04-063-0/+409
* cmd: CONFIG_CMD_SCSI depends on CONFIG_SCSIHeinrich Schuchardt2023-04-061-1/+2
* cmd/regulator: missing fallthrough in do_dev()Heinrich Schuchardt2023-04-061-0/+1
* cmd: missing fallthrough macro in do_pci()Heinrich Schuchardt2023-04-061-0/+1
* cmd: convert fallthrough comment.Heinrich Schuchardt2023-04-061-1/+1
* cmd: blkmap: Add blkmap commandTobias Waldekranz2023-04-053-0/+253
* cmd: blk: Allow generic read/write operations to work in sandboxTobias Waldekranz2023-04-051-4/+11
* android: boot: support boot image header version 3 and 4Safae Ouajih2023-04-041-2/+22
* android: boot: add vendor boot image to prepare for v3, v4 supportSafae Ouajih2023-04-041-2/+2
* android: boot: move to andr_image_data structureSafae Ouajih2023-04-041-15/+16
* android: boot: replace android_image_check_headerSafae Ouajih2023-04-041-2/+2
* android: boot: support vendor boot image in abootimgSafae Ouajih2023-04-041-3/+15
* android: boot: rename andr_img_hdr -> andr_boot_img_hdr_v0Safae Ouajih2023-04-041-2/+2
* fdt: Make fdt addr -q quieterPeter Hoyes2023-04-031-5/+14
* cmd: fdt: Use env_set_hex() for "get addr" and "get size"Marek Vasut2023-04-031-11/+2
* cmd: ums: abort mounting by pressing any keySvyatoslav Ryhel2023-03-302-0/+16
* cmd: pci: Add command to set MPS of all PCIe devicesStephen Carlson2023-03-303-0/+175
* nvedit: simplify do_env_indirect()Rasmus Villemoes2023-03-301-7/+4
* cmd: bootefi: allocate device-tree copy from high memoryHeinrich Schuchardt2023-03-251-16/+3
* efi: Support showing tablesSimon Glass2023-03-252-2/+31
* efi: Split out table-listing code into a new fileSimon Glass2023-03-253-6/+28