summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-26riscv: Move Andes PLMT driver to drivers/timerSean Anderson6-8/+9
2020-10-26riscv: k210: Reduce DMA block sizeSean Anderson1-2/+2
2020-10-26riscv: Only enable OF_BOARD_FIXUP for S-ModeSean Anderson1-1/+1
2020-10-26clk: kendryte: no need to check argument of free()Heinrich Schuchardt1-2/+1
2020-10-24Merge branch '2020-10-23-misc-changes'Tom Rini66-182/+515
2020-10-23power: regulator: add dummy helperPeng Fan1-0/+114
2020-10-23phy: nop-phy: add clk bulkPeng Fan1-0/+35
2020-10-23bootm: fix wrong conditions about images overlapJaehoon Chung1-3/+5
2020-10-23cmd: fat: Use do_save() for fatwriteLad Prabhakar2-45/+4
2020-10-23test: unit tests for print_freq(), print_size()Heinrich Schuchardt2-0/+72
2020-10-23cmd: Add a 'misc' command to access miscellaneous devicesBin Meng3-0/+143
2020-10-23cmd: Split out timer command from the sleep commandBin Meng3-28/+35
2020-10-23cmd: Rename CMD_MISC to CMD_SLEEPBin Meng53-56/+52
2020-10-23Makefile: Fix u-boot-nodtb.bin targetPali Rohár1-3/+7
2020-10-23i2c: i2c-gpio: Convert to use APIs which support live DTPatrick Delaunay1-7/+3
2020-10-23power: regulator: gpio-regulator: Convert to use APIs which support live DTPatrick Delaunay1-9/+13
2020-10-23power: regulator: gpio-regulator: protect count valuePatrick Delaunay1-2/+3
2020-10-23post: remove redundant conditionHeinrich Schuchardt1-1/+1
2020-10-23Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-samsungTom Rini18-68/+6
2020-10-23Merge branch '2020-10-23-revert-xen-changes'Tom Rini4-43/+5
2020-10-23Revert "serial: serial_xen: print U-Boot banner and others"Tom Rini1-0/+2
2020-10-23Revert "arch: arm/xen: add putc() for debugging"Tom Rini1-6/+0
2020-10-23Revert "xen: add definitions for console_io"Tom Rini1-6/+0
2020-10-23Revert "serial: serial_xen: add DEBUG_UART support"Tom Rini2-31/+3
2020-10-23configs: ls1088a: enable CMD_MDIOIoana Ciornei10-10/+0
2020-10-23armv8: layerscape: don't remove crypto node if just partially disabledMichael Walle1-1/+40
2020-10-23board/freescale/vid: enables writes to all commands for LTC3882Biwen Li2-3/+58
2020-10-23board: freescale: vid.c: Initialize variable 'i2caddress'Priyanka Singh1-1/+1
2020-10-23board: sl28: add board specific nvm commandMichael Walle2-1/+179
2020-10-23board: kontron: add sl28 supportMichael Walle20-0/+1031
2020-10-23dm: pci: fsl: Correct the workaround of erratum A-007815Hou Zhiqiang2-4/+18
2020-10-23net: lx2160a.c: Update to set ECx_PMUX precedenceRazvan Ionut Cirjan3-11/+11
2020-10-23gpio: mpc8xxx: support fsl-layerscape platformhui.song1-21/+87
2020-10-23configs: lx2160a: Enable OPTEE supportRuchika Gupta1-0/+5
2020-10-23cmd: optee_rpmb command for read/write of rpmb from opteeRuchika Gupta3-0/+281
2020-10-23pci: layerscape: add a way of specifying additional iommu mappingsLaurentiu Tudor3-0/+407
2020-10-23pci: add a few ARI related definesLaurentiu Tudor1-0/+6
2020-10-23pci: layerscape: move pci node search in a common functionLaurentiu Tudor1-42/+34
2020-10-23pci: layerscape: move per-pci device fdt fixup in a functionLaurentiu Tudor1-26/+34
2020-10-23configs: Enable NVME support for Layerscape platformsWasim Khan104-0/+208
2020-10-23Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini19-287/+446
2020-10-22Merge branch '2020-10-22-misc-changes'Tom Rini136-496/+1760
2020-10-22rtc: move pcf8563 to KconfigHeiko Schocher12-5/+12
2020-10-22mmc: mtk-sd: change some dev_err into dev_dbgFabien Parent1-3/+3
2020-10-22serial: serial_xen: add DEBUG_UART supportAKASHI Takahiro2-3/+31
2020-10-22xen: add definitions for console_ioAKASHI Takahiro1-0/+6
2020-10-22arch: arm/xen: add putc() for debuggingAKASHI Takahiro1-0/+6
2020-10-22serial: serial_xen: print U-Boot banner and othersAKASHI Takahiro1-2/+0
2020-10-22cosmetic: reset: ast2500: Rename driver and configsChia-Wei, Wang3-2/+2
2020-10-22reset: ast2500: Use SCU for reset controlChia-Wei, Wang4-89/+97