mbox

[U-Boot,PULL] u-boot-pxa / master

Message ID 201111251956.29756.marek.vasut@gmail.com
State Accepted
Delegated to: Albert ARIBAUD
Headers show

Pull-request

git://git.denx.de/u-boot-pxa.git master

Message

Marek Vasut Nov. 25, 2011, 6:56 p.m. UTC
The following changes since commit 19cdfd3e84bff108febb127b598ac3f1634c768c:

  Ethernut 5 board support (2011-11-21 17:51:06 +0100)

are available in the git repository at:
  git://git.denx.de/u-boot-pxa.git master

Marek Vasut (4):
      PXA: Drop CERF250 board
      PXA: Drop CRADLE board
      PXA: Drop PLEB2 board
      PXA: Drop XM250 board

 MAINTAINERS               |    5 -
 board/cerf250/Makefile    |   43 ---
 board/cerf250/cerf250.c   |   85 -----
 board/cerf250/flash.c     |  429 ------------------------
 board/cradle/Makefile     |   43 ---
 board/cradle/cradle.c     |  236 -------------
 board/cradle/flash.c      |  361 --------------------
 board/pleb2/Makefile      |   44 ---
 board/pleb2/flash.c       |  814 ---------------------------------------------
 board/pleb2/pleb2.c       |   71 ----
 board/xm250/Makefile      |   43 ---
 board/xm250/flash.c       |  535 -----------------------------
 board/xm250/xm250.c       |   95 ------
 boards.cfg                |    4 -
 doc/README.scrapyard      |    4 +
 include/configs/cerf250.h |  229 -------------
 include/configs/cradle.h  |  358 --------------------
 include/configs/pleb2.h   |  266 ---------------
 include/configs/xm250.h   |  369 --------------------
 19 files changed, 4 insertions(+), 4030 deletions(-)
 delete mode 100644 board/cerf250/Makefile
 delete mode 100644 board/cerf250/cerf250.c
 delete mode 100644 board/cerf250/flash.c
 delete mode 100644 board/cradle/Makefile
 delete mode 100644 board/cradle/cradle.c
 delete mode 100644 board/cradle/flash.c
 delete mode 100644 board/pleb2/Makefile
 delete mode 100644 board/pleb2/flash.c
 delete mode 100644 board/pleb2/pleb2.c
 delete mode 100644 board/xm250/Makefile
 delete mode 100644 board/xm250/flash.c
 delete mode 100644 board/xm250/xm250.c
 delete mode 100644 include/configs/cerf250.h
 delete mode 100644 include/configs/cradle.h
 delete mode 100644 include/configs/pleb2.h
 delete mode 100644 include/configs/xm250.h

Comments

Albert ARIBAUD Nov. 25, 2011, 7:46 p.m. UTC | #1
Hi Marek,

Le 25/11/2011 19:56, Marek Vasut a écrit :
> The following changes since commit 19cdfd3e84bff108febb127b598ac3f1634c768c:
>
>    Ethernut 5 board support (2011-11-21 17:51:06 +0100)
>
> are available in the git repository at:
>    git://git.denx.de/u-boot-pxa.git master
>
> Marek Vasut (4):
>        PXA: Drop CERF250 board
>        PXA: Drop CRADLE board
>        PXA: Drop PLEB2 board
>        PXA: Drop XM250 board

Applied to u-boot-arm/master, thanks!

Amicalement,
Albert ARIBAUD Nov. 25, 2011, 7:50 p.m. UTC | #2
Hi Marek, Anatolij,

Le 25/11/2011 20:46, Albert ARIBAUD a écrit :
> Hi Marek,
>
> Le 25/11/2011 19:56, Marek Vasut a écrit :
>> The following changes since commit
>> 19cdfd3e84bff108febb127b598ac3f1634c768c:
>>
>> Ethernut 5 board support (2011-11-21 17:51:06 +0100)
>>
>> are available in the git repository at:
>> git://git.denx.de/u-boot-pxa.git master
>>
>> Marek Vasut (4):
>> PXA: Drop CERF250 board
>> PXA: Drop CRADLE board
>> PXA: Drop PLEB2 board
>> PXA: Drop XM250 board
>
> Applied to u-boot-arm/master, thanks!

Wait... Anatolij submitted patches to add machine ID back to these boards.

Anatolij, do you intend to take maintainership of these boards ?

Amicalement,
Marek Vasut Nov. 25, 2011, 8:28 p.m. UTC | #3
> Hi Marek, Anatolij,
> 
> Le 25/11/2011 20:46, Albert ARIBAUD a écrit :
> > Hi Marek,
> > 
> > Le 25/11/2011 19:56, Marek Vasut a écrit :
> >> The following changes since commit
> >> 19cdfd3e84bff108febb127b598ac3f1634c768c:
> >> 
> >> Ethernut 5 board support (2011-11-21 17:51:06 +0100)
> >> 
> >> are available in the git repository at:
> >> git://git.denx.de/u-boot-pxa.git master
> >> 
> >> Marek Vasut (4):
> >> PXA: Drop CERF250 board
> >> PXA: Drop CRADLE board
> >> PXA: Drop PLEB2 board
> >> PXA: Drop XM250 board
> > 
> > Applied to u-boot-arm/master, thanks!
> 
> Wait... Anatolij submitted patches to add machine ID back to these boards.
> 
> Anatolij, do you intend to take maintainership of these boards ?
> 
> Amicalement,

I saw the patches and replied to these. I'd take much more than to add the 
machine ID back to consider there "maintained".

M
Anatolij Gustschin Nov. 25, 2011, 8:42 p.m. UTC | #4
Hi Albert,

On Fri, 25 Nov 2011 20:50:55 +0100
Albert ARIBAUD <albert.u.boot@aribaud.net> wrote:

> Hi Marek, Anatolij,
> 
> Le 25/11/2011 20:46, Albert ARIBAUD a écrit :
> > Hi Marek,
> >
> > Le 25/11/2011 19:56, Marek Vasut a écrit :
> >> The following changes since commit
> >> 19cdfd3e84bff108febb127b598ac3f1634c768c:
> >>
> >> Ethernut 5 board support (2011-11-21 17:51:06 +0100)
> >>
> >> are available in the git repository at:
> >> git://git.denx.de/u-boot-pxa.git master
> >>
> >> Marek Vasut (4):
> >> PXA: Drop CERF250 board
> >> PXA: Drop CRADLE board
> >> PXA: Drop PLEB2 board
> >> PXA: Drop XM250 board
> >
> > Applied to u-boot-arm/master, thanks!
> 
> Wait... Anatolij submitted patches to add machine ID back to these boards.
> 
> Anatolij, do you intend to take maintainership of these boards ?

I do not have any of these boards, so I can't really maintain
the code for them. Also I'm not sure whether the current U-Boot
runs on these boards (I've seen patches to fix PXA relocation [1]).

Does it make sense to keep them?

Thanks,
Anatolij

[1] http://patchwork.ozlabs.org/patch/120240
Marek Vasut Nov. 25, 2011, 9:13 p.m. UTC | #5
> Hi Albert,
> 
> On Fri, 25 Nov 2011 20:50:55 +0100
> 
> Albert ARIBAUD <albert.u.boot@aribaud.net> wrote:
> > Hi Marek, Anatolij,
> > 
> > Le 25/11/2011 20:46, Albert ARIBAUD a écrit :
> > > Hi Marek,
> > > 
> > > Le 25/11/2011 19:56, Marek Vasut a écrit :
> > >> The following changes since commit
> > >> 19cdfd3e84bff108febb127b598ac3f1634c768c:
> > >> 
> > >> Ethernut 5 board support (2011-11-21 17:51:06 +0100)
> > >> 
> > >> are available in the git repository at:
> > >> git://git.denx.de/u-boot-pxa.git master
> > >> 
> > >> Marek Vasut (4):
> > >> PXA: Drop CERF250 board
> > >> PXA: Drop CRADLE board
> > >> PXA: Drop PLEB2 board
> > >> PXA: Drop XM250 board
> > > 
> > > Applied to u-boot-arm/master, thanks!
> > 
> > Wait... Anatolij submitted patches to add machine ID back to these
> > boards.
> > 
> > Anatolij, do you intend to take maintainership of these boards ?
> 
> I do not have any of these boards, so I can't really maintain
> the code for them. Also I'm not sure whether the current U-Boot
> runs on these boards (I've seen patches to fix PXA relocation [1]).
> 
> Does it make sense to keep them?

Not even the original maintainer responds by now. So I think they are dead now.

M
Albert ARIBAUD Nov. 25, 2011, 9:29 p.m. UTC | #6
Le 25/11/2011 22:13, Marek Vasut a écrit :
>> Hi Albert,
>>
>> On Fri, 25 Nov 2011 20:50:55 +0100
>>
>> Albert ARIBAUD<albert.u.boot@aribaud.net>  wrote:
>>> Hi Marek, Anatolij,
>>>
>>> Le 25/11/2011 20:46, Albert ARIBAUD a écrit :
>>>> Hi Marek,
>>>>
>>>> Le 25/11/2011 19:56, Marek Vasut a écrit :
>>>>> The following changes since commit
>>>>> 19cdfd3e84bff108febb127b598ac3f1634c768c:
>>>>>
>>>>> Ethernut 5 board support (2011-11-21 17:51:06 +0100)
>>>>>
>>>>> are available in the git repository at:
>>>>> git://git.denx.de/u-boot-pxa.git master
>>>>>
>>>>> Marek Vasut (4):
>>>>> PXA: Drop CERF250 board
>>>>> PXA: Drop CRADLE board
>>>>> PXA: Drop PLEB2 board
>>>>> PXA: Drop XM250 board
>>>>
>>>> Applied to u-boot-arm/master, thanks!
>>>
>>> Wait... Anatolij submitted patches to add machine ID back to these
>>> boards.
>>>
>>> Anatolij, do you intend to take maintainership of these boards ?
>>
>> I do not have any of these boards, so I can't really maintain
>> the code for them. Also I'm not sure whether the current U-Boot
>> runs on these boards (I've seen patches to fix PXA relocation [1]).
>>
>> Does it make sense to keep them?
>
> Not even the original maintainer responds by now. So I think they are dead now.
>
> M


Ok, so I consider those four as dead, I confirm your pull request as 
accepted and I mark Anatolij's patches as rejected.

Anatolij, what about your other machine ID addition patches?

Amicalement,
Anatolij Gustschin Nov. 25, 2011, 10:04 p.m. UTC | #7
On Fri, 25 Nov 2011 22:29:59 +0100
Albert ARIBAUD <albert.u.boot@aribaud.net> wrote:

> Le 25/11/2011 22:13, Marek Vasut a écrit :
...
> Ok, so I consider those four as dead, I confirm your pull request as 
> accepted and I mark Anatolij's patches as rejected.
> 
> Anatolij, what about your other machine ID addition patches?

I've found another older mach-id patch for a320evb board [1] and
queued it in my staging branch. So my mach-id patch for a320evb can
be marked as rejected, too.

The remaining two patches [2] and [3] should be applied, I think.

[1] http://patchwork.ozlabs.org/patch/124269/
[2] http://patchwork.ozlabs.org/patch/126542/
[3] http://patchwork.ozlabs.org/patch/126546/

Thanks,
Anatolij