Skip to content
Snippets Groups Projects
  1. Sep 13, 2017
  2. Sep 12, 2017
  3. Sep 11, 2017
  4. Sep 08, 2017
  5. Sep 03, 2017
  6. Sep 02, 2017
  7. Sep 01, 2017
  8. Aug 26, 2017
  9. Aug 24, 2017
  10. Aug 21, 2017
  11. Aug 20, 2017
    • Thomas Petazzoni's avatar
      common/board_f.c: remove CONFIG_SYS_GENERIC_GLOBAL_DATA · c1ee8936
      Thomas Petazzoni authored and Tom Rini's avatar Tom Rini committed
      
      CONFIG_SYS_GENERIC_GLOBAL_DATA is no longer used by any board or
      platform, so support for it can be dropped.
      
      Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
      Reviewed-by: default avatarVladimir Zapolskiy <vz@mleia.com>
      Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
      c1ee8936
    • Clément Bœsch's avatar
      Makefile: honor PYTHON configuration properly · 3809e302
      Clément Bœsch authored and Tom Rini's avatar Tom Rini committed
      
      On some systems `python` is `python3` (for instance, Archlinux). The
      `PYTHON` variable can be used to point to `python2` to have a successful
      build.
      
      The use of `PYTHON` is currently limited in the Makefile and needs to be
      extended in other places:
      
      First, pylibfdt is required to be a Python 2 binding (binman imports
      pylibfdt and is only compatible Python 2), so its setup.py needs to be
      called accordingly. An alternative would be to change the libfdt
      setup.py shebang to python2, but the binding is actually portable. Also,
      it would break on system where there is no such thing as `python2`.
      
      Secondly, the libfdt import checks need to be done against Python 2 as
      well since the Python 2 compiled modules (in this case _libdft.so) can
      not be imported from Python 3.
      
      Note on the libfdt imports: "@if ! PYTHONPATH=tools $(PYTHON) -c 'import
      libfdt'; then..." is probably simpler than the currently sub-optimal
      pipe.
      Reviewed-by: default avatarJonathan Gray <jsg@jsg.id.au>
      3809e302
  12. Aug 17, 2017
    • Angelo Dureghello's avatar
      m68k: add board stmark2, mcf5441x based · a373024e
      Angelo Dureghello authored
      Sysam stmark2 board is a generic and fully (hw and sw) open board, with
      a mcf54415 Coldfire CPU, 128MB of DDR2, 16MB of SPI flash and SD card
      as non volatile memories, and a wifi module included on-board.
      The board is actually used mainly for Coldfire custodian testing activity
      related to the mcf5441x Coldfire family.
      
      For further information please see: http://sysam.it/cff_stmark2.html
      
      
      
      Signed-off-by: default avatarAngelo Dureghello <angelo@sysam.it>
      ---
      
      Changes in v2:
       - remove CMD_REGINFO
       - add board information in commit message
      a373024e
  13. Aug 15, 2017
  14. Aug 14, 2017
  15. Aug 13, 2017
  16. Aug 12, 2017
  17. Aug 11, 2017
Loading