summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * | ARM: atmel: sama5d3xek: add nor flash init functionBo Shen2014-09-19-0/+58
| * | mtd: atmel-nand: use pmecc_readl(b)/pmecc_writel to access the pmecc registerWu, Josh2014-09-19-10/+14
| * | kconfiglib: change SPDX-License-Identifier to ISCMasahiro Yamada2014-09-17-1/+1
| * | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-09-17-280/+2140
| |\ \ | | |/
| | * Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2014-09-17-280/+2140
| | |\
| * | | 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
| | * | | dm: serial: Collect common baud rate code in ns16550Simon Glass2014-09-10-20/+13
| | * | | dm: serial: Move baud rate calculation to ns16550.cSimon Glass2014-09-10-11/+34
| | * | | sandbox: dts: Add a serial console nodeSimon Glass2014-09-10-0/+23
| | * | | sandbox: serial: Support a coloured consoleSimon Glass2014-09-10-0/+83
| | * | | sandbox: Convert serial driver to use driver modelSimon Glass2014-09-10-31/+39
| | * | | dm: Add a uclass for serial devicesSimon Glass2014-09-10-0/+310