aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2014-12-29Prepare v2015.01-rc4Tom Rini1-1/+1
2014-12-18x86: Include FSP and CMC binary in the u-boot.rom build rulesBin Meng1-1/+9
2014-12-18x86: Use consistent name XXX_ADDR for binary blob flash addressBin Meng1-1/+1
2014-12-18x86: Convert microcode format to device-tree-onlySimon Glass1-1/+3
2014-12-13x86: Refactor u-boot.rom build rulesBin Meng1-21/+27
2014-12-11spl: Use u-boot.img instead of u-boot.binAlison Wang1-1/+7
2014-12-11ls102xa: pblimage: Add pblimage tool support for LS102xAAlison Wang1-1/+2
2014-12-08Prepare v2015.01-rc3Tom Rini1-1/+1
2014-12-08libfdt: descend from lib/ to lib/libfdt/Masahiro Yamada1-1/+0
2014-12-08Kbuild: introduce Makefile in arch/$ARCH/Daniel Schwierzeck1-17/+1
2014-11-25x86: Allow an option ROM to be built into U-BootSimon Glass1-0/+3
2014-11-24Prepare v2015.01-rc2Tom Rini1-1/+1
2014-11-24Merge git://git.denx.de/u-boot-x86Tom Rini1-1/+35
2014-11-23kbuild: Descend into SOC directory from CPU directoryMasahiro Yamada1-3/+0
2014-11-21x86: Build a .rom file which can be flashed to an x86 machineSimon Glass1-1/+35
2014-11-10Prepare v2015.01-rc1Tom Rini1-3/+3
2014-11-10Merge branch 'master' of git://git.denx.de/u-boot-blackfinTom Rini1-1/+1
2014-11-10bfin: make the CPU macro of LDR target more genenricSonic Zhang1-1/+1
2014-11-07kbuild: sync misc scripts with Linux 3.18-rc1Masahiro Yamada1-1/+1
2014-11-07kbuild: sync top Makefile with Linux 3.18-rc1Masahiro Yamada1-90/+96
2014-11-07kbuild: remove "clobber" targetMasahiro Yamada1-21/+7
2014-11-07generic-board: make compile-time noise for non-generic boardsMasahiro Yamada1-0/+7
2014-11-05dm: sunxi: Add a new config for an FDT-based pcDuino3Simon Glass1-1/+2
2014-10-23kbuild: drop CONFIG_USE_PRIVATE_LIBGCC=path/to/libgcc syntaxMasahiro Yamada1-4/+0
2014-10-23Makefile: Add CONFIG_BUILD_TARGET to automatically build an special imageStefan Roese1-0/+5
2014-10-23arm: armada-xp: Add basic support for Marvell Armada XP SoCStefan Roese1-1/+1
2014-10-23arm: kirkwood: Move some SoC files into new arch/arm/mvebu-commonStefan Roese1-0/+4
2014-10-14Prepare v2014.10Tom Rini1-1/+1
2014-10-13Makefile: drop "tools-only" from no-dot-config-targetsTom Rini1-1/+1
2014-10-06Prepare v2014.10-rc3Tom Rini1-1/+1
2014-09-24kbuild: refactor some makefilesMasahiro Yamada1-3/+0
2014-09-16kconfig: fix a bug of "make config"Masahiro Yamada1-1/+1
2014-09-16kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada1-1/+1
2014-09-11Makefile: default to cc for host compilerJeroen Hofstee1-2/+2
2014-09-02Prepare v2014.10-rc2Tom Rini1-1/+1
2014-08-28kconfig: add CONFIG_CC_OPTIMIZE_FOR_SIZEMasahiro Yamada1-1/+5
2014-08-22kconfig: convert Kconfig helper script into a shell scriptMasahiro Yamada1-2/+2
2014-08-22Makefile: remove generated boards.cfg within make distcleanRoger Meier1-0/+1
2014-08-21Makefile: Use Kbuild style for system_map.o generation stepVasili Galka1-3/+7
2014-08-21kbuild: sync mixed targets handling with Linux 3.16Masahiro Yamada1-3/+3
2014-08-21kbuild: move extra gcc checks to scripts/Makefile.extrawarnMasahiro Yamada1-4/+2
2014-08-09Makefile: use u-boot.map for binary_size_checkChris Packham1-3/+4
2014-08-09Makefile: use $(shell ...) for determining file_sizeChris Packham1-1/+1
2014-08-06Prepare v2014.10-rc1Tom Rini1-2/+2
2014-07-30kconfig: switch to KconfigMasahiro Yamada1-62/+54
2014-07-28Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD1-0/+6
2014-07-25keystone: add support for NAND gpheader imageKhoronzhuk, Ivan1-0/+6
2014-07-22Makefile: fix tags target documentationIgor Grinberg1-1/+2
2014-07-22Makefile: fix ctags/etags clean targetsIgor Grinberg1-1/+1
2014-07-22Makefile: fix the {c, e}tags/cscope build targetsIgor Grinberg1-2/+2
2014-07-14Prepare v2014.07Tom Rini1-1/+1
2014-07-07Makefile: drop arch/*/include/asm/proc from make mrproper patternMasahiro Yamada1-1/+1
2014-07-07Avoid using gawk-specific strtonum()Simon Glass1-1/+2
2014-07-02Prepare v2014.07-rc4Tom Rini1-1/+1
2014-06-20cosmetic: kbuild: clean-up coding style (sync with Linux 3.16-rc1)Masahiro Yamada1-8/+8
2014-06-19fdt: Rename the DEV_TREE_BIN Makefile flag to to EXT_DTBSimon Glass1-1/+1
2014-06-11kbuild: move spl/Makefile to scripts/Makefile.splMasahiro Yamada1-5/+3
2014-06-11kbuild: export HOSTCXX and HOSTCXXFLAGSMasahiro Yamada1-1/+1
2014-06-11fdt: Add DEV_TREE_BIN option to specify a device tree binary fileSimon Glass1-1/+1
2014-06-11Check that u-boot.bin size looks correctSimon Glass1-1/+13
2014-06-11Makefile: fix clang warnings due to clang supportJeroen Hofstee1-28/+0
2014-06-10Prepare v2014.07-rc3Tom Rini1-1/+1
2014-06-05nand_spl: remove nand_spl infrastructureMasahiro Yamada1-27/+1
2014-06-05kbuild: add missing PERL definitionMasahiro Yamada1-1/+2
2014-06-05kbuild: remove unused RANLIBMasahiro Yamada1-1/+0
2014-05-30Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-0/+10
2014-05-27Prepare v2014.07-rc2Tom Rini1-1/+1
2014-05-25sunxi: non-FEL SPL boot support for sun7iIan Campbell1-0/+10
2014-05-24Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-0/+8
2014-05-23examples: select libgcc for non-default architectureAlexey Brodkin1-0/+1
2014-05-23Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'Albert ARIBAUD1-0/+8
2014-05-20Merge remote-tracking branch 'u-boot/master'Albert ARIBAUD1-5/+8
2014-05-15build: support a new image u-boot-dtb.imgMasahiro Yamada1-0/+8
2014-05-13arm, davinci: Use CONFIG_SPL_PAD_TO for padding the SPL in an ais imageChristian Riesch1-1/+1
2014-05-12kbuild: Fix trailing whitespacesMichal Simek1-3/+3
2014-05-12kbuild: build with -Werror=date-time if the compiler supports itMasahiro Yamada1-0/+3
2014-05-12Prepare v2014.07-rc1Tom Rini1-2/+2
2014-05-09Merge branch 'u-boot/master'Albert ARIBAUD1-6/+67
2014-04-25Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini1-0/+19
2014-04-23Revert "build: Use filechk rules to create and update u-boot.lds"Masahiro Yamada1-5/+4
2014-04-22Makefile: Add support of CONFIG_SPL_FSL_PBLPrabhakar Kushwaha1-0/+19
2014-04-21Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD1-0/+10
2014-04-18build: Use filechk rules to create and update u-boot.ldsJon Loeliger1-4/+5
2014-04-18kbuild: add user-supplied CPPFLAGS, AFLAGS and CFLAGSMasahiro Yamada1-0/+5
2014-04-18kbuild: sync with Linux Kernel v3.15-rc1Masahiro Yamada1-6/+43
2014-04-17k2hk: add support for k2hk SOC and EVMVitaly Andrianov1-0/+10
2014-04-14Prepare v2014.04Tom Rini1-1/+1
2014-04-11kbuild: fix a bug in regeneration of linker scriptsMasahiro Yamada1-3/+3
2014-04-08Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD1-5/+9
2014-04-04arm: mxs: Add support for generating signed BootStreamMarek Vasut1-0/+2
2014-04-04Merge branch 'master' of git://git.denx.de/u-boot-arm into masterStefano Babic1-60/+44
2014-04-04Revert "arm: mxs: Add support for generating signed BootStream"Stefano Babic1-2/+0
2014-04-02imx: add rules for U-Boot DTB supportStefano Babic1-3/+3
2014-03-31Prepare v2014.04-rc3Tom Rini1-1/+1
2014-03-31arm: mxs: Add support for generating signed BootStreamMarek Vasut1-0/+2
2014-03-31Kbuild: allow building tools without board configurationMasahiro Yamada1-1/+4
2014-03-28kbuild: fix bugs in cleaning targetsMasahiro Yamada1-1/+1
2014-03-28kbuild: create a build directory automatically for out-of-tree buildMasahiro Yamada1-1/+2
2014-03-28kbuild: Rename UIMAGE to MKIMAGEMarek Vasut1-1/+1
2014-03-12kbuild: delete *.pyc files by "make distclean"Masahiro Yamada1-1/+1
2014-03-12kbuild: delete SPLTREE and TPLTREEMasahiro Yamada1-4/+0
2014-03-12kbuild: rename OBJTREE to objtreeMasahiro Yamada1-4/+3
2014-03-12kbuild: rename SRCTREE to srctreeMasahiro Yamada1-3/+2
2014-03-12kbuild: rename TOPDIR to stctreeMasahiro Yamada1-10/+9
2014-03-12kbuild: use $(KBUILD_SRC) to check out-of-tree buildMasahiro Yamada1-5/+3
2014-03-12kirkwood: kwbimage: refactor CONFIG_SYS_KWD_CONFIGMasahiro Yamada1-2/+2
2014-03-12freescale: pblimage: refactor CONFIG_SYS_FSL_PBL_{PBI, RCW}Masahiro Yamada1-2/+2
2014-03-12kbuild,mxs: use short logs for MXS imagesMasahiro Yamada1-1/+1
2014-03-10Prepare v2014.04-rc2Tom Rini1-1/+1
2014-03-10kbuild: fix a bug of make rule of version_autogenerated.hMasahiro Yamada1-1/+1
2014-03-07kbuild: move "checkgcc4" to PowerPC archprepareMasahiro Yamada1-9/+0
2014-03-07kbuild: move "checkthumb" to ARM archprepareMasahiro Yamada1-8/+0
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-19Prepare 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
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada1-39/+200
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada1-271/+298
2014-02-19Makefile: move more stuff to top MakefileMasahiro Yamada1-3/+17
2014-02-19Makefile: refactor include path settingsMasahiro Yamada1-1/+13
2014-02-19Makefile: move more flags to the top MakefileMasahiro Yamada1-0/+35
2014-02-19kbuild: Use Kbuild.includeMasahiro Yamada1-3/+6
2014-02-19Makefile: move some variable definitions to the top MakefileMasahiro Yamada1-13/+81
2014-02-19nand-spl: Use scripts/Makefile.buildMasahiro Yamada1-1/+1
2014-02-19examples: Use scripts/Makefile.buildMasahiro Yamada1-4/+1
2014-02-19board: samsung: refactor host programsMasahiro Yamada1-0/+1
2014-02-19tools: convert makefiles to kbuild styleMasahiro Yamada1-7/+11
2014-02-06ARM: NET: Remove the IXP NPE ethernet driverMarek Vasut1-1/+0
2014-01-21powerpc:Rename CONFIG_PBLRCW_CONFIG & CONFIG_SYS_FSL_PBL_PBIPrabhakar Kushwaha1-2/+2
2014-01-20Prepare v2014.01Tom Rini1-1/+1
2014-01-13Prepare v2014.01-rc3Tom Rini1-1/+1
2014-01-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-5/+36
2014-01-09arm64: Make checkarmreloc accept arm64 relocationsScott Wood1-5/+9
2014-01-09arm64: Turn u-boot.bin back into an ELF file after relocate-relaScott Wood1-0/+13
2014-01-09arm64: Add tool to statically apply RELA relocationsScott Wood1-0/+12
2013-12-18tegra: allow build to succeed with SPL disabledVidya Sagar1-0/+2
2013-12-18Makefile: fix broken pipe error for lcd4_lwmon5 boardMasahiro Yamada1-11/+7
2013-12-18Makefile: fix the typo error for mrproperBo Shen1-1/+1
2013-12-16Prepare v2014.01-rc2Tom Rini1-1/+1
2013-12-16Makefile, .gitignore: Cleanup non-existing binariesMasahiro Yamada1-5/+2
2013-12-16examples: x86: delete 82559_eepromMasahiro Yamada1-2/+1
2013-12-16Makefile: Select objects by CONFIG_ rather than $(ARCH) or $(CPU)Masahiro Yamada1-8/+4
2013-12-16Makefile: delete unnecessary linesMasahiro Yamada1-5/+0
2013-12-13Makefile: Move some scripts imported from LinuxMasahiro Yamada1-2/+2
2013-12-13drivers/mtd: descend into sub directories only when it is necessaryMasahiro Yamada1-2/+2
2013-12-13post: descend only when CONFIG_HAS_POST is definedMasahiro Yamada1-1/+1
2013-12-13Makefile: delete a make rule of $(LDSCRIPT)Masahiro Yamada1-5/+2
2013-12-13Makefile: correct dependencies of asm-offsets.[hs]Masahiro Yamada1-15/+4
2013-12-13Makefile: use two double-quotations as a pairMasahiro Yamada1-2/+2
2013-12-13Makefile: Do not create empty autoconf.mk on errorMasahiro Yamada1-14/+11
2013-12-13Add dumpimage, a tool to extract data from U-Boot imagesGuilherme Maciel Ferreira1-0/+1
2013-12-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+1
2013-12-10Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD1-101/+64
2013-12-07arm: keep all sections in ELF fileAlbert ARIBAUD1-1/+1