summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | ARM: DTS: Resync am3517-evm.dts with Linux 5.0-rc3Adam Ford2019-02-011-0/+4
| * | ARM: dts: da850-evm: Re-sync with Kernel 5.0Adam Ford2019-02-011-5/+26
| * | ARM: am3517_evm: Enable DM_SPI and DM_USBAdam Ford2019-02-011-0/+4
| * | spl: fat/fs: Add control to build FS EXT4 in SPLTien Fong Chee2019-02-011-1/+2
| * | spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4Tien Fong Chee2019-02-0169-74/+74
| * | spl: fat/fs: Add option to include/exclude FAT write build in SPLTien Fong Chee2019-02-014-4/+12
| * | spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FATTien Fong Chee2019-02-0167-72/+72
| * | configs: removing am335x_evm_usbspl_defconfigJean-Jacques Hiblot2019-02-011-55/+0
| * | configs: am335x_evm: enable DM_USB_GADGET and USB_ETHER in u-boot and SPLJean-Jacques Hiblot2019-02-011-1/+7
| * | ARM: DTS: am335x-evm: Use USB0 in peripheral modeJean-Jacques Hiblot2019-02-011-0/+4
| * | usb: ether: call _usb_eth_halt() if initialization failsJean-Jacques Hiblot2019-02-011-1/+4
| * | am335x, shc: adapt shc board to DMHeiko Schocher2019-02-018-233/+42
| * | ARM: dts: am335x-shc: add u-boot specific dtsiHeiko Schocher2019-02-012-0/+52
| * | arm: dts: add am335x-shc.dts for shc boardHeiko Schocher2019-02-013-0/+577
|/ /
* | Merge tag 'video-updates-for-2019.04-rc1' of git://git.denx.de/u-boot-videoTom Rini2019-01-313-7/+5
|\ \ | |/ |/|
| * ihs_video_out: Fix error handlingMario Six2019-01-281-3/+3
| * videomodes: Relax EDID validation checks for hsync/vsync pulse widthPriit Laes2019-01-281-2/+0
| * imx: video: Fix return value issueYe Li2019-01-281-2/+2
* | Merge tag 'u-boot-amlogic-20190131' of git://git.denx.de/u-boot-amlogicTom Rini2019-01-3139-4/+5992
|\ \
| * | arm: libretech-cc: enable video by defaultMaxime Jourdan2019-01-311-0/+6
| * | arm: meson64: enable console mux and console env by defaultMaxime Jourdan2019-01-315-0/+10
| * | configs: meson64: use vidconsole and usbkbd if enabledNeil Armstrong2019-01-311-0/+23
| * | arm: meson: board-gx: Setup VPU in fdtMaxime Jourdan2019-01-311-0/+5
| * | arm64: dts: meson-gx: add hhi reg entry to hdmi_txMaxime Jourdan2019-01-311-0/+6
| * | arm64: dts: meson-gx: Add hdmi_5v regulator as hdmi tx supplyNeil Armstrong2019-01-314-0/+4
| * | arm64: dts: meson-gx: vpu should be probed before relocationMaxime Jourdan2019-01-317-0/+57
| * | video: Add Meson Video Processing Unit DriverNeil Armstrong2019-01-3117-0/+5386
| * | video: dw_hdmi: add support for color conversionJorge Ramirez-Ortiz2019-01-313-1/+480
| * | video: dw_hdmi: support SoC specific read/write opsJorge Ramirez-Ortiz2019-01-312-2/+14
| * | power: domain: meson-gx-pwrc-vpu: add missing dependsMaxime Jourdan2019-01-311-1/+1
|/ /
* | MAINTAINERS: Add Amlogic entryNeil Armstrong2019-01-301-0/+22
* | Makefile: remove generated font filesHeinrich Schuchardt2019-01-301-1/+2
* | dfu: mmc: call fs functions instead of run_commandSimon Goldschmidt2019-01-302-37/+31
* | Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2019-01-3020-9/+173
|\ \
| * | arm: sunxi: Enable DM_MMCJagan Teki2019-01-303-2/+1
| * | sunxi: A64: pinebook-u-boot: Include sunxi-u-boot.dtsiJagan Teki2019-01-301-0/+2
| * | arm: dts: sunxi: Alter mmc2 auto-numbering to mmc1Jagan Teki2019-01-301-0/+4
| * | sunxi: clk: enable clk and reset for CCU devicesAndre Przywara2019-01-301-0/+12
| * | mmc: sunxi: Honour non-removable property in DTAndre Przywara2019-01-291-1/+2
| * | sunxi: board: do MMC pinmux setup for DM_MMC buildsAndre Przywara2019-01-291-0/+15
| * | mmc: sunxi: Add DM clk and reset supportAndre Przywara2019-01-291-5/+13
| * | mmc: sunxi: Add DM_MMC support for A80Jagan Teki2019-01-291-0/+8
| * | mmc: sunxi: Add DM_MMC support for H6Jagan Teki2019-01-291-0/+12
| * | mmc: sunxi: Add remaining compatible stringsJagan Teki2019-01-291-0/+12
| * | sunxi: clk: A80: add MMC clock supportAndre Przywara2019-01-291-1/+27
| * | sunxi: clk: add MMC gates/resetsAndre Przywara2019-01-2911-0/+63
| * | sunxi: amarula_a64_relic: Enable USB hostJagan Teki2019-01-291-0/+2
| |/
* | Merge tag 'u-boot-imx-20190129' of git://git.denx.de/u-boot-imxTom Rini2019-01-3074-524/+3034
|\ \
| * | ARM: imx6q_logic: Enable Falcon Mode and fatwriteAdam Ford2019-01-282-1/+49
| * | ARM: imx6q_logic: Enable DM_USB and dependent regulatorsAdam Ford2019-01-281-0/+5