1. 20d6b95 fpga: Use enum for bitstream command types by Michal Simek · Fri Jan 06 11:20:54 2017 +0100
  2. 77bb86d fpga: Fix compilation warnings by Michal Simek · Tue Jan 05 13:51:48 2016 +0100
  3. 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · Sun Jan 17 20:53:52 2016 -0700[Renamed from cmd/cmd_fpga.c]
  4. 29499a0 Move all command code into its own directory by Simon Glass · Sun Jan 17 20:53:51 2016 -0700[Renamed from common/cmd_fpga.c]
  5. 70da592 fpga: Extend dump description by Michal Simek · Mon Jan 26 08:52:27 2015 +0100
  6. be09b94 fpga: Protect GZIP usage when LOADMK is enabled by Michal Simek · Wed Jul 16 10:30:50 2014 +0200
  7. 515eb12 bootm: make use of legacy image format configurable by Heiko Schocher · Wed May 28 11:33:33 2014 +0200
  8. 9112b4c fpga: Added support to load bit stream from SD/MMC by Siva Durga Prasad Paladugu · Fri Mar 14 16:35:37 2014 +0530
  9. 64c7098 fpga: Add support to load partial bitstreams by Michal Simek · Fri May 02 13:43:39 2014 +0200
  10. 1466365 fpga: Define bitstream type based on command selection by Michal Simek · Fri May 02 14:09:30 2014 +0200
  11. adc11de fpga: Guard the LOADMK functionality with CMD_FPGA_LOADMK by Siva Durga Prasad Paladugu · Fri Mar 14 16:35:38 2014 +0530
  12. ead2d42 fpga: Add support for gzip images with bitstreams by Michal Simek · Fri Oct 04 10:51:01 2013 +0200
  13. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  14. 757a92f Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · Thu May 30 14:45:06 2013 +0200
  15. 7428ad1 image: Rename fit_image_check_hashes() to fit_image_verify() by Simon Glass · Tue May 07 06:11:57 2013 +0000
  16. c7cd5b4 cmd: fpga: Do not include net.h by Michal Simek · Fri Apr 26 13:26:50 2013 +0200
  17. cd5a1cf cmd: fpga: Move fpga_loadbitstream to fpga.c by Michal Simek · Fri Apr 26 13:12:07 2013 +0200
  18. a888af7 cmd: fpga: Clean coding style by Michal Simek · Fri Apr 26 13:10:07 2013 +0200
  19. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · Sat Dec 10 08:44:01 2011 +0000
  20. b69b9a5 FPGA: use debug() instead of module debug printf by Stefano Babic · Wed Dec 28 06:47:01 2011 +0000
  21. 74f9b38 fpga: constify to fix build warning by Wolfgang Denk · Sat Jul 30 13:33:49 2011 +0000
  22. 67d7f56 cmd_fpga: cleanup help and check parameters by Stefano Babic · Tue Oct 19 09:22:52 2010 +0200
  23. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · Sat Jul 17 01:06:04 2010 +0200
  24. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  25. c54781c General help message cleanup by Wolfgang Denk · Sun May 24 17:06:54 2009 +0200
  26. dfb72b8 Command usage cleanup by Peter Tyser · Tue Jan 27 18:03:12 2009 -0600
  27. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · Tue Jan 27 18:03:10 2009 -0600
  28. dc770c7 Code cleanup: fix old style assignment ambiguities like "=-" etc. by Wolfgang Denk · Mon Jul 14 15:19:07 2008 +0200
  29. d79162d [new uImage] Add new uImage fromat support to fpga command by Marian Balakowicz · Wed Mar 12 10:33:01 2008 +0100
  30. d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · Fri Feb 29 14:58:34 2008 +0100
  31. dbdd16a [new uImage] Add dual format uImage support framework by Marian Balakowicz · Mon Feb 04 08:28:09 2008 +0100
  32. 41d71ed [new uImage] Define a API for image handling operations by Marian Balakowicz · Tue Jan 08 18:14:09 2008 +0100
  33. 7601e26 Remove bit swapping in Xilinx Spartan bitfile loading by Matthias Fuchs · Thu Dec 27 17:13:11 2007 +0100
  34. a440087 Improve configuration of FPGA subsystem by Matthias Fuchs · Thu Dec 27 17:12:34 2007 +0100
  35. c0d32e9 [BUILD] conditionally compile common/cmd_*.c in common/Makefile by Grant Likely · Mon Sep 24 09:05:31 2007 -0600
  36. e59083c Fpga: fix incorrect test of CFG_FPGA_XILINX macro by Grant Likely · Tue Sep 25 15:48:05 2007 -0600
  37. 54324d0 common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · Sun Jul 08 17:51:39 2007 -0500
  38. 8692c60 common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · Mon Jun 11 19:01:43 2007 -0500
  39. b89956b Remove compile warnings in fpga code Patch by Stefan Roese, 07 Oct 2006 by Stefan Roese · Sat Oct 07 11:33:03 2006 +0200
  40. 5f1cf2d Add FPGA Altera Cyclone 2 support Patch by Heiko Schocher, 15 Aug 2006 by Stefan Roese · Tue Aug 15 14:15:51 2006 +0200
  41. 7fb5266 Cleanup for GCC-4.x by Wolfgang Denk · Thu Oct 13 16:45:02 2005 +0200
  42. eb95c85 Add configuration for IFM AEV FIFO board. Minor coding style cleanup. by Wolfgang Denk · Wed Aug 10 15:14:32 2005 +0200
  43. 4967d10 Fix sign extension bug in 'fpga loadb' command; by Wolfgang Denk · Mon Aug 08 00:14:41 2005 +0200
  44. 525d7b6 Code cleanup. by wdenk · Sat Jan 22 18:13:04 2005 +0000
  45. c4cbd34 Patch by Florian Schlote, 08 Sep 2004: by wdenk · Sun Jan 09 18:21:42 2005 +0000
  46. 310b4fc * Patch by Gleb Natapov, 07 Sep 2004: by wdenk · Sun Jan 09 18:12:51 2005 +0000
  47. ae65f50 * Patch by Robert Schwebel, 15 Dec 2003: by wdenk · Sat Jan 03 21:24:46 2004 +0000
  48. 1ebf41e * Cleanup lowboot code for MPC5200 by wdenk · Fri Jan 02 14:00:00 2004 +0000
  49. 7f00b94 * Patch by Pierre Aubert, 24 Nov 2003: by wdenk · Sun Dec 07 23:55:12 2003 +0000
  50. f287a24 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · Tue Jul 01 21:06:45 2003 +0000
  51. f12e396 Fix some missing commands, cleanup header files by wdenk · Sun Jun 29 21:03:46 2003 +0000
  52. 57b2d80 * Code cleanup: by wdenk · Fri Jun 27 21:31:46 2003 +0000
  53. 4a9cbbe Initial revision by wdenk · Tue Aug 27 09:48:53 2002 +0000