1. 01 Dec, 2016 1 commit
    • Bernhard Nortmann's avatar
      fel: Add a --list option to enumerate FEL devices · beeb8ec3
      Bernhard Nortmann authored
      
      
      "./sunxi-fel --list" enumerates Allwinner USB devices that
      are in FEL mode. For each device detected, the SoC name/ID
      and - if available - the SID key will be printed to stdout.
      The utility then exits with status code 0 (upon success),
      or 1 if no devices were found.
      
      The current implementation treats the list feature as an option,
      to be able to handle it *before* the first attempt to call
      feldev_open() - which could fail (with no FEL devices connected).
      However, a "list" alias is available for users who expect this
      to be 'command' syntax, so "./sunxi-fel list" works too.
      Signed-off-by: default avatarBernhard Nortmann <bernhard.nortmann@web.de>
      beeb8ec3
  2. 29 Nov, 2016 16 commits
  3. 19 Nov, 2016 2 commits
  4. 16 Nov, 2016 2 commits
  5. 13 Nov, 2016 4 commits
  6. 12 Nov, 2016 5 commits
  7. 11 Nov, 2016 5 commits
  8. 10 Nov, 2016 3 commits
  9. 09 Nov, 2016 1 commit
  10. 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