summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ti-v2020.04-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/27Feb2020Tom Rini2020-02-276-10/+4
|\
| * defconfig: k2x_hs: Remove DTB_RESELECT to fix DHCP issueMadan Srinivas2020-02-265-10/+0
| * misc: k3_avs: Fix possible NULL pointer deferenceVignesh Raghavendra2020-02-261-0/+4
* | Merge tag 'efi-2020-04-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/26Feb2020Tom Rini2020-02-264-12/+48
|\ \ | |/ |/|
| * efi_loader: implement EFI_RT_PROPERTIES_TABLEHeinrich Schuchardt2020-02-264-12/+48
|/
* Prepare v2020.04-rc3v2020.04-rc3Tom Rini2020-02-261-1/+1
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxWIP/25Feb2020Tom Rini2020-02-2511-1077/+8
|\
| * arch: powerpc: Rewrite the sata node to fit the driverPeng Ma2020-02-251-11/+4
| * Revert "configs: enable sata device module in T2080QDS"Peng Ma2020-02-256-23/+1
| * Revert "powerpc: mpc85xx: delete FSL_SATA for T2080QDS board."Peng Ma2020-02-251-1/+3
| * Revert "ata: fsl_ahci: Add sata DM support for Freescale powerpc socs"Peng Ma2020-02-253-1042/+0
* | Merge branch '2020-02-25-master-imports'Tom Rini2020-02-255-4/+7
|\ \
| * | board: novtech: meerkat96: use correct mmc driverCarl 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