[U-Boot] [PATCH 47/52] ARM: remove broken "at91sam9261ek" / "at91sam9g10ek" boards

Remy Bohmer linux at bohmer.net
Sat Jul 30 13:12:05 CEST 2011


Hi Wolfgang,

2011/7/18 Wolfgang Denk <wd at denx.de>:
> Signed-off-by: Wolfgang Denk <wd at denx.de>
> Cc: Stelian Pop <stelian.pop at leadtechdesign.com>
> Cc: Sedji Gaouaou<sedji.gaouaou at atmel.com>
> ---
>  MAINTAINERS                               |    2 -
>  MAKEALL                                   |    2 -
>  Makefile                                  |   23 ---
>  board/atmel/at91sam9261ek/Makefile        |   56 ------
>  board/atmel/at91sam9261ek/at91sam9261ek.c |  292 -----------------------------
>  board/atmel/at91sam9261ek/config.mk       |    1 -
>  board/atmel/at91sam9261ek/led.c           |   43 -----
>  board/atmel/at91sam9261ek/partition.c     |   40 ----
>  doc/README.scrapyard                      |    2 +
>  include/configs/at91sam9261ek.h           |  240 -----------------------
>  10 files changed, 2 insertions(+), 699 deletions(-)
>  delete mode 100644 board/atmel/at91sam9261ek/Makefile
>  delete mode 100644 board/atmel/at91sam9261ek/at91sam9261ek.c
>  delete mode 100644 board/atmel/at91sam9261ek/config.mk
>  delete mode 100644 board/atmel/at91sam9261ek/led.c
>  delete mode 100644 board/atmel/at91sam9261ek/partition.c
>  delete mode 100644 include/configs/at91sam9261ek.h

(I just got back from my vacation, hence the late reply)
I do not agree that support for this board is going to be removed.
This is one of my reference boards for my USB maintenance work.
I have a series of patches pending in my u-boot-usb tree ready for a
long time that fixes this board. Several times on the mailinglist a
fix for this board has been posted, but they are not picked up by the
Atmel maintainer so far. Even the Atmel tree has been under 'rework'
for more than 6 months without any push to mainline (until recently),
this made fixing these boards a moving target to shoot at.
In short: The lack on a responsive/active custiodian is not a reason
to remove board support. I also offered to take over the custodianship
already for this board. No response so far on this subject as well.

Instead of dropping this board, you can also pull this (and add my
name as maintainer for this board):
---------------------------------------------------------------------------------------------------------
The following changes since commit dd620b26332eb1e9fc0216760909c4046ba09745:

  Merge branch 'master' of /home/wd/git/u-boot/custodians (2011-07-30
01:39:14 +0200)

are available in the git repository at:

  git://git.denx.de/u-boot-usb.git fix-at91sam9261ek

Remy Bohmer (1):
      at91sam9261ek: make operational again

 Makefile                                           |   23 ---
 arch/arm/cpu/arm926ejs/at91/at91sam9261_devices.c  |   31 ++--
 arch/arm/cpu/arm926ejs/at91/led.c                  |    1 -
 arch/arm/include/asm/arch-at91/at91_matrix.h       |   17 ++-
 arch/arm/include/asm/arch-at91/at91sam9261.h       |    1 +
 .../arm/include/asm/arch-at91/at91sam9261_matrix.h |   64 ---------
 board/atmel/at91sam9261ek/Makefile                 |    6 +-
 board/atmel/at91sam9261ek/at91sam9261ek.c          |  147 +++++++++++---------
 board/atmel/at91sam9261ek/config.mk                |    1 -
 board/atmel/at91sam9261ek/led.c                    |    8 +-
 boards.cfg                                         |    6 +
 doc/README.at91                                    |    3 +-
 include/configs/at91sam9261ek.h                    |  142 +++++++++++--------
 13 files changed, 201 insertions(+), 249 deletions(-)
 delete mode 100644 arch/arm/include/asm/arch-at91/at91sam9261_matrix.h
 deleteThe following changes since commit
dd620b26332eb1e9fc0216760909c4046ba09745:

  Merge branch 'master' of /home/wd/git/u-boot/custodians (2011-07-30
01:39:14 +0200)

are available in the git repository at:

  git://git.denx.de/u-boot-usb.git fix-at91sam9261ek

Remy Bohmer (1):
      at91sam9261ek: make operational again

 Makefile                                           |   23 ---
 arch/arm/cpu/arm926ejs/at91/at91sam9261_devices.c  |   31 ++--
 arch/arm/cpu/arm926ejs/at91/led.c                  |    1 -
 arch/arm/include/asm/arch-at91/at91_matrix.h       |   17 ++-
 arch/arm/include/asm/arch-at91/at91sam9261.h       |    1 +
 .../arm/include/asm/arch-at91/at91sam9261_matrix.h |   64 ---------
 board/atmel/at91sam9261ek/Makefile                 |    6 +-
 board/atmel/at91sam9261ek/at91sam9261ek.c          |  147 +++++++++++---------
 board/atmel/at91sam9261ek/config.mk                |    1 -
 board/atmel/at91sam9261ek/led.c                    |    8 +-
 boards.cfg                                         |    6 +
 doc/README.at91                                    |    3 +-
 include/configs/at91sam9261ek.h                    |  142 +++++++++++--------
 13 files changed, 201 insertions(+), 249 deletions(-)
 delete mode 100644 arch/arm/include/asm/arch-at91/at91sam9261_matrix.h
 delete mode 100644 board/atmel/at91sam9261ek/config.mk
 mode 100644 board/atmel/at91sam9261ek/config.mk
---------------------------------------------------------------------------------------------------------

Kind regards,

Remy


More information about the U-Boot mailing list