summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* arm: Remove warp boardTEST/make-DM_MMC-migration-fatalTom Rini2021-02-199-570/+0
* arm: Remove bcm23550_w1d boardTom Rini2021-02-197-305/+0
* arm: Remove bcm28155_ap boardTom Rini2021-02-1911-478/+0
* arm: Remove picosam9g45 boardTom Rini2021-02-198-576/+0
* arm: Remove wb50n boardTom Rini2021-02-197-386/+0
* arm: Remove wb45n boardTom Rini2021-02-197-403/+0
* arm: Remove bcm958712k boardTom Rini2021-02-197-146/+0
* arm: Remove s32v234evb boardTom Rini2021-02-1925-2707/+2
* arm: Remove secomx6quq7 boardTom Rini2021-02-1911-702/+0
* arm: Remove vexpress_ca15_tc2 boardTom Rini2021-02-1921-2772/+1
* arm: Remove sheevaplug boardTom Rini2021-02-1912-609/+1
* arm: Remove openrd boardTom Rini2021-02-1916-899/+0
* arm: Remove mx25pdk boardTom Rini2021-02-198-507/+0
* arm: Remove apf27 boardTom Rini2021-02-1912-1529/+1
* arm: Remove ts4600 boardTom Rini2021-02-198-361/+0
* arm: Remove sc_sps_1 boardTom Rini2021-02-198-382/+0
* arm: Remove SANSA_FUZE_PLUS boardTom Rini2021-02-198-650/+0
* arm: Remove MX23_OLINUXINO boardTom Rini2021-02-198-403/+0
* arm: Remove xfi3 boardTom Rini2021-02-198-474/+0
* TEST: Lack of DM_MMC migration now fatal.Tom Rini2021-02-193-6/+7
* Merge tag 'mmc-2021-2-19' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcWIP/19Feb2021Tom Rini2021-02-1916-107/+153
|\
| * configs: enable CONFIG_MMC_PWRSEQ configurationJaehoon Chung2021-02-195-0/+5
| * ARM: mach-meson: select MMC_PWRSEQ configJaehoon Chung2021-02-191-0/+1
| * mmc: rockchip_dw_mmc: use mmc_pwrseq instead of rockchip_mmc_pwrseqJaehoon Chung2021-02-191-39/+3
| * mmc: meson_gx_mmc: use mmc_pwrseq instead of meson_mmc_pwrseqJaehoon Chung2021-02-191-42/+3
| * mmc: pwrseq: add mmc-pwrseq file to provide a generic interfaceJaehoon Chung2021-02-194-0/+73
| * mmc: mmc_spi: Document the 3 local functionsBin Meng2021-02-191-1/+35
| * mmc: mmc_spi: Fix potential spec violation in receiving card responseBin Meng2021-02-191-15/+17
| * mmc: mmc_spi: Move argument check to the beginning of mmc_spi_sendcmd()Bin Meng2021-02-191-3/+3
| * mmc: mmc_spi: Print verbose debug output when crc16 check failsBin Meng2021-02-191-2/+4
| * mmc: fix response timeout after switch commandStefan Bosch2021-02-192-1/+3
| * mmc: sdhci: skip cache invalidation if DMA is not usedYuezhang.Mo@sony.com2021-02-191-0/+2
| * cmd: mmc: update the mmc command's usage about argumentJaehoon Chung2021-02-191-3/+3
| * mmc: initialize an err variableJaehoon Chung2021-02-191-1/+1
* | Merge branch '2021-02-18-SPL-FIT-OP-TEE-Linux-improvements'WIP/18Feb2021Tom Rini2021-02-184-137/+142
|\ \ | |/ |/|
| * spl: fit: Load devicetree when a Linux payload is foundWIP/2021-02-17-SPL-FIT-improvementsAlexandru Gagniuc2021-02-171-3/+15
| * spl: fit: Replace #ifdef blocks with more readable constructsAlexandru Gagniuc2021-02-171-29/+24
| * image: Do not #if guard board_fit_image_post_process() prototypeAlexandru Gagniuc2021-02-171-7/+0
| * spl: fit: Only look up FIT configuration node onceAlexandru Gagniuc2021-02-171-10/+9
| * spl: fit: Remove useless loop in spl_fit_get_image_name()Alexandru Gagniuc2021-02-171-11/+1
| * spl: fit: Pass FIT context via a structure pointerAlexandru Gagniuc2021-02-171-58/+43
| * spl: fit: Factor out FIT parsing and use a context structAlexandru Gagniuc2021-02-171-30/+60
| * spl: fit: Drop 'length' argument to board_spl_fit_post_load()Alexandru Gagniuc2021-02-173-7/+8
* | net: tftp: Avoid sending extra ack on completionRamon Fried2021-02-181-5/+6
* | Merge tag 'rpi-next-2021.04' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini2021-02-1837-41/+766
|\ \ | |/ |/|
| * video: arm: rpi: Add brcm,bcm2711-hdmi0 compatibleNicolas Saenz Julienne2021-02-181-0/+1
| * configs: rpi4: Enable DM_DMA across all RPi4 configurationsNicolas Saenz Julienne2021-02-183-0/+3
| * mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys()Nicolas Saenz Julienne2021-02-182-4/+12
| * xhci: translate virtual addresses into the bus's address spaceNicolas Saenz Julienne2021-02-184-29/+53
| * dm: test: Add test case for dev_phys_to_bus()/dev_bus_to_phys()Nicolas Saenz Julienne2021-02-182-0/+38