1. 20 8月, 2009 8 次提交
  2. 30 7月, 2009 2 次提交
    • A
      powerpc/83xx: Fix PCI IO base address on MPC837xE-RDB boards · 1333c3d6
      Anton Vorontsov 提交于
      U-Boot maps PCI IO at 0xe0300000, while current dts files specify
      0xe2000000. This leads to the following oops with CONFIG_8139TOO_PIO=y.
      
      8139too Fast Ethernet driver 0.9.28
      Machine check in kernel mode.
      Caused by (from SRR1=41000): Transfer error ack signal
      Oops: Machine check, sig: 7 [#1]
      MPC837x RDB
      [...]
      NIP [00000900] 0x900
      LR [c0439df8] rtl8139_init_board+0x238/0x524
      Call Trace:
      [cf831d90] [c0439dcc] rtl8139_init_board+0x20c/0x524 (unreliable)
      [cf831de0] [c043a15c] rtl8139_init_one+0x78/0x65c
      [cf831e40] [c0235250] pci_call_probe+0x20/0x30
      [...]
      
      This patch fixes the issue by specifying the correct PCI IO base
      address.
      Signed-off-by: NAnton Vorontsov <avorontsov@ru.mvista.com>
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      1333c3d6
    • A
      powerpc/85xx: Don't scan for TBI PHY addresses on MPC8569E-MDS boards · 8a0b177f
      Anton Vorontsov 提交于
      Sometimes (e.g. when there are no UEMs attached to a board)
      fsl_pq_mdio_find_free() fails to find a spare address for a TBI PHY,
      this is because get_phy_id() returns bogus 0x0000ffff values
      (0xffffffff is expected), and therefore mdio bus probing fails with
      the following message:
      
        fsl-pq_mdio: probe of e0082120.mdio failed with error -16
      
      And obviously ethernet doesn't work after this.
      
      This patch solves the problem by adding tbi-phy node into mdio node,
      so that we won't scan for spare addresses, we'll just use a fixed one.
      Signed-off-by: NAnton Vorontsov <avorontsov@ru.mvista.com>
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      8a0b177f
  3. 06 7月, 2009 1 次提交
  4. 26 6月, 2009 1 次提交
  5. 23 6月, 2009 1 次提交
  6. 20 6月, 2009 1 次提交
  7. 17 6月, 2009 1 次提交
  8. 16 6月, 2009 9 次提交
  9. 07 6月, 2009 1 次提交
  10. 04 6月, 2009 1 次提交
  11. 21 5月, 2009 1 次提交
  12. 19 5月, 2009 13 次提交