Skip to content
Snippets Groups Projects
  1. Mar 18, 2009
  2. Mar 17, 2009
  3. Mar 15, 2009
  4. Mar 14, 2009
  5. Mar 13, 2009
  6. Mar 12, 2009
  7. Mar 10, 2009
  8. Mar 09, 2009
    • Paul Gortmaker's avatar
      tsec: report when there is no vendor specific PHY support · 0452352d
      Paul Gortmaker authored
      
      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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
      Acked-by: default avatarAndy Fleming <afleming@freescale.com>
      0452352d
    • Wolfgang Denk's avatar
      SIMPC8313 board: fix out of tree building. · c279dfc1
      Wolfgang Denk authored
      
      Fix typo in makefile which broke out of tree builds.
      
      Also use expolicit "rm" instead of "ln -sf" which is known to be
      unreliable.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      Signed-off-by: default avatarKim Phillips <kim.phillips@freescale.com>
      c279dfc1
Loading