Skip to content
Snippets Groups Projects
  1. Jan 10, 2017
  2. Dec 16, 2016
    • Patrick Bruenn's avatar
      arm: imx: add i.MX53 Beckhoff CX9020 Embedded PC · 98d62e61
      Patrick Bruenn authored
      
      Add CX9020 board based on mx53loco.
      Add simplified imx53 base device tree from kernel v4.8-rc8, to reuse
      serial_mxc with DTE and prepare for device tree migration of other
      functions and imx53 devices.
      
      The CX9020 differs from i.MX53 Quick Start Board by:
      - use uart2 instead of uart1
      - DVI-D connector instead of VGA
      - no audio
      - CCAT FPGA connected to emi
      - enable rtc
      
      Signed-off-by: default avatarPatrick Bruenn <p.bruenn@beckhoff.com>
      98d62e61
  3. Sep 23, 2016
  4. Sep 22, 2016
  5. Jul 16, 2016
    • Robert P. J. Day's avatar
      Various, unrelated tree-wide typo fixes. · 62a3b7dd
      Robert P. J. Day authored
      
          Fix a number of typos, including:
      
           * "compatble" -> "compatible"
           * "eanbeld" -> "enabled"
           * "envrionment" -> "environment"
           * "FTD" -> "FDT" (for "flattened device tree")
           * "ommitted" -> "omitted"
           * "overriden" -> "overridden"
           * "partiton" -> "partition"
           * "propogate" -> "propagate"
           * "resourse" -> "resource"
           * "rest in piece" -> "rest in peace"
           * "suport" -> "support"
           * "varible" -> "variable"
      
      Signed-off-by: default avatarRobert P. J. Day <rpjday@crashcourse.ca>
      62a3b7dd
  6. May 24, 2016
  7. Mar 24, 2016
    • Stefan Roese's avatar
      fpga: altera: Add StratixV support · ff9c4c53
      Stefan Roese authored
      
      This patch adds support for programming of the StratixV FPGAs. Programming
      is done in this case (board theadorable) via SPI. The board may provide
      board specific code for bitstream programming.
      
      This StratixV support will be used by the theadorable board.
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      Cc: Tom Rini <trini@konsulko.com>
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      ff9c4c53
  8. Mar 22, 2016
  9. Feb 04, 2016
  10. Jan 27, 2016
  11. Jan 16, 2016
  12. Nov 20, 2015
  13. Aug 08, 2015
  14. Jan 21, 2015
  15. Nov 23, 2014
  16. Oct 06, 2014
    • Pavel Machek's avatar
      arm: socfpga: fpga: Add SoCFPGA FPGA programming interface · 230fe9b2
      Pavel Machek authored
      
      Add code necessary to program the FPGA part of SoCFPGA from U-Boot
      with an RBF blob. This patch also integrates the code into the
      FPGA driver framework in U-Boot so it can be used via the 'fpga'
      command.
      
      Signed-off-by: default avatarPavel Machek <pavel@denx.de>
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Chin Liang See <clsee@altera.com>
      Cc: Dinh Nguyen <dinguyen@altera.com>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      Cc: Tom Rini <trini@ti.com>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Pavel Machek <pavel@denx.de>
      
      V2: Move the not-CPU specific stuff into drivers/fpga/ and base
          this on the cleaned up altera FPGA support.
      230fe9b2
    • Marek Vasut's avatar
      fpga: altera: Turn the switches into table lookup · 2012f238
      Marek Vasut authored
      
      Add a table of FPGA family with matching functions associated with
      it and make all the code just look up the family in that table and
      call the associated function instead of the horrible switch voodoo
      which was duplicated all over the place.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Chin Liang See <clsee@altera.com>
      Cc: Dinh Nguyen <dinguyen@altera.com>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      Cc: Tom Rini <trini@ti.com>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Pavel Machek <pavel@denx.de>
      Acked-by: default avatarPavel Machek <pavel@denx.de>
      2012f238
    • Marek Vasut's avatar
      fpga: altera: Make altera_validate return normal values · fda915a4
      Marek Vasut authored
      
      Make the function return either 0 or -EINVAL, that is, normal
      expected error codes and success codes instead of true/false
      nonsense.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Chin Liang See <clsee@altera.com>
      Cc: Dinh Nguyen <dinguyen@altera.com>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      Cc: Tom Rini <trini@ti.com>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Pavel Machek <pavel@denx.de>
      Acked-by: default avatarPavel Machek <pavel@denx.de>
      fda915a4
    • Marek Vasut's avatar
      fpga: altera: Move altera_validate to the top · 54c96b18
      Marek Vasut authored
      
      Move the function to the top of the file to avoid forward declaration.
      No functional change.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Chin Liang See <clsee@altera.com>
      Cc: Dinh Nguyen <dinguyen@altera.com>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      Cc: Tom Rini <trini@ti.com>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Pavel Machek <pavel@denx.de>
      Acked-by: default avatarPavel Machek <pavel@denx.de>
      54c96b18
    • Marek Vasut's avatar
      fpga: altera: More indentation trimdown · 4a4c0a5e
      Marek Vasut authored
      
      Further improve the indentation in the rest of the file, where
      the indentation is initially a bit less brutal. There is no
      functional change in this patch.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Chin Liang See <clsee@altera.com>
      Cc: Dinh Nguyen <dinguyen@altera.com>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      Cc: Tom Rini <trini@ti.com>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Pavel Machek <pavel@denx.de>
      Acked-by: default avatarPavel Machek <pavel@denx.de>
      4a4c0a5e
    • Marek Vasut's avatar
      fpga: altera: Clean up altera_validate function · 5561a841
      Marek Vasut authored
      
      Boldly go, where no programmer has gone before and just clean up
      the indentation mayhem. No functional change.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Chin Liang See <clsee@altera.com>
      Cc: Dinh Nguyen <dinguyen@altera.com>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      Cc: Tom Rini <trini@ti.com>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Pavel Machek <pavel@denx.de>
      5561a841
    • Marek Vasut's avatar
      fpga: altera: Clean up the printing and debug · 0ae16cbb
      Marek Vasut authored
      
      Clean up the printf() statements and get rid of the PRINTF()
      macro by replacing it with debug_cond().
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Chin Liang See <clsee@altera.com>
      Cc: Dinh Nguyen <dinguyen@altera.com>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      Cc: Tom Rini <trini@ti.com>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Pavel Machek <pavel@denx.de>
      Acked-by: default avatarPavel Machek <pavel@denx.de>
      0ae16cbb
  17. Jun 11, 2014
  18. May 20, 2014
  19. May 13, 2014
  20. Mar 04, 2014
  21. Feb 06, 2014
  22. Nov 17, 2013
Loading