summaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* 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
* cmd: introduce 'write' commandRasmus Villemoes2023-03-173-7/+28
* cmd: read: use part_get_info_by_dev_and_name_or_num() instead of open-coded d...Rasmus Villemoes2023-03-171-24/+8
* Merge tag 'xilinx-for-v2023.07-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini2023-03-161-1/+1
|\
| * cmd: smccc: Print results in hex instead of decMichal Simek2023-03-091-1/+1
* | cmd: fdt: Drop the 0x prefixMarek Vasut2023-03-141-1/+1
* | video: Add a note about the broken implementationSimon Glass2023-03-131-1/+7
* | video: Clear the vidconsole rather than the videoSimon Glass2023-03-131-4/+8
* | bbinfo: Show the size of the copy framebufferSimon Glass2023-03-131-1/+5
* | x86: Add a few more items to bdinfoSimon Glass2023-03-131-0/+5
* | cmd: fdt: Add support for integer arrays in fdt get value with indexMarek Vasut2023-03-081-2/+12
* | cmd: fdt: Map address returned from fdt get addr to sysmemMarek Vasut2023-03-081-1/+2
* | cmd: fdt: Handle 64bit pointers in fdt get addrMarek Vasut2023-03-081-2/+2
* | cmd: fdt: Align checksign parameter names in help textMarek Vasut2023-03-081-2/+2
* | cmd: fdt: Check argc before accessing argv in fdt memoryMarek Vasut2023-03-081-0/+4
* | cmd: fdt: Check argc before accessing argv in fdt bootcpuMarek Vasut2023-03-081-1/+6
* | cmd: fdt: Fix fdt rsvmem behavior on non-existent index and error message spaceMarek Vasut2023-03-081-4/+4
* | cmd: fdt: Fix fdt rm behavior on non-existent property and error message spaceMarek Vasut2023-03-081-4/+4
* | cmd: fdt: Fix handling of empty properties for fdt get addr and fdt get sizeMarek Vasut2023-03-081-5/+7
* | cmd: fdt: Import is_printable_string() from DTC to fix u32 misprintMarek Vasut2023-03-081-22/+14
* | bootflow: Rename bootflow_flags_tSimon Glass2023-03-081-4/+4
|/
* video console: allow font size configuration at runtimeDzmitry Sankouski2023-03-072-1/+9