aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-03board: ls1046a: enable EFI_LOADER_BOUNCE_BUFFERMian Yousaf Kaukab17-0/+17
2019-03-03board: ls2080ardb: use default scan_dev_for_bootMian Yousaf Kaukab1-12/+0
2019-03-03Revert "ls2080ardb: remove dhcp function from env as boot source"Mian Yousaf Kaukab1-1/+2
2019-03-03board: ls1088ardb: use default scan_dev_for_bootMian Yousaf Kaukab1-12/+0
2019-03-03Revert "ls1088a: remove dhcp function from u-boot env as boot source"Mian Yousaf Kaukab1-1/+2
2019-03-03board: ls1088a: fix fsl-mc search pathMian Yousaf Kaukab1-1/+1
2019-03-03board: ls1088a: fix dppa exit when using efi bootMian Yousaf Kaukab1-4/+6
2019-02-28Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini3-1/+62
2019-02-28Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini17-37/+32
2019-02-28Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini6-193/+285
2019-02-28Merge branch '2019-02-29-master-imports'Tom Rini11-7/+12
2019-02-28spl: add debug print for early malloc usageSimon Goldschmidt1-0/+2
2019-02-28kbuild: fix DTB .cmd source variableStephen Warren1-1/+2
2019-02-28kbuild: make arch-dtbs target PHONYStephen Warren1-0/+1
2019-02-28doc: binding: rename directory ram to memory-controllerPatrick Delaunay3-0/+0
2019-02-28fs: fat: fix link error when building with DEBUG=1Heinrich Schuchardt1-3/+3
2019-02-28arm: pdu001: Fix order of include filesFelix Brack1-1/+1
2019-02-28.gitignore: Ignore regenerated *.dtbo filesMichal Simek1-0/+1
2019-02-28ARM: cache: Fix incorrect bitwise operationMarek Vasut1-1/+1
2019-02-28spi: omap3: fix set_wordlen() reading from incorrect address for CHCONFDavid Rivshin1-1/+1
2019-02-27Merge git://git.denx.de/u-boot-riscvTom Rini33-50/+1843
2019-02-27riscv: Enable CONFIG_SYS_BOOT_RAMDISK_HIGH for using initrdAnup Patel1-0/+1
2019-02-27doc: Add a readme guide for SiFive FU540Atish Patra1-0/+303
2019-02-27riscv: Add SiFive FU540 board supportAnup Patel7-0/+131
2019-02-27cpu: Bind timer driver for boot hartAtish Patra1-3/+4
2019-02-27drivers: serial_sifive: Skip baudrate config if no input clockAtish Patra1-16/+16
2019-02-27drivers: serial_sifive: Fix baud rate calculationAtish Patra1-2/+26
2019-02-27clk: Add fixed-factor clock driverAnup Patel5-2/+113
2019-02-27clk: Add SiFive FU540 PRCI clock driverAnup Patel8-0/+1150
2019-02-27net: macb: Fix GEM hardware detectionAtish Patra1-1/+1
2019-02-27net: macb: Fix clk API usage for RISC-V systemsAnup Patel1-5/+4
2019-02-27riscv: generic: Ensure that U-Boot runs within 4GB for 64bit systemsAnup Patel1-0/+20
2019-02-27riscv: Add place-holder asm/arch/clk.h for driver compilationAnup Patel1-0/+14
2019-02-27riscv: Add asm/dma-mapping.h for DMA mappingsAnup Patel1-0/+38
2019-02-27riscv: Rename cpu/qemu to cpu/genericAnup Patel6-4/+4
2019-02-27riscv: Enable create symlink using kconfigAnup Patel1-0/+1
2019-02-26Merge tag 'efi-2019-04-rc3' of https://github.com/xypron2/u-bootTom Rini9-10/+1516
2019-02-25mmc: renesas: Unconditionally set DTCNTL TAPNUM to 8Marek Vasut1-1/+1
2019-02-25mmc: tmio: Clear BUSWIDTH bit when WMODE bit is setMarek Vasut1-1/+1
2019-02-25ARM: rmobile: Convert Gen2 to OF_SEPARATEMarek Vasut8-8/+0
2019-02-25ARM: rmobile: Sync Gen3 defconfigsMarek Vasut3-3/+0
2019-02-25ARM: rmobile: Imply SoC per boardMarek Vasut1-4/+10
2019-02-25pinctrl: renesas: Drop def_bool per SoCMarek Vasut1-10/+0
2019-02-25clk: rmobile: Drop def_bool per SoCMarek Vasut1-10/+0
2019-02-25ARM: rmobile: Imply pinctrl drivers per SoCMarek Vasut2-0/+10
2019-02-25ARM: rmobile: Imply clock drivers per SoCMarek Vasut2-0/+10
2019-02-25ARM: socfpga: Clear PL310 early in SPLMarek Vasut1-0/+58
2019-02-25ARM: socfpga: Configure PL310 latenciesMarek Vasut1-0/+3
2019-02-25ARM: cache: Fix incorrect bitwise operationMarek Vasut1-1/+1
2019-02-25gpio: altera_pio: fix get_valueJulien BĂ©raud1-1/+1