10 Oct, 2014

1 commit


08 Jul, 2014

1 commit


20 Aug, 2013

1 commit


24 Jul, 2013

1 commit


16 Oct, 2012

2 commits

  • As the board seems to be unmaintained for some time, lets remove
    the support in mainline completely.

    Signed-off-by: Stefan Roese
    Cc: James MacAulay
    Acked-by: Marek Vasut

    Stefan Roese
     
  • Since the IOP480 (PPC401/3 variant from PLX) is only used on 2
    boards that are not actively maintained, lets remove support
    for it completely. This way the ppc4xx code will get a bit cleaner.

    Signed-off-by: Stefan Roese
    Acked-by: Matthias Fuchs
    Acked-by: Marek Vasut

    Stefan Roese
     

04 Oct, 2010

1 commit

  • APM821XX is a new line of SoCs which are derivatives of
    PPC44X family of processors. This patch adds support of CPU, cache,
    tlb, 32k ocm, bootstraps, PLB and AHB bus.

    Signed-off-by: Tirumala R Marri
    Signed-off-by: Stefan Roese

    Tirumala Marri
     

23 Sep, 2010

2 commits

  • This cleanup is done by creating header files for all SoC versions and
    moving the SoC specific defines into these special headers. This way the
    common header ppc405.h and ppc440.h can be cleaned up finally.

    As a part from this cleanup, the GPIO definitions for PPC405EP are
    corrected. The high and low parts of the registers (for example
    CONFIG_SYS_GPIO0_OSRL vs. CONFIG_SYS_GPIO0_OSRH) have been defined in
    the wrong order. This patch now fixes this issue by switching these
    xxxH and xxxL values. This brings the GPIO 405EP port in sync with all
    other PPC4xx ports.

    Signed-off-by: Stefan Roese

    Stefan Roese
     
  • This patch moves some ppc4xx related headers from the common include
    directory (include/) to the powerpc specific one
    (arch/powerpc/include/asm/). This way to common include directory is not
    so cluttered with files.

    Signed-off-by: Stefan Roese

    Stefan Roese
     

22 Apr, 2010

1 commit

  • As discussed on the list, move "arch/ppc" to "arch/powerpc" to
    better match the Linux directory structure.

    Please note that this patch also changes the "ppc" target in
    MAKEALL to "powerpc" to match this new infrastructure. But "ppc"
    is kept as an alias for now, to not break compatibility with
    scripts using this name.

    Signed-off-by: Stefan Roese
    Acked-by: Wolfgang Denk
    Acked-by: Detlev Zundel
    Acked-by: Kim Phillips
    Cc: Peter Tyser
    Cc: Anatolij Gustschin

    Stefan Roese