| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-12-13 | Makefile: Move some scripts imported from Linux | Masahiro Yamada | |
| We have some scripts imported from Linux Kernel: setlocalversion, checkstack.pl, checkpatch.pl, cleanpatch They are located under tools/ directory in U-Boot now. But they were originally located under scripts/ directory in Linux Kernel. This commit moves them to the original location. It is true that binutils-version.sh and dtc-version.sh do not originate in Linux Kernel, but they should be moved by analogy to gcc-version.sh. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> | |||
| 2012-05-15 | tools, config.mk: Add gcc-version.sh, cc-version test from Linux | Tom Rini | |
| Added from Linux - commit fde7d9049e55ab85a390be7f415d74c9f62dd0f9 Signed-off-by: Tom Rini <trini@ti.com> | |||