public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Atmel pull request?
@ 2011-06-09  7:06 Wolfgang Denk
  2011-06-09  7:13 ` Eric Bénard
  2011-06-09  7:59 ` Reinhard Meyer
  0 siblings, 2 replies; 6+ messages in thread
From: Wolfgang Denk @ 2011-06-09  7:06 UTC (permalink / raw)
  To: u-boot

Dear Reinhard,

what are the chances to see a pull request for the Atmel boards any
time soon? As is, theyu still form the majority of broken ARM boards,
and I would like to get the release out as soon as possible.

So I'd appreciate if we could have your pull request ASAP, then I
could make a -rc3 and allow for a few days of testing, before
releasing v2011.06.

Thanks in advance.

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
After a time, you may find that "having" is not so pleasing a thing,
after all, as "wanting."  It is not logical, but it is often true.
	-- Spock, "Amok Time", stardate 3372.7

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

* [U-Boot] Atmel pull request?
  2011-06-09  7:06 [U-Boot] Atmel pull request? Wolfgang Denk
@ 2011-06-09  7:13 ` Eric Bénard
  2011-06-09  9:03   ` Andreas Bießmann
  2011-06-09  7:59 ` Reinhard Meyer
  1 sibling, 1 reply; 6+ messages in thread
From: Eric Bénard @ 2011-06-09  7:13 UTC (permalink / raw)
  To: u-boot

Hi,

On 09/06/2011 09:06, Wolfgang Denk wrote:
> what are the chances to see a pull request for the Atmel boards any
> time soon? As is, theyu still form the majority of broken ARM boards,
> and I would like to get the release out as soon as possible.
>
> So I'd appreciate if we could have your pull request ASAP, then I
> could make a -rc3 and allow for a few days of testing, before
> releasing v2011.06.
>
here are pending patches to unbreak several AT91 boards :
http://patchwork.ozlabs.org/patch/99096/
http://patchwork.ozlabs.org/patch/99097/
http://patchwork.ozlabs.org/patch/99099/
http://patchwork.ozlabs.org/patch/99098/
http://patchwork.ozlabs.org/patch/99400/

And the clock update for AT91RM9200 :
http://patchwork.ozlabs.org/patch/99344/
http://patchwork.ozlabs.org/patch/99550/

Thanks,
Eric

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

* [U-Boot] Atmel pull request?
  2011-06-09  7:06 [U-Boot] Atmel pull request? Wolfgang Denk
  2011-06-09  7:13 ` Eric Bénard
@ 2011-06-09  7:59 ` Reinhard Meyer
  2011-06-09 11:11   ` Wolfgang Denk
  1 sibling, 1 reply; 6+ messages in thread
From: Reinhard Meyer @ 2011-06-09  7:59 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang Denk,
> Dear Reinhard,
> 
> what are the chances to see a pull request for the Atmel boards any
> time soon? As is, theyu still form the majority of broken ARM boards,
> and I would like to get the release out as soon as possible.
> 
> So I'd appreciate if we could have your pull request ASAP, then I
> could make a -rc3 and allow for a few days of testing, before
> releasing v2011.06.

I will be checking the latest patches on the list by today, accept them if
possible and issue a pull to Albert after that.

Best Regards,
Reinhard

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

* [U-Boot] Atmel pull request?
  2011-06-09  7:13 ` Eric Bénard
@ 2011-06-09  9:03   ` Andreas Bießmann
  2011-06-09 11:17     ` Wolfgang Denk
  0 siblings, 1 reply; 6+ messages in thread
From: Andreas Bießmann @ 2011-06-09  9:03 UTC (permalink / raw)
  To: u-boot

Dear Eric B?nard,

Am 09.06.2011 09:13, schrieb Eric B?nard:
> Hi,
> 
> On 09/06/2011 09:06, Wolfgang Denk wrote:
>> what are the chances to see a pull request for the Atmel boards any
>> time soon? As is, theyu still form the majority of broken ARM boards,
>> and I would like to get the release out as soon as possible.
>>
>> So I'd appreciate if we could have your pull request ASAP, then I
>> could make a -rc3 and allow for a few days of testing, before
>> releasing v2011.06.
>>

> And the clock update for AT91RM9200 :
> http://patchwork.ozlabs.org/patch/99344/
> http://patchwork.ozlabs.org/patch/99550/

These are not really required. These two are the first steps to get
atmel_usart working (I've got it now since yesterday evening on my
at91rm9200ek!). After another patch (replace at91rm9200_usart by
atmel_usart) we can remove at91rm9200_usart. The next step would be to
remove the whole a/a/c/arm920t/at91rm9200 directory and complete the
transition to at91 for at91rm9200 devices as described in README.at91-soc.
But I do not want to get these changes in precipitately. I'm fine with
an integration for 2011.09.

@Wolfgang: Deletion of defective ARM boards will start after 2011.06
release. Is that correct?

regards

Andreas Bie?mann

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

* [U-Boot] Atmel pull request?
  2011-06-09  7:59 ` Reinhard Meyer
@ 2011-06-09 11:11   ` Wolfgang Denk
  0 siblings, 0 replies; 6+ messages in thread
From: Wolfgang Denk @ 2011-06-09 11:11 UTC (permalink / raw)
  To: u-boot

Dear Reinhard Meyer,

In message <4DF07D45.2050902@emk-elektronik.de> you wrote:
>
> > what are the chances to see a pull request for the Atmel boards any
> > time soon? As is, theyu still form the majority of broken ARM boards,
> > and I would like to get the release out as soon as possible.
> > 
> > So I'd appreciate if we could have your pull request ASAP, then I
> > could make a -rc3 and allow for a few days of testing, before
> > releasing v2011.06.
> 
> I will be checking the latest patches on the list by today, accept them if
> possible and issue a pull to Albert after that.

Thanks a lot.

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
"What terrible way to die."
"There are no good ways."
	-- Sulu and Kirk, "That Which Survives", stardate unknown

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

* [U-Boot] Atmel pull request?
  2011-06-09  9:03   ` Andreas Bießmann
@ 2011-06-09 11:17     ` Wolfgang Denk
  0 siblings, 0 replies; 6+ messages in thread
From: Wolfgang Denk @ 2011-06-09 11:17 UTC (permalink / raw)
  To: u-boot

Dear Andreas,

In message <4DF08C57.8080901@gmail.com> you wrote:
> 
> @Wolfgang: Deletion of defective ARM boards will start after 2011.06
> release. Is that correct?

Correct - though probably not right immediately (depending on
available time / current workload), and excluding boards where patches
have been announced.

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
"Don't try to outweird me, three-eyes. I get stranger things than you
free with my breakfast cereal."
           - Zaphod Beeblebrox in  "Hitchhiker's Guide to the Galaxy"

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

end of thread, other threads:[~2011-06-09 11:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-09  7:06 [U-Boot] Atmel pull request? Wolfgang Denk
2011-06-09  7:13 ` Eric Bénard
2011-06-09  9:03   ` Andreas Bießmann
2011-06-09 11:17     ` Wolfgang Denk
2011-06-09  7:59 ` Reinhard Meyer
2011-06-09 11:11   ` Wolfgang Denk

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