summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Prepare v2014.04-rc3Tom Rini2014-03-311-1/+1
* Kbuild: allow building tools without board configurationMasahiro Yamada2014-03-311-1/+4
* kbuild: fix bugs in cleaning targetsMasahiro Yamada2014-03-281-1/+1
* kbuild: create a build directory automatically for out-of-tree buildMasahiro Yamada2014-03-281-1/+2
* kbuild: Rename UIMAGE to MKIMAGEMarek Vasut2014-03-281-1/+1
* kbuild: delete *.pyc files by "make distclean"Masahiro Yamada2014-03-121-1/+1
* kbuild: delete SPLTREE and TPLTREEMasahiro Yamada2014-03-121-4/+0
* kbuild: rename OBJTREE to objtreeMasahiro Yamada2014-03-121-4/+3
* kbuild: rename SRCTREE to srctreeMasahiro Yamada2014-03-121-3/+2
* kbuild: rename TOPDIR to stctreeMasahiro Yamada2014-03-121-10/+9
* kbuild: use $(KBUILD_SRC) to check out-of-tree buildMasahiro Yamada2014-03-121-5/+3
* kirkwood: kwbimage: refactor CONFIG_SYS_KWD_CONFIGMasahiro Yamada2014-03-121-2/+2
* freescale: pblimage: refactor CONFIG_SYS_FSL_PBL_{PBI, RCW}Masahiro Yamada2014-03-121-2/+2
* kbuild,mxs: use short logs for MXS imagesMasahiro Yamada2014-03-121-1/+1
* Prepare v2014.04-rc2Tom Rini2014-03-101-1/+1
* kbuild: fix a bug of make rule of version_autogenerated.hMasahiro Yamada2014-03-101-1/+1
* kbuild: move "checkgcc4" to PowerPC archprepareMasahiro Yamada2014-03-071-9/+0
* kbuild: move "checkthumb" to ARM archprepareMasahiro Yamada2014-03-071-8/+0
* kbuild: improve Kbuild speedMasahiro Yamada2014-03-071-3/+4
* kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCCMasahiro Yamada2014-03-071-3/+3
* xilinx: delete meaningless .gitignore filesMasahiro Yamada2014-03-071-1/+0
* kbuild: allow empty board directoriesMasahiro Yamada2014-03-041-1/+1
* kbuild: add "cross_tools" target to build tools for the targetMasahiro Yamada2014-03-041-0/+3
* kbuild: fix "tools-all" targetMasahiro Yamada2014-03-041-1/+1
* kbuild: consolidate PLATFORM_LIBSMasahiro Yamada2014-03-041-1/+1
* dm: Add a demonstration/example driverSimon Glass2014-03-041-0/+1
* dm: Add basic testsSimon Glass2014-03-041-0/+1
* dm: Add base driver model supportSimon Glass2014-03-041-0/+1
* sandbox: Build a device tree file for sandboxSimon Glass2014-03-041-0/+1
* nand_spl: display warning message to inform the end of nand_splMasahiro Yamada2014-03-041-0/+7
* Makefile: delete unused variable LDSCRIPT_MAKEFILE_DIRMasahiro Yamada2014-03-041-4/+0
* kbuild: Move linker sciript check to prepare1Masahiro Yamada2014-02-251-4/+5
* kbuild: Fix a false error of generic board supportMasahiro Yamada2014-02-251-8/+7
* kbuild: get back DTB at the top directoryMasahiro Yamada2014-02-251-1/+7
* kbuild: add misc targets, help, ubootrelease, ubootversionMasahiro Yamada2014-02-251-7/+58
* kbuild: support building signle targetsMasahiro Yamada2014-02-251-0/+52
* kbuild: refactor more IMX image rulesMasahiro Yamada2014-02-251-1/+4
* kbuild: use shorten logs for IMX imagesMasahiro Yamada2014-02-251-2/+2
* kbuild: use shorten logs for misc targetsMasahiro Yamada2014-02-251-2/+5
* kbuild: use shorten log for linking u-bootMasahiro Yamada2014-02-251-19/+14
* kbuild: use shorten logs for combined rules of mkimage, padding and catMasahiro Yamada2014-02-251-38/+41
* kbuild: use shorten logs for cat rulesMasahiro Yamada2014-02-251-8/+15
* kbuild: use shorten logs for mkimage rulesMasahiro Yamada2014-02-251-18/+20
* kbuild: use shorten logs objcopy rulesMasahiro Yamada2014-02-251-12/+29
* kbuild: Add $(Q) when descending into subdirectoriesMasahiro Yamada2014-02-251-13/+8
* kbuild: rename OBJCFLAGS to OBJCOPYFLAGSMasahiro Yamada2014-02-251-8/+8
* kbuild: move asm-offsets.h rules to ./KbuildMasahiro Yamada2014-02-251-34/+2
* kbuild: abolish "depend" targetMasahiro Yamada2014-02-251-12/+15
* kbuild: consolidate version and timestamp headers generationMasahiro Yamada2014-02-251-37/+46
* Makefile: add a new script to check -fstack-usage supportMasahiro Yamada2014-02-251-1/+3
OpenPOWER on IntegriCloud