1. 13 Nov, 2016 4 commits
  2. 12 Nov, 2016 5 commits
  3. 11 Nov, 2016 5 commits
  4. 10 Nov, 2016 3 commits
  5. 09 Nov, 2016 1 commit
  6. 06 Nov, 2016 1 commit
    • Bernhard Nortmann's avatar
      Makefile: Revert sunxi-pio change from 209633ab · 6cd51fe5
      Bernhard Nortmann authored
      
      
      The previous commit had introduced a new build rule that made
      sunxi-pio always (cross-)compile as part of TARGET_TOOLS. This
      originated from a misunderstanding, and is wrong - sunxi-pio
      should be part of TOOLS instead.
      
      sunxi-pio is a "dual mode" utility. When run natively on a sunxi
      SoC, it can mmap() and manipulate the PIO registers directly. But
      it also supports file-based operation, to be used in conjunction
      with sunxi-fel (after uploading fel-pio.bin thunk code). This
      should work over USB from non-sunxi hosts, and thus puts sunxi-pio
      in the TOOLS category. See the fel-gpio shell script for details.
      Signed-off-by: default avatarBernhard Nortmann <bernhard.nortmann@web.de>
      6cd51fe5
  7. 03 Nov, 2016 2 commits
  8. 29 Oct, 2016 7 commits
  9. 28 Oct, 2016 2 commits
  10. 27 Oct, 2016 1 commit
    • Bernhard Nortmann's avatar
      Makefile: Adjust default targets for "make" and "make install" · 5244e88f
      Bernhard Nortmann authored
      
      
      Fixing the (currently erroneous) compilation of sunxi-pio will
      cause "make target-tools" to require a suitable cross-compiler
      installed. Otherwise "make target-tools" fails to build.
      As that is part of our default target ("make all"), we might
      possibly introduce a build breakage on quite a few systems.
      
      Avoid this situation by redefining "make tools" as the default,
      and change "make install" to "make install-tools", i.e. limit
      the standard targets to those builds that only rely on the host
      toolchain. From now, if you actually want to include the cross-
      compiling steps, use "make all" or "make install-all" instead.
      Signed-off-by: default avatarBernhard Nortmann <bernhard.nortmann@web.de>
      5244e88f
  11. 26 Oct, 2016 7 commits
  12. 25 Oct, 2016 2 commits