public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] PATCH: apply SoC concept on arm926 cpus
@ 2005-06-20  7:44 Andreas Engel
  2005-06-20  9:01 ` Tomko
  2006-03-12 17:17 ` [U-Boot-Users] " Wolfgang Denk
  0 siblings, 2 replies; 9+ messages in thread
From: Andreas Engel @ 2005-06-20  7:44 UTC (permalink / raw)
  To: u-boot

CHANGELOG entry:

* Patch by Andreas Engel, 20 June 2005
  applied the SoC concept to arm926ejs cpus, i.e. moved the SoC
  specific timer and cpu_reset code from the ./cpu/$(CPU)
  directory into new ./cpu/$(CPU)/$(SOC) directories

-------------- next part --------------
A non-text attachment was scrubbed...
Name: diff2.gz
Type: application/octet-stream
Size: 4460 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20050620/e66a03a5/attachment.obj 

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

* [U-Boot-Users] PATCH: apply SoC concept on arm926 cpus
  2005-06-20  7:44 [U-Boot-Users] PATCH: apply SoC concept on arm926 cpus Andreas Engel
@ 2005-06-20  9:01 ` Tomko
  2005-06-20  9:33   ` Wolfgang Denk
                     ` (2 more replies)
  2006-03-12 17:17 ` [U-Boot-Users] " Wolfgang Denk
  1 sibling, 3 replies; 9+ messages in thread
From: Tomko @ 2005-06-20  9:01 UTC (permalink / raw)
  To: u-boot

I am going to port the u boot on motorola MX21ads which use arm926ejs as 
the core , do i need to install your patch before porting on mx21 ?


Regards,
TOM

Andreas Engel wrote:

>CHANGELOG entry:
>
>* Patch by Andreas Engel, 20 June 2005
>  applied the SoC concept to arm926ejs cpus, i.e. moved the SoC
>  specific timer and cpu_reset code from the ./cpu/$(CPU)
>  directory into new ./cpu/$(CPU)/$(SOC) directories
>
>  
>

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

* [U-Boot-Users] PATCH: apply SoC concept on arm926 cpus
  2005-06-20  9:01 ` Tomko
@ 2005-06-20  9:33   ` Wolfgang Denk
  2005-06-20  9:43   ` Andreas Engel
  2005-06-20 15:27   ` Stephen Donecker
  2 siblings, 0 replies; 9+ messages in thread
From: Wolfgang Denk @ 2005-06-20  9:33 UTC (permalink / raw)
  To: u-boot

In message <42B685DB.2050607@avantwave.com> you wrote:
> I am going to port the u boot on motorola MX21ads which use arm926ejs as 
> the core , do i need to install your patch before porting on mx21 ?

It's probably a good idea; you benefit from it by saving  the  effort
to adaprt your port later, and we benefit from an additional tester.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"It is better to have tried and failed than to have  failed  to  try,
but the result's the same."                           - Mike Dennison

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

* [U-Boot-Users] PATCH: apply SoC concept on arm926 cpus
  2005-06-20  9:01 ` Tomko
  2005-06-20  9:33   ` Wolfgang Denk
@ 2005-06-20  9:43   ` Andreas Engel
  2005-06-20 15:27   ` Stephen Donecker
  2 siblings, 0 replies; 9+ messages in thread
From: Andreas Engel @ 2005-06-20  9:43 UTC (permalink / raw)
  To: u-boot

On Mon, 20 Jun 2005 17:01:15 +0800 Tomko wrote:

>I am going to port the u boot on motorola MX21ads which use arm926ejs
>as  the core , do i need to install your patch before porting on mx21 ?

Hi TOM,

that depends. U-Boot already supports the MX1ads which has an arm920t
core and this uses the SoC concept. So it might be a good idea to apply
it to the MX21ads too.

Regards,
  Andreas

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

* [U-Boot-Users] PATCH: apply SoC concept on arm926 cpus
  2005-06-20  9:01 ` Tomko
  2005-06-20  9:33   ` Wolfgang Denk
  2005-06-20  9:43   ` Andreas Engel
@ 2005-06-20 15:27   ` Stephen Donecker
  2006-04-03 14:39     ` [U-Boot-Users] " Bignaux Ronan
  2 siblings, 1 reply; 9+ messages in thread
From: Stephen Donecker @ 2005-06-20 15:27 UTC (permalink / raw)
  To: u-boot

> I am going to port the u boot on motorola MX21ads which use 
> arm926ejs as the core , do i need to install your patch 
> before porting on mx21 ?
> 
> 
> Regards,
> TOM

Tom,

I too, just started working on an mx21ads port. Are you planning on booting
from the NOR or NAND flash. I am primarily interested in NAND boot. Let me
know what exactly you are working on, and maybe we can organize our effort. 

Thanks,

Stephen Donecker

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

* [U-Boot-Users] PATCH: apply SoC concept on arm926 cpus
  2005-06-20  7:44 [U-Boot-Users] PATCH: apply SoC concept on arm926 cpus Andreas Engel
  2005-06-20  9:01 ` Tomko
@ 2006-03-12 17:17 ` Wolfgang Denk
  2006-03-13 10:52   ` Andreas Engel
  1 sibling, 1 reply; 9+ messages in thread
From: Wolfgang Denk @ 2006-03-12 17:17 UTC (permalink / raw)
  To: u-boot

Dear Andreas,

in message <20050620094434.00006591@idefix> you wrote:
> 
> * Patch by Andreas Engel, 20 June 2005
>   applied the SoC concept to arm926ejs cpus, i.e. moved the SoC
>   specific timer and cpu_reset code from the ./cpu/$(CPU)
>   directory into new ./cpu/$(CPU)/$(SOC) directories

Unfortunately  this  patch  does  not  apply  any  more  because   of
previously added restructuring of the integrator code. Can you please
re-create the patch against a more cussrent version of U-Boot?

Thanks in advance.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Life and death are seldom logical."
"But attaining a desired goal always is."
	-- McCoy and Spock, "The Galileo Seven", stardate 2821.7

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

* [U-Boot-Users] PATCH: apply SoC concept on arm926 cpus
  2006-03-12 17:17 ` [U-Boot-Users] " Wolfgang Denk
@ 2006-03-13 10:52   ` Andreas Engel
  2006-03-13 11:40     ` Wolfgang Denk
  0 siblings, 1 reply; 9+ messages in thread
From: Andreas Engel @ 2006-03-13 10:52 UTC (permalink / raw)
  To: u-boot

Wolfgang Denk wrote:
> in message <20050620094434.00006591@idefix> you wrote:
>> * Patch by Andreas Engel, 20 June 2005
>>   applied the SoC concept to arm926ejs cpus, i.e. moved the SoC
>>   specific timer and cpu_reset code from the ./cpu/$(CPU)
>>   directory into new ./cpu/$(CPU)/$(SOC) directories
> 
> Unfortunately  this  patch  does  not  apply  any  more  because   of
> previously added restructuring of the integrator code. Can you please
> re-create the patch against a more cussrent version of U-Boot?

Ok, here's a new patch. Just take the changelog entry from above. Please
note that I have appended an additional patch (not worth mentioning in
the changelog) because compiling the omap boards otherwise failed for me.

Regards,
  Andreas
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: soc-patch.txt
Url: http://lists.denx.de/pipermail/u-boot/attachments/20060313/de3b9edd/attachment.txt 
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: sizes-patch.txt
Url: http://lists.denx.de/pipermail/u-boot/attachments/20060313/de3b9edd/attachment-0001.txt 

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

* [U-Boot-Users] PATCH: apply SoC concept on arm926 cpus
  2006-03-13 10:52   ` Andreas Engel
@ 2006-03-13 11:40     ` Wolfgang Denk
  0 siblings, 0 replies; 9+ messages in thread
From: Wolfgang Denk @ 2006-03-13 11:40 UTC (permalink / raw)
  To: u-boot

In message <44154EEB.9000706@marconi.com> you wrote:
> 
> >> * Patch by Andreas Engel, 20 June 2005
> >>   applied the SoC concept to arm926ejs cpus, i.e. moved the SoC
> >>   specific timer and cpu_reset code from the ./cpu/$(CPU)
> >>   directory into new ./cpu/$(CPU)/$(SOC) directories
> > 
> > Unfortunately  this  patch  does  not  apply  any  more  because   of
> > previously added restructuring of the integrator code. Can you please
> > re-create the patch against a more cussrent version of U-Boot?
> 
> Ok, here's a new patch. Just take the changelog entry from above. Please
> note that I have appended an additional patch (not worth mentioning in
> the changelog) because compiling the omap boards otherwise failed for me.

Checked in, thanks a lot!

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Hiring experienced unix people is  like  a  built-in  filter  against
idiots. Hiring experienced NT people provides no such guarantee.
            -- Miguel Cruz in WgL96.349$CC.122704 at typhoon2.ba-dsg.net

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

* [U-Boot-Users] Re: PATCH: apply SoC concept on arm926 cpus
  2005-06-20 15:27   ` Stephen Donecker
@ 2006-04-03 14:39     ` Bignaux Ronan
  0 siblings, 0 replies; 9+ messages in thread
From: Bignaux Ronan @ 2006-04-03 14:39 UTC (permalink / raw)
  To: u-boot

Stephen Donecker <sdonecker <at> sbcglobal.net> writes:
 
> Tom,
> 
> I too, just started working on an mx21ads port. Are you planning on booting
> from the NOR or NAND flash. I am primarily interested in NAND boot. Let me
> know what exactly you are working on, and maybe we can organize our effort. 
> 

I'm trying to make a port of openembedded BSP for the i.mx21 ADS . 
I started a wiki page at :
http://handhelds.org/moin/moin.cgi/SupportedHardwareTargets 
I'm interessting for information about bootloader ( specially U-Boot ) and
kernel support . Thanks to contribuate and release code or mail me .

Ronan 

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

end of thread, other threads:[~2006-04-03 14:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-20  7:44 [U-Boot-Users] PATCH: apply SoC concept on arm926 cpus Andreas Engel
2005-06-20  9:01 ` Tomko
2005-06-20  9:33   ` Wolfgang Denk
2005-06-20  9:43   ` Andreas Engel
2005-06-20 15:27   ` Stephen Donecker
2006-04-03 14:39     ` [U-Boot-Users] " Bignaux Ronan
2006-03-12 17:17 ` [U-Boot-Users] " Wolfgang Denk
2006-03-13 10:52   ` Andreas Engel
2006-03-13 11:40     ` Wolfgang Denk

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