public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Pull Request for mpc86xx repository
@ 2008-05-19 16:06 Jon Loeliger
  2008-06-02 16:38 ` Jon Loeliger
  0 siblings, 1 reply; 6+ messages in thread
From: Jon Loeliger @ 2008-05-19 16:06 UTC (permalink / raw)
  To: u-boot

The following changes since commit 180a90abdae72587c0f679edf8991455e559440d:
  Wolfgang Denk (1):
        Release v1.3.3

are available in the git repository at:

  git://www.denx.de/git/u-boot-mpc86xx.git master

Jon Loeliger (1):
      mpc86xx: Removed unused and unconfigured memory test code.

 board/freescale/mpc8610hpcd/mpc8610hpcd.c |   36 -----------------------------
 board/freescale/mpc8641hpcn/mpc8641hpcn.c |   36 -----------------------------
 include/configs/MPC8610HPCD.h             |    2 -
 include/configs/MPC8641HPCN.h             |    1 -
 4 files changed, 0 insertions(+), 75 deletions(-)

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

* [U-Boot-Users] Pull Request for mpc86xx repository
  2008-05-19 16:06 [U-Boot-Users] Pull Request for mpc86xx repository Jon Loeliger
@ 2008-06-02 16:38 ` Jon Loeliger
  2008-06-06 16:04   ` Jon Loeliger
  0 siblings, 1 reply; 6+ messages in thread
From: Jon Loeliger @ 2008-06-02 16:38 UTC (permalink / raw)
  To: u-boot

On Mon, 2008-05-19 at 11:06 -0500, Jon Loeliger wrote:
> The following changes since commit 180a90abdae72587c0f679edf8991455e559440d:
>   Wolfgang Denk (1):
>         Release v1.3.3
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-mpc86xx.git master
> 
> Jon Loeliger (1):
>       mpc86xx: Removed unused and unconfigured memory test code.
> 
>  board/freescale/mpc8610hpcd/mpc8610hpcd.c |   36 -----------------------------
>  board/freescale/mpc8641hpcn/mpc8641hpcn.c |   36 -----------------------------
>  include/configs/MPC8610HPCD.h             |    2 -
>  include/configs/MPC8641HPCN.h             |    1 -
>  4 files changed, 0 insertions(+), 75 deletions(-)


Wolfgang,

Wasn't sure if this was still on your radar or not.
Just wanted to make sure it hit this merge window.

Thanks,
jdl

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

* [U-Boot-Users] Pull Request for mpc86xx repository
  2008-06-02 16:38 ` Jon Loeliger
@ 2008-06-06 16:04   ` Jon Loeliger
  2008-06-09 18:37     ` Jon Loeliger
  0 siblings, 1 reply; 6+ messages in thread
From: Jon Loeliger @ 2008-06-06 16:04 UTC (permalink / raw)
  To: u-boot

On Mon, 2008-06-02 at 11:38 -0500, Jon Loeliger wrote:
> On Mon, 2008-05-19 at 11:06 -0500, Jon Loeliger wrote:
> > The following changes since commit 180a90abdae72587c0f679edf8991455e559440d:
> >   Wolfgang Denk (1):
> >         Release v1.3.3
> > 
> > are available in the git repository at:
> > 
> >   git://www.denx.de/git/u-boot-mpc86xx.git master
> > 
> > Jon Loeliger (1):
> >       mpc86xx: Removed unused and unconfigured memory test code.
> > 
> >  board/freescale/mpc8610hpcd/mpc8610hpcd.c |   36 -----------------------------
> >  board/freescale/mpc8641hpcn/mpc8641hpcn.c |   36 -----------------------------
> >  include/configs/MPC8610HPCD.h             |    2 -
> >  include/configs/MPC8641HPCN.h             |    1 -
> >  4 files changed, 0 insertions(+), 75 deletions(-)
> 
> 
> Wolfgang,
> 
> Wasn't sure if this was still on your radar or not.
> Just wanted to make sure it hit this merge window.
> 
> Thanks,
> jdl


Wolfgang,

This pull request has had one more commit added to it,
so now it has:

Becky Bruce (1):
      MPC86xx: Change traps.c to not reference non-addressable memory

Jon Loeliger (1):
      mpc86xx: Removed unused and unconfigured memory test code.

 board/freescale/mpc8610hpcd/mpc8610hpcd.c |   36 -----------------------------
 board/freescale/mpc8641hpcn/mpc8641hpcn.c |   36 -----------------------------
 cpu/mpc86xx/traps.c                       |    8 +++++-
 include/configs/MPC8610HPCD.h             |    2 -
 include/configs/MPC8641HPCN.h             |    1 -
 5 files changed, 7 insertions(+), 76 deletions(-)

The added patch from Becky was already posted to the list on May 14.

Thanks,
jdl

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

* [U-Boot-Users] Pull Request for mpc86xx repository
  2008-06-06 16:04   ` Jon Loeliger
@ 2008-06-09 18:37     ` Jon Loeliger
  2008-06-11 19:23       ` Wolfgang Denk
  0 siblings, 1 reply; 6+ messages in thread
From: Jon Loeliger @ 2008-06-09 18:37 UTC (permalink / raw)
  To: u-boot

On Fri, 2008-06-06 at 11:04 -0500, Jon Loeliger wrote:
> On Mon, 2008-06-02 at 11:38 -0500, Jon Loeliger wrote:
> > On Mon, 2008-05-19 at 11:06 -0500, Jon Loeliger wrote:
> > > The following changes since commit 180a90abdae72587c0f679edf8991455e559440d:
> > >   Wolfgang Denk (1):
> > >         Release v1.3.3
> > > 
> > > are available in the git repository at:
> > > 
> > >   git://www.denx.de/git/u-boot-mpc86xx.git master
> > > 
> > > Jon Loeliger (1):
> > >       mpc86xx: Removed unused and unconfigured memory test code.
> > > 
> > >  board/freescale/mpc8610hpcd/mpc8610hpcd.c |   36 -----------------------------
> > >  board/freescale/mpc8641hpcn/mpc8641hpcn.c |   36 -----------------------------
> > >  include/configs/MPC8610HPCD.h             |    2 -
> > >  include/configs/MPC8641HPCN.h             |    1 -
> > >  4 files changed, 0 insertions(+), 75 deletions(-)
> > 
> > 
> > Wolfgang,
> > 
> > Wasn't sure if this was still on your radar or not.
> > Just wanted to make sure it hit this merge window.
> > 
> > Thanks,
> > jdl
> 
> 
> Wolfgang,
> 
> This pull request has had one more commit added to it,
> so now it has:
> 
> Becky Bruce (1):
>       MPC86xx: Change traps.c to not reference non-addressable memory
> 
> Jon Loeliger (1):
>       mpc86xx: Removed unused and unconfigured memory test code.
> 
>  board/freescale/mpc8610hpcd/mpc8610hpcd.c |   36 -----------------------------
>  board/freescale/mpc8641hpcn/mpc8641hpcn.c |   36 -----------------------------
>  cpu/mpc86xx/traps.c                       |    8 +++++-
>  include/configs/MPC8610HPCD.h             |    2 -
>  include/configs/MPC8641HPCN.h             |    1 -
>  5 files changed, 7 insertions(+), 76 deletions(-)
> 
> The added patch from Becky was already posted to the list on May 14.
> 
> Thanks,
> jdl


Hi Wolfgang,

Hadn't seen any activity on this Pull Request, but
was hoping that we'd see one before The Window closes
tomorrow.

Thanks,
jdl

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

* [U-Boot-Users] Pull Request for mpc86xx repository
  2008-06-09 18:37     ` Jon Loeliger
@ 2008-06-11 19:23       ` Wolfgang Denk
  2008-06-11 20:01         ` Jon Loeliger
  0 siblings, 1 reply; 6+ messages in thread
From: Wolfgang Denk @ 2008-06-11 19:23 UTC (permalink / raw)
  To: u-boot

In message <1213036650.3027.9.camel@ld0161-tx32> you wrote:
>
> > This pull request has had one more commit added to it,
> > so now it has:

OK, now that's enough to get me moving :-)

> > Becky Bruce (1):
> >       MPC86xx: Change traps.c to not reference non-addressable memory
> > 
> > Jon Loeliger (1):
> >       mpc86xx: Removed unused and unconfigured memory test code.
> > 
> >  board/freescale/mpc8610hpcd/mpc8610hpcd.c |   36 -----------------------------
> >  board/freescale/mpc8641hpcn/mpc8641hpcn.c |   36 -----------------------------
> >  cpu/mpc86xx/traps.c                       |    8 +++++-
> >  include/configs/MPC8610HPCD.h             |    2 -
> >  include/configs/MPC8641HPCN.h             |    1 -
> >  5 files changed, 7 insertions(+), 76 deletions(-)
> > 
> > The added patch from Becky was already posted to the list on May 14.

Applied.

> Hadn't seen any activity on this Pull Request, but
> was hoping that we'd see one before The Window closes
> tomorrow.

Sorry, I'm still working in slow mode only. Trying to catch up now.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Without facts, the decision cannot be made logically. You  must  rely
on your human intuition.
	-- Spock, "Assignment: Earth", stardate unknown

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

* [U-Boot-Users] Pull Request for mpc86xx repository
  2008-06-11 19:23       ` Wolfgang Denk
@ 2008-06-11 20:01         ` Jon Loeliger
  0 siblings, 0 replies; 6+ messages in thread
From: Jon Loeliger @ 2008-06-11 20:01 UTC (permalink / raw)
  To: u-boot

Wolfgang Denk wrote:

>>> Becky Bruce (1):
>>>       MPC86xx: Change traps.c to not reference non-addressable memory
>>>
>>> Jon Loeliger (1):
>>>       mpc86xx: Removed unused and unconfigured memory test code.
>>>
>>>  board/freescale/mpc8610hpcd/mpc8610hpcd.c |   36 -----------------------------
>>>  board/freescale/mpc8641hpcn/mpc8641hpcn.c |   36 -----------------------------
>>>  cpu/mpc86xx/traps.c                       |    8 +++++-
>>>  include/configs/MPC8610HPCD.h             |    2 -
>>>  include/configs/MPC8641HPCN.h             |    1 -
>>>  5 files changed, 7 insertions(+), 76 deletions(-)
>>>
>>> The added patch from Becky was already posted to the list on May 14.
> 
> Applied.

Thanks!

jdl

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

end of thread, other threads:[~2008-06-11 20:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-19 16:06 [U-Boot-Users] Pull Request for mpc86xx repository Jon Loeliger
2008-06-02 16:38 ` Jon Loeliger
2008-06-06 16:04   ` Jon Loeliger
2008-06-09 18:37     ` Jon Loeliger
2008-06-11 19:23       ` Wolfgang Denk
2008-06-11 20:01         ` Jon Loeliger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox