All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PULL] u-boot-pxa / master
@ 2011-11-25 18:56 Marek Vasut
  2011-11-25 19:46 ` Albert ARIBAUD
  0 siblings, 1 reply; 12+ messages in thread
From: Marek Vasut @ 2011-11-25 18:56 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [U-Boot] [PULL] u-boot-pxa / master
  2011-11-25 18:56 [U-Boot] [PULL] u-boot-pxa / master Marek Vasut
@ 2011-11-25 19:46 ` Albert ARIBAUD
  2011-11-25 19:50   ` Albert ARIBAUD
  0 siblings, 1 reply; 12+ messages in thread
From: Albert ARIBAUD @ 2011-11-25 19:46 UTC (permalink / raw)
  To: u-boot

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.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [U-Boot] [PULL] u-boot-pxa / master
  2011-11-25 19:46 ` Albert ARIBAUD
@ 2011-11-25 19:50   ` Albert ARIBAUD
  2011-11-25 20:28     ` Marek Vasut
  2011-11-25 20:42     ` Anatolij Gustschin
  0 siblings, 2 replies; 12+ messages in thread
From: Albert ARIBAUD @ 2011-11-25 19:50 UTC (permalink / raw)
  To: u-boot

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,
-- 
Albert.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [U-Boot] [PULL] u-boot-pxa / master
  2011-11-25 19:50   ` Albert ARIBAUD
@ 2011-11-25 20:28     ` Marek Vasut
  2011-11-25 20:42     ` Anatolij Gustschin
  1 sibling, 0 replies; 12+ messages in thread
From: Marek Vasut @ 2011-11-25 20:28 UTC (permalink / raw)
  To: u-boot

> 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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [U-Boot] [PULL] u-boot-pxa / master
  2011-11-25 19:50   ` Albert ARIBAUD
  2011-11-25 20:28     ` Marek Vasut
@ 2011-11-25 20:42     ` Anatolij Gustschin
  2011-11-25 21:13       ` Marek Vasut
  1 sibling, 1 reply; 12+ messages in thread
From: Anatolij Gustschin @ 2011-11-25 20:42 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [U-Boot] [PULL] u-boot-pxa / master
  2011-11-25 20:42     ` Anatolij Gustschin
@ 2011-11-25 21:13       ` Marek Vasut
  2011-11-25 21:29         ` Albert ARIBAUD
  2011-12-02 10:11         ` Marek Vasut
  0 siblings, 2 replies; 12+ messages in thread
From: Marek Vasut @ 2011-11-25 21:13 UTC (permalink / raw)
  To: u-boot

> 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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [U-Boot] [PULL] u-boot-pxa / master
  2011-11-25 21:13       ` Marek Vasut
@ 2011-11-25 21:29         ` Albert ARIBAUD
  2011-11-25 22:04           ` Anatolij Gustschin
  2011-12-02 10:11         ` Marek Vasut
  1 sibling, 1 reply; 12+ messages in thread
From: Albert ARIBAUD @ 2011-11-25 21:29 UTC (permalink / raw)
  To: u-boot

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,
-- 
Albert.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [U-Boot] [PULL] u-boot-pxa / master
  2011-11-25 21:29         ` Albert ARIBAUD
@ 2011-11-25 22:04           ` Anatolij Gustschin
  0 siblings, 0 replies; 12+ messages in thread
From: Anatolij Gustschin @ 2011-11-25 22:04 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [U-Boot] [PULL] u-boot-pxa / master
  2011-11-25 21:13       ` Marek Vasut
  2011-11-25 21:29         ` Albert ARIBAUD
@ 2011-12-02 10:11         ` Marek Vasut
  2011-12-05 17:00           ` Albert ARIBAUD
  1 sibling, 1 reply; 12+ messages in thread
From: Marek Vasut @ 2011-12-02 10:11 UTC (permalink / raw)
  To: u-boot

I see no comments on my patchset for a while, so:

The following changes since commit f2695a272849764cda09bcce6f86d03105e9e46d:

  PXA: Drop XM250 board (2011-11-25 20:44:24 +0100)

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

Marek Vasut (19):
      PXA: Rework start.S to be closer to other ARMs
      PXA: Re-add the Dcache locking as RAM for pxa250
      PXA: Fixup PXA25x boards after start.S update
      PXA: Drop Voipac PXA270 OneNAND IPL
      PXA: Adapt Voipac PXA270 to OneNAND SPL
      PXA: Enable command line editing for vpac270
      PXA: Unify vpac270 environment size
      PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]X
      PXA: Separate PXA2xx CPU init
      PXA: Add cpuinfo display for PXA2xx
      PXA: Replace timer driver
      PXA: Cleanup Colibri PXA270
      PXA: Export cpu_is_ and pxa_dram_init functions
      PXA: Squash extern pxa_dram_init()
      PXA: Rename pxa_dram_init to pxa2xx_dram_init
      PXA: Introduce common configuration header for PXA
      PXA: Flip colibri_pxa27x to pxa-common.h
      PXA: Move colibri_pxa270 to board/toradex/
      GCC4.6: PXA: Squash warning in xaeniax

 arch/arm/cpu/pxa/Makefile                          |    7 +-
 arch/arm/cpu/pxa/cpuinfo.c                         |  132 ++++++
 arch/arm/cpu/pxa/{cpu.c => pxa2xx.c}               |  119 ++----
 arch/arm/cpu/pxa/start.S                           |  456 ++++++++++----------
 arch/arm/cpu/pxa/timer.c                           |   91 ++---
 arch/arm/cpu/pxa/u-boot.lds                        |    6 +
 arch/arm/cpu/pxa/usb.c                             |   12 +-
 arch/arm/include/asm/arch-pxa/pxa-regs.h           |   48 +-
 .../arm/include/asm/arch-pxa/pxa.h                 |   31 +-
 board/balloon3/balloon3.c                          |    4 +-
 board/lubbock/lubbock.c                            |    4 +-
 board/palmld/palmld.c                              |    4 +-
 board/palmtc/palmtc.c                              |    4 +-
 board/pxa255_idp/pxa_idp.c                         |    4 +-
 board/{ => toradex}/colibri_pxa270/Makefile        |    0
 .../{ => toradex}/colibri_pxa270/colibri_pxa270.c  |   36 +-
 board/trizepsiv/conxs.c                            |    4 +-
 board/vpac270/Makefile                             |    4 +
 board/vpac270/onenand.c                            |   65 +++
 board/vpac270/u-boot-spl.lds                       |   92 ++++
 board/vpac270/vpac270.c                            |    6 +-
 board/xaeniax/flash.c                              |    7 +-
 board/xaeniax/xaeniax.c                            |    4 +-
 board/zipitz2/zipitz2.c                            |    4 +-
 boards.cfg                                         |    2 +-
 common/lcd.c                                       |   14 +-
 drivers/mmc/pxa_mmc.c                              |    7 +-
 drivers/mmc/pxa_mmc_gen.c                          |    4 +-
 drivers/net/lan91c96.h                             |    4 +-
 drivers/net/smc91111.h                             |    6 +-
 drivers/serial/serial_pxa.c                        |    4 +-
 drivers/serial/usbtty.h                            |    2 +-
 drivers/usb/gadget/Makefile                        |    2 +-
 include/configs/balloon3.h                         |    2 +-
 include/configs/colibri_pxa270.h                   |  103 ++---
 include/configs/lubbock.h                          |    4 +-
 include/configs/palmld.h                           |    2 +-
 include/configs/palmtc.h                           |    4 +-
 include/configs/pxa-common.h                       |   60 +++
 include/configs/pxa255_idp.h                       |    4 +-
 include/configs/trizepsiv.h                        |    2 +-
 include/configs/vpac270.h                          |   43 ++-
 include/configs/xaeniax.h                          |    4 +-
 include/configs/zipitz2.h                          |    2 +-
 include/lcd.h                                      |    5 +-
 onenand_ipl/board/vpac270/Makefile                 |   79 ----
 onenand_ipl/board/vpac270/config.mk                |    1 -
 onenand_ipl/board/vpac270/u-boot.onenand.lds       |   51 ---
 48 files changed, 851 insertions(+), 704 deletions(-)
 create mode 100644 arch/arm/cpu/pxa/cpuinfo.c
 rename arch/arm/cpu/pxa/{cpu.c => pxa2xx.c} (76%)
 rename onenand_ipl/board/vpac270/vpac270.c => arch/arm/include/asm/arch-
pxa/pxa.h (54%)
 rename board/{ => toradex}/colibri_pxa270/Makefile (100%)
 rename board/{ => toradex}/colibri_pxa270/colibri_pxa270.c (81%)
 create mode 100644 board/vpac270/onenand.c
 create mode 100644 board/vpac270/u-boot-spl.lds
 create mode 100644 include/configs/pxa-common.h
 delete mode 100644 onenand_ipl/board/vpac270/Makefile
 delete mode 100644 onenand_ipl/board/vpac270/config.mk
 delete mode 100644 onenand_ipl/board/vpac270/u-boot.onenand.lds

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [U-Boot] [PULL] u-boot-pxa / master
  2011-12-02 10:11         ` Marek Vasut
@ 2011-12-05 17:00           ` Albert ARIBAUD
  0 siblings, 0 replies; 12+ messages in thread
From: Albert ARIBAUD @ 2011-12-05 17:00 UTC (permalink / raw)
  To: u-boot

Hi Marek,

Le 02/12/2011 11:11, Marek Vasut a ?crit :
> I see no comments on my patchset for a while, so:
>
> The following changes since commit f2695a272849764cda09bcce6f86d03105e9e46d:
>
>    PXA: Drop XM250 board (2011-11-25 20:44:24 +0100)
>
> are available in the git repository at:
>    git://git.denx.de/u-boot-pxa.git master
>
> Marek Vasut (19):
>        PXA: Rework start.S to be closer to other ARMs
>        PXA: Re-add the Dcache locking as RAM for pxa250
>        PXA: Fixup PXA25x boards after start.S update
>        PXA: Drop Voipac PXA270 OneNAND IPL
>        PXA: Adapt Voipac PXA270 to OneNAND SPL
>        PXA: Enable command line editing for vpac270
>        PXA: Unify vpac270 environment size
>        PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]X
>        PXA: Separate PXA2xx CPU init
>        PXA: Add cpuinfo display for PXA2xx
>        PXA: Replace timer driver
>        PXA: Cleanup Colibri PXA270
>        PXA: Export cpu_is_ and pxa_dram_init functions
>        PXA: Squash extern pxa_dram_init()
>        PXA: Rename pxa_dram_init to pxa2xx_dram_init
>        PXA: Introduce common configuration header for PXA
>        PXA: Flip colibri_pxa27x to pxa-common.h
>        PXA: Move colibri_pxa270 to board/toradex/
>        GCC4.6: PXA: Squash warning in xaeniax
>
>   arch/arm/cpu/pxa/Makefile                          |    7 +-
>   arch/arm/cpu/pxa/cpuinfo.c                         |  132 ++++++
>   arch/arm/cpu/pxa/{cpu.c =>  pxa2xx.c}               |  119 ++----
>   arch/arm/cpu/pxa/start.S                           |  456 ++++++++++----------
>   arch/arm/cpu/pxa/timer.c                           |   91 ++---
>   arch/arm/cpu/pxa/u-boot.lds                        |    6 +
>   arch/arm/cpu/pxa/usb.c                             |   12 +-
>   arch/arm/include/asm/arch-pxa/pxa-regs.h           |   48 +-
>   .../arm/include/asm/arch-pxa/pxa.h                 |   31 +-
>   board/balloon3/balloon3.c                          |    4 +-
>   board/lubbock/lubbock.c                            |    4 +-
>   board/palmld/palmld.c                              |    4 +-
>   board/palmtc/palmtc.c                              |    4 +-
>   board/pxa255_idp/pxa_idp.c                         |    4 +-
>   board/{ =>  toradex}/colibri_pxa270/Makefile        |    0
>   .../{ =>  toradex}/colibri_pxa270/colibri_pxa270.c  |   36 +-
>   board/trizepsiv/conxs.c                            |    4 +-
>   board/vpac270/Makefile                             |    4 +
>   board/vpac270/onenand.c                            |   65 +++
>   board/vpac270/u-boot-spl.lds                       |   92 ++++
>   board/vpac270/vpac270.c                            |    6 +-
>   board/xaeniax/flash.c                              |    7 +-
>   board/xaeniax/xaeniax.c                            |    4 +-
>   board/zipitz2/zipitz2.c                            |    4 +-
>   boards.cfg                                         |    2 +-
>   common/lcd.c                                       |   14 +-
>   drivers/mmc/pxa_mmc.c                              |    7 +-
>   drivers/mmc/pxa_mmc_gen.c                          |    4 +-
>   drivers/net/lan91c96.h                             |    4 +-
>   drivers/net/smc91111.h                             |    6 +-
>   drivers/serial/serial_pxa.c                        |    4 +-
>   drivers/serial/usbtty.h                            |    2 +-
>   drivers/usb/gadget/Makefile                        |    2 +-
>   include/configs/balloon3.h                         |    2 +-
>   include/configs/colibri_pxa270.h                   |  103 ++---
>   include/configs/lubbock.h                          |    4 +-
>   include/configs/palmld.h                           |    2 +-
>   include/configs/palmtc.h                           |    4 +-
>   include/configs/pxa-common.h                       |   60 +++
>   include/configs/pxa255_idp.h                       |    4 +-
>   include/configs/trizepsiv.h                        |    2 +-
>   include/configs/vpac270.h                          |   43 ++-
>   include/configs/xaeniax.h                          |    4 +-
>   include/configs/zipitz2.h                          |    2 +-
>   include/lcd.h                                      |    5 +-
>   onenand_ipl/board/vpac270/Makefile                 |   79 ----
>   onenand_ipl/board/vpac270/config.mk                |    1 -
>   onenand_ipl/board/vpac270/u-boot.onenand.lds       |   51 ---
>   48 files changed, 851 insertions(+), 704 deletions(-)
>   create mode 100644 arch/arm/cpu/pxa/cpuinfo.c
>   rename arch/arm/cpu/pxa/{cpu.c =>  pxa2xx.c} (76%)
>   rename onenand_ipl/board/vpac270/vpac270.c =>  arch/arm/include/asm/arch-
> pxa/pxa.h (54%)
>   rename board/{ =>  toradex}/colibri_pxa270/Makefile (100%)
>   rename board/{ =>  toradex}/colibri_pxa270/colibri_pxa270.c (81%)
>   create mode 100644 board/vpac270/onenand.c
>   create mode 100644 board/vpac270/u-boot-spl.lds
>   create mode 100644 include/configs/pxa-common.h
>   delete mode 100644 onenand_ipl/board/vpac270/Makefile
>   delete mode 100644 onenand_ipl/board/vpac270/config.mk
>   delete mode 100644 onenand_ipl/board/vpac270/u-boot.onenand.lds

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

Amicalement,
-- 
Albert.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [U-Boot] [PULL] u-boot-pxa / master
  2011-11-12  2:44 Marek Vasut
@ 2011-11-15 21:25 ` Albert ARIBAUD
  0 siblings, 0 replies; 12+ messages in thread
From: Albert ARIBAUD @ 2011-11-15 21:25 UTC (permalink / raw)
  To: u-boot

Hi Marek,

Le 12/11/2011 03:44, Marek Vasut a ?crit :
> Hi Albert,
>
> I chose a few significant patches that should make it to .12.
>
> The following changes since commit 06194b6b65f701a9d6ef2d9b4123c4afe57d8783:
>
>    da850: add new config file for AM18xx (2011-11-10 16:30:41 +0100)
>
> are available in the git repository at:
>    git://git.denx.de/u-boot-pxa.git master
>
> Marek Vasut (6):
>        PXA: Drop csb226 and innokom boards (unmaintained)
>        PXA: Cleanup serial_pxa
>        PXA: vpac270: Enable the new generic MMC driver
>        OneNAND: Add simple OneNAND SPL
>        GCC4.6: Fix common/usb.c on xscale
>        GCC4.6: Squash warnings in onenand_base.c
>
>   MAINTAINERS                               |    5 -
>   arch/arm/include/asm/arch-pxa/pxa-regs.h  |  111 -------
>   arch/arm/include/asm/arch-pxa/regs-uart.h |  109 ++++++
>   board/csb226/Makefile                     |   43 ---
>   board/csb226/csb226.c                     |  166 ----------
>   board/csb226/flash.c                      |  368 ---------------------
>   board/innokom/Makefile                    |   43 ---
>   board/innokom/flash.c                     |  421 ------------------------
>   board/innokom/innokom.c                   |  190 -----------
>   board/vpac270/vpac270.c                   |    9 +
>   boards.cfg                                |    2 -
>   common/usb.c                              |   13 +-
>   drivers/mtd/onenand/Makefile              |    4 +
>   drivers/mtd/onenand/onenand_base.c        |   18 +-
>   drivers/mtd/onenand/onenand_spl.c         |  146 +++++++++
>   drivers/serial/serial_pxa.c               |  464 +++++++++++----------------
>   include/configs/csb226.h                  |  506 ----------------------------
>   include/configs/innokom.h                 |  507 -----------------------------
>   include/configs/vpac270.h                 |    3 +-
>   include/onenand_uboot.h                   |    3 +
>   spl/Makefile                              |    1 +
>   21 files changed, 478 insertions(+), 2654 deletions(-)
>   create mode 100644 arch/arm/include/asm/arch-pxa/regs-uart.h
>   delete mode 100644 board/csb226/Makefile
>   delete mode 100644 board/csb226/csb226.c
>   delete mode 100644 board/csb226/flash.c
>   delete mode 100644 board/innokom/Makefile
>   delete mode 100644 board/innokom/flash.c
>   delete mode 100644 board/innokom/innokom.c
>   create mode 100644 drivers/mtd/onenand/onenand_spl.c
>   delete mode 100644 include/configs/csb226.h
>   delete mode 100644 include/configs/innokom.h

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

Amicalement,
-- 
Albert.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [U-Boot] [PULL] u-boot-pxa / master
@ 2011-11-12  2:44 Marek Vasut
  2011-11-15 21:25 ` Albert ARIBAUD
  0 siblings, 1 reply; 12+ messages in thread
From: Marek Vasut @ 2011-11-12  2:44 UTC (permalink / raw)
  To: u-boot

Hi Albert,

I chose a few significant patches that should make it to .12.

The following changes since commit 06194b6b65f701a9d6ef2d9b4123c4afe57d8783:

  da850: add new config file for AM18xx (2011-11-10 16:30:41 +0100)

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

Marek Vasut (6):
      PXA: Drop csb226 and innokom boards (unmaintained)
      PXA: Cleanup serial_pxa
      PXA: vpac270: Enable the new generic MMC driver
      OneNAND: Add simple OneNAND SPL
      GCC4.6: Fix common/usb.c on xscale
      GCC4.6: Squash warnings in onenand_base.c

 MAINTAINERS                               |    5 -
 arch/arm/include/asm/arch-pxa/pxa-regs.h  |  111 -------
 arch/arm/include/asm/arch-pxa/regs-uart.h |  109 ++++++
 board/csb226/Makefile                     |   43 ---
 board/csb226/csb226.c                     |  166 ----------
 board/csb226/flash.c                      |  368 ---------------------
 board/innokom/Makefile                    |   43 ---
 board/innokom/flash.c                     |  421 ------------------------
 board/innokom/innokom.c                   |  190 -----------
 board/vpac270/vpac270.c                   |    9 +
 boards.cfg                                |    2 -
 common/usb.c                              |   13 +-
 drivers/mtd/onenand/Makefile              |    4 +
 drivers/mtd/onenand/onenand_base.c        |   18 +-
 drivers/mtd/onenand/onenand_spl.c         |  146 +++++++++
 drivers/serial/serial_pxa.c               |  464 +++++++++++----------------
 include/configs/csb226.h                  |  506 ----------------------------
 include/configs/innokom.h                 |  507 -----------------------------
 include/configs/vpac270.h                 |    3 +-
 include/onenand_uboot.h                   |    3 +
 spl/Makefile                              |    1 +
 21 files changed, 478 insertions(+), 2654 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-pxa/regs-uart.h
 delete mode 100644 board/csb226/Makefile
 delete mode 100644 board/csb226/csb226.c
 delete mode 100644 board/csb226/flash.c
 delete mode 100644 board/innokom/Makefile
 delete mode 100644 board/innokom/flash.c
 delete mode 100644 board/innokom/innokom.c
 create mode 100644 drivers/mtd/onenand/onenand_spl.c
 delete mode 100644 include/configs/csb226.h
 delete mode 100644 include/configs/innokom.h

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-12-05 17:00 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-25 18:56 [U-Boot] [PULL] u-boot-pxa / master Marek Vasut
2011-11-25 19:46 ` Albert ARIBAUD
2011-11-25 19:50   ` Albert ARIBAUD
2011-11-25 20:28     ` Marek Vasut
2011-11-25 20:42     ` Anatolij Gustschin
2011-11-25 21:13       ` Marek Vasut
2011-11-25 21:29         ` Albert ARIBAUD
2011-11-25 22:04           ` Anatolij Gustschin
2011-12-02 10:11         ` Marek Vasut
2011-12-05 17:00           ` Albert ARIBAUD
  -- strict thread matches above, loose matches on Subject: below --
2011-11-12  2:44 Marek Vasut
2011-11-15 21:25 ` Albert ARIBAUD

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.