summaryrefslogtreecommitdiff
path: root/common/cmd_mii.c
AgeCommit message (Collapse)AuthorFilesLines
2006-08-07Change "mii info" to not print an error upon missing PHY at addressStefan Roese1-4/+0
Patch by Stefan Roese, 07 Aug 2006
2006-07-21Check argument count in "mii" command.Wolfgang Denk1-0/+5
Problem pointed out by Andrew Dyer, 13 Jun 2005
2005-10-29Add support for multiple PHYs.Marian Balakowicz1-36/+73
2005-10-11Added support for TQM834x boards.Marian Balakowicz1-1/+1
2005-09-24* Fix PHY address argument passing with mii info commandWolfgang Denk1-6/+5
Patch by Andrew Dyer, 28 Dec 2004 * Cleanup: fix broken builds
2005-08-06Fix 'mii help' text formattingWolfgang Denk1-1/+1
Patch by Cory Tusar, 10 Dec 2004
2004-04-25* Patch by John Kerl, 19 Apr 2004:wdenk1-13/+9
Use U-boot's miiphy.h for PHY register names, rather than introducing a new header file. * Update pci_ids.h from linux-2.4.26 * Patch by Masami Komiya, 19 Apr 2004: Fix problem cause by VLAN function on little endian architecture without VLAN environment
2004-04-24* Modify KUP4X board configuration to use SL811 driver for USB memorywdenk1-1/+1
sticks (including FAT / VFAT filesystem support) * Add SL811 Host Controller Interface driver for USB * Add CFG_I2C_EEPROM_ADDR_OVERFLOW desription to README * Patch by Pantelis Antoniou, 19 Apr 2004: Allow to use shell style syntax (i. e. ${var} ) with standard parser. Minor patches for Intracom boards. * Patch by Christian Pell, 19 Apr 2004: cleanup support for CF/IDE on PCMCIA for PXA25X
2004-04-19* Temporarily disabled John Kerl's extended MII command code becausewdenk1-3/+7
"miivals.h" is missing * Patches by Mark Jonas, 13 Apr 2004: - Remove CS0 chip select timing setting from cpu/mpc5xxx/start.S - Add sync instructions to IceCube SDRAM init code - Move SDRAM chip constants into seperate include files - Unify DDR and SDR initialization code - Unify all IceCube (Lite5xxx) target names
2004-04-19* Patch by John Kerl, 16 Apr 2004:wdenk1-0/+413
Enable ranges in mii command, e.g. mii read 0-1f 0 or mii read 4-7 18-1a. Also add mii dump subcommand for pretty-printing standard regs 0-5. * Patch by Stephen Williams, 16 April 2004: fix typo in JSE.h; update MAINTAINERS
2004-03-24* Patches by Thomas Viehweger, 16 Mar 2004:wdenk1-2/+2
- show PCI clock frequency on MPC8260 systems - add FCC_PSMR_RMII flag for HiP7 processors - in do_jffs2_fsload(), take load address from load_addr if not set explicit, update load_addr otherwise - replaced printf by putc/puts when no formatting is needed (smaller code size, faster execution)
2004-03-14* Patches by Travis Sawyer, 12 Mar 2004:wdenk1-1/+1
- Fix Gigabit Ethernet support for 440GX - Add Gigabit Ethernet Support to MII PHY utilities * Patch by Brad Kemp, 12 Mar 2004: Fixes for drivers/cfi_flash.c: - Better support for x8/x16 implementations - Added failure for AMD chips attempting to use CFG_FLASH_USE_BUFFER_WRITE - Added defines for AMD command and address constants * Patch by Leon Kukovec, 12 Mar 2004: Fix get_dentfromdir() to correctly handle deleted dentries * Patch by George G. Davis, 11 Mar 2004: Remove hard coded network settings in TI OMAP1610 H2 default board config * Patch by George G. Davis, 11 Mar 2004: add support for ADS GraphicsClient+ board.
2004-02-27* Patch by Markus Pietrek, 24 Feb 2004:wdenk1-0/+1
NS9750 DevBoard added * Patch by Pierre AUBERT, 24 Feb 2004 add USB support for MPC5200 * Patch by Steven Scholz, 24 Feb 2004: - fix MII commands to use values from last command * Patch by Torsten Demke, 24 Feb 2004: Add support for the eXalion platform (SPSW-8240, F-30, F-300)
2004-02-12* Some code cleanupwdenk1-1/+1
* Patch by Josef Baumgartner, 10 Feb 2004: Fixes for Coldfire port * Patch by Brad Kemp, 11 Feb 2004: Fix CFI flash driver problems
2003-12-07* Patches by Stephan Linz, 3 Nov 2003:wdenk1-2/+8
- more endianess fixes for LAN91C111 driver - CFG_HZ configuration patch for NIOS Cyclone board * Patch by Stephan Linz, 28 Oct 2003: fix PHY_INT_REG vs. PHY_MASK_REG bug in drivers/smc91111.c * Patch by Steven Scholz, 20 Oct 2003: - make "mii info <addr>" show infor for PHY at "addr" only - Endian fix for miiphy_info()
2003-07-02Patch by Kenneth Johansson, 30 Jun 2003:wdenk1-2/+2
get rid of MK_CMD_ENTRY macro; update doc/README.command
2003-06-28* Code cleanup:wdenk1-1/+11
- remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) * Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen)
2003-04-10Add support for TQM862L moduleswdenk1-1/+1
2002-09-19Initial revisionwdenk1-0/+131