| Commit message (Expand) | Author | Age | Files | Lines |
* | board: ls1046a: use default scan_dev_for_boot | Mian Yousaf Kaukab | 2019-03-03 | 1 | -7/+0 |
* | board: ls1046a: enable dhcp boot | Mian Yousaf Kaukab | 2019-03-03 | 1 | -1/+2 |
* | board: ls1046a: enable EFI_LOADER_BOUNCE_BUFFER | Mian Yousaf Kaukab | 2019-03-03 | 17 | -0/+17 |
* | board: ls2080ardb: use default scan_dev_for_boot | Mian Yousaf Kaukab | 2019-03-03 | 1 | -12/+0 |
* | Revert "ls2080ardb: remove dhcp function from env as boot source" | Mian Yousaf Kaukab | 2019-03-03 | 1 | -1/+2 |
* | board: ls1088ardb: use default scan_dev_for_boot | Mian Yousaf Kaukab | 2019-03-03 | 1 | -12/+0 |
* | Revert "ls1088a: remove dhcp function from u-boot env as boot source" | Mian Yousaf Kaukab | 2019-03-03 | 1 | -1/+2 |
* | board: ls1088a: fix fsl-mc search path | Mian Yousaf Kaukab | 2019-03-03 | 1 | -1/+1 |
* | board: ls1088a: fix dppa exit when using efi boot | Mian Yousaf Kaukab | 2019-03-03 | 1 | -4/+6 |
* | Merge branch 'master' of git://git.denx.de/u-boot-socfpga | Tom Rini | 2019-02-28 | 3 | -1/+62 |
|\ |
|
| * | ARM: socfpga: Clear PL310 early in SPL | Marek Vasut | 2019-02-25 | 1 | -0/+58 |
| * | ARM: socfpga: Configure PL310 latencies | Marek Vasut | 2019-02-25 | 1 | -0/+3 |
| * | ARM: cache: Fix incorrect bitwise operation | Marek Vasut | 2019-02-25 | 1 | -1/+1 |
| * | gpio: altera_pio: fix get_value | Julien Béraud | 2019-02-25 | 1 | -1/+1 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-sh | Tom Rini | 2019-02-28 | 17 | -37/+32 |
|\ \ |
|
| * | | mmc: renesas: Unconditionally set DTCNTL TAPNUM to 8 | Marek Vasut | 2019-02-25 | 1 | -1/+1 |
| * | | mmc: tmio: Clear BUSWIDTH bit when WMODE bit is set | Marek Vasut | 2019-02-25 | 1 | -1/+1 |
| * | | ARM: rmobile: Convert Gen2 to OF_SEPARATE | Marek Vasut | 2019-02-25 | 8 | -8/+0 |
| * | | ARM: rmobile: Sync Gen3 defconfigs | Marek Vasut | 2019-02-25 | 3 | -3/+0 |
| * | | ARM: rmobile: Imply SoC per board | Marek Vasut | 2019-02-25 | 1 | -4/+10 |
| * | | pinctrl: renesas: Drop def_bool per SoC | Marek Vasut | 2019-02-25 | 1 | -10/+0 |
| * | | clk: rmobile: Drop def_bool per SoC | Marek Vasut | 2019-02-25 | 1 | -10/+0 |
| * | | ARM: rmobile: Imply pinctrl drivers per SoC | Marek Vasut | 2019-02-25 | 2 | -0/+10 |
| * | | ARM: rmobile: Imply clock drivers per SoC | Marek Vasut | 2019-02-25 | 2 | -0/+10 |
| |/ |
|
* | | Merge branch 'master' of git://git.denx.de/u-boot-sunxi | Tom Rini | 2019-02-28 | 6 | -193/+285 |
|\ \ |
|
| * | | sunxi: Add Bananapi M2+ H5 board | Chen-Yu Tsai | 2019-02-18 | 3 | -1/+33 |
| * | | sunxi: Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3 | Chen-Yu Tsai | 2019-02-18 | 2 | -5/+6 |
| * | | sunxi: Sync Bananapi M2+ device tree from Linux v5.0-rc1 | Chen-Yu Tsai | 2019-02-18 | 2 | -188/+247 |
* | | | Merge branch '2019-02-29-master-imports' | Tom Rini | 2019-02-28 | 11 | -7/+12 |
|\ \ \ |
|
| * | | | spl: add debug print for early malloc usage | Simon Goldschmidt | 2019-02-28 | 1 | -0/+2 |
| * | | | kbuild: fix DTB .cmd source variable | Stephen Warren | 2019-02-28 | 1 | -1/+2 |
| * | | | kbuild: make arch-dtbs target PHONY | Stephen Warren | 2019-02-28 | 1 | -0/+1 |
| * | | | doc: binding: rename directory ram to memory-controller | Patrick Delaunay | 2019-02-28 | 3 | -0/+0 |
| * | | | fs: fat: fix link error when building with DEBUG=1 | Heinrich Schuchardt | 2019-02-28 | 1 | -3/+3 |
| * | | | arm: pdu001: Fix order of include files | Felix Brack | 2019-02-28 | 1 | -1/+1 |
| * | | | .gitignore: Ignore regenerated *.dtbo files | Michal Simek | 2019-02-28 | 1 | -0/+1 |
| * | | | ARM: cache: Fix incorrect bitwise operation | Marek Vasut | 2019-02-28 | 1 | -1/+1 |
| * | | | spi: omap3: fix set_wordlen() reading from incorrect address for CHCONF | David Rivshin | 2019-02-28 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge git://git.denx.de/u-boot-riscv | Tom Rini | 2019-02-27 | 33 | -50/+1843 |
|\ \ \ |
|
| * | | | riscv: Enable CONFIG_SYS_BOOT_RAMDISK_HIGH for using initrd | Anup Patel | 2019-02-27 | 1 | -0/+1 |
| * | | | doc: Add a readme guide for SiFive FU540 | Atish Patra | 2019-02-27 | 1 | -0/+303 |
| * | | | riscv: Add SiFive FU540 board support | Anup Patel | 2019-02-27 | 7 | -0/+131 |
| * | | | cpu: Bind timer driver for boot hart | Atish Patra | 2019-02-27 | 1 | -3/+4 |
| * | | | drivers: serial_sifive: Skip baudrate config if no input clock | Atish Patra | 2019-02-27 | 1 | -16/+16 |
| * | | | drivers: serial_sifive: Fix baud rate calculation | Atish Patra | 2019-02-27 | 1 | -2/+26 |
| * | | | clk: Add fixed-factor clock driver | Anup Patel | 2019-02-27 | 5 | -2/+113 |
| * | | | clk: Add SiFive FU540 PRCI clock driver | Anup Patel | 2019-02-27 | 8 | -0/+1150 |
| * | | | net: macb: Fix GEM hardware detection | Atish Patra | 2019-02-27 | 1 | -1/+1 |
| * | | | net: macb: Fix clk API usage for RISC-V systems | Anup Patel | 2019-02-27 | 1 | -5/+4 |
| * | | | riscv: generic: Ensure that U-Boot runs within 4GB for 64bit systems | Anup Patel | 2019-02-27 | 1 | -0/+20 |