summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* kconfig / kbuild: re-sync with Linux 4.18WIP/kbuild-resync-v1-v4.18Tom Rini2020-02-2442-1022/+1198
* scripts/dtc: Update to upstream version v1.4.6-21-g84e414b0b5bcRob Herring2020-02-244-16/+206
* Azure / GitLab / Travis: Add Kconfig unit tests to a jobTom Rini2020-02-243-6/+9
* Kconfig: Remove redundant variable setsTom Rini2020-02-243-9/+0
* Kconfig: Escape variables to make in default stringsTom Rini2020-02-243-4/+4
* mx31pdk: Move CONFIG_SPL_LDSCRIPT to defconfigTom Rini2020-02-242-3/+1
* misc: Add more -I$(objtree)/$(obj) linesTom Rini2020-02-243-0/+7
* efi_selftest: Ensure we include the object directory for generated headersTom Rini2020-02-241-0/+4
* scripts/Makefile.lib: Re-add -Wno-simple_bus_reg to DTC_FLAGSTom Rini2020-02-241-0/+1
* scripts/Makefile.lib: Restore PCI related warnings to DTC_FLAGSTom Rini2020-02-241-0/+4
* kbuild: Re-sync DTC flag logic with v4.17Tom Rini2020-02-242-21/+16
* kbuild: fixdep: Resync this with v4.17Tom Rini2020-02-241-201/+150
* fixdep: fix U-Boot own code to handle only valid symbol charactersMasahiro Yamada2020-02-241-1/+1
* 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
|\ \
| * | efi_loader: EFI_RNG_PROTOCOLHeinrich Schuchardt2020-02-191-2/+2