1. 20 Apr, 2016 11 commits
  2. 21 Mar, 2016 2 commits
  3. 20 Mar, 2016 2 commits
  4. 17 Dec, 2015 3 commits
  5. 16 Dec, 2015 6 commits
  6. 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
  7. 07 Dec, 2015 5 commits
  8. 24 Nov, 2015 3 commits
  9. 19 Nov, 2015 2 commits
  10. 27 Oct, 2015 1 commit
  11. 23 Oct, 2015 3 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
    • Ian Campbell's avatar
      Makefile: Prefix most tools with sunxi- · f1cb74d8
      Ian Campbell authored
      
      
      Several of the tools here are too generic and/or short for distro packaging
      purposes (which like to try and avoid naming clashes in $PATH). Prefix the
      following with "sunxi-":
        - fexc
        - bootinfo
        - fel
        - pio
        - meminfo
      
      Do not prefix any of the fel "payloads" or raw binaries since they would not
      normally be installed in $PATH.
      
      Do not prefix "phoenix_info", since "phoenix" already seems like an appropriate
      prefix for this particular tool.
      
      Update in-tree callers, README and .gitignore accordingly.
      Signed-off-by: default avatarIan Campbell <ijc@hellion.org.uk>
      Acked-by: default avatarPeter Korsgaard <peter@korsgaard.com>
      f1cb74d8
  12. 03 Oct, 2015 1 commit