aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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
2022-02-28board: stemmy: Detect board variants and patch DTBWIP/2022-02-28-bugfixesLinus Walleij2-0/+317
2022-02-28arm: apple: Switch to fully dynamic mem layoutJanne Grunau3-6/+35
2022-02-28arm: pdu001: Setup pinmux for console UART as early as possibleFelix Brack1-0/+30
2022-02-28arm: pdu001: Fix early debugging UARTFelix Brack2-5/+3
2022-02-28tools: mkimage/dumpimage: Allow to use -l with -TPali Rohár5-52/+44
2022-02-28tools: pblimage: fix image header verification functionHou Zhiqiang3-4/+11
2022-02-28lx2160a: Fix distroboot device list for configs without USB/SCSI/etcDaniel Klauer1-5/+29
2022-02-28board: sl28: use fit image generatorMichael Walle2-120/+10
2022-02-28board: sl28: disable random MAC address generationMichael Walle1-2/+0
2022-02-28board: sl28: remove "Useful I2C tricks" section from docsMichael Walle1-15/+0
2022-02-28board: sl28: disable recovery watchdogMichael Walle2-6/+35
2022-02-28board: sl28: enable SoC watchdog supportMichael Walle1-0/+1
2022-02-28board: sl28: enable sl28cpld supportMichael Walle1-0/+8
2022-02-28board: sl28: print CPLD version on bootupMichael Walle2-0/+30
2022-02-28board: sl28: fix DRAM pretty printMichael Walle1-2/+0
2022-02-28gpio: add sl28cpld driverMichael Walle4-0/+173
2022-02-28watchdog: add sl28cpld watchdog driverMichael Walle5-17/+154