summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami2014-11-2311-122/+138
* sandbox: Prepare API change for files greater than 2GBSuriyan Ramasami2014-11-236-41/+77
* ext4: Prepare API change for files greater than 2GBSuriyan Ramasami2014-11-237-93/+97
* fat: Prepare API change for files greater than 2GBSuriyan Ramasami2014-11-237-100/+128
* board/esd/common/auto_update.c: Use <flash.h>Tom Rini2014-11-231-3/+1
* sandbox: Use md5sum and fatwrite to enable testing of fs commandsSuriyan Ramasami2014-11-232-2/+12
* common/board_f: fix gcc warning on MIPS64Daniel Schwierzeck2014-11-231-4/+6
* common/board_f: add setup of initial stack frame for MIPSDaniel Schwierzeck2014-11-231-1/+7
* spl: fix descending condition to drivers/mtd/nand/Masahiro Yamada2014-11-231-1/+1
* commands: add more command entries in KconfigMasahiro Yamada2014-11-231-9/+274
* hush: add CONFIG_HUSH_PARSER to KconfigMasahiro Yamada2014-11-232-12/+17
* FIT: add some FIT configurations to KconfigMasahiro Yamada2014-11-231-0/+22
* config: remove redundant CONFIG_SYS_PROMPT definesMasahiro Yamada2014-11-238-8/+0
* tegra: do not descend into empty directoriesMasahiro Yamada2014-11-234-54/+0
* kbuild: use SoC-specific CONFIG to descend into SoC directoryMasahiro Yamada2014-11-2310-14/+60
* x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directoryMasahiro Yamada2014-11-232-7/+7
* kbuild: Descend into SOC directory from CPU directoryMasahiro Yamada2014-11-2314-7/+23
* Add pr_fmt() macroThierry Reding2014-11-231-5/+9
* pci: Honour pci_skip_dev()Thierry Reding2014-11-233-0/+7
* pci: Abort early if bus does not existThierry Reding2014-11-231-0/+4
* vsprintf: Add modifier for phys_addr_tThierry Reding2014-11-231-2/+14
* fs: make it possible to read the filesystem UUIDChristian Gmeiner2014-11-237-0/+94
* sata: fix a bug in init_sata() for pci-sata cardli pengbo2014-11-231-1/+1
* ARM: bcm: Enable bcm11130 boardsSteve Rae2014-11-234-0/+18
* ARM: bcm: Enable five Cygnus boardsSteve Rae2014-11-2318-15/+74
* spl: Change debug to printf for "Unsupported boot-device"Stefan Roese2014-11-231-1/+3
* linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-2354-160/+180
* linux/kernel.h: add typechecking to roundup macroMasahiro Yamada2014-11-202-3/+8
* linux/kernel.h: import more macrosMasahiro Yamada2014-11-201-0/+92
* include: move various macros to include/linux/kernel.hMasahiro Yamada2014-11-2015-180/+158
* include/common.h: remove DIV_ROUND definitionMasahiro Yamada2014-11-201-1/+0
* replace DIV_ROUND with DIV_ROUND_CLOSESTMasahiro Yamada2014-11-204-8/+9
* ARM: remove CONFIG_ARM1136 definesMasahiro Yamada2014-11-2010-16/+7
* ARM: remove CONFIG_ARM926EJS definesMasahiro Yamada2014-11-2034-37/+4
* ARM: remove CONFIG_ARM920T definesMasahiro Yamada2014-11-207-11/+5
* ARM: remove CONFIG_ARM1176 definesMasahiro Yamada2014-11-202-2/+0
* ARM: remove CONFIG_ARMV7 definesMasahiro Yamada2014-11-209-13/+1
* Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini2014-11-192-0/+9
|\
| * ubi: enable error reporting in initializationAndrew Ruder2014-11-191-0/+8
| * mtd, cfi, ubi: add missing writebufsize initializationHeiko Schocher2014-11-191-0/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2014-11-1925-424/+350
|\ \
| * | blackfin: convert to use CONFIG_SYS_I2C frameworkScott Jiang2014-11-1723-165/+83
| * | adi_i2c: convert to use general io accessors.Scott Jiang2014-11-171-68/+77
| * | blackfin: rename bfin-twi_i2c driver to adi_i2cScott Jiang2014-11-1723-26/+25
* | | Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxxTom Rini2014-11-193-0/+19
|\ \ \
| * | | powerpc: mpc52xx: Clear GD in the main U-Boot stage for SPL usageStefan Roese2014-11-191-0/+15
| * | | powerpc: mpc52xx: a3m071/a4m2k: Convert to generic boardStefan Roese2014-11-191-0/+2
| * | | powerpc: mpc52xx: a4m072: Convert to generic boardStefan Roese2014-11-191-0/+2
| | |/ | |/|
* | | mpc83xx: Add gdsys hrcon boardDirk Eibach2014-11-1918-195/+2282
* | | board: iocon: Fix uninitialized accessDirk Eibach2014-11-191-1/+2
OpenPOWER on IntegriCloud