aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-usb in...WIP/03Mar2023-nextTom Rini2023-03-035-89/+182
|\
| * dt-bindings: usb: mtk-xhci: add support mt8195Chunfeng Yun2023-03-021-1/+3
| * dt-bindings: phy-mtk-tphy: add support mt8195Chunfeng Yun2023-03-021-0/+1
| * usb: xhci-mtk: modify the SOF/ITP interval for mt8195Chunfeng Yun2023-03-021-1/+48
| * phy: phy-mtk-tphy: add support mt8195Chunfeng Yun2023-03-021-10/+81
| * phy: phy-mtk-tphy: remove macros to prepare bitfield valueChunfeng Yun2023-03-021-75/+47
| * usb: dwc3-meson-g12a: Select PHY instead of imply PHYMarek Vasut2023-03-021-2/+2
|/
* Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-marvel...WIP/01Mar2023-nextTom Rini2023-03-0122-279/+937
|\
| * doc/kwboot.1: Update example descriptionPali Rohár2023-03-011-1/+2
| * arm: mvebu: Define SPL memory mapsPali Rohár2023-03-011-0/+16
| * arm: mvebu: Define env_sf_get_env_addr() also for Proper U-BootPali Rohár2023-03-013-13/+14
| * arm: mvebu: Fix comment about CPU_ATTR_BOOTROM mappingPali Rohár2023-03-011-1/+1
| * arm: mvebu: Remove A39x relictsPali Rohár2023-03-014-44/+8
| * arm: mvebu: clearfog: Add defconfig for SATA bootingPali Rohár2023-03-011-0/+83
| * arm: mvebu: db-88f6820-amc: Add defconfig for NAND bootingPali Rohár2023-03-011-0/+92
| * arm: mvebu: Fix description of MVEBU_SPL_BOOT_DEVICE_(SPI|MMC) optionsPali Rohár2023-03-011-2/+2
| * arm: mvebu: Add support for generating PEX kwbimagePali Rohár2023-03-012-0/+7
| * arm: mvebu: Add support for generating NAND kwbimagePali Rohár2023-03-014-1/+31
| * tools: kwbimage: Add support for creating an image with no dataPali Rohár2023-03-011-3/+25
| * tools: mkimage: Do not try to open datafile when it is skippedPali Rohár2023-03-011-1/+1
| * tools: mkimage: Print human readable error when -d is not specifiedPali Rohár2023-03-011-0/+5
| * tools: kwbimage: Add support for XIP SPI/NOR imagesPali Rohár2023-03-011-7/+89
| * tools: mkimage: Do not fill legacy_img_hdr for non-legacy XIP imagesPali Rohár2023-03-011-1/+3
| * tools: kwbimage: Fix invalid secure boot header signaturePali Rohár2023-03-011-27/+14
| * tools: kwbimage: Fix generating secure boot data image signaturePali Rohár2023-03-011-1/+1
| * tools: kwbimage: Rename imagesz to dataoffPali Rohár2023-03-011-10/+10
| * tools: kwbimage: Simplify add_secure_header_v1()Pali Rohár2023-03-011-10/+5
| * tools: kwbimage: Print image data offset when printing kwbimage headerPali Rohár2023-03-011-0/+6
| * tools: kwbimage: Print binary image offset as sizePali Rohár2023-03-011-3/+3
| * tools: kwbimage: Add support for dumping NAND_BLKSZ for v0 imagesPali Rohár2023-03-011-1/+1
| * tools: kwbimage: Reject mkimage -F optionPali Rohár2023-03-011-1/+1
| * tools: kwbimage: Fix endianity when printing kwbimage headerPali Rohár2023-03-011-3/+3
| * tools: kwbimage: Fix generating of kwbimage v0 header checksumPali Rohár2023-03-011-2/+3
| * tools: kwbimage: Fix dumping NAND_BLKSZPali Rohár2023-03-011-2/+8
| * tools: kwbimage: Fix dumping NAND_BADBLK_LOCATIONPali Rohár2023-03-011-1/+1
| * tools: kwbimage: Fix endianity when dumping NAND_PAGE_SIZEPali Rohár2023-03-011-1/+1
| * tools: kwbimage: Fix dumping register set / DATA commandsPali Rohár2023-03-011-8/+11
| * cmd: mvebu/bubt: Enable command by defaultPali Rohár2023-03-011-0/+1
| * cmd: mvebu/bubt: Fix warnings: unused variable 'secure_mode' and 'fuse_read_u...Pali Rohár2023-03-011-2/+5
| * cmd: mvebu/bubt: Better guess default MVEBU_*_BOOT optionPali Rohár2023-03-011-0/+4
| * cmd: mvebu/bubt: Set correct default image name for 32-bit Armada SoCsPali Rohár2023-03-011-0/+1
| * cmd: mvebu/bubt: Check also A8K boot image checksumPali Rohár2023-03-011-3/+11
| * cmd: mvebu/bubt: Do not modify image in A8K check_image_header()Pali Rohár2023-03-011-5/+1
| * cmd: mvebu/bubt: Mark all local symbols as staticPali Rohár2023-03-011-4/+4
| * cmd: mvebu/bubt: Rename variable image_size to hdr_sizePali Rohár2023-03-011-5/+5
| * cmd: mvebu/bubt: Add support for reading image from the SATA disk partitionPali Rohár2023-03-012-3/+38
| * cmd: mvebu/bubt: Add support for writing image to SATA diskPali Rohár2023-03-013-2/+121
| * cmd: mvebu/bubt: Add support for selecting eMMC HW partitionPali Rohár2023-03-012-11/+63
| * tools: kwboot: Show image type and error parsing reasonsPali Rohár2023-03-011-5/+34
| * tools: kwboot: Fix patching of SPI/NOR XIP imagesPali Rohár2023-03-011-2/+2