summaryrefslogtreecommitdiff
path: root/common/cmd_fpga.c
Commit message (Expand)AuthorAgeLines
* fpga: Add support for gzip images with bitstreamsMichal Simek2013-11-06-3/+19
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-18/+1
* Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2013-05-30-2/+2
|\
| * image: Rename fit_image_check_hashes() to fit_image_verify()Simon Glass2013-05-14-1/+1
* | cmd: fpga: Do not include net.hMichal Simek2013-05-06-3/+0
* | cmd: fpga: Move fpga_loadbitstream to fpga.cMichal Simek2013-05-06-94/+0
* | cmd: fpga: Clean coding styleMichal Simek2013-05-06-106/+107
|/
* Convert cmd_usage() calls in common to use a return valueSimon Glass2012-03-06-2/+2
* FPGA: use debug() instead of module debug printfStefano Babic2012-01-05-31/+28
* fpga: constify to fix build warningWolfgang Denk2011-08-01-1/+1
* cmd_fpga: cleanup help and check parametersStefano Babic2010-10-19-11/+39
* cmd_usage(): simplify return code handlingWolfgang Denk2010-07-24-10/+2
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-04-1/+1
* General help message cleanupWolfgang Denk2009-06-12-2/+3
* Command usage cleanupPeter Tyser2009-01-28-1/+1
* Standardize command usage messages with cmd_usage()Peter Tyser2009-01-28-1/+1
* Code cleanup: fix old style assignment ambiguities like "=-" etc.Wolfgang Denk2008-07-14-4/+4
* [new uImage] Add new uImage fromat support to fpga commandMarian Balakowicz2008-03-12-9/+76
* [new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz2008-02-29-1/+1
* [new uImage] Add dual format uImage support frameworkMarian Balakowicz2008-02-25-12/+24
* [new uImage] Define a API for image handling operationsMarian Balakowicz2008-02-07-4/+4
* Remove bit swapping in Xilinx Spartan bitfile loadingMatthias Fuchs2008-01-09-36/+1
* Improve configuration of FPGA subsystemMatthias Fuchs2008-01-09-1/+1
* [BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely2007-11-20-3/+0
* Fpga: fix incorrect test of CFG_FPGA_XILINX macroGrant Likely2007-09-26-1/+1
* common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger2007-07-08-3/+3
* common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-04-2/+2
* Remove compile warnings in fpga codeStefan Roese2006-10-07-2/+2
* Add FPGA Altera Cyclone 2 supportStefan Roese2006-08-15-0/+21
* Cleanup for GCC-4.xWolfgang Denk2005-10-13-1/+1
* Add configuration for IFM AEV FIFO board.Wolfgang Denk2005-08-10-4/+4
* Fix sign extension bug in 'fpga loadb' command;Wolfgang Denk2005-08-08-41/+56
* Code cleanup.wdenk2005-01-22-18/+18
* Patch by Florian Schlote, 08 Sep 2004:wdenk2005-01-09-11/+11
* * Patch by Gleb Natapov, 07 Sep 2004:wdenk2005-01-09-0/+121
* * Patch by Robert Schwebel, 15 Dec 2003:wdenk2004-01-03-1/+1
* * Cleanup lowboot code for MPC5200wdenk2004-01-02-81/+81
* * Patch by Pierre Aubert, 24 Nov 2003:wdenk2003-12-07-4/+5
* Patch by Kenneth Johansson, 30 Jun 2003:wdenk2003-07-01-2/+2
* Fix some missing commands, cleanup header fileswdenk2003-06-29-1/+0
* * Code cleanup:wdenk2003-06-27-2/+11
* Initial revisionwdenk2002-08-27-0/+158