aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_pci.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-16dm: pci: Add a uclass for PCISimon Glass1-3/+11
2014-11-23pci: Honour pci_skip_dev()Thierry Reding1-0/+3
2014-11-23pci: Abort early if bus does not existThierry Reding1-0/+4
2014-05-29Rename bootretry functions and remove #ifdefsSimon Glass1-6/+3
2014-05-29Move bootretry code into bootretry.c and clean upSimon Glass1-0/+1
2014-05-29Add cli_ prefix to readline functionsSimon Glass1-1/+1
2014-05-29move CLI prototypes to cli.h and add commentsSimon Glass1-0/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-11-04common/cmd_*.c: sparse fixesKim Phillips1-8/+9
2012-03-06Convert cmd_usage() calls in common to use a return valueSimon Glass1-1/+1
2011-11-22common: move extern char console_buffer[] to common.hIgor Grinberg1-1/+0
2010-11-14pci: Clean up PCI info when CONFIG_PCI_SCAN_SHOWPeter Tyser1-64/+2
2010-10-22pci: Add ability to re-enumerate PCI busesJohn Schmoller1-0/+13
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-2/+1
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2009-06-12General help message cleanupWolfgang Denk1-1/+1
2009-01-28Command usage cleanupPeter Tyser1-1/+1
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-1/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-09-10move cmd_get_data_size to command.cJean-Christophe PLAGNIOL-VILLARD1-2/+0
2008-05-21Big white-space cleanup.Wolfgang Denk1-1/+1
2007-11-20[BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely1-9/+0
2007-07-08common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger1-2/+2
2007-07-04common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-1/+1
2005-03-20Patch by Manfred Baral, 17 Mar 2005:wdenk1-1/+1
2003-07-01Patch by Kenneth Johansson, 30 Jun 2003:wdenk1-2/+2
2003-06-27* Code cleanup:LABEL_2003_06_27_2340wdenk1-63/+81
2003-05-22* Patch by Dave Ellis, 22 May 2003:LABEL_2003_05_23_0055wdenk1-18/+18
2003-03-14* Avoid flicker on the TRAB's VFD by synchronizing the enable withwdenk1-21/+58
2002-12-07* Patch by Hans-Joerg Frieden, 06 Dec 2002LABEL_2002_12_07_0120wdenk1-15/+53
2002-11-19* Patch by Thomas Frieden, 13 Nov 2002:wdenk1-1/+1
2002-11-03Initial revisionwdenk1-0/+477