aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-08Merge https://source.denx.de/u-boot/custodians/u-boot-watchdogWIP/08Mar2022Tom Rini4-18/+28
2022-03-08Merge branch '2022-03-08-assorted-fixes'Tom Rini9-19/+62
2022-03-08board: .gitignore: replace dsdt.c by dsdt_generated.cPhilippe Reynes6-18/+18
2022-03-08drivers: serial: Make sure we really return a serial deviceMark Kettenis1-1/+2
2022-03-08.mailmap: Fix Heinrich's xypron.glpk@gmx.de recordMichal Simek1-0/+1
2022-03-08tools: mkimage: Call verify_header after writing image to diskPali Rohár1-0/+41
2022-03-08watchdog: rti_wdt: Add 10% safety margin to clock frequencyJan Kiszka1-3/+11
2022-03-08watchdog: armada_37xx: Probe driver also when watchdog is already runningPali Rohár1-14/+3
2022-03-08drivers: watchdog: wdt-uclass.c: add a property u-boot, noautostartPhilippe Reynes1-1/+6
2022-03-08MAINTAINERS: Add watchdog maintainers entryStefan Roese1-0/+8
2022-03-05Merge https://source.denx.de/u-boot/custodians/u-boot-sunxiWIP/05Mar2022Tom Rini7-37/+69
2022-03-05Merge branch '2022-03-04-assorted-minor-fixes'Tom Rini10-23/+74
2022-03-04lib: rsa: use actual OpenSSL 1.1.0 EVP MD APIWIP/2022-03-04-assorted-minor-fixesYann Droneaud1-5/+3
2022-03-04.mailmap: Record all address for main U-Boot contributorMichal Simek1-2/+20
2022-03-04mkimage: error handling for FIT imageHeinrich Schuchardt1-1/+6
2022-03-04cmd: pwm: fix typo 'eisable' -> 'disable'Sébastien Szymanski1-1/+1
2022-03-04arm: dts: iot2050: Add cfg register space for ringacc and udmapJan Kiszka1-1/+24
2022-03-04configs: j721e_*_evm_a72_defconfig: Enable config for setting mmc speed modeAswath Govindraju2-0/+2
2022-03-04arm: mach-k3: am6_init: Use CONFIG_TI_I2C_BOARD_DETECTChristian Gmeiner2-12/+17
2022-03-04configs: ti: use standard configuration nodes namingRomain Naour1-1/+1
2022-03-04Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/04Mar2022Tom Rini10-191/+606
2022-03-04tools: kwboot: Update references with public linksPali Rohár1-3/+28
2022-03-04tools: kwboot: Update doc about AvantaPali Rohár2-4/+4
2022-03-04tools: kwboot: Update manpagePali Rohár1-4/+99
2022-03-04tools: kwboot: Update usagePali Rohár1-3/+4
2022-03-04tools: kwboot: Add support for backspace key in mini terminalPali Rohár2-14/+97
2022-03-04tools: kwboot: Fix sending and processing debug message pattern (-d option)Pali Rohár1-16/+123
2022-03-04tools: kwboot: Use separate thread for sending boot message patternPali Rohár2-19/+104
2022-03-04tools: kwboot: Cleanup bootmsg and debugmsg variablesPali Rohár1-17/+14
2022-03-04tools: kwboot: Remove msg_req_delayPali Rohár1-6/+1
2022-03-04tools: kwboot: Check for return value of kwboot_tty_send() and tcflush()Pali Rohár1-11/+19
2022-03-04ARM: mvebu: x530: clearfog: Add ODT configurationChris Packham2-0/+2
2022-03-04arm64: a37xx: pinctrl: Fix PWM pins indexesMarek Behún1-3/+3
2022-03-04drivers: rtc: fix null pointer access in armada38x_rtc_resetFrancois Berder1-1/+1
2022-03-04arm: a37xx: pci: Fix a3700_fdt_fix_pcie_regions() function againPali Rohár1-26/+55
2022-03-04arm: mvebu: turris_omnia: Enable ext4 write support in defconfigMarek Behún1-0/+1
2022-03-04pci: pci_mvebu: Cleanup macro namesPali Rohár1-70/+60
2022-03-04pci: pci_mvebu: Remove unused SELECT and lane_maskPali Rohár1-3/+0
2022-03-04tools: kwboot: Fix quitting terminalPali Rohár1-2/+2
2022-03-03Merge tag 'u-boot-at91-fixes-2022.04-a' of https://source.denx.de/u-boot/cust...WIP/03Mar2022Tom Rini1-6/+19
2022-03-03Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini19-164/+577
2022-03-03sunxi: f1c100s: Drop SYSRESET to enable reset functionalityAndre Przywara1-0/+1
2022-03-03sunxi: f1c100s: Fix FEL registers restoreAndre Przywara1-2/+2
2022-03-03mach-sunxi: Enable SPI boot for SUNIV and licheepi nanoJesse Taube2-1/+2
2022-03-03mach-sunxi: Add SPL SPI boot for SUNIVJesse Taube2-7/+18
2022-03-03mach-sunxi: Add boot device detection for SUNIV/F1C100sJesse Taube2-27/+46
2022-03-01Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini1-5/+7
2022-03-01phy: nop-phy: Fix phy reset if no reset-gpio definedTim Harvey1-5/+7
2022-02-28Prepare v2022.04-rc3v2022.04-rc3Tom Rini1-1/+1
2022-02-28Merge branch '2022-02-28-bugfixes'Tom Rini12-63/+429