summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-04nand_spl: simpc8313: move config.mk used only for nand_splMasahiro Yamada2-0/+2
2014-03-04Makefile: delete unused variable LDSCRIPT_MAKEFILE_DIRMasahiro Yamada1-4/+0
2014-03-04config.mk: Delete unused variable BCURDIRMasahiro Yamada1-2/+0
2014-03-04kbuild: post: fix dependency tracking correctlyMasahiro Yamada1-1/+1
2014-03-04serial: zynq: Add OF initialization supportMichal Simek1-0/+28
2014-03-04zynq: Add OF ram initialization supportMichal Simek1-1/+21
2014-03-04mmc: zynq: Add OF initialization supportMichal Simek2-0/+30
2014-03-04net: gem: Add OF initialization supportMichal Simek2-0/+43
2014-03-04zynq: Do not use SPL OF initializationMichal Simek1-0/+1
2014-03-04net: emaclite: Fix OF initializationMichal Simek2-8/+10
2014-02-26Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini121-608/+5960
2014-02-26arm: Switch to -mno-unaligned-access when supported by the compilerTom Rini9-138/+248
2014-02-26checkpatch.pl: Add warning for new __packed additionsTom Rini1-0/+5
2014-02-26arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD26-369/+24
2014-02-26arm: make _end compiler-generatedAlbert ARIBAUD22-29/+117
2014-02-26cm_t335: fix linker file to produce full ELFAlbert ARIBAUD1-6/+10
2014-02-26Revert "ext4fs: Add ext4 extent cache for read operations"Tom Rini3-130/+73
2014-02-25Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini29-178/+622
2014-02-25arm: omap: delete unincluded omap-common/config.mkMasahiro Yamada1-9/+0
2014-02-25kbuild: Move linker sciript check to prepare1Masahiro Yamada6-9/+10
2014-02-25kbuild: Fix a false error of generic board supportMasahiro Yamada1-8/+7
2014-02-25kbuild: get back DTB at the top directoryMasahiro Yamada1-1/+7
2014-02-25kbuild: add misc targets, help, ubootrelease, ubootversionMasahiro Yamada1-7/+58
2014-02-25kbuild: support building signle targetsMasahiro Yamada1-0/+52
2014-02-25kbuild: refactor more IMX image rulesMasahiro Yamada6-34/+14
2014-02-25kbuild: use shorten logs for IMX imagesMasahiro Yamada6-41/+58
2014-02-25kbuild: use shorten logs for misc targetsMasahiro Yamada5-37/+47
2014-02-25kbuild: use shorten log for linking u-bootMasahiro Yamada2-19/+18
2014-02-25kbuild: use shorten logs for combined rules of mkimage, padding and catMasahiro Yamada1-38/+41
2014-02-25kbuild: use shorten logs for cat rulesMasahiro Yamada1-8/+15
2014-02-25kbuild: use shorten logs for mkimage rulesMasahiro Yamada6-29/+34
2014-02-25kbuild: use shorten logs objcopy rulesMasahiro Yamada4-20/+56
2014-02-25kbuild: Add $(Q) when descending into subdirectoriesMasahiro Yamada2-15/+10
2014-02-25kbuild: rename OBJCFLAGS to OBJCOPYFLAGSMasahiro Yamada20-41/+41
2014-02-25kbuild: move asm-offsets.h rules to ./KbuildMasahiro Yamada3-61/+89
2014-02-25kbuild: abolish "depend" targetMasahiro Yamada1-12/+15
2014-02-25kbuild: consolidate version and timestamp headers generationMasahiro Yamada3-40/+49
2014-02-25Makefile: add a new script to check -fstack-usage supportMasahiro Yamada2-1/+21
2014-02-24fsl/usb: Limit phy_type comparison to first four charactersNikhil Badola1-1/+1
2014-02-24powerpc/mpc8536DS:Increase binary size for mpc8536DS boardHaijun.Zhang1-7/+3
2014-02-24ar8031/8033/phy:enable autonegotiation for ar8031/8033Zhao Qiang1-0/+1
2014-02-24powerpc: p1010rdb: Enable p1010rdb to start from NAND/SD/SPI flash with SPLYing Zhang5-81/+275
2014-02-24SPL: P1022DS: fix the problem booting from spi flashYing Zhang1-3/+3
2014-02-24SPL: P2020RDB: fix the problem booting from spi flashYing Zhang2-5/+14
2014-02-24SPL: powerpc: expand SPL's length to 128KYing Zhang2-12/+12
2014-02-24powerpc/t2081qds: Add T2081 QDS board supportShengzhou Liu15-66/+308