public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] ppc: xilinx: Remove ancient ppc405 and ppc440 platforms
Date: Thu, 07 May 2015 14:39:58 +0200	[thread overview]
Message-ID: <554B5D1E.1010803@denx.de> (raw)
In-Reply-To: <2b34df2883c671beb211ee0ea8de7914188ea71c.1431002081.git.michal.simek@xilinx.com>

Hi Michal,

On 07.05.2015 14:34, Michal Simek wrote:
> Remove ancient Xilinx platforms.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>   arch/powerpc/cpu/ppc4xx/Kconfig                    |  20 ----
>   arch/powerpc/cpu/ppc4xx/Makefile                   |   3 -
>   arch/powerpc/cpu/ppc4xx/cpu.c                      |   4 -
>   arch/powerpc/cpu/ppc4xx/speed.c                    |   9 +-
>   arch/powerpc/cpu/ppc4xx/start.S                    |   3 +-
>   arch/powerpc/cpu/ppc4xx/xilinx_irq.c               |  89 ---------------
>   arch/powerpc/include/asm/interrupt.h               |   4 -
>   arch/powerpc/include/asm/ppc4xx.h                  |   2 -
>   arch/powerpc/include/asm/xilinx_irq.h              |  25 ----
>   arch/powerpc/lib/board.c                           |   2 -
>   board/avnet/fx12mm/Kconfig                         |  12 --
>   board/avnet/fx12mm/MAINTAINERS                     |   7 --
>   board/avnet/fx12mm/Makefile                        |  11 --
>   board/avnet/fx12mm/fx12mm.c                        |  34 ------
>   board/avnet/fx12mm/xparameters.h                   |  35 ------
>   board/avnet/v5fx30teval/Kconfig                    |  12 --
>   board/avnet/v5fx30teval/MAINTAINERS                |   7 --
>   board/avnet/v5fx30teval/Makefile                   |  11 --
>   board/avnet/v5fx30teval/v5fx30teval.c              |  17 ---
>   board/avnet/v5fx30teval/xparameters.h              |  22 ----
>   board/xilinx/ml507/Kconfig                         |  12 --
>   board/xilinx/ml507/MAINTAINERS                     |   7 --
>   board/xilinx/ml507/Makefile                        |  11 --
>   board/xilinx/ml507/ml507.c                         |  17 ---
>   board/xilinx/ml507/xparameters.h                   |  23 ----
>   board/xilinx/ppc405-generic/Kconfig                |  12 --
>   board/xilinx/ppc405-generic/MAINTAINERS            |   7 --
>   board/xilinx/ppc405-generic/Makefile               |  12 --
>   .../xilinx/ppc405-generic/xilinx_ppc405_generic.c  |  48 --------
>   board/xilinx/ppc405-generic/xparameters.h          |  25 ----
>   board/xilinx/ppc440-generic/Kconfig                |  12 --
>   board/xilinx/ppc440-generic/MAINTAINERS            |   7 --
>   board/xilinx/ppc440-generic/Makefile               |  13 ---
>   board/xilinx/ppc440-generic/init.S                 |  34 ------
>   .../xilinx/ppc440-generic/xilinx_ppc440_generic.c  |  41 -------
>   board/xilinx/ppc440-generic/xparameters.h          |  23 ----
>   common/board_f.c                                   |   2 -
>   common/cmd_bdinfo.c                                |   9 +-
>   configs/fx12mm_defconfig                           |   4 -
>   configs/fx12mm_flash_defconfig                     |   4 -
>   configs/ml507_defconfig                            |   4 -
>   configs/ml507_flash_defconfig                      |   4 -
>   configs/v5fx30teval_defconfig                      |   4 -
>   configs/v5fx30teval_flash_defconfig                |   4 -
>   configs/xilinx-ppc405-generic_defconfig            |   4 -
>   configs/xilinx-ppc405-generic_flash_defconfig      |   4 -
>   configs/xilinx-ppc440-generic_defconfig            |   4 -
>   configs/xilinx-ppc440-generic_flash_defconfig      |   4 -
>   drivers/net/xilinx_ll_temac.c                      |  15 +--
>   drivers/net/xilinx_ll_temac_sdma.c                 |  59 ----------
>   drivers/net/xilinx_ll_temac_sdma.h                 |  11 --
>   include/configs/fx12mm.h                           |  52 ---------
>   include/configs/ml507.h                            |  39 -------
>   include/configs/v5fx30teval.h                      |  39 -------
>   include/configs/xilinx-ppc.h                       | 126 ---------------------
>   include/configs/xilinx-ppc405-generic.h            |  42 -------
>   include/configs/xilinx-ppc405.h                    |  22 ----
>   include/configs/xilinx-ppc440-generic.h            |  39 -------
>   include/configs/xilinx-ppc440.h                    |  17 ---
>   59 files changed, 9 insertions(+), 1136 deletions(-)

Nice diffstat! ;)

Looks good, so:

Acked-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

  reply	other threads:[~2015-05-07 12:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-07 12:34 [U-Boot] [PATCH] ppc: xilinx: Remove ancient ppc405 and ppc440 platforms Michal Simek
2015-05-07 12:39 ` Stefan Roese [this message]
2015-05-07 12:58   ` Michal Simek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=554B5D1E.1010803@denx.de \
    --to=sr@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox