summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* board: novtech: meerkat96: use correct mmc driverWIP/2020-02-25-master-importsCarl Gelfand2020-02-251-1/+1
* moveconfig: convert ps.stderr to stringMarkus Klotzbuecher2020-02-251-1/+1
* moveconfig: replace unsafe eval with astevalMarkus Klotzbuecher2020-02-251-1/+3
* MAINTAINERS: set maintainer for doc/api/efi.rstHeinrich Schuchardt2020-02-251-0/+1
* arch: arm: Fix SZ_64K undeclared compilation errorWasim Khan2020-02-251-0/+1
* tools: image-host.c: remove uboot_aes.hPhilippe Reynes2020-02-251-1/+0
* Merge branch '2020-02-24-ci-htmldocs'Tom Rini2020-02-255-14/+65
|\
| * doc/Makefile: turn warnings into errorsHeinrich Schuchardt2020-02-251-0/+1
| * azure: build HTML documentationHeinrich Schuchardt2020-02-251-0/+10
| * gitlab: build HTML documentationHeinrich Schuchardt2020-02-251-0/+7
| * travis: build HTML docsHeinrich Schuchardt2020-02-251-0/+5
| * travis: Add python3-sphinx to the package listTom Rini2020-02-251-0/+1
| * doc: update doc/sphinx/kerneldoc.pyHeinrich Schuchardt2020-02-241-12/+39
| * Azure / GitLab: Update Docker imageTom Rini2020-02-242-2/+2
|/
* Merge tag 'u-boot-rockchip-20200220' of https://gitlab.denx.de/u-boot/custodi...WIP/20Feb2020Tom Rini2020-02-2041-159/+494
|\
| * arch: arm: rockchip: order the rk3399 entries alphabeticallyPeter Robinson2020-02-201-12/+12
| * rockchip: rk3399: add target type for evb based boardKever Yang2020-02-2011-0/+11
| * configs: fix typos in khadas-edge defconfigsJared Baldridge2020-02-192-2/+2
| * board: roc-pc-rk3399: Add support for onboard LED's and push button to indica...Suniel Mahesh2020-02-193-0/+40
| * rockchip: rk3399: split roc-pc-rk3399 out of evb_rk3399Suniel Mahesh2020-02-198-6/+101
| * rockchip: boot_mode: find the saradc device nameHugh Cole-Baker2020-02-191-1/+21
| * rk3288: vyasa: Add console settingsJagan Teki2020-02-191-1/+5
| * rk3288: tinker: Enable HDMI outputJagan Teki2020-02-192-1/+11
| * ARM: dts: rockchip: Sync rk3288-vyasa dts from linuxJagan Teki2020-02-191-47/+32
| * rockchip: rk3288: Enable pre console bufferJagan Teki2020-02-192-0/+2
| * rockchip: px30: sync the main px30 dtsi from mainlineHeiko Stuebner2020-02-191-11/+171
| * arm: dts: rockchip: puma: move U-Boot specific bits to u-boot.dtsiPeter Robinson2020-02-198-25/+36
| * arm: dts: rockchip: rk3399: Move U-Boot specific bits to rk3399-u-bootPeter Robinson2020-02-192-48/+45
| * arm: dts: rockchip: Update EVB/Puma devices to upstream USB/dwc3 conventionsPeter Robinson2020-02-192-4/+4
| * rockchip: make the global board_fit_config_name_match __weakHeiko Stuebner2020-02-191-1/+1
| * rockchip: make_fit_atf: use correct fdt_x references in config nodesHeiko Stuebner2020-02-191-1/+1
* | Merge tag 'mmc-2-20-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini2020-02-2032-192/+187
|\ \
| * | mmc: sdhci: fix missing cache invalidation after reading by DMAMasahiro Yamada2020-02-201-0/+4
| * | mmc: sdhci: use dma_map_single() instead of flush_cache() before DMAMasahiro Yamada2020-02-201-26/+25
| * | mmc: add mmc_get_dma_dir() helperMasahiro Yamada2020-02-201-0/+6
| * | mmc: sdhci: remove unneeded castsMasahiro Yamada2020-02-201-3/+2
| * | mmc: sdhci: use lower_32_bit2() and upper_32_bits() for setting adma_addrMasahiro Yamada2020-02-201-2/+3
| * | mmc: sdhci: reduce code duplication for aligned bufferMasahiro Yamada2020-02-202-14/+10
| * | mmc: sdhci: put the aligned buffer pointer to struct sdhci_hostMasahiro Yamada2020-02-202-14/+14
| * | dma-mapping: add <asm/dma-mapping.h> for all architecturesMasahiro Yamada2020-02-208-0/+8
| * | dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada2020-02-1917-116/+75
| * | dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada2020-02-199-19/+11
| * | dma-mapping: fix the prototype of dma_map_single()Masahiro Yamada2020-02-194-8/+12
| * | mmc: fsl_esdhc: actually enable cache snooping on mpc830xRasmus Villemoes2020-02-191-2/+13
| * | mmc: remove unneeded forward declarationsMasahiro Yamada2020-02-171-4/+0
| * | mmc: check the return value of mmc_select_mode_and_width()Masahiro Yamada2020-02-171-1/+1
| * | mmc: sdhci-cadence: send tune request twice to work around errataMasahiro Yamada2020-02-171-4/+17
| * | mmc: fix the build error when MMC_WRITE is disabledJaehoon Chung2020-02-171-0/+2
| * | drivers: mmc: rpmb: Use R1 responseBharat Kumar Reddy Gooty2020-02-171-0/+5
| |/
* | Merge tag 'efi-2020-04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-02-192-7/+7
|\ \