summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
* | | | | | examples: move api/ and standalone/ entry to examples/MakefileMasahiro Yamada2014-02-19-12/+10
* | | | | | kbuild: change the top Makefile to more Kbuild-ish structureMasahiro Yamada2014-02-19-123/+167
* | | | | | Makefile: remove a cleaning target "tidy"Masahiro Yamada2014-02-19-8/+3
* | | | | | kbuild: generate {spl, tpl}-autoconf.mk only when it is necessaryMasahiro Yamada2014-02-19-23/+16
* | | | | | kbuild: move include directives of board configuration filesMasahiro Yamada2014-02-19-15/+19
* | | | | | kbuild: convert some make rules to Kbuild styleMasahiro Yamada2014-02-19-34/+43
* | | | | | kbuild: move some lines to more suitable placeMasahiro Yamada2014-02-19-33/+33
* | | | | | kbuild: delete temporary build scriptsMasahiro Yamada2014-02-19-235/+0
* | | | | | kbuild: use Linux Kernel build scriptsMasahiro Yamada2014-02-19-325/+526
* | | | | | kbuild: import more build scripts from Linux v3.13 tagMasahiro Yamada2014-02-19-0/+1663
* | | | | | Makefile: rename scripts/Makefile.build to scripts/Makefile.build.tmpMasahiro Yamada2014-02-19-1/+1
* | | | | | kbuild: add dummy obj-y to create built-in.oMasahiro Yamada2014-02-19-5/+25
* | | | | | kbuild: change out-of-tree buildMasahiro Yamada2014-02-19-744/+612
* | | | | | Makefile: move some flags to examples makefilesMasahiro Yamada2014-02-19-8/+8
* | | | | | Makefile: move some flags to spl/MakefileMasahiro Yamada2014-02-19-19/+14
* | | | | | Makefile: move more stuff to top MakefileMasahiro Yamada2014-02-19-21/+18
* | | | | | Makefile: refactor include path settingsMasahiro Yamada2014-02-19-18/+19
* | | | | | Makefile: move more flags to the top MakefileMasahiro Yamada2014-02-19-37/+39
* | | | | | kbuild: Use Kbuild.includeMasahiro Yamada2014-02-19-35/+16
* | | | | | kbuild: import Kbuild.include from linux v3.13 tagMasahiro Yamada2014-02-19-0/+278
* | | | | | Makefile: move BFD_ROOT_DIR to tools/gdb/MakefileMasahiro Yamada2014-02-19-23/+21
* | | | | | Makefile: move some variable definitions to the top MakefileMasahiro Yamada2014-02-19-88/+84
* | | | | | Makfile: move suffix rules to Makefile.buildMasahiro Yamada2014-02-19-38/+34
* | | | | | nand-spl: Use scripts/Makefile.buildMasahiro Yamada2014-02-19-112/+2
* | | | | | examples: Use scripts/Makefile.buildMasahiro Yamada2014-02-19-55/+24
* | | | | | board: samsung: refactor host programsMasahiro Yamada2014-02-19-23/+17
* | | | | | tools: convert makefiles to kbuild styleMasahiro Yamada2014-02-19-365/+156
* | | | | | Makefile.host.tmp: add a new script to refactor toolsMasahiro Yamada2014-02-19-3/+75
* | | | | | .gitignore: ingore files generated by KbuildMasahiro Yamada2014-02-19-9/+20
* | | | | | microblaze: remove an empty file arch/microblaze/lib/time.cMasahiro Yamada2014-02-19-0/+0
* | | | | | ARM: O5/dra7xx: Add SATA boot supportDan Murphy2014-02-19-12/+7
* | | | | | common: spl: Add spl sata boot supportDan Murphy2014-02-19-0/+64
* | | | | | tools: correct proftool build ruleIan Campbell2014-02-19-2/+2
* | | | | | EXT4: Fix number base handling of "ext4write" commandWolfgang Denk2014-02-19-2/+2
* | | | | | net, phy: atheros ar803x bugHeiko Schocher2014-02-19-1/+1
* | | | | | fdt: rename IMAAGE_OF_BOARD_SETUP to IMAGE_OF_BOARD_SETUPMasahiro Yamada2014-02-19-3/+3
* | | | | | config: remove platform CONFIG_SYS_HZ definition part 3Masahiro Yamada2014-02-19-23/+0
* | | | | | mini2440.h: Delete remainder of dead boardMasahiro Yamada2014-02-19-170/+0
* | | | | | doc: README: Correct file name of signature verification documentationDetlev Zundel2014-02-19-1/+1
* | | | | | unit-test: add lots of tests for the Hush 'test' commandStephen Warren2014-02-19-0/+89
* | | | | | unit-test: fix 'env default' invocationStephen Warren2014-02-19-1/+1
* | | | | | fat: implement exists() for FAT fsStephen Warren2014-02-19-5/+16
* | | | | | ext4: implement exists() for ext4fsStephen Warren2014-02-19-1/+10
* | | | | | sandbox: enable CONFIG_CMD_FS_GENERICStephen Warren2014-02-19-0/+1
* | | | | | sandbox: implement exists() functionStephen Warren2014-02-19-1/+10
* | | | | | cmd_test: implement -e test for file existenceStephen Warren2014-02-19-0/+6
* | | | | | cmd_test: evaluate to false without any argumentsStephen Warren2014-02-19-1/+1
* | | | | | cmd_test: implement ! on sub-expressionsStephen Warren2014-02-19-19/+24
* | | | | | cmd_test: check for binary operators before unaryStephen Warren2014-02-19-4/+4
* | | | | | cmd_test: use table lookup for parsingStephen Warren2014-02-19-67/+110