27 May, 2010

7 commits


22 May, 2010

8 commits


19 May, 2010

3 commits


18 May, 2010

9 commits


17 May, 2010

1 commit


16 May, 2010

4 commits


12 May, 2010

5 commits

  • SPD has minor change from Rev 1.2 to 1.3. This patch enables Rev 1.3.
    The difference has ben examined and the code is compatible.
    Speed bins is not verified on hardware for CL7 at this moment.

    This patch also enables SPD Rev 1.x where x is up to "F". According to SPD
    spec, the lower nibble is optionally used to determine which additinal bytes
    or attribute bits have been defined. Software can safely use defaults. However,
    the upper nibble should always be checked.

    Signed-off-by: York Sun
    Signed-off-by: Kumar Gala

    York Sun
     
  • On the MPC85xx platform if we have SATA its connected on SERDES.
    Determing if SATA is enabled via sata_initialize should not be board
    specific and thus we move it out of the MPC8536DS board code.

    Additionally, now that we have is_serdes_configured() we can determine
    if the given SATA port is enabled and error out if its not in the
    driver.

    Signed-off-by: Kumar Gala

    Kumar Gala
     
  • The new is_serdes_configured covers a broader range of devices than the
    PCI specific code. Use it instead as we convert away from the
    is_fsl_pci_cfg() code.

    Additionally move to setting LAWs for PCI based on if its configured.
    Also updated PCI FDT fixup code to remove PCI controllers from dtb if
    they are configured.

    Signed-off-by: Kumar Gala

    Kumar Gala
     
  • Add the ability to determine if a given IP block connected on SERDES is
    configured. This is useful for things like PCIe and SRIO since they are
    only ever connected on SERDES.

    Signed-off-by: Kumar Gala

    Kumar Gala
     
  • Using PPC I/O accessor to DIU I/O space instead of directly
    read/write. It will prevent the dozen of compiler order issue
    and PPC hardware order issue for accessing I/O space.

    Using the toolchain(tc-fsl-x86lnx-e500-dp-4.3.74-2.i386.rpm)
    can show up the order issue of DIU driver.

    Signed-off-by: Dave Liu
    Signed-off-by: Jerry Huang
    Signed-off-by: Kumar Gala

    Jerry Huang
     

09 May, 2010

1 commit


08 May, 2010

2 commits