summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| | * arm: mx6: ddr: cleanupNikita Kiryanov2014-09-09-141/+137
| | * i2c: imx: add macros to setup pads for multiple SoC typesNikita Kiryanov2014-09-09-0/+33
| | * sata: dwc_ahsata: implement sata_port_statusNikita Kiryanov2014-09-09-0/+18
| | * compulab: eeprom: add support for defining eeprom i2c busNikita Kiryanov2014-09-09-1/+15
| | * mx6: add clock enabling functionsNikita Kiryanov2014-09-09-0/+95
| | * imx: ventana: added cputype env varTim Harvey2014-09-09-0/+1
| | * imx: ventana: add GW5520 supportTim Harvey2014-09-09-7/+81
| | * imx: ventana: base SPL MMDC calibration on width and size not boardTim Harvey2014-09-09-80/+109
| | * imx: ventana: updated notes regarding NAND boot errataTim Harvey2014-09-09-2/+3
| | * net: fec_mxc: Poll FEC_TBD_READY after polling TDARFabio Estevam2014-09-09-3/+27
| | * net: fec_mxc: Adjust RX DMA alignment for mx6soloxFabio Estevam2014-09-09-2/+10
* | | Revert "ARM: SPL: do not set gd again"Tom Rini2014-09-16-0/+3
* | | kconfig: armv8: move CONFIG_ARM64 to KconfigMasahiro Yamada2014-09-16-14/+18
* | | vexpress64: kconfig: consolidate CONFIG_TARGET_VEXPRESS_AEMV8A_SEMIMasahiro Yamada2014-09-16-20/+1
* | | net: dns: fix for DNS queries sent to the wrong MAC addressGerhard Sittig2014-09-16-0/+3
* | | kconfig: add sanity checks for SPL configurationMasahiro Yamada2014-09-16-0/+30
* | | net: usb: Add SMSC copyright to smsc95xx driverSimon Glass2014-09-16-0/+1
* | | mtdcore: Fix a build error with CONFIG_CMD_MTDPARTS_SPREADmaxin.john@enea.com2014-09-16-2/+2
* | | mtd: nand: davinci_nand: update write_page function for keystone RBLKhoronzhuk, Ivan2014-09-16-0/+1
* | | generic_board: do not set gd->fdt_blob unless CONFIG_OF_CONTROL=yMasahiro Yamada2014-09-16-4/+6
* | | kbuild: standalone: simplify clean-filesMasahiro Yamada2014-09-16-1/+1
* | | scripts/Makefile.clean: clean also $(extra-m) and $(extra-)Masahiro Yamada2014-09-16-2/+2
* | | kconfig: show an error message when defconfig is not foundMasahiro Yamada2014-09-16-0/+7
* | | common: fix include guards for CONFIG_MPGabriel Huau2014-09-16-2/+2
* | | kconfig: fix a bug of "make config"Masahiro Yamada2014-09-16-1/+1
* | | kconfig: fix savedefconfig to handle TPL correctlyMasahiro Yamada2014-09-16-3/+3
* | | kconfig: fix whitespace handling bug of savedefconfigMasahiro Yamada2014-09-16-8/+29
* | | kconfig: fix savedefconfig to output empty defconfigMasahiro Yamada2014-09-16-0/+1
* | | standalone: use GCC_VERSION defined in compiler-gcc.hMasahiro Yamada2014-09-16-5/+2
* | | compiler*.h: sync include/linux/compiler*.h with Linux 3.16Masahiro Yamada2014-09-16-44/+236
* | | implement the Android sparse image formatSteve Rae2014-09-16-53/+111
* | | cleanup code which handles the Android sparse image formatSteve Rae2014-09-16-41/+56
* | | update code which handles Android sparse image formatSteve Rae2014-09-16-2438/+0
* | | add code to handle Android sparse image formatSteve Rae2014-09-16-0/+2643
* | | cmd_mem: add static to internally used functionsMasahiro Yamada2014-09-16-3/+4
* | | kgdb: Remove first_entry for kgdbPeng Fan2014-09-16-12/+2
* | | tools/genboardscfg.py: improve performance more with KconfiglibMasahiro Yamada2014-09-16-440/+258
* | | tools: Import KconfiglibMasahiro Yamada2014-09-16-0/+3799
* | | SPDX: Add ISC SPDX-License-IdentifierMasahiro Yamada2014-09-16-0/+18
* | | kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada2014-09-16-56/+1
* | | rtl8169: Defer network packet processingThierry Reding2014-09-16-1/+2
* | | openrisc: Fix a few type cast related warningsVasili Galka2014-09-15-4/+4
* | | Fix a few printf argument verification warningsVasili Galka2014-09-15-4/+4
* | | cosmetic: README.scrapyard: add NIOS2 boardsMasahiro Yamada2014-09-15-6/+8
* | | kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada2014-09-13-2161/+0
* | | kconfig: add CONFIG_SYS_{ARCH, CPU, ...} type def to arch/KconfigMasahiro Yamada2014-09-13-0/+56
* | | Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini2014-09-13-149/+2542
|\ \ \
| * | | dm: tegra: Enable driver model for serialSimon Glass2014-09-10-1/+47
| * | | tegra: dts: Add serial port detailsSimon Glass2014-09-10-10/+1405
| * | | dm: serial: Add driver model support for ns16550Simon Glass2014-09-10-3/+218