u-boot/drivers
Paul Gortmaker 0452352df1 tsec: report when there is no vendor specific PHY support
Commit af1c2b84 added a generic phy support, with an ID of zero
and a 32 bit mask; meaning that it will match on any PHY ID.

The problem is that there is a test that checked if a matching
PHY was found, and if not, it printed the non-matching ID.
But since there will always be a match (on the generic PHY,
worst case), this test will never trip.

In the case of a misconfigured PHY address, or of a PHY that
isn't explicitly supported outside of the generic support,
you will never see the ID of 0xffffffff, or the ID of the
real (but unsupported) chip.  It will silently fall through
onto the generic support.

This change makes that test useful again, and ensures that
the selection of generic PHY support doesn't happen without
some sort of notice.  It also makes it explicitly clear that
the generic PHY must be last in the PHY table.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Acked-by: Andy Fleming <afleming@freescale.com>
2009-03-09 18:08:04 -05:00
..
bios_emulator drivers/bios_emulator: Move conditional compilation to Makefile 2008-12-07 01:29:31 +01:00
block sata_sil3114: fix compiler warning 2009-02-19 00:37:18 +01:00
dma drivers/dma: Move conditional compilation to Makefile 2008-08-13 01:40:39 +02:00
fpga fpga: Fix Spartan III FPGA booting 2009-02-21 22:52:44 +01:00
gpio i.MX31: add a simple gpio driver 2009-02-24 09:43:10 +01:00
hwmon rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
i2c 83xx, i2c: add mux support for fsl_i2c 2009-03-05 18:21:17 -06:00
input rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
misc mpc85xx: Add support for the P2020 2009-02-16 18:05:55 -06:00
mmc OMAP3: Clean up MMC code 2009-02-22 18:29:10 +01:00
mtd nomadik/nand: fix 'ecc512' discards qualifiers from pointer target type 2009-02-22 17:56:50 +01:00
net tsec: report when there is no vendor specific PHY support 2009-03-09 18:08:04 -05:00
pci PCI: Add pci_last_busno() helper 2009-02-23 15:51:10 -06:00
pcmcia mpc8xx_pcmcia: move CONFIG_8xx out of .c file and into Makefile 2009-02-18 00:51:21 +01:00
qe Merge branch 'master' of git://git.denx.de/u-boot-net 2009-02-01 21:31:37 +01:00
rtc Blackfin: only initialize the RTC when actually used 2008-10-23 05:03:50 -04:00
serial arm: add uart dcc support 2009-02-22 15:49:28 +01:00
spi i.MX31: support GPIO as a chip-select in the mxc_spi driver 2009-02-24 09:48:33 +01:00
usb r8a66597-hcd: fix cannot use external hub 2009-02-22 10:57:42 +01:00
video video: add an i.MX31 framebuffer driver 2009-02-24 10:22:59 +01:00