aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
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
2023-03-25cmd: bootefi: allocate device-tree copy from high memoryHeinrich Schuchardt
2023-03-25efi: Support showing tablesSimon Glass
2023-03-25efi: Split out table-listing code into a new fileSimon Glass
2023-03-17cmd: introduce 'write' commandRasmus Villemoes
2023-03-17cmd: read: use part_get_info_by_dev_and_name_or_num() instead of open-coded d...Rasmus Villemoes
2023-03-16Merge tag 'xilinx-for-v2023.07-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini
2023-03-14cmd: fdt: Drop the 0x prefixMarek Vasut
2023-03-13video: Add a note about the broken implementationSimon Glass
2023-03-13video: Clear the vidconsole rather than the videoSimon Glass
2023-03-13bbinfo: Show the size of the copy framebufferSimon Glass
2023-03-13x86: Add a few more items to bdinfoSimon Glass
2023-03-09cmd: smccc: Print results in hex instead of decMichal Simek
2023-03-08cmd: fdt: Add support for integer arrays in fdt get value with indexMarek Vasut
2023-03-08cmd: fdt: Map address returned from fdt get addr to sysmemMarek Vasut
2023-03-08cmd: fdt: Handle 64bit pointers in fdt get addrMarek Vasut
2023-03-08cmd: fdt: Align checksign parameter names in help textMarek Vasut
2023-03-08cmd: fdt: Check argc before accessing argv in fdt memoryMarek Vasut
2023-03-08cmd: fdt: Check argc before accessing argv in fdt bootcpuMarek Vasut
2023-03-08cmd: fdt: Fix fdt rsvmem behavior on non-existent index and error message spaceMarek Vasut
2023-03-08cmd: fdt: Fix fdt rm behavior on non-existent property and error message spaceMarek Vasut
2023-03-08cmd: fdt: Fix handling of empty properties for fdt get addr and fdt get sizeMarek Vasut
2023-03-08cmd: fdt: Import is_printable_string() from DTC to fix u32 misprintMarek Vasut
2023-03-08bootflow: Rename bootflow_flags_tSimon Glass
2023-03-07video console: allow font size configuration at runtimeDzmitry Sankouski
2023-03-07video console: move vidconsole_get_font_size() logic to driver opsDzmitry Sankouski
2023-03-01cmd: mvebu/bubt: Enable command by defaultPali Rohár
2023-03-01cmd: mvebu/bubt: Fix warnings: unused variable 'secure_mode' and 'fuse_read_u...Pali Rohár
2023-03-01cmd: mvebu/bubt: Better guess default MVEBU_*_BOOT optionPali Rohár
2023-03-01cmd: mvebu/bubt: Set correct default image name for 32-bit Armada SoCsPali Rohár
2023-03-01cmd: mvebu/bubt: Check also A8K boot image checksumPali Rohár
2023-03-01cmd: mvebu/bubt: Do not modify image in A8K check_image_header()Pali Rohár
2023-03-01cmd: mvebu/bubt: Mark all local symbols as staticPali Rohár
2023-03-01cmd: mvebu/bubt: Rename variable image_size to hdr_sizePali Rohár
2023-03-01cmd: mvebu/bubt: Add support for reading image from the SATA disk partitionPali Rohár
2023-03-01cmd: mvebu/bubt: Add support for writing image to SATA diskPali Rohár
2023-03-01cmd: mvebu/bubt: Add support for selecting eMMC HW partitionPali Rohár
2023-03-01cmd: mvebu/bubt: Fix parsing SATA kwbimagePali Rohár