aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-28Merge branch '2020-02-28-mpc8xx-fixes'Tom Rini3-6/+3
2020-02-28watchdog: Don't select CONFIG_WATCHDOG and CONFIG_HW_WATCHDOG at the same timeChristophe Leroy1-0/+1
2020-02-28watchdog: mpc8xx: Revert the 8xx watchdog back to CONFIG_HW_WATCHDOGChristophe Leroy3-6/+2
2020-02-27Merge tag 'ti-v2020.04-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini6-10/+4
2020-02-26Merge tag 'efi-2020-04-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini4-12/+48
2020-02-26efi_loader: implement EFI_RT_PROPERTIES_TABLEHeinrich Schuchardt4-12/+48
2020-02-26defconfig: k2x_hs: Remove DTB_RESELECT to fix DHCP issueMadan Srinivas5-10/+0
2020-02-26misc: k3_avs: Fix possible NULL pointer deferenceVignesh Raghavendra1-0/+4
2020-02-26Prepare v2020.04-rc3v2020.04-rc3Tom Rini1-1/+1
2020-02-25Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini11-1077/+8
2020-02-25Merge branch '2020-02-25-master-imports'Tom Rini5-4/+7
2020-02-25board: novtech: meerkat96: use correct mmc driverCarl Gelfand1-1/+1
2020-02-25moveconfig: convert ps.stderr to stringMarkus Klotzbuecher1-1/+1
2020-02-25moveconfig: replace unsafe eval with astevalMarkus Klotzbuecher1-1/+3
2020-02-25MAINTAINERS: set maintainer for doc/api/efi.rstHeinrich Schuchardt1-0/+1
2020-02-25arch: arm: Fix SZ_64K undeclared compilation errorWasim Khan1-0/+1
2020-02-25tools: image-host.c: remove uboot_aes.hPhilippe Reynes1-1/+0
2020-02-25Merge branch '2020-02-24-ci-htmldocs'Tom Rini5-14/+65
2020-02-25doc/Makefile: turn warnings into errorsHeinrich Schuchardt1-0/+1
2020-02-25azure: build HTML documentationHeinrich Schuchardt1-0/+10
2020-02-25gitlab: build HTML documentationHeinrich Schuchardt1-0/+7
2020-02-25travis: build HTML docsHeinrich Schuchardt1-0/+5
2020-02-25travis: Add python3-sphinx to the package listTom Rini1-0/+1
2020-02-25arch: powerpc: Rewrite the sata node to fit the driverPeng Ma1-11/+4
2020-02-25Revert "configs: enable sata device module in T2080QDS"Peng Ma6-23/+1
2020-02-25Revert "powerpc: mpc85xx: delete FSL_SATA for T2080QDS board."Peng Ma1-1/+3
2020-02-25Revert "ata: fsl_ahci: Add sata DM support for Freescale powerpc socs"Peng Ma3-1042/+0
2020-02-24doc: update doc/sphinx/kerneldoc.pyHeinrich Schuchardt1-12/+39
2020-02-24Azure / GitLab: Update Docker imageTom Rini2-2/+2
2020-02-20Merge tag 'u-boot-rockchip-20200220' of https://gitlab.denx.de/u-boot/custodi...Tom Rini41-159/+494
2020-02-20Merge tag 'mmc-2-20-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini32-192/+187
2020-02-20mmc: sdhci: fix missing cache invalidation after reading by DMAMasahiro Yamada1-0/+4
2020-02-20mmc: sdhci: use dma_map_single() instead of flush_cache() before DMAMasahiro Yamada1-26/+25
2020-02-20mmc: add mmc_get_dma_dir() helperMasahiro Yamada1-0/+6
2020-02-20mmc: sdhci: remove unneeded castsMasahiro Yamada1-3/+2
2020-02-20mmc: sdhci: use lower_32_bit2() and upper_32_bits() for setting adma_addrMasahiro Yamada1-2/+3
2020-02-20mmc: sdhci: reduce code duplication for aligned bufferMasahiro Yamada2-14/+10
2020-02-20mmc: sdhci: put the aligned buffer pointer to struct sdhci_hostMasahiro Yamada2-14/+14
2020-02-20dma-mapping: add <asm/dma-mapping.h> for all architecturesMasahiro Yamada8-0/+8
2020-02-20arch: arm: rockchip: order the rk3399 entries alphabeticallyPeter Robinson1-12/+12
2020-02-20rockchip: rk3399: add target type for evb based boardKever Yang11-0/+11
2020-02-19Merge tag 'efi-2020-04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2-7/+7
2020-02-19dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada17-116/+75
2020-02-19dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada9-19/+11
2020-02-19dma-mapping: fix the prototype of dma_map_single()Masahiro Yamada4-8/+12
2020-02-19mmc: fsl_esdhc: actually enable cache snooping on mpc830xRasmus Villemoes1-2/+13
2020-02-19efi_loader: EFI_RNG_PROTOCOLHeinrich Schuchardt1-2/+2
2020-02-19efi_loader: fix efi_install_fdt() descriptionHeinrich Schuchardt1-5/+5
2020-02-19configs: fix typos in khadas-edge defconfigsJared Baldridge2-2/+2
2020-02-19board: roc-pc-rk3399: Add support for onboard LED's and push button to indica...Suniel Mahesh3-0/+40