aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-03Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-usb in...WIP/03Mar2023-nextTom Rini5-89/+182
2023-03-02dt-bindings: usb: mtk-xhci: add support mt8195Chunfeng Yun1-1/+3
2023-03-02dt-bindings: phy-mtk-tphy: add support mt8195Chunfeng Yun1-0/+1
2023-03-02usb: xhci-mtk: modify the SOF/ITP interval for mt8195Chunfeng Yun1-1/+48
2023-03-02phy: phy-mtk-tphy: add support mt8195Chunfeng Yun1-10/+81
2023-03-02phy: phy-mtk-tphy: remove macros to prepare bitfield valueChunfeng Yun1-75/+47
2023-03-02usb: dwc3-meson-g12a: Select PHY instead of imply PHYMarek Vasut1-2/+2
2023-03-01Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-marvel...WIP/01Mar2023-nextTom Rini22-279/+937
2023-03-01doc/kwboot.1: Update example descriptionPali Rohár1-1/+2
2023-03-01arm: mvebu: Define SPL memory mapsPali Rohár1-0/+16
2023-03-01arm: mvebu: Define env_sf_get_env_addr() also for Proper U-BootPali Rohár3-13/+14
2023-03-01arm: mvebu: Fix comment about CPU_ATTR_BOOTROM mappingPali Rohár1-1/+1
2023-03-01arm: mvebu: Remove A39x relictsPali Rohár4-44/+8
2023-03-01arm: mvebu: clearfog: Add defconfig for SATA bootingPali Rohár1-0/+83
2023-03-01arm: mvebu: db-88f6820-amc: Add defconfig for NAND bootingPali Rohár1-0/+92
2023-03-01arm: mvebu: Fix description of MVEBU_SPL_BOOT_DEVICE_(SPI|MMC) optionsPali Rohár1-2/+2
2023-03-01arm: mvebu: Add support for generating PEX kwbimagePali Rohár2-0/+7
2023-03-01arm: mvebu: Add support for generating NAND kwbimagePali Rohár4-1/+31
2023-03-01tools: kwbimage: Add support for creating an image with no dataPali Rohár1-3/+25
2023-03-01tools: mkimage: Do not try to open datafile when it is skippedPali Rohár1-1/+1
2023-03-01tools: mkimage: Print human readable error when -d is not specifiedPali Rohár1-0/+5
2023-03-01tools: kwbimage: Add support for XIP SPI/NOR imagesPali Rohár1-7/+89
2023-03-01tools: mkimage: Do not fill legacy_img_hdr for non-legacy XIP imagesPali Rohár1-1/+3
2023-03-01tools: kwbimage: Fix invalid secure boot header signaturePali Rohár1-27/+14
2023-03-01tools: kwbimage: Fix generating secure boot data image signaturePali Rohár1-1/+1
2023-03-01tools: kwbimage: Rename imagesz to dataoffPali Rohár1-10/+10
2023-03-01tools: kwbimage: Simplify add_secure_header_v1()Pali Rohár1-10/+5
2023-03-01tools: kwbimage: Print image data offset when printing kwbimage headerPali Rohár1-0/+6
2023-03-01tools: kwbimage: Print binary image offset as sizePali Rohár1-3/+3
2023-03-01tools: kwbimage: Add support for dumping NAND_BLKSZ for v0 imagesPali Rohár1-1/+1
2023-03-01tools: kwbimage: Reject mkimage -F optionPali Rohár1-1/+1
2023-03-01tools: kwbimage: Fix endianity when printing kwbimage headerPali Rohár1-3/+3
2023-03-01tools: kwbimage: Fix generating of kwbimage v0 header checksumPali Rohár1-2/+3
2023-03-01tools: kwbimage: Fix dumping NAND_BLKSZPali Rohár1-2/+8
2023-03-01tools: kwbimage: Fix dumping NAND_BADBLK_LOCATIONPali Rohár1-1/+1
2023-03-01tools: kwbimage: Fix endianity when dumping NAND_PAGE_SIZEPali Rohár1-1/+1
2023-03-01tools: kwbimage: Fix dumping register set / DATA commandsPali Rohár1-8/+11
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ár2-3/+38
2023-03-01cmd: mvebu/bubt: Add support for writing image to SATA diskPali Rohár3-2/+121
2023-03-01cmd: mvebu/bubt: Add support for selecting eMMC HW partitionPali Rohár2-11/+63
2023-03-01tools: kwboot: Show image type and error parsing reasonsPali Rohár1-5/+34
2023-03-01tools: kwboot: Fix patching of SPI/NOR XIP imagesPali Rohár1-2/+2