summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
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
2023-04-10mmc: Use EXT_CSD_EXTRACT_BOOT_PART() macro for extracting boot partPali Rohár1-2/+1
2023-04-08cmd: consider multiplexing in coninfoHeinrich Schuchardt1-2/+9
2023-04-07cmd: Add 2048 gameSimon Glass3-0/+409
2023-04-07cmd: CONFIG_CMD_SCSI depends on CONFIG_SCSIHeinrich Schuchardt1-1/+2
2023-04-07cmd/regulator: missing fallthrough in do_dev()Heinrich Schuchardt1-0/+1
2023-04-07cmd: missing fallthrough macro in do_pci()Heinrich Schuchardt1-0/+1
2023-04-07cmd: convert fallthrough comment.Heinrich Schuchardt1-1/+1
2023-04-05cmd: blkmap: Add blkmap commandTobias Waldekranz3-0/+253
2023-04-05cmd: blk: Allow generic read/write operations to work in sandboxTobias Waldekranz1-4/+11
2023-04-04android: boot: support boot image header version 3 and 4Safae Ouajih1-2/+22
2023-04-04android: boot: add vendor boot image to prepare for v3, v4 supportSafae Ouajih1-2/+2
2023-04-04android: boot: move to andr_image_data structureSafae Ouajih1-15/+16
2023-04-04android: boot: replace android_image_check_headerSafae Ouajih1-2/+2
2023-04-04android: boot: support vendor boot image in abootimgSafae Ouajih1-3/+15
2023-04-04android: boot: rename andr_img_hdr -> andr_boot_img_hdr_v0Safae Ouajih1-2/+2
2023-04-02fdt: Make fdt addr -q quieterPeter Hoyes1-5/+14
2023-04-02cmd: fdt: Use env_set_hex() for "get addr" and "get size"Marek Vasut1-11/+2
2023-03-30cmd: ums: abort mounting by pressing any keySvyatoslav Ryhel2-0/+16
2023-03-30cmd: pci: Add command to set MPS of all PCIe devicesStephen Carlson3-0/+175
2023-03-30nvedit: simplify do_env_indirect()Rasmus Villemoes1-7/+4
2023-03-25cmd: bootefi: allocate device-tree copy from high memoryHeinrich Schuchardt1-16/+3
2023-03-25efi: Support showing tablesSimon Glass2-2/+31
2023-03-25efi: Split out table-listing code into a new fileSimon Glass3-6/+28
2023-03-17cmd: introduce 'write' commandRasmus Villemoes3-7/+28
2023-03-17cmd: read: use part_get_info_by_dev_and_name_or_num() instead of open-coded d...Rasmus Villemoes1-24/+8
2023-03-16Merge tag 'xilinx-for-v2023.07-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini1-1/+1
2023-03-15cmd: fdt: Drop the 0x prefixMarek Vasut1-1/+1
2023-03-13video: Add a note about the broken implementationSimon Glass1-1/+7
2023-03-13video: Clear the vidconsole rather than the videoSimon Glass1-4/+8
2023-03-13bbinfo: Show the size of the copy framebufferSimon Glass1-1/+5
2023-03-13x86: Add a few more items to bdinfoSimon Glass1-0/+5
2023-03-09cmd: smccc: Print results in hex instead of decMichal Simek1-1/+1
2023-03-08cmd: fdt: Add support for integer arrays in fdt get value with indexMarek Vasut1-2/+12
2023-03-08cmd: fdt: Map address returned from fdt get addr to sysmemMarek Vasut1-1/+2
2023-03-08cmd: fdt: Handle 64bit pointers in fdt get addrMarek Vasut1-2/+2
2023-03-08cmd: fdt: Align checksign parameter names in help textMarek Vasut1-2/+2
2023-03-08cmd: fdt: Check argc before accessing argv in fdt memoryMarek Vasut1-0/+4