public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Vladimir Zapolskiy <vz@mleia.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 05/10] ARM: remove devkit3250 board support
Date: Wed, 11 Feb 2015 00:06:33 +0200	[thread overview]
Message-ID: <54DA80E9.6010004@mleia.com> (raw)
In-Reply-To: <1423551635-16652-6-git-send-email-yamada.m@jp.panasonic.com>

Hello Masahiro,

On 10.02.2015 09:00, Masahiro Yamada wrote:
> This is still a non-generic board.
> 
> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
> Cc: Vladimir Zapolskiy <vz@mleia.com>
> ---

please excuse my ignorance, what do you call a generic board?

I don't think that the current state of LPC3250 support impedes someone.

With best wishes,
Vladimir

> Changes in v2: None
> 
>  arch/arm/Kconfig                              |   5 -
>  arch/arm/cpu/arm926ejs/Makefile               |   1 -
>  arch/arm/cpu/arm926ejs/lpc32xx/Makefile       |   8 --
>  arch/arm/cpu/arm926ejs/lpc32xx/clk.c          | 104 -----------------
>  arch/arm/cpu/arm926ejs/lpc32xx/cpu.c          |  57 ----------
>  arch/arm/cpu/arm926ejs/lpc32xx/devices.c      |  39 -------
>  arch/arm/cpu/arm926ejs/lpc32xx/timer.c        |  82 --------------
>  arch/arm/include/asm/arch-lpc32xx/clk.h       | 157 --------------------------
>  arch/arm/include/asm/arch-lpc32xx/config.h    |  59 ----------
>  arch/arm/include/asm/arch-lpc32xx/cpu.h       |  51 ---------
>  arch/arm/include/asm/arch-lpc32xx/emc.h       |  79 -------------
>  arch/arm/include/asm/arch-lpc32xx/sys_proto.h |  12 --
>  arch/arm/include/asm/arch-lpc32xx/timer.h     |  61 ----------
>  arch/arm/include/asm/arch-lpc32xx/uart.h      | 101 -----------------
>  arch/arm/include/asm/arch-lpc32xx/wdt.h       |  38 -------
>  board/timll/devkit3250/Kconfig                |  15 ---
>  board/timll/devkit3250/MAINTAINERS            |   6 -
>  board/timll/devkit3250/Makefile               |   8 --
>  board/timll/devkit3250/devkit3250.c           |  52 ---------
>  configs/devkit3250_defconfig                  |   2 -
>  doc/README.scrapyard                          |   1 +
>  drivers/serial/Makefile                       |   1 -
>  drivers/serial/lpc32xx_hsuart.c               |  89 ---------------
>  drivers/serial/serial.c                       |   2 -
>  include/configs/devkit3250.h                  | 101 -----------------
>  include/serial.h                              |   1 -
>  26 files changed, 1 insertion(+), 1131 deletions(-)
>  delete mode 100644 arch/arm/cpu/arm926ejs/lpc32xx/Makefile
>  delete mode 100644 arch/arm/cpu/arm926ejs/lpc32xx/clk.c
>  delete mode 100644 arch/arm/cpu/arm926ejs/lpc32xx/cpu.c
>  delete mode 100644 arch/arm/cpu/arm926ejs/lpc32xx/devices.c
>  delete mode 100644 arch/arm/cpu/arm926ejs/lpc32xx/timer.c
>  delete mode 100644 arch/arm/include/asm/arch-lpc32xx/clk.h
>  delete mode 100644 arch/arm/include/asm/arch-lpc32xx/config.h
>  delete mode 100644 arch/arm/include/asm/arch-lpc32xx/cpu.h
>  delete mode 100644 arch/arm/include/asm/arch-lpc32xx/emc.h
>  delete mode 100644 arch/arm/include/asm/arch-lpc32xx/sys_proto.h
>  delete mode 100644 arch/arm/include/asm/arch-lpc32xx/timer.h
>  delete mode 100644 arch/arm/include/asm/arch-lpc32xx/uart.h
>  delete mode 100644 arch/arm/include/asm/arch-lpc32xx/wdt.h
>  delete mode 100644 board/timll/devkit3250/Kconfig
>  delete mode 100644 board/timll/devkit3250/MAINTAINERS
>  delete mode 100644 board/timll/devkit3250/Makefile
>  delete mode 100644 board/timll/devkit3250/devkit3250.c
>  delete mode 100644 configs/devkit3250_defconfig
>  delete mode 100644 drivers/serial/lpc32xx_hsuart.c
>  delete mode 100644 include/configs/devkit3250.h

  reply	other threads:[~2015-02-10 22:06 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-10  7:00 [U-Boot] [PATCH v2 0/10] ARM: remove non-generic boards Masahiro Yamada
2015-02-10  7:00 ` [U-Boot] [PATCH v2 01/10] ARM: remove mx31ads board support Masahiro Yamada
2015-02-10  7:00 ` [U-Boot] [PATCH v2 02/10] ARM: mx31: remove imx31_phycore board Masahiro Yamada
2015-02-10  7:00 ` [U-Boot] [PATCH v2 03/10] ARM: remove jadecpu board support Masahiro Yamada
2015-02-10  7:00 ` [U-Boot] [PATCH v2 04/10] ARM: remove zmx25 " Masahiro Yamada
2015-02-10  7:00 ` [U-Boot] [PATCH v2 05/10] ARM: remove devkit3250 " Masahiro Yamada
2015-02-10 22:06   ` Vladimir Zapolskiy [this message]
2015-02-10 22:10     ` Marek Vasut
2015-02-10 22:48     ` Vladimir Zapolskiy
2015-02-11 22:28       ` Vladimir Zapolskiy
2015-02-12  0:46         ` Tom Rini
2015-02-12  1:04       ` Masahiro Yamada
2015-02-10  7:00 ` [U-Boot] [PATCH v2 06/10] ARM: remove dkb " Masahiro Yamada
2015-02-10  7:00 ` [U-Boot] [PATCH v2 07/10] ARM: remove cm4008 and cm41xx " Masahiro Yamada
2015-02-10  8:12   ` Greg Ungerer
2015-02-10  8:33     ` Masahiro Yamada
2015-02-12  1:17     ` Masahiro Yamada
2015-02-12 12:53       ` Greg Ungerer
2015-02-10  7:00 ` [U-Boot] [PATCH v2 08/10] ARM: remove a320evb " Masahiro Yamada
2015-02-10  7:00 ` [U-Boot] [PATCH v2 09/10] ARM: remove tnetv107x " Masahiro Yamada
2015-02-10  7:00 ` [U-Boot] [PATCH v2 10/10] ARM: davinci: remove hawkboard support Masahiro Yamada
2015-02-10 10:55 ` [U-Boot] [PATCH v2 0/10] ARM: remove non-generic boards Marek Vasut
2015-02-10 22:14 ` Vladimir Zapolskiy

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=54DA80E9.6010004@mleia.com \
    --to=vz@mleia.com \
    --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