aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-17imx: Fix warning by building vf610twr_nandStefano Babic1-0/+1
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-16Merge branch 'master' of git://git.denx.de/u-boot-armStefano Babic10-17/+107
2014-09-16mx6qsabreauto: Staticize when possibleFabio Estevam1-8/+8
2014-09-16mx6sxsabresd: Staticize i2c_pad_info1Fabio Estevam1-1/+1
2014-09-16imx:mx6slevk: change CONFIG_SYS_FSL_ESDHC_ADDRPeng Fan1-1/+1
2014-09-16imx:mx6qarm2: change CONFIG_SYS_FSL_ESDHC_ADDRPeng Fan1-1/+1
2014-09-16imx:mx6sxsabresd: change CONFIG_SYS_FSL_ESDHC_ADDRPeng Fan1-1/+1
2014-09-16arm: vf610: add NAND support for vf610twrStefan Agner4-5/+93
2014-09-16mtd: nand: add Freescale vf610_nfc driverStefan Agner2-0/+725
2014-09-16arm: mx35: use common timer functionsAndrew Ruder2-83/+12
2014-09-16arm: mx31: use common timer functionsAndrew Ruder2-102/+12
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