mbox

[U-Boot] Please pull u-boot-ppc4xx/next

Message ID 506AEDD9.3080506@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://www.denx.de/git/u-boot-ppc4xx.git next

Message

Stefan Roese Oct. 2, 2012, 1:36 p.m. UTC
Hi Tom,

Please pull the following mostly removal patches for "next":

The following changes since commit d05eb7acf0f6ad5682ab75c25af52921e9fa5863:

  MAINTAINERS: Move dbau1x00 to orphaned. (2012-09-27 13:04:42 -0700)

are available in the git repository at:

  git://www.denx.de/git/u-boot-ppc4xx.git next

for you to fetch changes up to 2e0ad6b01f33fc84bd1dc8c403ab4abce284528d:

  pmc405de and zeus: remove the env_ptr externs (2012-10-02 15:23:06 +0200)

----------------------------------------------------------------
Igor Grinberg (1):
      pmc405de and zeus: remove the env_ptr externs

Stefan Roese (3):
      ppc4xx: Remove IOP480 support
      ppc4xx: Remove ML2 board support
      ppc4xx: Remove AP1000 board support

 MAINTAINERS                           |   6 -
 arch/powerpc/cpu/ppc4xx/Makefile      |   1 -
 arch/powerpc/cpu/ppc4xx/cpu.c         |  16 +-
 arch/powerpc/cpu/ppc4xx/iop480_uart.c | 236 ---------
 arch/powerpc/cpu/ppc4xx/speed.c       |  25 -
 arch/powerpc/cpu/ppc4xx/start.S       | 108 ----
 arch/powerpc/include/asm/cache.h      |   2 +-
 arch/powerpc/include/asm/ppc405.h     |   4 -
 arch/powerpc/include/asm/ppc4xx.h     |   7 -
 board/amirix/ap1000/Makefile          |  47 --
 board/amirix/ap1000/ap1000.c          | 709 --------------------------
 board/amirix/ap1000/ap1000.h          | 173 -------
 board/amirix/ap1000/flash.c           | 900 ----------------------------------
 board/amirix/ap1000/init.S            |  30 --
 board/amirix/ap1000/pci.c             | 318 ------------
 board/amirix/ap1000/powerspan.c       | 750 ----------------------------
 board/amirix/ap1000/powerspan.h       | 170 -------
 board/amirix/ap1000/serial.c          | 111 -----
 board/amirix/ap1000/u-boot.lds        |  96 ----
 board/esd/pmc405de/pmc405de.c         |   1 -
 board/ml2/Makefile                    |  45 --
 board/ml2/flash.c                     | 300 ------------
 board/ml2/init.S                      |  30 --
 board/ml2/ml2.c                       |  62 ---
 board/ml2/serial.c                    | 115 -----
 board/ml2/u-boot.lds                  |  94 ----
 board/ml2/u-boot.lds.debug            | 135 -----
 board/zeus/zeus.c                     |   1 -
 boards.cfg                            |   4 -
 drivers/net/e1000.c                   |  42 +-
 include/common.h                      |   6 +-
 include/configs/ADCIOP.h              | 203 --------
 include/configs/AP1000.h              | 247 ----------
 include/configs/DASA_SIM.h            | 194 --------
 include/configs/ML2.h                 | 257 ----------
 include/vxworks.h                     |   2 -
 36 files changed, 6 insertions(+), 5441 deletions(-)
 delete mode 100644 arch/powerpc/cpu/ppc4xx/iop480_uart.c
 delete mode 100644 board/amirix/ap1000/Makefile
 delete mode 100644 board/amirix/ap1000/ap1000.c
 delete mode 100644 board/amirix/ap1000/ap1000.h
 delete mode 100644 board/amirix/ap1000/flash.c
 delete mode 100644 board/amirix/ap1000/init.S
 delete mode 100644 board/amirix/ap1000/pci.c
 delete mode 100644 board/amirix/ap1000/powerspan.c
 delete mode 100644 board/amirix/ap1000/powerspan.h
 delete mode 100644 board/amirix/ap1000/serial.c
 delete mode 100644 board/amirix/ap1000/u-boot.lds
 delete mode 100644 board/ml2/Makefile
 delete mode 100644 board/ml2/flash.c
 delete mode 100644 board/ml2/init.S
 delete mode 100644 board/ml2/ml2.c
 delete mode 100644 board/ml2/serial.c
 delete mode 100644 board/ml2/u-boot.lds
 delete mode 100644 board/ml2/u-boot.lds.debug
 delete mode 100644 include/configs/ADCIOP.h
 delete mode 100644 include/configs/AP1000.h
 delete mode 100644 include/configs/DASA_SIM.h
 delete mode 100644 include/configs/ML2.h

Comments

Tom Rini Oct. 2, 2012, 5:55 p.m. UTC | #1
On Tue, Oct 02, 2012 at 03:36:25PM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> Please pull the following mostly removal patches for "next":
> 
> The following changes since commit d05eb7acf0f6ad5682ab75c25af52921e9fa5863:
> 
>   MAINTAINERS: Move dbau1x00 to orphaned. (2012-09-27 13:04:42 -0700)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git next
> 
> for you to fetch changes up to 2e0ad6b01f33fc84bd1dc8c403ab4abce284528d:
> 
>   pmc405de and zeus: remove the env_ptr externs (2012-10-02 15:23:06 +0200)
> 
> ----------------------------------------------------------------
> Igor Grinberg (1):
>       pmc405de and zeus: remove the env_ptr externs
> 
> Stefan Roese (3):
>       ppc4xx: Remove IOP480 support
>       ppc4xx: Remove ML2 board support
>       ppc4xx: Remove AP1000 board support
> 
>  MAINTAINERS                           |   6 -
>  arch/powerpc/cpu/ppc4xx/Makefile      |   1 -
>  arch/powerpc/cpu/ppc4xx/cpu.c         |  16 +-
>  arch/powerpc/cpu/ppc4xx/iop480_uart.c | 236 ---------
>  arch/powerpc/cpu/ppc4xx/speed.c       |  25 -
>  arch/powerpc/cpu/ppc4xx/start.S       | 108 ----
>  arch/powerpc/include/asm/cache.h      |   2 +-
>  arch/powerpc/include/asm/ppc405.h     |   4 -
>  arch/powerpc/include/asm/ppc4xx.h     |   7 -
>  board/amirix/ap1000/Makefile          |  47 --
>  board/amirix/ap1000/ap1000.c          | 709 --------------------------
>  board/amirix/ap1000/ap1000.h          | 173 -------
>  board/amirix/ap1000/flash.c           | 900 ----------------------------------
>  board/amirix/ap1000/init.S            |  30 --
>  board/amirix/ap1000/pci.c             | 318 ------------
>  board/amirix/ap1000/powerspan.c       | 750 ----------------------------
>  board/amirix/ap1000/powerspan.h       | 170 -------
>  board/amirix/ap1000/serial.c          | 111 -----
>  board/amirix/ap1000/u-boot.lds        |  96 ----
>  board/esd/pmc405de/pmc405de.c         |   1 -
>  board/ml2/Makefile                    |  45 --
>  board/ml2/flash.c                     | 300 ------------
>  board/ml2/init.S                      |  30 --
>  board/ml2/ml2.c                       |  62 ---
>  board/ml2/serial.c                    | 115 -----
>  board/ml2/u-boot.lds                  |  94 ----
>  board/ml2/u-boot.lds.debug            | 135 -----
>  board/zeus/zeus.c                     |   1 -
>  boards.cfg                            |   4 -
>  drivers/net/e1000.c                   |  42 +-
>  include/common.h                      |   6 +-
>  include/configs/ADCIOP.h              | 203 --------
>  include/configs/AP1000.h              | 247 ----------
>  include/configs/DASA_SIM.h            | 194 --------
>  include/configs/ML2.h                 | 257 ----------
>  include/vxworks.h                     |   2 -
>  36 files changed, 6 insertions(+), 5441 deletions(-)
>  delete mode 100644 arch/powerpc/cpu/ppc4xx/iop480_uart.c
>  delete mode 100644 board/amirix/ap1000/Makefile
>  delete mode 100644 board/amirix/ap1000/ap1000.c
>  delete mode 100644 board/amirix/ap1000/ap1000.h
>  delete mode 100644 board/amirix/ap1000/flash.c
>  delete mode 100644 board/amirix/ap1000/init.S
>  delete mode 100644 board/amirix/ap1000/pci.c
>  delete mode 100644 board/amirix/ap1000/powerspan.c
>  delete mode 100644 board/amirix/ap1000/powerspan.h
>  delete mode 100644 board/amirix/ap1000/serial.c
>  delete mode 100644 board/amirix/ap1000/u-boot.lds
>  delete mode 100644 board/ml2/Makefile
>  delete mode 100644 board/ml2/flash.c
>  delete mode 100644 board/ml2/init.S
>  delete mode 100644 board/ml2/ml2.c
>  delete mode 100644 board/ml2/serial.c
>  delete mode 100644 board/ml2/u-boot.lds
>  delete mode 100644 board/ml2/u-boot.lds.debug
>  delete mode 100644 include/configs/ADCIOP.h
>  delete mode 100644 include/configs/AP1000.h
>  delete mode 100644 include/configs/DASA_SIM.h
>  delete mode 100644 include/configs/ML2.h

Applied to u-boot/next, thanks!
Marek Vasut Oct. 3, 2012, 12:15 a.m. UTC | #2
Dear Stefan Roese,

> Hi Tom,
> 
> Please pull the following mostly removal patches for "next":
> 
> The following changes since commit
> d05eb7acf0f6ad5682ab75c25af52921e9fa5863:
> 
>   MAINTAINERS: Move dbau1x00 to orphaned. (2012-09-27 13:04:42 -0700)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git next
> 
> for you to fetch changes up to 2e0ad6b01f33fc84bd1dc8c403ab4abce284528d:
> 
>   pmc405de and zeus: remove the env_ptr externs (2012-10-02 15:23:06 +0200)
> 
> ----------------------------------------------------------------
> Igor Grinberg (1):
>       pmc405de and zeus: remove the env_ptr externs
> 
> Stefan Roese (3):
>       ppc4xx: Remove IOP480 support
>       ppc4xx: Remove ML2 board support
>       ppc4xx: Remove AP1000 board support
[...]

I see :-)

Not many zombies removed ... any plans to continue this crusade?

Best regards,
Marek Vasut
Stefan Roese Oct. 4, 2012, 7:23 a.m. UTC | #3
Hi Marek,

On 10/03/2012 02:15 AM, Marek Vasut wrote:
>> Stefan Roese (3):
>>       ppc4xx: Remove IOP480 support
>>       ppc4xx: Remove ML2 board support
>>       ppc4xx: Remove AP1000 board support
> [...]
> 
> I see :-)
> 
> Not many zombies removed ... any plans to continue this crusade?

Not right now. Hard to determine which boards are unmaintained. Do you
have idea on how to check for unmaintained boards?

Thanks,
Stefan
Marek Vasut Oct. 4, 2012, 11:19 p.m. UTC | #4
Dear Stefan Roese,

> Hi Marek,
> 
> On 10/03/2012 02:15 AM, Marek Vasut wrote:
> >> Stefan Roese (3):
> >>       ppc4xx: Remove IOP480 support
> >>       ppc4xx: Remove ML2 board support
> >>       ppc4xx: Remove AP1000 board support
> > 
> > [...]
> > 
> > I see :-)
> > 
> > Not many zombies removed ... any plans to continue this crusade?
> 
> Not right now. Hard to determine which boards are unmaintained. Do you
> have idea on how to check for unmaintained boards?

Can MAKEALL -M or MAKEALL -m help ?

> Thanks,
> Stefan

Best regards,
Marek Vasut