summaryrefslogtreecommitdiffstats
path: root/common/cmd_fpga.c
Commit message (Expand)AuthorAgeFilesLines
* fpga: Extend dump descriptionMichal Simek2015-01-301-1/+1
* fpga: Protect GZIP usage when LOADMK is enabledMichal Simek2015-01-211-0/+5
* bootm: make use of legacy image format configurableHeiko Schocher2014-06-051-0/+2
* fpga: Added support to load bit stream from SD/MMCSiva Durga Prasad Paladugu2014-05-201-0/+40
* fpga: Add support to load partial bitstreamsMichal Simek2014-05-201-0/+33
* fpga: Define bitstream type based on command selectionMichal Simek2014-05-201-4/+6
* fpga: Guard the LOADMK functionality with CMD_FPGA_LOADMKSiva Durga Prasad Paladugu2014-05-201-0/+8
* fpga: Add support for gzip images with bitstreamsMichal Simek2013-11-061-3/+19
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-18/+1
* Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2013-05-301-2/+2
|\
| * image: Rename fit_image_check_hashes() to fit_image_verify()Simon Glass2013-05-141-1/+1
* | cmd: fpga: Do not include net.hMichal Simek2013-05-061-3/+0
* | cmd: fpga: Move fpga_loadbitstream to fpga.cMichal Simek2013-05-061-94/+0
* | cmd: fpga: Clean coding styleMichal Simek2013-05-061-106/+107
|/
* Convert cmd_usage() calls in common to use a return valueSimon Glass2012-03-061-2/+2
* FPGA: use debug() instead of module debug printfStefano Babic2012-01-051-31/+28
* fpga: constify to fix build warningWolfgang Denk2011-08-011-1/+1
* cmd_fpga: cleanup help and check parametersStefano Babic2010-10-191-11/+39
* cmd_usage(): simplify return code handlingWolfgang Denk2010-07-241-10/+2
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-041-1/+1
* General help message cleanupWolfgang Denk2009-06-121-2/+3
* Command usage cleanupPeter Tyser2009-01-281-1/+1
* Standardize command usage messages with cmd_usage()Peter Tyser2009-01-281-1/+1
* Code cleanup: fix old style assignment ambiguities like "=-" etc.Wolfgang Denk2008-07-141-4/+4
* [new uImage] Add new uImage fromat support to fpga commandMarian Balakowicz2008-03-121-9/+76
* [new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz2008-02-291-1/+1
* [new uImage] Add dual format uImage support frameworkMarian Balakowicz2008-02-251-12/+24
* [new uImage] Define a API for image handling operationsMarian Balakowicz2008-02-071-4/+4
* Remove bit swapping in Xilinx Spartan bitfile loadingMatthias Fuchs2008-01-091-36/+1
* Improve configuration of FPGA subsystemMatthias Fuchs2008-01-091-1/+1
* [BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely2007-11-201-3/+0
* Fpga: fix incorrect test of CFG_FPGA_XILINX macroGrant Likely2007-09-261-1/+1
* common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger2007-07-081-3/+3
* common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-041-2/+2
* Remove compile warnings in fpga codeStefan Roese2006-10-071-2/+2
* Add FPGA Altera Cyclone 2 supportStefan Roese2006-08-151-0/+21
* Cleanup for GCC-4.xWolfgang Denk2005-10-131-1/+1
* Add configuration for IFM AEV FIFO board.Wolfgang Denk2005-08-101-4/+4
* Fix sign extension bug in 'fpga loadb' command;Wolfgang Denk2005-08-081-41/+56
* Code cleanup.wdenk2005-01-221-18/+18
* Patch by Florian Schlote, 08 Sep 2004:wdenk2005-01-091-11/+11
* * Patch by Gleb Natapov, 07 Sep 2004:wdenk2005-01-091-0/+121
* * Patch by Robert Schwebel, 15 Dec 2003:wdenk2004-01-031-1/+1
* * Cleanup lowboot code for MPC5200wdenk2004-01-021-81/+81
* * Patch by Pierre Aubert, 24 Nov 2003:wdenk2003-12-071-4/+5
* Patch by Kenneth Johansson, 30 Jun 2003:wdenk2003-07-011-2/+2
* Fix some missing commands, cleanup header fileswdenk2003-06-291-1/+0
* * Code cleanup:wdenk2003-06-271-2/+11
* Initial revisionwdenk2002-08-271-0/+158
OpenPOWER on IntegriCloud