aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-07cmd_nvedit: Make 'env import -c' require size parameterTom Rini1-0/+3
2014-03-07Cosmetic: Typo fixesVasili Galka1-3/+3
2014-03-07ppc4xx: Remove 4xx NAND booting supportStefan Roese42-1882/+15
2014-03-07net/phy: Correct AR8021 phy_maskHaijun.Zhang1-1/+1
2014-03-07xilinx: delete meaningless .gitignore filesMasahiro Yamada6-6/+0
2014-03-07unit-test: make "test -e" test independent of $CWDStephen Warren3-5/+22
2014-03-07hush: fix some quoted variable expansion issuesStephen Warren2-6/+42
2014-03-07unit-test: clean up evironment after Hush testsStephen Warren1-1/+2
2014-03-07net: asix: don't pad odd-length TX packetsStephen Warren1-2/+0
2014-03-04Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini37-802/+321
2014-03-04mtd: nand: omap: move omap_elm.h from arch/arm/include/asm to drivers/mtd/nandpekon gupta3-2/+2
2014-03-04mtd: nand: omap: move omap_gpmc.h from arch/arm/include/asm to drivers/mtd/nandpekon gupta9-8/+6
2014-03-04mtd: nand: omap: merge duplicate GPMC data from different arch-xx headers int...pekon gupta11-196/+59
2014-03-04mtd: nand: omap: remove unused #defines from common omap_gpmc.hpekon gupta19-73/+0
2014-03-04mtd: nand: omap: remove redundant platform specific header: arch-xx/omap_gpmc.hpekon gupta4-86/+10
2014-03-04Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2-21/+4
2014-03-04malta: correct tcl script path in README.maltaJames Hogan1-1/+1
2014-03-04MIPS: fix types u64 and __u64 to unsigned long longDaniel Schwierzeck1-20/+3
2014-03-04arc: arcangel4: set board entry <none> to fix a build errorMasahiro Yamada2-13/+2
2014-03-04kbuild: allow empty board directoriesMasahiro Yamada3-3/+7
2014-03-04kbuild: tools: fix a bug that always builds Denx logoMasahiro Yamada1-2/+2
2014-03-04kbuild: add "cross_tools" target to build tools for the targetMasahiro Yamada2-0/+15
2014-03-04kbuild: fix "tools-all" targetMasahiro Yamada1-1/+1
2014-03-04board: config.mk: delete unused sinclude directiveMasahiro Yamada2-4/+0
2014-03-04board: .gitignore: ignore board-specific generated filesMasahiro Yamada3-0/+4
2014-03-04board: gaisler: delete unnecessary include pathMasahiro Yamada5-10/+0
2014-03-04kbuild: fix CROSS_COMPILE settings in config.mkMasahiro Yamada13-14/+43
2014-03-04kbuild: consolidate PLATFORM_LIBSMasahiro Yamada3-9/+4
2014-03-04scripts: update checkpatch.pl to latest upstream versionTom Rini1-208/+1067
2014-03-04Add 64-bit data support for memory commandsYork Sun5-11/+174
2014-03-04dm: Remove old driver model documentationSimon Glass21-3662/+0
2014-03-04dm: Enable gpio command to support driver modelSimon Glass1-13/+116
2014-03-04sandbox: Convert GPIOs to use driver modelSimon Glass4-88/+151
2014-03-04dm: Add GPIO support and testsSimon Glass4-0/+483
2014-03-04dm: Add a demonstration/example driverSimon Glass10-0/+432
2014-03-04dm: Add a 'dm' command for testingSimon Glass3-0/+135
2014-03-04dm: Add basic testsSimon Glass14-0/+1426
2014-03-04dm: Set up driver model after relocationSimon Glass1-0/+33
2014-03-04sandbox: config: Enable driver modelSimon Glass1-0/+1
2014-03-04dm: Add base driver model supportSimon Glass18-0/+1601
2014-03-04dm: Add README for driver modelSimon Glass1-0/+368
2014-03-04yaffs: Remove private list implementationSimon Glass2-127/+1
2014-03-04Add cmd_process_error() to report and process errorsSimon Glass2-0/+19
2014-03-04sandbox: Build a device tree file for sandboxSimon Glass5-0/+35
2014-03-04sizes.h - consolidate for all architecturesAlexey Brodkin53-90/+98
2014-03-04nand_spl: display warning message to inform the end of nand_splMasahiro Yamada1-0/+7
2014-03-04m68k: merge compile flags -ffixed-d7 -sep-dataMasahiro Yamada7-10/+2
2014-03-04sh: merge compiler flag -ffixed-r13Masahiro Yamada4-3/+1
2014-03-04sh: Do not define -ffreestanding twiceMasahiro Yamada1-1/+1
2014-03-04x86: Delete redundant compiler flagsMasahiro Yamada1-4/+1