public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 05/45] arm: Remove unmaintained davinci boards
Date: Tue, 1 Sep 2015 16:44:23 +0200	[thread overview]
Message-ID: <55E5B9C7.6050106@denx.de> (raw)
In-Reply-To: <1440983979-19521-6-git-send-email-sjg@chromium.org>

Hi Simon,

On 31/08/2015 03:18, Simon Glass wrote:
> These boards have not been converted to generic board by the deadline.
> Remove dm355evm, dm355leopard, dm365evm, dm6467evm, dvevm, ea20, schmoogie,
> sffsdr, sonata.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
> 
>  arch/arm/mach-davinci/Kconfig             |  36 ----
>  board/davinci/dm355evm/Kconfig            |  12 --
>  board/davinci/dm355evm/MAINTAINERS        |   6 -
>  board/davinci/dm355evm/Makefile           |  10 -
>  board/davinci/dm355evm/config.mk          |  11 -
>  board/davinci/dm355evm/dm355evm.c         | 144 -------------
>  board/davinci/dm355leopard/Kconfig        |  12 --
>  board/davinci/dm355leopard/MAINTAINERS    |   6 -
>  board/davinci/dm355leopard/Makefile       |  10 -
>  board/davinci/dm355leopard/config.mk      |   6 -
>  board/davinci/dm355leopard/dm355leopard.c |  86 --------
>  board/davinci/dm365evm/Kconfig            |  12 --
>  board/davinci/dm365evm/MAINTAINERS        |   6 -
>  board/davinci/dm365evm/Makefile           |  10 -
>  board/davinci/dm365evm/config.mk          |  11 -
>  board/davinci/dm365evm/dm365evm.c         | 139 ------------
>  board/davinci/dm6467evm/Kconfig           |  12 --
>  board/davinci/dm6467evm/MAINTAINERS       |   7 -
>  board/davinci/dm6467evm/Makefile          |  10 -
>  board/davinci/dm6467evm/config.mk         |   2 -
>  board/davinci/dm6467evm/dm6467evm.c       |  76 -------
>  board/davinci/dvevm/Kconfig               |  12 --
>  board/davinci/dvevm/MAINTAINERS           |   6 -
>  board/davinci/dvevm/Makefile              |  11 -
>  board/davinci/dvevm/board_init.S          |  16 --
>  board/davinci/dvevm/config.mk             |  39 ----
>  board/davinci/dvevm/dvevm.c               |  91 --------
>  board/davinci/ea20/Kconfig                |  12 --
>  board/davinci/ea20/MAINTAINERS            |   6 -
>  board/davinci/ea20/Makefile               |  10 -
>  board/davinci/ea20/ea20.c                 | 339 ------------------------------

Only for ea20:

I checked, and it makes sense to maintain this board - I send the patch
for moving to generic board.

Thanks,
Stefano

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

  reply	other threads:[~2015-09-01 14:44 UTC|newest]

Thread overview: 119+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-31  1:18 [U-Boot] [PATCH 00/45] arm: Remove boards that have not moved to generic board init Simon Glass
2015-08-31  1:18 ` [U-Boot] [PATCH 01/45] arm: Remove balloon3 board Simon Glass
2015-09-12 12:48   ` [U-Boot] [U-Boot,01/45] " Tom Rini
2015-08-31  1:18 ` [U-Boot] [PATCH 02/45] arm: Remove eukrea boards Simon Glass
2015-09-12 12:48   ` [U-Boot] [U-Boot,02/45] " Tom Rini
2015-08-31  1:18 ` [U-Boot] [PATCH 03/45] arm: Remove most LaCie boards Simon Glass
2015-08-31  7:51   ` Simon Guinot
2015-08-31 13:16     ` Simon Glass
2015-08-31 14:07       ` Albert ARIBAUD
2015-09-01 17:01       ` [U-Boot] [PATCH] ARM: Kirkwood: enable generic board support for " Simon Guinot
2015-09-12 10:51         ` Simon Guinot
2015-09-12 16:34           ` Simon Glass
2015-09-13 13:56         ` [U-Boot] " Tom Rini
2015-09-02 12:07       ` [U-Boot] [PATCH 03/45] arm: Remove most " Simon Guinot
2015-09-02 13:08         ` Tom Rini
2015-09-02 15:51           ` Simon Guinot
2015-08-31  1:18 ` [U-Boot] [PATCH 04/45] arm: Remove snowball and u8500_href boards Simon Glass
2015-09-12 12:48   ` [U-Boot] [U-Boot, " Tom Rini
2015-08-31  1:18 ` [U-Boot] [PATCH 05/45] arm: Remove unmaintained davinci boards Simon Glass
2015-09-01 14:44   ` Stefano Babic [this message]
2015-09-12 12:48   ` [U-Boot] [U-Boot, " Tom Rini
2015-08-31  1:19 ` [U-Boot] [PATCH 06/45] arm: Remove d2net_v2 defconfig file Simon Glass
2015-09-12 12:48   ` [U-Boot] [U-Boot,06/45] " Tom Rini
2015-08-31  1:19 ` [U-Boot] [PATCH 07/45] arm: Remove dig297 board Simon Glass
2015-09-12 12:48   ` [U-Boot] [U-Boot,07/45] " Tom Rini
2015-08-31  1:19 ` [U-Boot] [PATCH 08/45] arm: Remove eb_cpu9k2 and eb_cpu9k2_ram boards Simon Glass
2015-09-12 12:48   ` [U-Boot] [U-Boot, " Tom Rini
2015-08-31  1:19 ` [U-Boot] [PATCH 09/45] arm: Remove edb9315a board Simon Glass
2015-08-31  7:38   ` sergey kostanbaev
2015-08-31 13:13     ` Simon Glass
2015-08-31  1:19 ` [U-Boot] [PATCH 10/45] arm: Remove enbw_cmc board Simon Glass
2015-09-12 12:48   ` [U-Boot] [U-Boot,10/45] " Tom Rini
2015-08-31  1:19 ` [U-Boot] [PATCH 11/45] arm: Remove ima3-mx53 board Simon Glass
2015-09-12 12:48   ` [U-Boot] [U-Boot,11/45] " Tom Rini
2015-08-31  1:19 ` [U-Boot] [PATCH 12/45] arm: Remove imx27lite, imx27_litekit and magnesium boards Simon Glass
2015-09-12 12:48   ` [U-Boot] [U-Boot, " Tom Rini
2015-08-31  1:19 ` [U-Boot] [PATCH 13/45] arm: Remove mx31_litekit board Simon Glass
2015-09-12 12:48   ` [U-Boot] [U-Boot,13/45] " Tom Rini
2015-08-31  1:19 ` [U-Boot] [PATCH 14/45] arm: Remove inetspace_v2_cmc board Simon Glass
2015-09-12 12:48   ` [U-Boot] [U-Boot,14/45] " Tom Rini
2015-08-31  1:19 ` [U-Boot] [PATCH 15/45] arm: Remove jornada board Simon Glass
2015-09-12 12:48   ` [U-Boot] [U-Boot,15/45] " Tom Rini
2015-08-31  1:19 ` [U-Boot] [PATCH 16/45] arm: Remove lp8x4x board Simon Glass
2015-09-12 12:48   ` [U-Boot] [U-Boot,16/45] " Tom Rini
2015-08-31  1:19 ` [U-Boot] [PATCH 17/45] arm: Remove meesc and meesc_dataflash boards Simon Glass
2015-08-31  5:30   ` Daniel Gorsulowski
2015-08-31  5:32   ` [U-Boot] [PATCH 1/1] arm: at91: convert meesc board to generic board Daniel Gorsulowski
2015-08-31 13:22     ` Simon Glass
2015-09-11  7:38     ` [U-Boot] [U-Boot, " Andreas Bießmann
2015-08-31  1:19 ` [U-Boot] [PATCH 18/45] arm: Remove mv88f6281gtw_ge board Simon Glass
2015-09-12 12:48   ` [U-Boot] [U-Boot,18/45] " Tom Rini
2015-08-31  1:19 ` [U-Boot] [PATCH 19/45] arm: Remove mx51_efikamx, mx51_efikasb boards Simon Glass
2015-09-12 12:48   ` [U-Boot] [U-Boot, " Tom Rini
2015-08-31  1:19 ` [U-Boot] [PATCH 20/45] arm: Remove nhk8815 boards and nomadik arch Simon Glass
2015-09-12 12:49   ` [U-Boot] [U-Boot, " Tom Rini
2015-08-31  1:19 ` [U-Boot] [PATCH 21/45] arm: Remove omap3_logic board Simon Glass
2015-08-31 13:47   ` Adam Ford
2015-08-31 13:54     ` Simon Glass
2015-08-31 13:59     ` Tom Rini
2015-08-31 14:00       ` Adam Ford
2015-08-31  1:19 ` [U-Boot] [PATCH 22/45] arm: Remove omap3_mvblx board Simon Glass
2015-09-12 12:49   ` [U-Boot] [U-Boot,22/45] " Tom Rini
2015-08-31  1:19 ` [U-Boot] [PATCH 23/45] arm: Remove omap3_sdp3430 board Simon Glass
2015-09-12 12:49   ` [U-Boot] [U-Boot,23/45] " Tom Rini
2015-08-31  1:19 ` [U-Boot] [PATCH 24/45] arm: Remove openrd boards Simon Glass
2015-09-12 12:49   ` [U-Boot] [U-Boot,24/45] " Tom Rini
2015-08-31  1:19 ` [U-Boot] [PATCH 25/45] arm: Remove otc570 board Simon Glass
2015-09-12 12:49   ` [U-Boot] [U-Boot,25/45] " Tom Rini
2015-08-31  1:19 ` [U-Boot] [PATCH 26/45] arm: Remove palmld board Simon Glass
2015-09-12 12:49   ` [U-Boot] [U-Boot,26/45] " Tom Rini
2015-08-31  1:19 ` [U-Boot] [PATCH 27/45] arm: Remove palmtc board Simon Glass
2015-09-12 12:49   ` [U-Boot] [U-Boot,27/45] " Tom Rini
2015-08-31  1:19 ` [U-Boot] [PATCH 28/45] arm: Remove polaris and trizepsiv boards Simon Glass
2015-08-31  6:41   ` Stefano Babic
2015-09-12 12:49   ` [U-Boot] [U-Boot, " Tom Rini
2015-08-31  1:19 ` [U-Boot] [PATCH 29/45] arm: Remove portuxg20, stamp9g20 boards Simon Glass
2015-09-12 12:49   ` [U-Boot] [U-Boot, " Tom Rini
2015-08-31  1:19 ` [U-Boot] [PATCH 30/45] arm: Remove pxa255_idp, zipitz2 boards Simon Glass
2015-09-12 12:49   ` [U-Boot] [U-Boot,30/45] " Tom Rini
2015-08-31  1:19 ` [U-Boot] [PATCH 31/45] arm: Remove qong board Simon Glass
2015-09-12 12:49   ` [U-Boot] [U-Boot,31/45] " Tom Rini
2015-08-31  1:19 ` [U-Boot] [PATCH 32/45] arm: Remove rd6281a board Simon Glass
2015-09-12 12:49   ` [U-Boot] [U-Boot,32/45] " Tom Rini
2015-08-31  1:19 ` [U-Boot] [PATCH 33/45] arm: Remove scb9328 board Simon Glass
2015-09-12 12:49   ` [U-Boot] [U-Boot,33/45] " Tom Rini
2015-08-31  1:19 ` [U-Boot] [PATCH 34/45] arm: Remove tk71 board Simon Glass
2015-09-12 12:49   ` [U-Boot] [U-Boot,34/45] " Tom Rini
2015-08-31  1:19 ` [U-Boot] [PATCH 35/45] arm: Remove tt01 board Simon Glass
2015-09-12 12:49   ` [U-Boot] [U-Boot,35/45] " Tom Rini
2015-08-31  1:19 ` [U-Boot] [PATCH 36/45] arm: Remove versatileab board Simon Glass
2015-09-12 12:50   ` [U-Boot] [U-Boot,36/45] " Tom Rini
2015-08-31  1:19 ` [U-Boot] [PATCH 37/45] arm: Remove vision2 board Simon Glass
2015-08-31  6:40   ` Stefano Babic
2015-09-12 12:50   ` [U-Boot] [U-Boot,37/45] " Tom Rini
2015-08-31  1:19 ` [U-Boot] [PATCH 38/45] arm: Remove vl_ma2sc board Simon Glass
2015-09-12 12:50   ` [U-Boot] [U-Boot,38/45] " Tom Rini
2015-08-31  1:19 ` [U-Boot] [PATCH 39/45] arm: Remove vpac270_nor_128 board Simon Glass
2015-09-12 12:50   ` [U-Boot] [U-Boot,39/45] " Tom Rini
2015-08-31  1:19 ` [U-Boot] [PATCH 40/45] arm: Remove xaeniax board Simon Glass
2015-09-12 12:50   ` [U-Boot] [U-Boot,40/45] " Tom Rini
2015-08-31  1:19 ` [U-Boot] [PATCH 41/45] arm: Remove omap3_evm board Simon Glass
2015-08-31 14:38   ` Tom Rini
2015-08-31 15:59     ` Tom Rini
2015-08-31 14:50   ` Felipe Balbi
2015-08-31 15:11     ` Tony Lindgren
2015-08-31 15:31       ` Simon Glass
2015-08-31  1:19 ` [U-Boot] [PATCH 42/45] arm: Remove palmtreo680 board Simon Glass
2015-09-12 12:50   ` [U-Boot] [U-Boot,42/45] " Tom Rini
2015-08-31  1:19 ` [U-Boot] [PATCH 43/45] arm: Remove ti814x_evm board Simon Glass
2015-08-31 14:50   ` Felipe Balbi
2015-08-31 15:13     ` Tony Lindgren
2015-08-31 15:30     ` Simon Glass
2015-08-31 16:05   ` Tom Rini
2015-08-31  1:19 ` [U-Boot] [PATCH 44/45] arm: Remove ti816x_evm board Simon Glass
2015-08-31 16:06   ` Tom Rini
2015-08-31  1:19 ` [U-Boot] [PATCH 45/45] arm: Remove tx25 board Simon Glass
2015-09-12 12:50   ` [U-Boot] [U-Boot,45/45] " Tom Rini
2015-09-01 16:28 ` [U-Boot] [PATCH 00/45] arm: Remove boards that have not moved to generic board init Masahiro Yamada
2015-09-09 18:07   ` Simon Glass

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=55E5B9C7.6050106@denx.de \
    --to=sbabic@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