summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge https://source.denx.de/u-boot/custodians/u-boot-riscvWIP/08Apr2021Tom Rini2021-04-0831-67/+518
|\
| * riscv: dts: mpfs-icicle-kit: Drop 'clock-frequency' in the uart nodesBin Meng2021-04-081-4/+0
| * clk: mpfs_clk: Enable DM_FLAG_PRE_RELOC flagBin Meng2021-04-081-0/+1
| * riscv: mpfs-icicle-kit: Increase SYS_MALLOC_F_LENBin Meng2021-04-081-0/+1
| * timer: sifive_clint: Support the official clint DT bindingsBin Meng2021-04-081-0/+1
| * riscv: assembler versions of memcpy, memmove, memsetHeinrich Schuchardt2021-04-086-21/+382
| * test: unit test for longjmpHeinrich Schuchardt2021-04-082-0/+74
| * riscv: simplify longjmpHeinrich Schuchardt2021-04-081-6/+2
| * riscv: sifive: Rename fu540 board to unleashedBin Meng2021-04-0814-19/+20
| * configs: EXT4, FAT, hush shell, env on S-mode MAIXHeinrich Schuchardt2021-04-081-0/+11
| * riscv: Remove unused define in maix headerSean Anderson2021-04-081-3/+0
| * riscv: Enable watchdog for the k210Sean Anderson2021-04-081-0/+2
| * riscv: Add watchdog bindings for the k210Sean Anderson2021-04-081-1/+0
| * wdt: dw: Free the clock on errorSean Anderson2021-04-081-5/+13
| * wdt: dw: Enable the clock before using itSean Anderson2021-04-081-0/+4
| * wdt: dw: Switch to if(CONFIG()) instead of using #ifSean Anderson2021-04-081-9/+9
| * wdt: dw: Switch to using fls for log2Sean Anderson2021-04-081-2/+1
* | Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini2021-04-0828-239/+575
|\ \ | |/ |/|
| * configs: sheevaplug: enable driver-model based MMCHarm Berntsen2021-04-081-0/+2
| * mmc: mvebu: convert to driver modelHarm Berntsen2021-04-083-136/+193
| * configs: remove obsolete CONFIG_MVEBU_MMCHarm Berntsen2021-04-081-1/+0
| * configs: remove obsolete CONFIG_SYS_MMC_BASEHarm Berntsen2021-04-081-1/+0
| * arm: kirkwood: remove non-dm MMC driver initHarm Berntsen2021-04-081-7/+0
| * configs: sheevaplug: remove non-dm MMC driverHarm Berntsen2021-04-081-8/+0
| * configs: openrd: remove non-dm MMC driverHarm Berntsen2021-04-081-5/+0
| * configs: remove unused CONFIG_SYS_MMC_BASE defsHarm Berntsen2021-04-084-20/+0
| * arm: mvebu: ds414: Add sample u-boot update commandPhil Sutter2021-04-081-1/+6
| * arm: mvebu: ds414: Auto-populate env if appropriatePhil Sutter2021-04-084-7/+32
| * arm: mvebu: board/Synology: Unify legacy kernel supportPhil Sutter2021-04-088-54/+132
| * arm: mvebu: configs: ds414: Enable XHCI_PCI by defaultPhil Sutter2021-04-081-0/+3
| * arm: mvebu: ds414: Add a Kconfig defining some stringsPhil Sutter2021-04-081-0/+12
| * arm: mvebu: turris_omnia: Enable CMD_FS_UUIDMarek Behún2021-04-081-0/+1
| * arm: mvebu: turris_omnia: Enable CMD_WDTMarek Behún2021-04-081-0/+1
| * arm: mvebu: turris_omnia: Enable DM_RTC and RTC_ARMADA38XMarek Behún2021-04-081-0/+2
| * rtc: add armada38x driverMarek Behún2021-04-083-0/+192
|/
* Merge branch '2021-04-07-CI-improvements'WIP/07Apr2021Tom Rini2021-04-076-59/+231
|\
| * tools: Integrate the Dockerfile used for CIbisectTom Rini2021-04-073-0/+218
| * Azure/GitLab: bump OpenSBI version to 0.9Heinrich Schuchardt2021-04-072-8/+8
| * pytest: Lower pygit2 requirementTom Rini2021-04-071-1/+1
| * GitLab: Remove "tags" stanzasTom Rini2021-04-071-46/+0
| * Azure: Rework SH / Renesas jobTom Rini2021-04-071-4/+4
* | Merge branch '2021-04-07-fs-updates'Tom Rini2021-04-071-10/+29
|\ \ | |/ |/|
| * JFFS2: fix jffs2 summary datacrc status uninitializedWagner Popov dos Santos2021-04-071-0/+2
| * JFFS2: fix the reading address over nand's limitWagner Popov dos Santos2021-04-071-10/+27
|/
* Merge tag 'mmc-2021-4-6' of https://source.denx.de/u-boot/custodians/u-boot-mmcWIP/06Apr2021Tom Rini2021-04-068-18/+96
|\
| * mmc: mmc-uclass: Use dev_seq() to read aliases node's indexAswath Govindraju2021-04-061-7/+5
| * mmc: Check for device with a seq number equal to num before checking against ...Aswath Govindraju2021-04-061-3/+5
| * board: sl28: enable HS400 mode againMichael Walle2021-04-061-1/+1
| * mmc: fsl_esdhc: add pulse width detection workaroundMichael Walle2021-04-064-1/+12
| * mmc: fsl_esdhc: add workaround for erratum A-011334Michael Walle2021-04-063-1/+28