summaryrefslogtreecommitdiff
path: root/common/cmd_pci.c
AgeCommit message (Expand)Author
2015-12-01dm: pci: Convert 'pci' command to driver modelSimon Glass
2015-12-01pci: Move PCI header output code into its own functionSimon Glass
2015-12-01pci: Use a separate 'dev' variable for the PCI deviceSimon Glass
2015-12-01pci: Use common functions to read/write configSimon Glass
2015-12-01pci: Tidy up function comments in cmd_pci.cSimon Glass
2015-12-01dm: pci: Reorder functions in cmd_pci.cSimon Glass
2015-12-01pci: Refactor the pciinfo() functionSimon Glass
2015-12-01pci: Use a separate variable for the bus numberSimon Glass
2015-12-01pci: Use a common return in command processingSimon Glass
2015-12-01dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUMSimon Glass
2015-11-19Move console definitions into a new console.h fileSimon Glass
2015-04-16dm: pci: Add a uclass for PCISimon Glass
2014-11-23pci: Honour pci_skip_dev()Thierry Reding
2014-11-23pci: Abort early if bus does not existThierry Reding
2014-05-29Rename bootretry functions and remove #ifdefsSimon Glass
2014-05-29Move bootretry code into bootretry.c and clean upSimon Glass
2014-05-29Add cli_ prefix to readline functionsSimon Glass
2014-05-29move CLI prototypes to cli.h and add commentsSimon Glass
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2012-11-04common/cmd_*.c: sparse fixesKim Phillips
2012-03-06Convert cmd_usage() calls in common to use a return valueSimon Glass
2011-11-22common: move extern char console_buffer[] to common.hIgor Grinberg
2010-11-14pci: Clean up PCI info when CONFIG_PCI_SCAN_SHOWPeter Tyser
2010-10-22pci: Add ability to re-enumerate PCI busesJohn Schmoller
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk
2009-06-12General help message cleanupWolfgang Denk
2009-01-28Command usage cleanupPeter Tyser
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-09-10move cmd_get_data_size to command.cJean-Christophe PLAGNIOL-VILLARD
2008-05-21Big white-space cleanup.Wolfgang Denk
2007-11-20[BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely
2007-07-08common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger
2007-07-04common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger
2005-03-20Patch by Manfred Baral, 17 Mar 2005:wdenk
2003-07-01Patch by Kenneth Johansson, 30 Jun 2003:wdenk
2003-06-27* Code cleanup:wdenk
2003-05-22* Patch by Dave Ellis, 22 May 2003:wdenk
2003-03-14* Avoid flicker on the TRAB's VFD by synchronizing the enable withwdenk
2002-12-07* Patch by Hans-Joerg Frieden, 06 Dec 2002wdenk
2002-11-19* Patch by Thomas Frieden, 13 Nov 2002:wdenk
2002-11-03Initial revisionwdenk