summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2014-02-20Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD
2014-02-19Prepare v2014.04-rc1v2014.04-rc1Tom Rini
2014-02-19dts: re-write dts/Makefile more simply with KbuildMasahiro Yamada
2014-02-19kernel-doc: move kernel-doc tools to scripts/Masahiro Yamada
2014-02-19kbuild: check clean source and generate Makefile for out-of-tree buildMasahiro Yamada
2014-02-19kbuild: support simultaneous board configuration and "make all"Masahiro Yamada
2014-02-19kbuild: use scripts/Makefile.cleanMasahiro Yamada
2014-02-19Makefile: refactor tools-all targetsMasahiro Yamada
2014-02-19Makefile: Do not pass MTD_VERSION from the top MakefileMasahiro Yamada
2014-02-19kbuild: refactor Makefile and spl/Makefile moreMasahiro Yamada
2014-02-19examples: move api/ and standalone/ entry to examples/MakefileMasahiro Yamada
2014-02-19kbuild: change the top Makefile to more Kbuild-ish structureMasahiro Yamada
2014-02-19Makefile: remove a cleaning target "tidy"Masahiro Yamada
2014-02-19kbuild: generate {spl, tpl}-autoconf.mk only when it is necessaryMasahiro Yamada
2014-02-19kbuild: convert some make rules to Kbuild styleMasahiro Yamada
2014-02-19kbuild: move some lines to more suitable placeMasahiro Yamada
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada
2014-02-19Makefile: move more stuff to top MakefileMasahiro Yamada
2014-02-19Makefile: refactor include path settingsMasahiro Yamada
2014-02-19Makefile: move more flags to the top MakefileMasahiro Yamada
2014-02-19kbuild: Use Kbuild.includeMasahiro Yamada
2014-02-19Makefile: move some variable definitions to the top MakefileMasahiro Yamada
2014-02-19nand-spl: Use scripts/Makefile.buildMasahiro Yamada
2014-02-19examples: Use scripts/Makefile.buildMasahiro Yamada
2014-02-19board: samsung: refactor host programsMasahiro Yamada
2014-02-19tools: convert makefiles to kbuild styleMasahiro Yamada
2014-02-06ARM: NET: Remove the IXP NPE ethernet driverMarek Vasut
2014-01-21powerpc:Rename CONFIG_PBLRCW_CONFIG & CONFIG_SYS_FSL_PBL_PBIPrabhakar Kushwaha
2014-01-20Prepare v2014.01v2014.01Tom Rini
2014-01-13Prepare v2014.01-rc3v2014.01-rc3Tom Rini
2014-01-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2014-01-09arm64: Make checkarmreloc accept arm64 relocationsScott Wood
2014-01-09arm64: Turn u-boot.bin back into an ELF file after relocate-relaScott Wood
2014-01-09arm64: Add tool to statically apply RELA relocationsScott Wood
2013-12-18tegra: allow build to succeed with SPL disabledVidya Sagar
2013-12-18Makefile: fix broken pipe error for lcd4_lwmon5 boardMasahiro Yamada
2013-12-18Makefile: fix the typo error for mrproperBo Shen
2013-12-16Prepare v2014.01-rc2v2014.01-rc2Tom Rini
2013-12-16Makefile, .gitignore: Cleanup non-existing binariesMasahiro Yamada
2013-12-16examples: x86: delete 82559_eepromMasahiro Yamada
2013-12-16Makefile: Select objects by CONFIG_ rather than $(ARCH) or $(CPU)Masahiro Yamada
2013-12-16Makefile: delete unnecessary linesMasahiro Yamada
2013-12-13Makefile: Move some scripts imported from LinuxMasahiro Yamada
2013-12-13drivers/mtd: descend into sub directories only when it is necessaryMasahiro Yamada
2013-12-13post: descend only when CONFIG_HAS_POST is definedMasahiro Yamada
2013-12-13Makefile: delete a make rule of $(LDSCRIPT)Masahiro Yamada
2013-12-13Makefile: correct dependencies of asm-offsets.[hs]Masahiro Yamada
2013-12-13Makefile: use two double-quotations as a pairMasahiro Yamada
2013-12-13Makefile: Do not create empty autoconf.mk on errorMasahiro Yamada