summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
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
2023-03-08cmd: fdt: Check argc before accessing argv in fdt bootcpuMarek Vasut1-1/+6
2023-03-08cmd: fdt: Fix fdt rsvmem behavior on non-existent index and error message spaceMarek Vasut1-4/+4
2023-03-08cmd: fdt: Fix fdt rm behavior on non-existent property and error message spaceMarek Vasut1-4/+4
2023-03-08cmd: fdt: Fix handling of empty properties for fdt get addr and fdt get sizeMarek Vasut1-5/+7
2023-03-08cmd: fdt: Import is_printable_string() from DTC to fix u32 misprintMarek Vasut1-22/+14
2023-03-08bootflow: Rename bootflow_flags_tSimon Glass1-4/+4
2023-03-07video console: allow font size configuration at runtimeDzmitry Sankouski2-1/+9
2023-03-07video console: move vidconsole_get_font_size() logic to driver opsDzmitry Sankouski1-1/+5
2023-03-01cmd: mvebu/bubt: Enable command by defaultPali Rohár1-0/+1
2023-03-01cmd: mvebu/bubt: Fix warnings: unused variable 'secure_mode' and 'fuse_read_u...Pali Rohár1-2/+5
2023-03-01cmd: mvebu/bubt: Better guess default MVEBU_*_BOOT optionPali Rohár1-0/+4
2023-03-01cmd: mvebu/bubt: Set correct default image name for 32-bit Armada SoCsPali Rohár1-0/+1
2023-03-01cmd: mvebu/bubt: Check also A8K boot image checksumPali Rohár1-3/+11
2023-03-01cmd: mvebu/bubt: Do not modify image in A8K check_image_header()Pali Rohár1-5/+1
2023-03-01cmd: mvebu/bubt: Mark all local symbols as staticPali Rohár1-4/+4
2023-03-01cmd: mvebu/bubt: Rename variable image_size to hdr_sizePali Rohár1-5/+5
2023-03-01cmd: mvebu/bubt: Add support for reading image from the SATA disk partitionPali Rohár1-2/+37
2023-03-01cmd: mvebu/bubt: Add support for writing image to SATA diskPali Rohár2-1/+120
2023-03-01cmd: mvebu/bubt: Add support for selecting eMMC HW partitionPali Rohár1-5/+48
2023-03-01cmd: mvebu/bubt: Fix parsing SATA kwbimagePali Rohár1-7/+1
2023-03-01cmd: mvebu/bubt: Fix parsing SDIO kwbimagePali Rohár1-3/+0
2023-02-27mtd: nand: Mark reserved blocksAshok Reddy Soma1-3/+6
2023-02-19efi_loader: Measure the loaded DTBEtienne Carriere1-0/+8
2023-02-13Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini1-7/+4
2023-02-13cmd: return code when tlv_eeprom incorrectly calledHeinrich Schuchardt1-7/+4
2023-02-13cmd: fdt: allow standalone "fdt move"Andre Przywara1-11/+17
2023-02-13cmd: fdt: move: Use map_sysmem to convert pointersAndre Przywara1-3/+3
2023-02-12cmd: clk: probe the clock before dump themPatrick Delaunay1-10/+5
2023-02-10Merge tag 'efi-2023-04-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini4-12/+16
2023-02-10Correct SPL use of EFI_SECURE_BOOTSimon Glass1-1/+1
2023-02-10Correct SPL use of EFI_MM_COMM_TEESimon Glass1-1/+1
2023-02-10Correct SPL use of VIDEO_ANSISimon Glass1-1/+1
2023-02-10Correct SPL uses of VIDEOSimon Glass1-1/+1