1. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  2. 03b2ba7 Kconfig: Drop CONFIG_CMD_PCI_ENUM by Simon Glass · Fri Aug 04 16:34:35 2017 -0600
  3. 801c2bf pci: Correct cast for sandbox by Simon Glass · Sat May 27 07:38:12 2017 -0600
  4. 316819a pci: Add a command to show PCI regions by Simon Glass · Sat Apr 08 13:10:06 2017 -0600
  5. 18fbf52 cmd: pci: add option to parse and display BAR information by Yehuda Yitschak · Thu Dec 01 17:14:18 2016 +0200
  6. 04eb269 Implement "pci enum" command for CONFIG_DM_PCI by Stephen Warren · Tue Jan 26 11:10:11 2016 -0700
  7. 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · Sun Jan 17 20:53:52 2016 -0700[Renamed from cmd/cmd_pci.c]
  8. 29499a0 Move all command code into its own directory by Simon Glass · Sun Jan 17 20:53:51 2016 -0700[Renamed from common/cmd_pci.c]
  9. 84283d5 dm: pci: Add a dm_ prefix to pci_bus_find_bdf() by Simon Glass · Sun Nov 29 13:17:48 2015 -0700
  10. 85bcce3 dm: pci: Convert 'pci' command to driver model by Simon Glass · Thu Nov 26 19:51:29 2015 -0700
  11. b62a43b pci: Move PCI header output code into its own function by Simon Glass · Thu Nov 26 19:51:28 2015 -0700
  12. 6ed88ae pci: Use a separate 'dev' variable for the PCI device by Simon Glass · Thu Nov 26 19:51:27 2015 -0700
  13. 1d8193c pci: Use common functions to read/write config by Simon Glass · Thu Nov 26 19:51:26 2015 -0700
  14. 8743ea5 pci: Tidy up function comments in cmd_pci.c by Simon Glass · Thu Nov 26 19:51:25 2015 -0700
  15. 723a523 dm: pci: Reorder functions in cmd_pci.c by Simon Glass · Thu Nov 26 19:51:24 2015 -0700
  16. eea22f7 pci: Refactor the pciinfo() function by Simon Glass · Thu Nov 26 19:51:20 2015 -0700
  17. 3b6c418 pci: Use a separate variable for the bus number by Simon Glass · Thu Nov 26 19:51:19 2015 -0700
  18. 13c7f47 pci: Use a common return in command processing by Simon Glass · Thu Nov 26 19:51:18 2015 -0700
  19. 88c3645 dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUM by Simon Glass · Thu Nov 19 20:26:56 2015 -0700
  20. a73bda4 Move console definitions into a new console.h file by Simon Glass · Sun Nov 08 23:47:45 2015 -0700
  21. b94dc89 dm: pci: Add a uclass for PCI by Simon Glass · Thu Mar 05 12:25:25 2015 -0700
  22. 699b6d3 pci: Honour pci_skip_dev() by Thierry Reding · Wed Nov 12 18:26:49 2014 -0700
  23. 68185b0 pci: Abort early if bus does not exist by Thierry Reding · Wed Nov 12 18:26:48 2014 -0700
  24. 09007c4 Rename bootretry functions and remove #ifdefs by Simon Glass · Thu Apr 10 20:01:31 2014 -0600
  25. 399ed9a Move bootretry code into bootretry.c and clean up by Simon Glass · Thu Apr 10 20:01:30 2014 -0600
  26. be6aafc Add cli_ prefix to readline functions by Simon Glass · Thu Apr 10 20:01:27 2014 -0600
  27. dec3c01 move CLI prototypes to cli.h and add comments by Simon Glass · Thu Apr 10 20:01:25 2014 -0600
  28. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  29. dc00a68 common/cmd_*.c: sparse fixes by Kim Phillips · Mon Oct 29 13:34:31 2012 +0000
  30. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · Sat Dec 10 08:44:01 2011 +0000
  31. 269cbef common: move extern char console_buffer[] to common.h by Igor Grinberg · Mon Nov 07 01:13:56 2011 +0000
  32. 22ccb7f pci: Clean up PCI info when CONFIG_PCI_SCAN_SHOW by Peter Tyser · Fri Oct 29 17:59:27 2010 -0500
  33. 60e877f pci: Add ability to re-enumerate PCI buses by John Schmoller · Fri Oct 22 00:20:23 2010 -0500
  34. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · Sat Jul 17 01:06:04 2010 +0200
  35. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  36. c54781c General help message cleanup by Wolfgang Denk · Sun May 24 17:06:54 2009 +0200
  37. dfb72b8 Command usage cleanup by Peter Tyser · Tue Jan 27 18:03:12 2009 -0600
  38. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · Tue Jan 27 18:03:10 2009 -0600
  39. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  40. 82290f2 move cmd_get_data_size to command.c by Jean-Christophe PLAGNIOL-VILLARD · Wed Sep 10 22:48:05 2008 +0200
  41. a1be476 Big white-space cleanup. by Wolfgang Denk · Tue May 20 16:00:29 2008 +0200
  42. c0d32e9 [BUILD] conditionally compile common/cmd_*.c in common/Makefile by Grant Likely · Mon Sep 24 09:05:31 2007 -0600
  43. 4c17634 common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · Sun Jul 08 18:05:39 2007 -0500
  44. 3de8b24 common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · Mon Jun 11 19:01:54 2007 -0500
  45. ff86b72 Patch by Manfred Baral, 17 Mar 2005: Fix typo by wdenk · Sun Mar 20 22:33:46 2005 +0000
  46. f287a24 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · Tue Jul 01 21:06:45 2003 +0000
  47. 57b2d80 * Code cleanup: by wdenk · Fri Jun 27 21:31:46 2003 +0000
  48. bf2f8c9 * Patch by Dave Ellis, 22 May 2003: by wdenk · Thu May 22 22:52:13 2003 +0000
  49. 6b58f33 * Avoid flicker on the TRAB's VFD by synchronizing the enable with by wdenk · Fri Mar 14 20:47:52 2003 +0000
  50. bb444c9 * Patch by Hans-Joerg Frieden, 06 Dec 2002 by wdenk · Sat Dec 07 00:20:59 2002 +0000
  51. 452cfd6 * Patch by Thomas Frieden, 13 Nov 2002: by wdenk · Tue Nov 19 11:04:11 2002 +0000
  52. c609719 Initial revision by wdenk · Sun Nov 03 00:24:07 2002 +0000