05 Jan, 2012

1 commit


22 Aug, 2011

1 commit


20 Oct, 2010

1 commit

  • Since we're now using addruart to establish the debug mapping, we can
    remove the io_pg_offst and phys_io members of struct machine_desc.

    The various declarations were removed using the following script:

    grep -rl MACHINE_START arch/arm | xargs \
    sed -i '/MACHINE_START/,/MACHINE_END/ { /\.\(phys_io\|io_pg_offst\)/d }'

    [ Initial patch was from Jeremy Kerr, example script from Russell King ]

    Signed-off-by: Nicolas Pitre
    Acked-by: Eric Miao

    Nicolas Pitre
     

07 Aug, 2008

2 commits


26 Jan, 2008

1 commit


01 Jul, 2006

1 commit


29 Jun, 2006

1 commit


22 Jun, 2006

1 commit


02 Apr, 2006

1 commit

  • Patch from Lennert Buytenhek

    On the Double Espresso board, the IXP2350s are PCI slave devices and
    we skip calling pci_common_init() as that enumerates the bus. But even
    though we are a PCI slave device, there is still some PCI-related setup
    that has to be done.

    Create ixp23xx_pci_common_init(), move the common initialisation bits
    there, and have this function called from both the PCI master and the
    PCI slave init path.

    Signed-off-by: Lennert Buytenhek
    Signed-off-by: Russell King

    Lennert Buytenhek
     

29 Mar, 2006

1 commit

  • Patch from Lennert Buytenhek

    This patch adds support for the Intel ixp23xx series of CPUs. The
    ixp23xx is an XSC3 based CPU with 512K of L2 cache, a 64bit 66MHz PCI
    interface, two DDR RAM interfaces, QDR RAM interfaces, two gigabit
    MACs, two 10/100 MACs, expansion bus, four microengines, a Media and
    Switch Fabric unit almost identical to the one on the ixp2400, two
    xscale (8250ish) UARTs and a bunch of other stuff.

    This patch adds the core ixp23xx support code, and support for the
    ADI Engineering Roadrunner, Intel IXDP2351, and IP Fabrics Double
    Espresso platforms.

    Signed-off-by: Deepak Saxena
    Signed-off-by: Lennert Buytenhek
    Signed-off-by: Russell King

    Lennert Buytenhek