26 Apr, 2006

1 commit


20 Jan, 2006

1 commit

  • The following patch generalizes PPC44x_PIN_SIZE by changing it to
    PPC_PIN_SIZE, which can be defined by any sub-arch to automatically adjust
    VMALLOC_START.

    Define PPC_PIN_SIZE on 8xx, avoiding potential conflicts with the
    pinned space.

    Signed-off-by: Marcelo Tosatti
    Signed-off-by: Paul Mackerras

    Marcelo Tosatti
     

07 Nov, 2005

3 commits

  • Add support for the AMCC PowerPC 440SPe SoC, including PCI Express in root
    port mode.

    Signed-off-by: Roland Dreier
    Cc: Matt Porter
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Roland Dreier
     
  • The PowerPC 440SP SoC has two Processor Local Bus (PLB) segments (a
    high-throughput segment and a low-latency segment). Fix our PLB register
    definitions to cope with this, and add code to dump the status of both
    segments when a machine check occurs.

    Signed-off-by: Roland Dreier
    Cc: Matt Porter
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Roland Dreier
     
  • The PowerPC 440SPe supports up to 16 GB of RAM, and therefore its IO registers
    are at 0x4_xxxx_xxxx instead of being at 0x1_xxxx_xxxx like most other PPC 440
    chips. To allow for this, this patch moves the definition of the ERPN used
    for mapping UART0 from being hard-coded in the head_44x.S assembly code to
    being defined in ibm44x.h.

    Signed-off-by: Roland Dreier
    Signed-off-by: Matt Porter
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Roland Dreier
     

19 Aug, 2005

1 commit


02 Aug, 2005

1 commit

  • Add PPC440EP core support. PPC440EP is a PPC440-based SoC with a classic PPC
    FPU and another set of peripherals.

    Signed-off-by: Wade Farnsworth
    Signed-off-by: Matt Porter
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Matt Porter
     

17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds