aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-07Merge branch '2021-04-07-CI-improvements'WIP/07Apr2021Tom Rini7-78/+236
2021-04-07tools: Integrate the Dockerfile used for CITom Rini3-0/+218
2021-04-07Azure/GitLab: bump OpenSBI version to 0.9Heinrich Schuchardt2-8/+8
2021-04-07patman: Assume we always have pygit2 for testsTom Rini1-17/+2
2021-04-07tests: patman: Add requests to the module listTom Rini1-0/+1
2021-04-07Azure/GitLab: Ensure we use requirements.txt for testsuitesTom Rini2-2/+2
2021-04-07pytest: Lower pygit2 requirementTom Rini1-1/+1
2021-04-07GitLab: Remove "tags" stanzasTom Rini1-46/+0
2021-04-07Azure: Rework SH / Renesas jobTom Rini1-4/+4
2021-04-07Merge branch '2021-04-07-fs-updates'Tom Rini11-96/+470
2021-04-07JFFS2: fix jffs2 summary datacrc status uninitializedWagner Popov dos Santos1-0/+2
2021-04-07JFFS2: fix the reading address over nand's limitWagner Popov dos Santos1-10/+27
2021-04-07fs: ext4: Add metadata checksums supportFredrik Hallenberg10-86/+441
2021-04-06Merge tag 'mmc-2021-4-6' of https://source.denx.de/u-boot/custodians/u-boot-mmcWIP/06Apr2021Tom Rini8-18/+96
2021-04-06Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini3-12/+10
2021-04-06usb: xhci: Make debug output better readable and checkpatch cleanStefan Roese1-6/+3
2021-04-06usb: xhci: Add missing xhci_readl()Aaron Williams1-4/+4
2021-04-06usb: hub: Fix usb_get_port_status() for big-endian platformsAaron Williams1-2/+3
2021-04-06Merge tag 'u-boot-amlogic-20210406' of https://source.denx.de/u-boot/custodia...Tom Rini48-307/+624
2021-04-06Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini3-4/+41
2021-04-06Merge https://source.denx.de/u-boot/custodians/u-boot-cfi-flashTom Rini2-4/+35
2021-04-06Merge tag 'dm-pull-6apr21' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini45-92/+336
2021-04-06mmc: mmc-uclass: Use dev_seq() to read aliases node's indexAswath Govindraju1-7/+5
2021-04-06mmc: Check for device with a seq number equal to num before checking against ...Aswath Govindraju1-3/+5
2021-04-06board: sl28: enable HS400 mode againMichael Walle1-1/+1
2021-04-06mmc: fsl_esdhc: add pulse width detection workaroundMichael Walle4-1/+12
2021-04-06mmc: fsl_esdhc: add workaround for erratum A-011334Michael Walle3-1/+28
2021-04-06cmd: mmc: check whether bootbus's arguments is valid or notJaehoon Chung1-1/+38
2021-04-06cmd: mmc: modify more readable about hwpartition usageJaehoon Chung1-4/+7
2021-04-06arm: meson: remove static ethernet link setupNeil Armstrong19-215/+2
2021-04-06arm: meson: remove static ethernet memory power domain enableNeil Armstrong2-6/+0
2021-04-06net: designware: remove amlogic compatiblesNeil Armstrong1-3/+0
2021-04-06configs: meson: use Designware glue driver for Amlogic Meson8b & later SoCsNeil Armstrong23-23/+23
2021-04-06arm: meson: remove static MDIO mux handlingNeil Armstrong2-45/+2
2021-04-06configs: update Amlogic Meson G12A, G12B & SM1 configs for MDIO MUXNeil Armstrong9-6/+27
2021-04-06configs: update Amlogic Meson GXL & GXM config for MDIO MUXNeil Armstrong9-10/+27
2021-04-06net: designware: add Amlogic Meson8b & later glue driverNeil Armstrong3-0/+159
2021-04-06net: add Amlogic Meson G12A MDIO MUX driverNeil Armstrong3-0/+157
2021-04-06net: designware: add DM_MDIO supportNeil Armstrong1-1/+92
2021-04-06net: add MMIO Register MDIO MUX driverNeil Armstrong3-0/+137
2021-04-06arm: mvebu: Espressobin: Enable watchdog support but do not start itPali Rohár1-0/+4
2021-04-06watchdog: Allow to use CONFIG_WDT without starting watchdogPali Rohár2-0/+18
2021-04-06watchdog: Show error message when initr_watchdog() cannot start watchdogPali Rohár1-1/+7
2021-04-06watchdog: Set/unset GD_FLG_WDT_READY flag in wdt_start()/wdt_stop()Pali Rohár1-3/+12
2021-04-06cfi_flash: Fix detection of 8-bit bus flash devices via address shiftJagannadha Sutradharudu Teki2-4/+35
2021-04-06test: Allow tests to run on any boardSimon Glass2-3/+11
2021-04-06sandbox: document parameters of os_realloc()Heinrich Schuchardt1-1/+3
2021-04-06Convert CONFIG_MISC_INIT_F to KconfigSimon Glass14-9/+16
2021-04-06moveconfig: Handle binary files cleanlySimon Glass1-2/+14
2021-04-06log: Fix up debug_cond() when LOG is enabledSimon Glass1-4/+7