summaryrefslogtreecommitdiff
path: root/common/cmd_fpga.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-20fpga: Added support to load bit stream from SD/MMCSiva Durga Prasad Paladugu1-0/+40
2014-05-20fpga: Add support to load partial bitstreamsMichal Simek1-0/+33
2014-05-20fpga: Define bitstream type based on command selectionMichal Simek1-4/+6
2014-05-20fpga: Guard the LOADMK functionality with CMD_FPGA_LOADMKSiva Durga Prasad Paladugu1-0/+8
2013-11-06fpga: Add support for gzip images with bitstreamsMichal Simek1-3/+19
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-18/+1
2013-05-30Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD1-2/+2
2013-05-14image: Rename fit_image_check_hashes() to fit_image_verify()Simon Glass1-1/+1
2013-05-06cmd: fpga: Do not include net.hMichal Simek1-3/+0
2013-05-06cmd: fpga: Move fpga_loadbitstream to fpga.cMichal Simek1-94/+0
2013-05-06cmd: fpga: Clean coding styleMichal Simek1-106/+107
2012-03-07Convert cmd_usage() calls in common to use a return valueSimon Glass1-2/+2
2012-01-05FPGA: use debug() instead of module debug printfStefano Babic1-31/+28
2011-08-01fpga: constify to fix build warningWolfgang Denk1-1/+1
2010-10-20cmd_fpga: cleanup help and check parametersStefano Babic1-11/+39
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-10/+2
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2009-06-12General help message cleanupWolfgang Denk1-2/+3
2009-01-28Command usage cleanupPeter Tyser1-1/+1
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-1/+1
2008-07-14Code cleanup: fix old style assignment ambiguities like "=-" etc.Wolfgang Denk1-4/+4
2008-03-12[new uImage] Add new uImage fromat support to fpga commandMarian Balakowicz1-9/+76
2008-02-29[new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz1-1/+1
2008-02-25[new uImage] Add dual format uImage support frameworkMarian Balakowicz1-12/+24
2008-02-07[new uImage] Define a API for image handling operationsMarian Balakowicz1-4/+4
2008-01-09Remove bit swapping in Xilinx Spartan bitfile loadingMatthias Fuchs1-36/+1
2008-01-09Improve configuration of FPGA subsystemMatthias Fuchs1-1/+1
2007-11-21[BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely1-3/+0
2007-09-26Fpga: fix incorrect test of CFG_FPGA_XILINX macroGrant Likely1-1/+1
2007-07-09common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger1-3/+3
2007-07-04common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-2/+2
2006-10-07Remove compile warnings in fpga codeStefan Roese1-2/+2
2006-08-15Add FPGA Altera Cyclone 2 supportStefan Roese1-0/+21
2005-10-13Cleanup for GCC-4.xWolfgang Denk1-1/+1
2005-08-10Add configuration for IFM AEV FIFO board.Wolfgang Denk1-4/+4
2005-08-08Fix sign extension bug in 'fpga loadb' command;Wolfgang Denk1-41/+56
2005-01-22Code cleanup.wdenk1-18/+18
2005-01-09Patch by Florian Schlote, 08 Sep 2004:wdenk1-11/+11
2005-01-09* Patch by Gleb Natapov, 07 Sep 2004:wdenk1-0/+121
2004-01-04* Patch by Robert Schwebel, 15 Dec 2003:wdenk1-1/+1
2004-01-02* Cleanup lowboot code for MPC5200wdenk1-81/+81
2003-12-08* Patch by Pierre Aubert, 24 Nov 2003:wdenk1-4/+5
2003-07-02Patch by Kenneth Johansson, 30 Jun 2003:wdenk1-2/+2
2003-06-30Fix some missing commands, cleanup header fileswdenk1-1/+0
2003-06-28* Code cleanup:wdenk1-2/+11
2002-08-27Initial revisionwdenk1-0/+158