Skip to content
Snippets Groups Projects
  1. Dec 13, 2013
    • Masahiro Yamada's avatar
      Makefile: Move some scripts imported from Linux · dd88ab32
      Masahiro Yamada authored
      
      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: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
      dd88ab32
  2. Oct 15, 2012
    • Fabio Estevam's avatar
      tools: Add cleanpatch · 92eee7cd
      Fabio Estevam authored
      
      There are some errors reported by checkpatch.pl that can be easily cleaned up by
      using the cleanpatch tool.
      
      Import the cleanpatch script from linux kernel 3.5.4 stable version as from the
      following commit:
      
      commit cb3ed5b7e09c6c0462e396d55e3fecc0980a333a
      Author: H. Peter Anvin <hpa@zytor.com>
      Date:   Fri May 25 17:58:26 2007 -0700
      
          scripts: Make cleanfile/cleanpatch warn about long lines
      
      Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
      92eee7cd
Loading