aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-03riscv: Add QEMU virt board supportBin Meng
2018-10-03riscv: kconfig: Imply DM support for some common driversBin Meng
2018-10-03riscv: kconfig: Select DM and OF_CONTROLBin Meng
2018-10-03riscv: ae350: Clean up mixed tabs and spaces in the dtsBin Meng
2018-10-03riscv: Make start.S available for all targetsBin Meng
2018-10-03riscv: bootm: Pass mhartid CSR value to kernelBin Meng
2018-10-03riscv: Remove CSR read/write defines in encoding.hBin Meng
2018-10-03riscv: Add a helper routine to print CPU informationBin Meng
2018-10-03riscv: Explicitly pass -march and -mabi to the compilerBin Meng
2018-10-03riscv: Fix coding style issues in the linker scriptBin Meng
2018-10-03riscv: Move the linker script to the CPU root directoryBin Meng
2018-10-03riscv: cmd: bdinfo: Print the relocation addressBin Meng
2018-10-03riscv: Remove mach typeBin Meng
2018-10-03riscv: bootm: Correct the 1st kernel argument to hart idBin Meng
2018-10-03riscv: Remove setup.hBin Meng
2018-10-03riscv: kconfig: Normalize architecture name spellingBin Meng
2018-10-02Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2018-10-02spi: sh_qspi: Add DM support to SH QSPI driverMarek Vasut
2018-10-02driver/spi: fsl_qspi: Remove non-DM stuffAshish Kumar
2018-10-02spi: designware_spi: Add reset ctrl to driverLey Foon Tan
2018-10-02cmd: mtdparts: describe as legacyMiquel Raynal
2018-10-02cmd: ubi: clean the partition handlingMiquel Raynal
2018-10-02cmd: mtd: add 'mtd' commandMiquel Raynal
2018-10-02mtd: mtdpart: implement proper partition handlingMiquel Raynal
2018-10-02mtd: uboot: search for an equivalent MTD name with the mtdidsMiquel Raynal
2018-10-02mtd: mtdpart: add a generic mtdparts-like parserMiquel Raynal
2018-10-02mtd: uclass: add probe functionMiquel Raynal
2018-10-02dm: drop unused helper in MTD headerMiquel Raynal
2018-10-01Prepare v2018.11-rc1Tom Rini
2018-10-01MAINTAINERS: at91: update entry for at91 boardsEugen Hristev
2018-09-30Merge git://git.denx.de/u-boot-dmTom Rini
2018-09-30MAINTAINERS: Update some entries for missed boardsTom Rini
2018-09-30fs: btrfs: Fix cache alignment bugsMarek Vasut
2018-09-30usb:ci_udc: don't overwrite configuration on pullupRamon Fried
2018-09-30db410c: automatically launch fastbootRamon Fried
2018-09-30DB410c: Enable fastboot supportRamon Fried
2018-09-30usb: ehci-msm: Add init_after_reset for CI_UDCRamon Fried
2018-09-30usb:ci_udc: Introduce init_after_reset phy functionRamon Fried
2018-09-30ehci: msm: use init_type in probeRamon Fried
2018-09-30ehci: msm: switch to generic PHY uclassRamon Fried
2018-09-30configs: db410c: Enable USB PHYRamon Fried
2018-09-30dts: db410c: Add bindings for MSM USB phyRamon Fried
2018-09-30phy: db410c: Add MSM USB PHY driverRamon Fried
2018-09-30db410c: serial# env using msm board serialRamon Fried
2018-09-30dts: db410c: add alias for USBRamon Fried
2018-09-30ehci: msm: Add missing platdataRamon Fried
2018-09-30ehci: Replace board_prepare_usb with board_usb_initRamon Fried
2018-09-30serial: serial_stm32: Enable uart FIFO for STM32F7xx SoCsPatrice Chotard
2018-09-30u-boot: align cache flushes in load_elf_image_shdr to line boundariesNeil Stainton
2018-09-30kbuild: fix # escaping in appending U-Boot own DTMasahiro Yamada