aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-19Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiWIP/19Feb2021Tom Rini7-43/+12
2021-02-19fdt/sunxi: Remove OF_STDOUT_PATHAndre Przywara4-28/+1
2021-02-19sunxi: support boot console on uart1 for sun8iTobias Schramm2-0/+6
2021-02-19sunxi: Remove dead ifdefs in sunxi-common.hSamuel Holland1-15/+0
2021-02-19sunxi: spl: Fix H616 clock initializationJernej Skrabec1-0/+5
2021-02-19Merge tag 'mmc-2021-2-19' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini16-107/+153
2021-02-19configs: enable CONFIG_MMC_PWRSEQ configurationJaehoon Chung5-0/+5
2021-02-19ARM: mach-meson: select MMC_PWRSEQ configJaehoon Chung1-0/+1
2021-02-19mmc: rockchip_dw_mmc: use mmc_pwrseq instead of rockchip_mmc_pwrseqJaehoon Chung1-39/+3
2021-02-19mmc: meson_gx_mmc: use mmc_pwrseq instead of meson_mmc_pwrseqJaehoon Chung1-42/+3
2021-02-19mmc: pwrseq: add mmc-pwrseq file to provide a generic interfaceJaehoon Chung4-0/+73
2021-02-19mmc: mmc_spi: Document the 3 local functionsBin Meng1-1/+35
2021-02-19mmc: mmc_spi: Fix potential spec violation in receiving card responseBin Meng1-15/+17
2021-02-19mmc: mmc_spi: Move argument check to the beginning of mmc_spi_sendcmd()Bin Meng1-3/+3
2021-02-19mmc: mmc_spi: Print verbose debug output when crc16 check failsBin Meng1-2/+4
2021-02-19mmc: fix response timeout after switch commandStefan Bosch2-1/+3
2021-02-19mmc: sdhci: skip cache invalidation if DMA is not usedYuezhang.Mo@sony.com1-0/+2
2021-02-19cmd: mmc: update the mmc command's usage about argumentJaehoon Chung1-3/+3
2021-02-19mmc: initialize an err variableJaehoon Chung1-1/+1
2021-02-18Merge branch '2021-02-18-SPL-FIT-OP-TEE-Linux-improvements'WIP/18Feb2021Tom Rini4-137/+142
2021-02-18net: tftp: Avoid sending extra ack on completionRamon Fried1-5/+6
2021-02-18Merge tag 'rpi-next-2021.04' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini37-41/+766
2021-02-18video: arm: rpi: Add brcm,bcm2711-hdmi0 compatibleNicolas Saenz Julienne1-0/+1
2021-02-18configs: rpi4: Enable DM_DMA across all RPi4 configurationsNicolas Saenz Julienne3-0/+3
2021-02-18mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys()Nicolas Saenz Julienne2-4/+12
2021-02-18xhci: translate virtual addresses into the bus's address spaceNicolas Saenz Julienne4-29/+53
2021-02-18dm: test: Add test case for dev_phys_to_bus()/dev_bus_to_phys()Nicolas Saenz Julienne2-0/+38
2021-02-18dm: Introduce dev_phys_to_bus()/dev_bus_to_phys()Nicolas Saenz Julienne1-0/+17
2021-02-18dm: test: Add test case for dev->dma_offsetNicolas Saenz Julienne6-0/+38
2021-02-18dm: Introduce DMA constraints into the core device modelNicolas Saenz Julienne3-0/+64
2021-02-18dm: test: Add test case for dev_get_dma_ranges()Nicolas Saenz Julienne3-0/+67
2021-02-18dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne8-0/+234
2021-02-18pci: pcie-brcmstb: Fix inbound window configurationsNicolas Saenz Julienne1-7/+5
2021-02-18rpi: Add identifier for the new CM4Nicolas Saenz Julienne1-0/+5
2021-02-18rpi: Add identifier for the new RPi400Nicolas Saenz Julienne1-0/+5
2021-02-18rpi: limit size of the RAM to the multiple of the MMU_SECTION_SIZEMarek Szyprowski1-0/+7
2021-02-18pci: brcmstb: Cleanup controller state before handoverNicolas Saenz Julienne1-0/+20
2021-02-18usb: xhci-pci: Add DM_FLAG_OS_PREPARE flagNicolas Saenz Julienne1-1/+1
2021-02-18config: Enable iProc RNG200 driver in RPi4 configsMatthias Brugger3-1/+4
2021-02-17spl: fit: Load devicetree when a Linux payload is foundAlexandru Gagniuc1-3/+15
2021-02-17spl: fit: Replace #ifdef blocks with more readable constructsAlexandru Gagniuc1-29/+24
2021-02-17image: Do not #if guard board_fit_image_post_process() prototypeAlexandru Gagniuc1-7/+0
2021-02-17spl: fit: Only look up FIT configuration node onceAlexandru Gagniuc1-10/+9
2021-02-17spl: fit: Remove useless loop in spl_fit_get_image_name()Alexandru Gagniuc1-11/+1
2021-02-17spl: fit: Pass FIT context via a structure pointerAlexandru Gagniuc1-58/+43
2021-02-17spl: fit: Factor out FIT parsing and use a context structAlexandru Gagniuc1-30/+60
2021-02-17spl: fit: Drop 'length' argument to board_spl_fit_post_load()Alexandru Gagniuc3-7/+8
2021-02-16rng: Add iProc RNG200 driverMatthias Brugger3-0/+193
2021-02-16Merge branch '2021-02-16-assorted-improvements'Tom Rini38-105/+1834
2021-02-16configs: ls1028a: Enable the Ethernet switch driver in defconfigWIP/2021-02-16-assorted-improvements-v1Alex Marginean5-0/+15