All of lore.kernel.org
 help / color / mirror / Atom feed
* How to search in this mailing-list?
       [not found] <mailman.1133.1151372366.11183.linuxppc-embedded@ozlabs.org>
@ 2006-06-27 13:23 ` Stephen Cheng
  2006-06-27 13:44   ` Florian Boelstler
  0 siblings, 1 reply; 7+ messages in thread
From: Stephen Cheng @ 2006-06-27 13:23 UTC (permalink / raw)
  To: linuxppc-embedded

[-- Attachment #1: Type: text/plain, Size: 151 bytes --]

hi ALL,

This is maybe a bit silly, but I really don't know:
How to search using some key words in this mailing-list?

Thanks & Best Regards,
Steven C.

[-- Attachment #2: Type: text/html, Size: 336 bytes --]

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

* RE: How to search in this mailing-list?
@ 2006-06-27 13:34 Steven Blakeslee
  0 siblings, 0 replies; 7+ messages in thread
From: Steven Blakeslee @ 2006-06-27 13:34 UTC (permalink / raw)
  To: Stephen Cheng, linuxppc-embedded

=20
=09
>	This is maybe a bit silly, but I really don't know:=20
>	How to search using some key words in this mailing-list?=20

Go to google and do a site search

example
site:ozlabs.org/pipermail/linuxppc-embedded/ 440EP

=09
=09

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

* RE: How to search in this mailing-list?
@ 2006-06-27 13:40 Derycke, Johan
  0 siblings, 0 replies; 7+ messages in thread
From: Derycke, Johan @ 2006-06-27 13:40 UTC (permalink / raw)
  To: Stephen Cheng, linuxppc-embedded

[-- Attachment #1: Type: text/plain, Size: 1366 bytes --]

hi,
 
put this google, replace searchstring with whatever you are searching for:
 
searchstring site:ozlabs.org/pipermail
 
br,
 
Johan

   _____  

From: linuxppc-embedded-bounces+johan.derycke=barco.com@ozlabs.org
[mailto:linuxppc-embedded-bounces+johan.derycke=barco.com@ozlabs.org] On
Behalf Of Stephen Cheng
Sent: dinsdag 27 juni 2006 15:24
To: linuxppc-embedded@ozlabs.org
Subject: How to search in this mailing-list?



hi ALL, 

This is maybe a bit silly, but I really don't know: 
How to search using some key words in this mailing-list? 

Thanks & Best Regards,
Steven C.
- - - - - - - DISCLAIMER- - - - - - - -
Unless indicated otherwise, the information contained in this message is
privileged and confidential, and is intended only for the use of the
addressee(s) named above and others who have been specifically authorized to
receive it. If you are not the intended recipient, you are hereby notified
that any dissemination, distribution or copying of this message and/or
attachments is strictly prohibited. The company accepts no liability for any
damage caused by any virus transmitted by this email. Furthermore, the
company does not warrant a proper and complete transmission of this
information, nor does it accept liability for any delays. If you have
received this message in error, please contact the sender and delete the
message. Thank you.

[-- Attachment #2: Type: text/html, Size: 3137 bytes --]

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

* Re: How to search in this mailing-list?
  2006-06-27 13:23 ` How to search in this mailing-list? Stephen Cheng
@ 2006-06-27 13:44   ` Florian Boelstler
  2006-06-28  1:53     ` Can anyone tell me if it is a bug of the ELDK4.0? Denny
       [not found]     ` <71744a2e.17da7.130777b8fa1.Coremail.jxnuxdy@163.com>
  0 siblings, 2 replies; 7+ messages in thread
From: Florian Boelstler @ 2006-06-27 13:44 UTC (permalink / raw)
  To: linuxppc-embedded

Stephen Cheng schrieb:
> This is maybe a bit silly, but I really don't know:
> How to search using some key words in this mailing-list?

You may use one of the options found here:
http://dir.gmane.org/gmane.linux.ports.ppc.embedded

  Florian

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

* Can anyone tell me if it is a bug of the ELDK4.0?
  2006-06-27 13:44   ` Florian Boelstler
@ 2006-06-28  1:53     ` Denny
  2006-06-28  7:51       ` Wolfgang Denk
       [not found]     ` <71744a2e.17da7.130777b8fa1.Coremail.jxnuxdy@163.com>
  1 sibling, 1 reply; 7+ messages in thread
From: Denny @ 2006-06-28  1:53 UTC (permalink / raw)
  To: linuxppc-embedded, wolfgangdenk

[-- Attachment #1: Type: text/plain, Size: 1687 bytes --]

Hi,
 
     I failed to compile the uboot on my 440GP platform, I set the compile switch as "-m440 -mcpu=440",
    
      But the interest thing is when I change the switch to "-m405 -mcpu=440", I can compile my uboot successfully, why?
 
      Also I find all the instructions are existed both in user manual of PPC_405 and PPC440. 
   
 
make[1]: Leaving directory `/opt/glacier_boot/post/cpu'
ppc_4xx-gcc -Wa,-gstabs -D__ASSEMBLY__ -g  -Os   -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFC40000 -I/opt/glacier_boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk4.0/usr/bin/../lib/gcc/powerpc-linux/4.0.0/include -pipe  -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -ffixed-r29 -mstring -Wa,-m440 -mcpu=440 -msoft-float -c -o cpu/ppc4xx/start.o /opt/glacier_boot/cpu/ppc4xx/start.S
/opt/glacier_boot/cpu/ppc4xx/start.S: Assembler messages:
/opt/glacier_boot/cpu/ppc4xx/start.S:996: Error: Unrecognized opcode: `mfdccr'
/opt/glacier_boot/cpu/ppc4xx/start.S:998: Error: Unrecognized opcode: `mtdccr'
/opt/glacier_boot/cpu/ppc4xx/start.S:1016: Error: Unrecognized opcode: `mtdccr'
/opt/glacier_boot/cpu/ppc4xx/start.S:1027: Error: Unrecognized opcode: `mticcr'
/opt/glacier_boot/cpu/ppc4xx/start.S:1033: Error: Unrecognized opcode: `mticcr'
/opt/glacier_boot/cpu/ppc4xx/start.S:1039: Error: Unrecognized opcode: `mficcr'
/opt/glacier_boot/cpu/ppc4xx/start.S:1050: Error: Unrecognized opcode: `mtdccr'
/opt/glacier_boot/cpu/ppc4xx/start.S:1059: Error: Unrecognized opcode: `mtdccr'
/opt/glacier_boot/cpu/ppc4xx/start.S:1064: Error: Unrecognized opcode: `mfdccr'
make: *** [cpu/ppc4xx/start.o] Error 1
[root@localhost glacier_boot]# 
 
 
 

[-- Attachment #2: Type: text/html, Size: 2473 bytes --]

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

* Re: Can anyone tell me if it is a bug of the ELDK4.0?
  2006-06-28  1:53     ` Can anyone tell me if it is a bug of the ELDK4.0? Denny
@ 2006-06-28  7:51       ` Wolfgang Denk
  0 siblings, 0 replies; 7+ messages in thread
From: Wolfgang Denk @ 2006-06-28  7:51 UTC (permalink / raw)
  To: Denny; +Cc: linuxppc-embedded

In message <44A1E115.000001.12247@bj163app13.163.com> you wrote:
> 
>      I failed to compile the uboot on my 440GP platform, I set the compile switch as "-m440 -mcpu=440",

Don't do this, then. The  ELDK  will  automatically  set  approproate
compiler  options  as  needed,  depending  on  your  setting  of  the
CROSS_COMPILE variable.

All this is documented in the manual.

Just follow the instructions.


Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
Half of the people in the world are below average.

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

* [U-Boot] encounter 'bad length' problem in u-boot
       [not found]     ` <71744a2e.17da7.130777b8fa1.Coremail.jxnuxdy@163.com>
@ 2011-06-10  6:20       ` Wolfgang Denk
  0 siblings, 0 replies; 7+ messages in thread
From: Wolfgang Denk @ 2011-06-10  6:20 UTC (permalink / raw)
  To: u-boot

Dear jxnuxdy,

In message <71744a2e.17da7.130777b8fa1.Coremail.jxnuxdy@163.com> you wrote:
>
> I enconter the problem 'bad length' during the ping, can anybody
> give a point as how this issue happen, how to kill it even this maybe
> not an critical issue ...

Which board is this, and which exact version of U-Boot?

> u-boot $ ping 10.4.58.48
> 
> Using nae-6 device

This does not look like any code supported in mainline U-Boot?

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
On a clear disk you can seek forever.

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

end of thread, other threads:[~2011-06-10  6:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.1133.1151372366.11183.linuxppc-embedded@ozlabs.org>
2006-06-27 13:23 ` How to search in this mailing-list? Stephen Cheng
2006-06-27 13:44   ` Florian Boelstler
2006-06-28  1:53     ` Can anyone tell me if it is a bug of the ELDK4.0? Denny
2006-06-28  7:51       ` Wolfgang Denk
     [not found]     ` <71744a2e.17da7.130777b8fa1.Coremail.jxnuxdy@163.com>
2011-06-10  6:20       ` [U-Boot] encounter 'bad length' problem in u-boot Wolfgang Denk
2006-06-27 13:34 How to search in this mailing-list? Steven Blakeslee
  -- strict thread matches above, loose matches on Subject: below --
2006-06-27 13:40 Derycke, Johan

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.