summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configs: fsl: move DDR specific defines to KconfigRajesh Bhagat2019-03-0343-64/+40
* board: ls1043a: use default scan_dev_for_bootMian Yousaf Kaukab2019-03-031-6/+0
* board: ls1043a: enable dhcp bootMian Yousaf Kaukab2019-03-031-1/+2
* board: ls1043a: enable EFI_LOADER_BOUNCE_BUFFERMian Yousaf Kaukab2019-03-0317-0/+17
* board: ls1046a: use default scan_dev_for_bootMian Yousaf Kaukab2019-03-031-7/+0
* board: ls1046a: enable dhcp bootMian Yousaf Kaukab2019-03-031-1/+2
* board: ls1046a: enable EFI_LOADER_BOUNCE_BUFFERMian Yousaf Kaukab2019-03-0317-0/+17
* board: ls2080ardb: use default scan_dev_for_bootMian Yousaf Kaukab2019-03-031-12/+0
* Revert "ls2080ardb: remove dhcp function from env as boot source"Mian Yousaf Kaukab2019-03-031-1/+2
* board: ls1088ardb: use default scan_dev_for_bootMian Yousaf Kaukab2019-03-031-12/+0
* Revert "ls1088a: remove dhcp function from u-boot env as boot source"Mian Yousaf Kaukab2019-03-031-1/+2
* board: ls1088a: fix fsl-mc search pathMian Yousaf Kaukab2019-03-031-1/+1
* board: ls1088a: fix dppa exit when using efi bootMian Yousaf Kaukab2019-03-031-4/+6
* Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2019-02-283-1/+62
|\
| * ARM: socfpga: Clear PL310 early in SPLMarek Vasut2019-02-251-0/+58
| * ARM: socfpga: Configure PL310 latenciesMarek Vasut2019-02-251-0/+3
| * ARM: cache: Fix incorrect bitwise operationMarek Vasut2019-02-251-1/+1
| * gpio: altera_pio: fix get_valueJulien BĂ©raud2019-02-251-1/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2019-02-2817-37/+32
|\ \
| * | mmc: renesas: Unconditionally set DTCNTL TAPNUM to 8Marek Vasut2019-02-251-1/+1
| * | mmc: tmio: Clear BUSWIDTH bit when WMODE bit is setMarek Vasut2019-02-251-1/+1
| * | ARM: rmobile: Convert Gen2 to OF_SEPARATEMarek Vasut2019-02-258-8/+0
| * | ARM: rmobile: Sync Gen3 defconfigsMarek Vasut2019-02-253-3/+0
| * | ARM: rmobile: Imply SoC per boardMarek Vasut2019-02-251-4/+10
| * | pinctrl: renesas: Drop def_bool per SoCMarek Vasut2019-02-251-10/+0
| * | clk: rmobile: Drop def_bool per SoCMarek Vasut2019-02-251-10/+0
| * | ARM: rmobile: Imply pinctrl drivers per SoCMarek Vasut2019-02-252-0/+10
| * | ARM: rmobile: Imply clock drivers per SoCMarek Vasut2019-02-252-0/+10
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2019-02-286-193/+285
|\ \
| * | sunxi: Add Bananapi M2+ H5 boardChen-Yu Tsai2019-02-183-1/+33
| * | sunxi: Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3Chen-Yu Tsai2019-02-182-5/+6
| * | sunxi: Sync Bananapi M2+ device tree from Linux v5.0-rc1Chen-Yu Tsai2019-02-182-188/+247
* | | Merge branch '2019-02-29-master-imports'Tom Rini2019-02-2811-7/+12
|\ \ \
| * | | spl: add debug print for early malloc usageSimon Goldschmidt2019-02-281-0/+2
| * | | kbuild: fix DTB .cmd source variableStephen Warren2019-02-281-1/+2
| * | | kbuild: make arch-dtbs target PHONYStephen Warren2019-02-281-0/+1
| * | | doc: binding: rename directory ram to memory-controllerPatrick Delaunay2019-02-283-0/+0
| * | | fs: fat: fix link error when building with DEBUG=1Heinrich Schuchardt2019-02-281-3/+3
| * | | arm: pdu001: Fix order of include filesFelix Brack2019-02-281-1/+1
| * | | .gitignore: Ignore regenerated *.dtbo filesMichal Simek2019-02-281-0/+1
| * | | ARM: cache: Fix incorrect bitwise operationMarek Vasut2019-02-281-1/+1
| * | | spi: omap3: fix set_wordlen() reading from incorrect address for CHCONFDavid Rivshin2019-02-281-1/+1
|/ / /
* | | Merge git://git.denx.de/u-boot-riscvTom Rini2019-02-2733-50/+1843
|\ \ \
| * | | riscv: Enable CONFIG_SYS_BOOT_RAMDISK_HIGH for using initrdAnup Patel2019-02-271-0/+1
| * | | doc: Add a readme guide for SiFive FU540Atish Patra2019-02-271-0/+303
| * | | riscv: Add SiFive FU540 board supportAnup Patel2019-02-277-0/+131
| * | | cpu: Bind timer driver for boot hartAtish Patra2019-02-271-3/+4
| * | | drivers: serial_sifive: Skip baudrate config if no input clockAtish Patra2019-02-271-16/+16
| * | | drivers: serial_sifive: Fix baud rate calculationAtish Patra2019-02-271-2/+26
| * | | clk: Add fixed-factor clock driverAnup Patel2019-02-275-2/+113