summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-28sunxi: Fix PHY regression on A20-OLinuXino-Lime2 and A20-Olimex-SOM-EVBTom Rini2-0/+4
2020-04-28Prepare v2020.07-rc1Tom Rini1-2/+2
2020-04-28kbuild: SPL/TPL: generate separate asm-offsets.h for SPL and TPLMasahiro Yamada2-4/+10
2020-04-28Merge tag 'u-boot-amlogic-20200428' of https://gitlab.denx.de/u-boot/custodia...Tom Rini30-101/+633
2020-04-28Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini5-23/+193
2020-04-28Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2-1/+5
2020-04-28Merge tag 'dm-pull-27apr20' of git://git.denx.de/u-boot-dmTom Rini121-1805/+896
2020-04-28usb: host: dwc3-sti-glue: Use UCLASS_NOP instead of UCLASS_MISCPatrice Chotard1-1/+1
2020-04-28usb: host: dwc2: add trace to have clean usb startPatrick Delaunay1-0/+2
2020-04-28usb: host: dwc2: force reset assertPatrick Delaunay1-0/+2
2020-04-28usb: host: dwc2: add clk supportPatrick Delaunay1-1/+29
2020-04-28usb: host: dwc2: add phy supportPatrick Delaunay1-0/+66
2020-04-28dm: clk: add stub when CONFIG_CLK is deactivatedPatrick Delaunay1-13/+89
2020-04-28usb: ether: avoid NULL check before free()Heinrich Schuchardt1-2/+1
2020-04-28usb: avoid NULL check before freeHeinrich Schuchardt1-6/+3
2020-04-28usb: dwc3-meson-g12a: add power-on/off of the PHYsNeil Armstrong1-0/+16
2020-04-28configs: khadas-vim3: enable support for SPI NOR flashNeil Armstrong2-0/+18
2020-04-28arm: dts: meson-khadas-vim3: enable SPI NOR flashNeil Armstrong3-0/+35
2020-04-28configs: khadas-vim2: enable support for SPI NOR flashNeil Armstrong1-0/+8
2020-04-28arm: dts: meson-gxm-khadas-vim2-u-boot: enable SPI NOR flashNeil Armstrong1-0/+15
2020-04-28arm64: dts: meson: sync dt and bindings from v5.7-rc1Neil Armstrong18-101/+295
2020-04-28phy: meson: add GXBB PHY driverBeniamino Galvani3-0/+244
2020-04-28clk: meson: g12a: add missing SD_EMMC_A controller gatesNeil Armstrong1-0/+2
2020-04-28Merge branch '2020-04-27-master-imports'Tom Rini11-31/+60
2020-04-28Merge tag 'mips-pull-2020-04-27' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini70-1033/+2320
2020-04-28Merge tag 'arc-more-fixes-for-2020.07-rc1' of https://gitlab.denx.de/u-boot/c...Tom Rini16-172/+657
2020-04-28Azure/GitLab: Switch over to using LLVM-10Tom Rini2-2/+2
2020-04-28travis: Switch over to using LLVM-10Tom Rini1-4/+5
2020-04-28Azure/GitLab: Update to latest Docker imageTom Rini2-2/+2
2020-04-27travis: Update ARC toolchain to 2019.09Tom Rini1-3/+3
2020-04-27Makefile: copy SPL_FIT_SOURCE in build directoryPatrick Delaunay1-1/+3
2020-04-27net: tftp: remove TFTP_MTU_BLOCKSIZEPatrick Delaunay1-6/+1
2020-04-27net: tftp: Add help for CONFIG_TFTP_BLOCKSIZEPatrick Delaunay1-0/+4
2020-04-27fs: ext4: skip journal state if fs has metadata_csumArnaud Ferraris1-0/+3
2020-04-27test: test_fs error messageHeinrich Schuchardt1-2/+3
2020-04-27lib: zlib: fix formatting, referenceHeinrich Schuchardt1-15/+16
2020-04-27doc: sphinx: refresh parse-headers.pl from LinuxHeinrich Schuchardt1-2/+2
2020-04-27Add .readthedocs.ymlHeinrich Schuchardt1-0/+19
2020-04-27doc: specify that xelatex is used as Latex engineHeinrich Schuchardt1-0/+2
2020-04-27tools: fw_env: use erasesize from MEMGETINFO ioctlRasmus Villemoes1-0/+3
2020-04-27CMD: random: fix return codeEugeniy Paltsev1-5/+4
2020-04-27mips: Add support for SoM "VoCore2".Mauro Condarelli9-0/+279
2020-04-27mips: mt76x8: ddr_cal: Correct dqs_find_min/max implementationsStefan Roese1-18/+10
2020-04-27mips: mt76x8: ddr_cal: Change types from u32 to int in dqs_find_min/maxStefan Roese1-6/+8
2020-04-27mips: mt76x8: ddr_cal: Rename dqs_test_valid() to dqs_test_error()Stefan Roese1-6/+6
2020-04-27mips: mtmips: Increase CONFIG_SPL_SYS_MALLOC_F_LENStefan Roese3-4/+4
2020-04-27mips: mtmips: add support for mt7628-rfbWeijie Gao9-0/+210
2020-04-27mips: mtmips: enable SPL for all boardsWeijie Gao8-173/+63
2020-04-27mips: mtmips: add SPL supportWeijie Gao9-1/+160
2020-04-27mips: mtmips: rewrite lowlevel codes of mt7628Weijie Gao17-795/+1201