summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2014-03-07kbuild: improve Kbuild speedMasahiro Yamada1-3/+4
2014-03-07kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCCMasahiro Yamada1-3/+3
2014-03-07xilinx: delete meaningless .gitignore filesMasahiro Yamada1-1/+0
2014-03-04kbuild: allow empty board directoriesMasahiro Yamada1-1/+1
2014-03-04kbuild: add "cross_tools" target to build tools for the targetMasahiro Yamada1-0/+3
2014-03-04kbuild: fix "tools-all" targetMasahiro Yamada1-1/+1
2014-03-04kbuild: consolidate PLATFORM_LIBSMasahiro Yamada1-1/+1
2014-03-04dm: Add a demonstration/example driverSimon Glass1-0/+1
2014-03-04dm: Add basic testsSimon Glass1-0/+1
2014-03-04dm: Add base driver model supportSimon Glass1-0/+1
2014-03-04sandbox: Build a device tree file for sandboxSimon Glass1-0/+1
2014-03-04nand_spl: display warning message to inform the end of nand_splMasahiro Yamada1-0/+7
2014-03-04Makefile: delete unused variable LDSCRIPT_MAKEFILE_DIRMasahiro Yamada1-4/+0
2014-02-25kbuild: Move linker sciript check to prepare1Masahiro Yamada1-4/+5
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 Yamada1-1/+4
2014-02-25kbuild: use shorten logs for IMX imagesMasahiro Yamada1-2/+2
2014-02-25kbuild: use shorten logs for misc targetsMasahiro Yamada1-2/+5
2014-02-25kbuild: use shorten log for linking u-bootMasahiro Yamada1-19/+14
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 Yamada1-18/+20
2014-02-25kbuild: use shorten logs objcopy rulesMasahiro Yamada1-12/+29
2014-02-25kbuild: Add $(Q) when descending into subdirectoriesMasahiro Yamada1-13/+8
2014-02-25kbuild: rename OBJCFLAGS to OBJCOPYFLAGSMasahiro Yamada1-8/+8
2014-02-25kbuild: move asm-offsets.h rules to ./KbuildMasahiro Yamada1-34/+2
2014-02-25kbuild: abolish "depend" targetMasahiro Yamada1-12/+15
2014-02-25kbuild: consolidate version and timestamp headers generationMasahiro Yamada1-37/+46
2014-02-25Makefile: add a new script to check -fstack-usage supportMasahiro Yamada1-1/+3
2014-02-21kbuild: fix errors of 'make *tags' and 'make cscope'Masahiro Yamada1-1/+1
2014-02-21kbuild: a minor optimization of "make clobber"Masahiro Yamada1-1/+1
2014-02-20Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD1-443/+866
2014-02-20Prepare v2014.04-rc1Tom Rini1-2/+2
2014-02-19dts: re-write dts/Makefile more simply with KbuildMasahiro Yamada1-8/+8
2014-02-19kernel-doc: move kernel-doc tools to scripts/Masahiro Yamada1-3/+7
2014-02-19kbuild: check clean source and generate Makefile for out-of-tree buildMasahiro Yamada1-6/+55
2014-02-19kbuild: support simultaneous board configuration and "make all"Masahiro Yamada1-2/+10
2014-02-19kbuild: use scripts/Makefile.cleanMasahiro Yamada1-82/+96
2014-02-19Makefile: refactor tools-all targetsMasahiro Yamada1-5/+3
2014-02-19Makefile: Do not pass MTD_VERSION from the top MakefileMasahiro Yamada1-1/+1
2014-02-19kbuild: refactor Makefile and spl/Makefile moreMasahiro Yamada1-80/+85
2014-02-19examples: move api/ and standalone/ entry to examples/MakefileMasahiro Yamada1-4/+1
2014-02-19kbuild: change the top Makefile to more Kbuild-ish structureMasahiro Yamada1-123/+167
2014-02-19Makefile: remove a cleaning target "tidy"Masahiro Yamada1-6/+2
2014-02-19kbuild: generate {spl, tpl}-autoconf.mk only when it is necessaryMasahiro Yamada1-23/+0
2014-02-19kbuild: convert some make rules to Kbuild styleMasahiro Yamada1-34/+43
2014-02-19kbuild: move some lines to more suitable placeMasahiro Yamada1-33/+33