aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-23spl: fix descending condition to drivers/mtd/nand/Masahiro Yamada1-1/+1
2014-11-23commands: add more command entries in KconfigMasahiro Yamada1-9/+274
2014-11-23hush: add CONFIG_HUSH_PARSER to KconfigMasahiro Yamada2-12/+17
2014-11-23FIT: add some FIT configurations to KconfigMasahiro Yamada1-0/+22
2014-11-23config: remove redundant CONFIG_SYS_PROMPT definesMasahiro Yamada8-8/+0
2014-11-23tegra: do not descend into empty directoriesMasahiro Yamada4-54/+0
2014-11-23kbuild: use SoC-specific CONFIG to descend into SoC directoryMasahiro Yamada10-14/+60
2014-11-23x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directoryMasahiro Yamada2-7/+7
2014-11-23kbuild: Descend into SOC directory from CPU directoryMasahiro Yamada14-7/+23
2014-11-23Add pr_fmt() macroThierry Reding1-5/+9
2014-11-23pci: Honour pci_skip_dev()Thierry Reding3-0/+7
2014-11-23pci: Abort early if bus does not existThierry Reding1-0/+4
2014-11-23vsprintf: Add modifier for phys_addr_tThierry Reding1-2/+14
2014-11-23fs: make it possible to read the filesystem UUIDChristian Gmeiner7-0/+94
2014-11-23sata: fix a bug in init_sata() for pci-sata cardli pengbo1-1/+1
2014-11-23ARM: bcm: Enable bcm11130 boardsSteve Rae4-0/+18
2014-11-23ARM: bcm: Enable five Cygnus boardsSteve Rae18-15/+74
2014-11-23spl: Change debug to printf for "Unsupported boot-device"Stefan Roese1-1/+3
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada54-160/+180
2014-11-20linux/kernel.h: add typechecking to roundup macroMasahiro Yamada2-3/+8
2014-11-20linux/kernel.h: import more macrosMasahiro Yamada1-0/+92
2014-11-20include: move various macros to include/linux/kernel.hMasahiro Yamada15-180/+158
2014-11-20include/common.h: remove DIV_ROUND definitionMasahiro Yamada1-1/+0
2014-11-20replace DIV_ROUND with DIV_ROUND_CLOSESTMasahiro Yamada4-8/+9
2014-11-20ARM: remove CONFIG_ARM1136 definesMasahiro Yamada10-16/+7
2014-11-20ARM: remove CONFIG_ARM926EJS definesMasahiro Yamada34-37/+4
2014-11-20ARM: remove CONFIG_ARM920T definesMasahiro Yamada7-11/+5
2014-11-20ARM: remove CONFIG_ARM1176 definesMasahiro Yamada2-2/+0
2014-11-20ARM: remove CONFIG_ARMV7 definesMasahiro Yamada9-13/+1
2014-11-19Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini2-0/+9
2014-11-19Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini25-424/+350
2014-11-19Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxxTom Rini3-0/+19
2014-11-19powerpc: mpc52xx: Clear GD in the main U-Boot stage for SPL usageStefan Roese1-0/+15
2014-11-19powerpc: mpc52xx: a3m071/a4m2k: Convert to generic boardStefan Roese1-0/+2
2014-11-19powerpc: mpc52xx: a4m072: Convert to generic boardStefan Roese1-0/+2
2014-11-19mpc83xx: Add gdsys hrcon boardDirk Eibach18-195/+2282
2014-11-19board: iocon: Fix uninitialized accessDirk Eibach1-1/+2
2014-11-19board: iocon: Fix fpga index in print_fpga_info()Dirk Eibach1-4/+4
2014-11-19board: dlvision-10g: Compile fixDirk Eibach1-4/+3
2014-11-19common: Fix cmd_fpgad addressingDirk Eibach1-8/+24
2014-11-19mtd: Handle 29LV800BTDirk Eibach2-0/+52
2014-11-19board: dlvision: Reduce memory footprintDirk Eibach1-1/+8
2014-11-19ubi: enable error reporting in initializationAndrew Ruder1-0/+8
2014-11-19mtd, cfi, ubi: add missing writebufsize initializationHeiko Schocher1-0/+1
2014-11-17ARM: atmel: add sama5d4 xplained ultra board supportBo Shen9-0/+583
2014-11-17ARM: atmel: add sama5d4ek board supportBo Shen16-9/+868
2014-11-17net: macb: enable GMAC IP without GE feature supportBo Shen1-1/+7
2014-11-17mtd: atmel_nand: runtime to build gf table for pmeccJosh Wu2-1/+78
2014-11-17arm, spl, at91: add spl support for the corvus boardHeiko Schocher4-18/+151
2014-11-17arm, at91, spl: add spl support for the taurus boardHeiko Schocher4-13/+127