aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-17Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini48-280/+2140
2014-09-17Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD48-280/+2140
2014-09-16Revert "ARM: SPL: do not set gd again"Tom Rini1-0/+3
2014-09-16kconfig: armv8: move CONFIG_ARM64 to KconfigMasahiro Yamada9-14/+18
2014-09-16vexpress64: kconfig: consolidate CONFIG_TARGET_VEXPRESS_AEMV8A_SEMIMasahiro Yamada3-20/+1
2014-09-16net: dns: fix for DNS queries sent to the wrong MAC addressGerhard Sittig1-0/+3
2014-09-16kconfig: add sanity checks for SPL configurationMasahiro Yamada1-0/+30
2014-09-16net: usb: Add SMSC copyright to smsc95xx driverSimon Glass1-0/+1
2014-09-16mtdcore: Fix a build error with CONFIG_CMD_MTDPARTS_SPREADmaxin.john@enea.com1-2/+2
2014-09-16mtd: nand: davinci_nand: update write_page function for keystone RBLKhoronzhuk, Ivan1-0/+1
2014-09-16generic_board: do not set gd->fdt_blob unless CONFIG_OF_CONTROL=yMasahiro Yamada1-4/+6
2014-09-16kbuild: standalone: simplify clean-filesMasahiro Yamada1-1/+1
2014-09-16scripts/Makefile.clean: clean also $(extra-m) and $(extra-)Masahiro Yamada1-2/+2
2014-09-16kconfig: show an error message when defconfig is not foundMasahiro Yamada1-0/+7
2014-09-16common: fix include guards for CONFIG_MPGabriel Huau1-2/+2
2014-09-16kconfig: fix a bug of "make config"Masahiro Yamada1-1/+1
2014-09-16kconfig: fix savedefconfig to handle TPL correctlyMasahiro Yamada1-3/+3
2014-09-16kconfig: fix whitespace handling bug of savedefconfigMasahiro Yamada1-8/+29
2014-09-16kconfig: fix savedefconfig to output empty defconfigMasahiro Yamada1-0/+1
2014-09-16standalone: use GCC_VERSION defined in compiler-gcc.hMasahiro Yamada1-5/+2
2014-09-16compiler*.h: sync include/linux/compiler*.h with Linux 3.16Masahiro Yamada6-44/+236
2014-09-16implement the Android sparse image formatSteve Rae3-53/+111
2014-09-16cleanup code which handles the Android sparse image formatSteve Rae1-41/+56
2014-09-16update code which handles Android sparse image formatSteve Rae1-2438/+0
2014-09-16add code to handle Android sparse image formatSteve Rae1-0/+2643
2014-09-16cmd_mem: add static to internally used functionsMasahiro Yamada1-3/+4
2014-09-16kgdb: Remove first_entry for kgdbPeng Fan1-12/+2
2014-09-16tools/genboardscfg.py: improve performance more with KconfiglibMasahiro Yamada1-440/+258
2014-09-16tools: Import KconfiglibMasahiro Yamada1-0/+3799
2014-09-16SPDX: Add ISC SPDX-License-IdentifierMasahiro Yamada2-0/+18
2014-09-16kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada56-56/+1
2014-09-16rtl8169: Defer network packet processingThierry Reding1-1/+2
2014-09-15openrisc: Fix a few type cast related warningsVasili Galka1-4/+4
2014-09-15Fix a few printf argument verification warningsVasili Galka3-4/+4
2014-09-15cosmetic: README.scrapyard: add NIOS2 boardsMasahiro Yamada1-6/+8
2014-09-13kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada603-2161/+0
2014-09-13kconfig: add CONFIG_SYS_{ARCH, CPU, ...} type def to arch/KconfigMasahiro Yamada1-0/+56
2014-09-13Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini51-149/+2542
2014-09-12Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini93-473/+2235
2014-09-11arm: Fix _start for CONFIG_SYS_DV_NOR_BOOT_CFGBenoît Thébaudeau1-1/+2
2014-09-11arm: Make reset position-independentBenoît Thébaudeau1-2/+1
2014-09-11imx: mx6slevk: Change to use generic boardYe.Li1-0/+2
2014-09-11imx: mx6q/dlarm2: Change to use generic boardYe.Li1-0/+2
2014-09-11README.imximage: Fix the maximum DCD sizeFabio Estevam1-1/+1
2014-09-11imx: Fix build of mx6sxsabresdStefano Babic1-1/+1
2014-09-11README.clang: build command with clangJeroen Hofstee1-0/+56
2014-09-11Makefile: default to cc for host compilerJeroen Hofstee1-2/+2
2014-09-10dm: tegra: Enable driver model for serialSimon Glass3-1/+47
2014-09-10tegra: dts: Add serial port detailsSimon Glass24-10/+1405
2014-09-10dm: serial: Add driver model support for ns16550Simon Glass4-3/+218