aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-19ARM: at91sam9rlek: convert to generic board supportWu, Josh1-0/+2
2014-09-19ARM: at91sam9n12ek: convert to generic board supportWu, Josh1-0/+1
2014-09-19mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECCBoris BREZILLON1-0/+1
2014-09-19USB: ehci-atmel: use pcr to enable or disable clockBo Shen1-0/+8
2014-09-19USB: ohci-at91: use pcr to enable or disable clockBo Shen1-4/+4
2014-09-19ARM: atmel: add pcr related definitionBo Shen2-1/+2
2014-09-19ARM: atmel: use pcr to enable or disable peripheral clockBo Shen3-4/+25
2014-09-19ARM: atmel: sama5d3: add timings registerBo Shen1-1/+2
2014-09-19ARM: atmel: sama5d3xek: enable NOR flash supportBo Shen1-1/+12
2014-09-19ARM: atmel: sama5d3xek: add nor flash init functionBo Shen1-0/+58
2014-09-19mtd: atmel-nand: use pmecc_readl(b)/pmecc_writel to access the pmecc registerWu, Josh2-10/+14
2014-09-17kconfiglib: change SPDX-License-Identifier to ISCMasahiro Yamada1-1/+1
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