summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* riscv: Add QEMU virt board supportBin Meng2018-10-0312-0/+193
* riscv: kconfig: Imply DM support for some common driversBin Meng2018-10-032-8/+9
* riscv: kconfig: Select DM and OF_CONTROLBin Meng2018-10-032-2/+3
* riscv: ae350: Clean up mixed tabs and spaces in the dtsBin Meng2018-10-031-87/+90
* riscv: Make start.S available for all targetsBin Meng2018-10-035-4/+4
* riscv: bootm: Pass mhartid CSR value to kernelBin Meng2018-10-031-2/+3
* riscv: Remove CSR read/write defines in encoding.hBin Meng2018-10-031-46/+4
* riscv: Add a helper routine to print CPU informationBin Meng2018-10-034-0/+179
* riscv: Explicitly pass -march and -mabi to the compilerBin Meng2018-10-031-2/+6
* riscv: Fix coding style issues in the linker scriptBin Meng2018-10-031-30/+28
* riscv: Move the linker script to the CPU root directoryBin Meng2018-10-031-0/+0
* riscv: cmd: bdinfo: Print the relocation addressBin Meng2018-10-031-0/+2
* riscv: Remove mach typeBin Meng2018-10-034-33/+0
* riscv: bootm: Correct the 1st kernel argument to hart idBin Meng2018-10-031-13/+5
* riscv: Remove setup.hBin Meng2018-10-033-208/+0
* riscv: kconfig: Normalize architecture name spellingBin Meng2018-10-032-4/+4
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2018-10-02104-1045/+6003
|\
| * spi: sh_qspi: Add DM support to SH QSPI driverMarek Vasut2018-10-021-65/+150
| * driver/spi: fsl_qspi: Remove non-DM stuffAshish Kumar2018-10-021-138/+0
| * spi: designware_spi: Add reset ctrl to driverLey Foon Tan2018-10-021-0/+43
| * cmd: mtdparts: describe as legacyMiquel Raynal2018-10-021-1/+5
| * cmd: ubi: clean the partition handlingMiquel Raynal2018-10-022-71/+27
| * cmd: mtd: add 'mtd' commandMiquel Raynal2018-10-026-4/+644
| * mtd: mtdpart: implement proper partition handlingMiquel Raynal2018-10-024-239/+209
| * mtd: uboot: search for an equivalent MTD name with the mtdidsMiquel Raynal2018-10-022-1/+69
| * mtd: mtdpart: add a generic mtdparts-like parserMiquel Raynal2018-10-022-0/+231
| * mtd: uclass: add probe functionMiquel Raynal2018-10-022-0/+18
| * dm: drop unused helper in MTD headerMiquel Raynal2018-10-021-11/+0
| * cmd: mtdparts: remove mandatory 'mtdparts=' prefixMiquel Raynal2018-09-201-11/+6
| * cmd: mtdparts: accept spi-nand devicesMiquel Raynal2018-09-202-7/+13
| * lib: strto: fix metric suffix parsing in strtoul[l]Miquel Raynal2018-09-201-12/+10
| * lib: strto: parse all lowercase metric prefixes in ustrtoul[l]Miquel Raynal2018-09-201-8/+6
| * cmd: mtdparts: add fallthrough in switch statementMiquel Raynal2018-09-201-0/+3
| * cmd: ubi: delete useless and misleading definitionsMiquel Raynal2018-09-201-5/+0
| * mtd: mtdpart: balance debug messagesMiquel Raynal2018-09-201-0/+2
| * mtd: declare MTD_PARTITIONS symbol in KconfigMiquel Raynal2018-09-201-0/+3
| * dt-bindings: Add bindings for SPI NAND devicesBoris Brezillon2018-09-201-0/+5
| * mtd: spinand: Add initial support for the MX35LF2GE4AB chipMiquel Raynal2018-09-201-6/+14
| * mtd: spinand: Add initial support for the MX35LF1GE4AB chipBoris Brezillon2018-09-204-1/+141
| * mtd: spinand: Add initial support for Winbond W25M02GVFrieder Schrempf2018-09-204-1/+146
| * mtd: spinand: Add initial support for Micron MT29F2G01ABAGDPeter Pan2018-09-204-1/+156
| * mtd: nand: Add core infrastructure to support SPI NANDsPeter Pan2018-09-206-0/+1676
| * spi: Extend the core to ease integration of SPI memory controllersBoris Brezillon2018-09-205-0/+778
| * mtd: nand: Pass mode information to nand_page_io_reqBoris Brezillon2018-09-201-0/+3
| * mtd: nand: Add core infrastructure to deal with NAND devicesBoris Brezillon2018-09-205-0/+1111
| * mtd: rename nand into rawnand in Kconfig promptMiquel Raynal2018-09-201-1/+1
| * mtd: move NAND files into a raw/ subdirectoryMiquel Raynal2018-09-2066-395/+400
| * mtd: move all flash categories inside MTD submenuMiquel Raynal2018-09-201-2/+2
| * mtd: move definitions to enlarge their rangeMiquel Raynal2018-09-202-6/+6
| * mtd: add get/set of_node/flash_node helpersBrian Norris2018-09-201-0/+28