aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-22ARM: rpi_b: rework boot scripts, enable sysbootStephen Warren1-15/+70
2014-02-21ARM: rpi_b: load /uEnv.txt from MMC at startupStephen Warren1-0/+5
2014-02-21ARM: rpi_b: convert to use distro defaultsStephen Warren1-16/+13
2014-02-21pxe: allow compilation when !defined(CONFIG_CMD_NET)Stephen Warren1-0/+11
2014-02-20Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD283-2548/+4334
2014-02-19Prepare v2014.04-rc1v2014.04-rc1Tom Rini1-2/+2
2014-02-19kbuild,tegra124: add dummy obj- for KbuildMasahiro Yamada1-0/+3
2014-02-19cosmetic: FIT: fix a strange commentMasahiro Yamada1-1/+1
2014-02-19Move CONFIG_DISPLAY_CPUINFO to MakefileMasahiro Yamada4-6/+6
2014-02-19Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to calleeMasahiro Yamada8-12/+14
2014-02-19configs: Delete unused CONFIG_SYS_64BIT_{VSPRINTF, STRTOUL}Masahiro Yamada4-6/+0
2014-02-19configs: Delete obsolete macro, CONFIG_SYS_GBL_DATA_SIZEMasahiro Yamada25-51/+8
2014-02-19dts: generate multiple device tree blobsMasahiro Yamada7-11/+83
2014-02-19dts: move device tree sources to arch/$(ARCH)/dts/Masahiro Yamada32-3/+2
2014-02-19dts: re-write dts/Makefile more simply with KbuildMasahiro Yamada10-72/+41
2014-02-19kernel-doc: fix some errorsMasahiro Yamada2-4/+4
2014-02-19kernel-doc: update kernel-doc related files to Linux v3.13Masahiro Yamada4-47/+101
2014-02-19kernel-doc: move kernel-doc tools to scripts/Masahiro Yamada9-26/+32
2014-02-19.gitignore: drop include/asm from ignored file listMasahiro Yamada1-1/+0
2014-02-19tools/env: cross-compile fw_printenv without setting HOSTCCMasahiro Yamada4-7/+18
2014-02-19kbuild: Do not generate .*.su files at the top directoryMasahiro Yamada1-1/+3
2014-02-19board: sandburst: delete FORCEBUILDMasahiro Yamada2-10/+2
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 Yamada6-88/+111
2014-02-19Makefile: refactor tools-all targetsMasahiro Yamada2-6/+10
2014-02-19Makefile: Do not pass MTD_VERSION from the top MakefileMasahiro Yamada1-1/+1
2014-02-19kbuild: refactor Makefile and spl/Makefile moreMasahiro Yamada2-137/+141
2014-02-19examples: move api/ and standalone/ entry to examples/MakefileMasahiro Yamada4-12/+10
2014-02-19kbuild: change the top Makefile to more Kbuild-ish structureMasahiro Yamada1-123/+167
2014-02-19Makefile: remove a cleaning target "tidy"Masahiro Yamada3-8/+3
2014-02-19kbuild: generate {spl, tpl}-autoconf.mk only when it is necessaryMasahiro Yamada2-23/+16
2014-02-19kbuild: move include directives of board configuration filesMasahiro Yamada3-15/+19
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: delete temporary build scriptsMasahiro Yamada3-235/+0
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada77-325/+526
2014-02-19kbuild: import more build scripts from Linux v3.13 tagMasahiro Yamada8-0/+1663
2014-02-19Makefile: rename scripts/Makefile.build to scripts/Makefile.build.tmpMasahiro Yamada2-1/+1
2014-02-19kbuild: add dummy obj-y to create built-in.oMasahiro Yamada8-5/+25
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada64-744/+612
2014-02-19Makefile: move some flags to examples makefilesMasahiro Yamada3-8/+8
2014-02-19Makefile: move some flags to spl/MakefileMasahiro Yamada2-19/+14
2014-02-19Makefile: move more stuff to top MakefileMasahiro Yamada2-21/+18
2014-02-19Makefile: refactor include path settingsMasahiro Yamada4-18/+19
2014-02-19Makefile: move more flags to the top MakefileMasahiro Yamada2-37/+39
2014-02-19kbuild: Use Kbuild.includeMasahiro Yamada5-35/+16
2014-02-19kbuild: import Kbuild.include from linux v3.13 tagMasahiro Yamada1-0/+278
2014-02-19Makefile: move BFD_ROOT_DIR to tools/gdb/MakefileMasahiro Yamada2-23/+21
2014-02-19Makefile: move some variable definitions to the top MakefileMasahiro Yamada2-88/+84