1. 03 May, 2016 2 commits
  2. 20 Apr, 2016 11 commits
  3. 21 Mar, 2016 2 commits
  4. 20 Mar, 2016 2 commits
  5. 17 Dec, 2015 3 commits
  6. 16 Dec, 2015 6 commits
  7. 08 Dec, 2015 1 commit
    • Hans de Goede's avatar
      script_extractor: Remove unnecessary size argument · 55eec70c
      Hans de Goede authored
      
      
      The script_extractor tool before this commit used to take a size argument
      on the cmdline, but the passed in size was only used in some places not
      in others. Leading to a segfault if the passed in argument was not
      exactly the same as SCRIPT_SIZE.
      
      This commit drops the argument, so that script_extractor will just
      work.
      Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
      55eec70c
  8. 07 Dec, 2015 5 commits
  9. 24 Nov, 2015 3 commits
  10. 19 Nov, 2015 2 commits
  11. 27 Oct, 2015 1 commit
  12. 23 Oct, 2015 2 commits
    • Ian Campbell's avatar
      Makefile: Add an install rule · 0f691878
      Ian Campbell authored
      
      
      Allow for separate installation of tools and target-tools, to aid in packaging.
      
      By default everything the tools are installed into /usr/local/bin but this can
      be overridden using PREFIX= or BINDIR= on the make invocation.
      
      To enable this it was necessary to split fex2bin and bin2fex out from $(TOOLS)
      into $(FEXC_LINKS), because install(1) does not seem to have a mode which
      preserves symlinks so it needs to be done separately.
      
      Supports DESTDIR to allow for convenient installation into a staging dir for
      distro packaging convenience.
      Signed-off-by: default avatarIan Campbell <ijc@hellion.org.uk>
      Acked-by: default avatarPeter Korsgaard <peter@korsgaard.com>
      0f691878
    • Ian Campbell's avatar
      Makefile: Split out target tools rules · bf4ec9a0
      Ian Campbell authored
      
      
      Target tools are those which are only useful on a target sunxi system (i.e.
      which probe hardware etc).
      
      Currently this is only sunxi-pio. At first I thought sunxi-nand-part might be
      included, but I think that is useful on NAND images as well as actual devices.
      
      This will allow for easier packaging, by letting packagers only include the
      target tools when building for a suitable ARM architecture.
      Signed-off-by: default avatarIan Campbell <ijc@hellion.org.uk>
      Acked-by: default avatarPeter Korsgaard <peter@korsgaard.com>
      bf4ec9a0