aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-13mmc: sdhci: Use debug for not supported SDMA info messageMatthias Brugger1-2/+2
2020-05-12configs: rpi_arm64: sync env size with rpi_{3,4}_defconfigMarek Szyprowski1-0/+1
2020-05-12configs: rpi_4 : enable SDHCI_SDMA configJaehoon Chung2-0/+2
2020-05-12mmc: sdhci: not return error when SDMA is not supportedJaehoon Chung1-4/+3
2020-05-12mmc: sdhci: use phys2bus macro when dma address is accessedJaehoon Chung1-2/+4
2020-05-12arm: bcm283x: serial: Move ofdata reading to probe() methodSimon Glass2-16/+17
2020-05-12arm: dts: bcm283x: Allow UARTs to work before relocationSimon Glass1-0/+8
2020-05-12net: bcmgenet: Don't set ID_MODE_DIS when not using RGMIINicolas Saenz Julienne1-1/+4
2020-05-11Prepare v2020.07-rc2v2020.07-rc2Tom Rini1-1/+1
2020-05-11Merge tag 'efi-2020-07-rc2-4' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini10-57/+154
2020-05-11Merge tag 'ti-v2020.07-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini15-113/+119
2020-05-11Merge tag 'u-boot-imx-20200511' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini99-368/+14965
2020-05-11Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini14-179/+47
2020-05-11Nokia RX-51: Update README.nokia_rx51Pali Rohár1-17/+15
2020-05-11Nokia RX-51: Disable some unused features to decrease size of u-boot binaryPali Rohár1-0/+16
2020-05-11Nokia RX-51: Enable CONFIG_CONSOLE_MUXPali Rohár2-4/+4
2020-05-11Nokia RX-51: Remember setup_console_atag optionPali Rohár1-4/+19
2020-05-11Nokia RX-51: Remove PART* macrosPali Rohár2-54/+6
2020-05-11Nokia RX-51: Revert back onenand defitionsPali Rohár2-10/+7
2020-05-11Nokia RX-51: Move code from defconfig back to C header filePali Rohár2-1/+23
2020-05-11Nokia RX-51: Move comment about CONFIG_SYS_TEXT_BASE to correct placePali Rohár2-7/+8
2020-05-11Nokia RX-51: Add README.nokia_rx51 file to MAINTAINERSPali Rohár1-0/+1
2020-05-11Nokia RX-51: Update my email addressPali Rohár9-10/+10
2020-05-11video: omap: change include orderDario Binacchi1-4/+4
2020-05-11arm: K3: Increase default SYSFW image size allocationAndrew F. Davis1-1/+1
2020-05-11sf: Add Macronix MX25R6435F SPI NOR flash to flash parameters arrayYe Li1-0/+1
2020-05-11spi: fix dev parameter in dev_* callsDario Binacchi1-8/+11
2020-05-11spi: nxp-fspi: Use new readl_poll_sleep_timeout APIKuldeep Singh1-5/+5
2020-05-11iopoll: Add readl_poll_sleep_timeoutJagan Teki1-0/+6
2020-05-11iopoll: Add dealy to read pollJagan Teki1-2/+6
2020-05-11iopoll: Add read_poll_timeout common APIJagan Teki1-2/+4
2020-05-11clk: Fix clk func names in commentsJagan Teki1-6/+6
2020-05-11phy: Use _nodev naming convention if non-device clientsJagan Teki3-5/+9
2020-05-11phy: Fix node description of phy_get_by_nodeJagan Teki1-1/+1
2020-05-11spi: Zap lpc32xx_ssp driver-related codeJagan Teki6-152/+0
2020-05-10imx8: cpu: check resource owned after sid failPeng Fan1-4/+4
2020-05-10imx: imx8qxp: update fdt_file according to m4 statePeng Fan2-1/+14
2020-05-10imx: imx8qm: update fdt_file according to m4 statePeng Fan2-1/+14
2020-05-10imx: imx8qm/qxp: check whether m4 partition bootedPeng Fan3-1/+32
2020-05-10imx8: Select boot device dynamicallyYe Li1-0/+12
2020-05-10imx: imx8qm/qxp: Recover SPL data section for partition rebootPeng Fan7-0/+55
2020-05-10imx: imx8qm/imx8qxp: Power down the resources before SPL jump to u-bootPeng Fan4-0/+48
2020-05-10imx: imx8qm/qxp: add get_board_serialPeng Fan1-0/+32
2020-05-10imx: imx8qm/qxp: Fix issue in get_effective_memsizeYe Li1-3/+3
2020-05-10imx: imx8qm/qxp: reserving DDR memory for M4Peng Fan2-0/+18
2020-05-10mtd: nand: raw: mxs_nand changes for nandbcbHan Xu2-4/+42
2020-05-10nandbcb: read boot search count from fuse for imx8qxpHan Xu1-1/+38
2020-05-10cmd: nandbcb: Reconstruct the nandbcb tool for all platformsHan Xu2-352/+955
2020-05-10nandbcb: add nandbcb dump command for i.MX6Alice Guo1-0/+4
2020-05-10nandbcb: add nandbcb dump command for i.MX8MMAlice Guo1-8/+258