public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [GIT PULL] AVR32: NGW100 fix for 2009.08
@ 2009-08-28  8:50 Haavard Skinnemoen
  2009-08-30 18:30 ` Wolfgang Denk
  0 siblings, 1 reply; 6+ messages in thread
From: Haavard Skinnemoen @ 2009-08-28  8:50 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

Please pull

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

to receive the following fix for a fairly longstanding and annoying
ATNGW100 bug.

Haavard Skinnemoen (1):
      atngw100: Use virtual address in CONFIG_ENV_ADDR

 include/configs/atngw100.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

* [U-Boot] [GIT PULL] AVR32: NGW100 fix for 2009.08
  2009-08-28  8:50 [U-Boot] [GIT PULL] AVR32: NGW100 fix for 2009.08 Haavard Skinnemoen
@ 2009-08-30 18:30 ` Wolfgang Denk
  2009-08-30 20:45   ` Haavard Skinnemoen
  0 siblings, 1 reply; 6+ messages in thread
From: Wolfgang Denk @ 2009-08-30 18:30 UTC (permalink / raw)
  To: u-boot

Dear Haavard Skinnemoen,

In message <20090828105050.0ddb0a53@hskinnemoen-d830> you wrote:
> 
> Please pull
> 
>   git://git.denx.de/u-boot-avr32.git master
> 
> to receive the following fix for a fairly longstanding and annoying
> ATNGW100 bug.
> 
> Haavard Skinnemoen (1):
>       atngw100: Use virtual address in CONFIG_ENV_ADDR

I'm unsure what to do about that. I understand this patch is needed to
get the system working at all, untill we find a permanent solution.
Right?

So you want me to apply this even though we agree it's not a nice
chance?

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
You can only live once, but if you do it right, once is enough.

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

* [U-Boot] [GIT PULL] AVR32: NGW100 fix for 2009.08
  2009-08-30 18:30 ` Wolfgang Denk
@ 2009-08-30 20:45   ` Haavard Skinnemoen
  2009-08-31  5:32     ` Hans-Christian Egtvedt
  0 siblings, 1 reply; 6+ messages in thread
From: Haavard Skinnemoen @ 2009-08-30 20:45 UTC (permalink / raw)
  To: u-boot

On Sun, 30 Aug 2009 20:30:59 +0200
Wolfgang Denk <wd@denx.de> wrote:

> Dear Haavard Skinnemoen,
> 
> In message <20090828105050.0ddb0a53@hskinnemoen-d830> you wrote:
> > 
> > Please pull
> > 
> >   git://git.denx.de/u-boot-avr32.git master
> > 
> > to receive the following fix for a fairly longstanding and annoying
> > ATNGW100 bug.
> > 
> > Haavard Skinnemoen (1):
> >       atngw100: Use virtual address in CONFIG_ENV_ADDR
> 
> I'm unsure what to do about that. I understand this patch is needed to
> get the system working at all, untill we find a permanent solution.
> Right?

Yeah...I'm unsure myself. The system will boot, but the 'saveenv'
command doesn't work...so while I really want to fix this issue
_properly_, I'm not sure if there's enough time to do that before the
next release.

> So you want me to apply this even though we agree it's not a nice
> chance?

If the 2009.08 release is around the corner, I would appreciate if you
applied it before making the release.

Haavard

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

* [U-Boot] [GIT PULL] AVR32: NGW100 fix for 2009.08
  2009-08-30 20:45   ` Haavard Skinnemoen
@ 2009-08-31  5:32     ` Hans-Christian Egtvedt
  2009-08-31  7:44       ` Haavard Skinnemoen
  0 siblings, 1 reply; 6+ messages in thread
From: Hans-Christian Egtvedt @ 2009-08-31  5:32 UTC (permalink / raw)
  To: u-boot

On Sun, 30 Aug 2009 22:45:27 +0200
Haavard Skinnemoen <haavard.skinnemoen@atmel.com> wrote:

> On Sun, 30 Aug 2009 20:30:59 +0200
> Wolfgang Denk <wd@denx.de> wrote:
> 
> > Dear Haavard Skinnemoen,
> > 
> > In message <20090828105050.0ddb0a53@hskinnemoen-d830> you wrote:
> > > 
> > > Please pull
> > > 
> > >   git://git.denx.de/u-boot-avr32.git master
> > > 
> > > to receive the following fix for a fairly longstanding and annoying
> > > ATNGW100 bug.
> > > 
> > > Haavard Skinnemoen (1):
> > >       atngw100: Use virtual address in CONFIG_ENV_ADDR
> > 
> > I'm unsure what to do about that. I understand this patch is needed to
> > get the system working at all, untill we find a permanent solution.
> > Right?
> 
> Yeah...I'm unsure myself. The system will boot, but the 'saveenv'
> command doesn't work...so while I really want to fix this issue
> _properly_, I'm not sure if there's enough time to do that before the
> next release.
> 

Did you test loading something from JFFS2? I have a bad feeling it
might still be broken.

<snipp>

-- 
Best regards,
Hans-Christian Egtvedt

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

* [U-Boot] [GIT PULL] AVR32: NGW100 fix for 2009.08
  2009-08-31  5:32     ` Hans-Christian Egtvedt
@ 2009-08-31  7:44       ` Haavard Skinnemoen
  2009-08-31  8:14         ` Hans-Christian Egtvedt
  0 siblings, 1 reply; 6+ messages in thread
From: Haavard Skinnemoen @ 2009-08-31  7:44 UTC (permalink / raw)
  To: u-boot

Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> wrote:
> > Yeah...I'm unsure myself. The system will boot, but the 'saveenv'
> > command doesn't work...so while I really want to fix this issue
> > _properly_, I'm not sure if there's enough time to do that before the
> > next release.
> >   
> 
> Did you test loading something from JFFS2? I have a bad feeling it
> might still be broken.

Right. Does anyone have any clue about why it's broken?

Haavard

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

* [U-Boot] [GIT PULL] AVR32: NGW100 fix for 2009.08
  2009-08-31  7:44       ` Haavard Skinnemoen
@ 2009-08-31  8:14         ` Hans-Christian Egtvedt
  0 siblings, 0 replies; 6+ messages in thread
From: Hans-Christian Egtvedt @ 2009-08-31  8:14 UTC (permalink / raw)
  To: u-boot

On Mon, 31 Aug 2009 09:44:40 +0200
Haavard Skinnemoen <haavard.skinnemoen@atmel.com> wrote:

> Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> wrote:
> > > Yeah...I'm unsure myself. The system will boot, but the 'saveenv'
> > > command doesn't work...so while I really want to fix this issue
> > > _properly_, I'm not sure if there's enough time to do that before the
> > > next release.
> > >   
> > 
> > Did you test loading something from JFFS2? I have a bad feeling it
> > might still be broken.
> 
> Right. Does anyone have any clue about why it's broken?
> 

Trying to do ls just hangs the bootloader.

U-Boot> ls
Scanning JFFS2 FS:   

I did not dig into the code, but I think the discussion about the same
topic this winter/spring saw the same behavior.

-- 
Best regards,
Hans-Christian Egtvedt

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

end of thread, other threads:[~2009-08-31  8:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-28  8:50 [U-Boot] [GIT PULL] AVR32: NGW100 fix for 2009.08 Haavard Skinnemoen
2009-08-30 18:30 ` Wolfgang Denk
2009-08-30 20:45   ` Haavard Skinnemoen
2009-08-31  5:32     ` Hans-Christian Egtvedt
2009-08-31  7:44       ` Haavard Skinnemoen
2009-08-31  8:14         ` Hans-Christian Egtvedt

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