aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-01Merge https://source.denx.de/u-boot/custodians/u-boot-cfi-flashWIP/01Feb2022Tom Rini1-0/+3
2022-02-01mtd: cfi_mtd: populate mtd->dev with flash_info->devPatrice Chotard1-0/+3
2022-01-31Prepare v2022.04-rc1v2022.04-rc1Tom Rini1-2/+2
2022-01-31mkimage: fix segfault on MacOS arm64Sergey V. Lobanov1-0/+2
2022-01-31Merge tag 'dm-pull-30jan22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini5-16/+65
2022-01-31configs: Resync with savedefconfigTom Rini18-21/+21
2022-01-31pylint: Adjust how the output is producedSimon Glass2-218/+230
2022-01-31Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/31Jan2022Tom Rini15-137/+790
2022-01-31arm: kirkwood: GoFlex Home : Use Marvell uclass mvgbe and PHY driver for Ethe...Tony Dinh3-96/+22
2022-01-31tools: kwboot: Set debug flag to 1Pali Rohár1-0/+1
2022-01-31tools: kwboot: Fix usage of -D without -tPali Rohár1-1/+1
2022-01-31tools: kwboot: Handle EINTR in kwboot_tty_recv()Pali Rohár1-3/+7
2022-01-31tools: kwboot: Handle EINTR in kwboot_write()Pali Rohár1-3/+5
2022-01-31tools: kwboot: Remove 2s delay before sending first xmodem packetPali Rohár1-4/+0
2022-01-31tools: kwboot: Force BootROM to flush input queue after boot patternPali Rohár1-1/+35
2022-01-31tools: kwboot: Allow to use option -b without image pathPali Rohár1-5/+17
2022-01-31tools: kwboot: Show 'E' in progress output when error occursPali Rohár1-2/+6
2022-01-31tools: kwboot: Fix handling of repeated xmodem packetsPali Rohár1-3/+25
2022-01-31tools: kwboot: Do not change received character in kwboot_xm_recv_reply()Pali Rohár1-4/+2
2022-01-31tools: kwboot: Remove code for handling CAN bytePali Rohár1-11/+5
2022-01-31tools: kwboot: Improve retrying logic for incomplete xmodem packetsPali Rohár1-1/+10
2022-01-31tools: kwboot: Wait blk_rsp_timeo when flushingPali Rohár1-2/+2
2022-01-31tools: kwboot: Increase blk_rsp_timeo to 2sPali Rohár1-1/+1
2022-01-31arm: kirkwood: Pogoplug V4 : Use Marvell network PHY driverTony Dinh1-0/+1
2022-01-31arm: kirkwood: Pogoplug-V4 : Add board implementation filesTony Dinh6-0/+447
2022-01-31arm: kirkwood: Pogoplug-V4 : Add Kconfig filesTony Dinh2-0/+22
2022-01-31arm: kirkwood: Pogoplug-V4 : Add DTS filesTony Dinh2-0/+181
2022-01-31arm: mvebu: Espressobin: Fix URLs in commentsPali Rohár1-2/+2
2022-01-30binman: Skip node generation for images read from filesJan Kiszka4-3/+52
2022-01-30moveconfig: Fix code relying on now-stripped newline charactersAlper Nebi Yasak1-13/+13
2022-01-30Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiWIP/30Jan2022Tom Rini18-69/+104
2022-01-30mkimage: sunxi_egon: Allow overriding the padding sizeSamuel Holland1-3/+6
2022-01-30sunxi: Fix H616 DRAM read calibration for dual rankJernej Skrabec1-1/+1
2022-01-30sunxi: fix H616 DRAM ODT supportJernej Skrabec1-1/+1
2022-01-30sunxi: Add option to prevent booting on power plug-inChris Morgan2-0/+21
2022-01-30pmic: axp: define ALDO_IN startup bitAndre Przywara6-4/+13
2022-01-30sunxi: gpio: Fix up pointer arithmeticAndre Przywara1-4/+4
2022-01-30mmc: sunxi: Use DM_GPIO flags to set pull-upSamuel Holland1-6/+2
2022-01-30gpio: sunxi: Implement .set_flagsSamuel Holland1-35/+27
2022-01-30sunxi: gpio: Add per-bank drive and pull settersSamuel Holland2-4/+18
2022-01-30sunxi: gpio: Return void from setter functionsSamuel Holland2-8/+4
2022-01-30sunxi: dram_sun4i/5i: use DRAM_MEMORY_TYPE_DDR3 instead of magic number 3Giulio Benetti2-2/+2
2022-01-30i2c: mvtwsi: Add compatible string for allwinner, sun4i-a10-i2cChris Morgan1-0/+1
2022-01-30sunxi: call fdt_fixup_ethernet again to set macaddr for more aliasesIcenowy Zheng1-2/+4
2022-01-30sunxi: SPI: fix pinmuxing for Allwinner H6 SoCsDaniel Wagenknecht1-1/+2
2022-01-29Merge tag 'efi-2022-04-rc1-3' of https://source.denx.de/u-boot/custodians/u-b...WIP/29Jan2022Tom Rini55-274/+613
2022-01-29Merge branch '2022-01-28-assorted-fixes'Tom Rini24-39/+265
2022-01-29squashfs: show an error message if the inode_table can't be, allocatedLars Weber1-0/+2
2022-01-29efi_loader: hash the image once before checking against db/dbxIlias Apalodimas1-1/+4
2022-01-29efi_loader: correctly handle mixed hashes and signatures in dbIlias Apalodimas4-12/+60