[PATCH] powerpc: merge include/asm/cputable.h

2005-09-15 Thread Kumar Gala
On Sep 15, 2005, at 5:56 PM, Arnd Bergmann wrote: > On Dunnersdag 15 September 2005 19:44, Kumar Gala wrote: > > >> I get the idea now, how about we make CPU_FTR_ALWAYS & >> CPU_FTR_POSSIBLE just #defines and leave it to various sub-archs to >> define CPU_FTR_POSSIBLE if they want to. >> >> > > >

__switch_to test-and-branch ALTIVEC specific?

2005-09-15 Thread Paul Mackerras
Marcelo Tosatti writes: > This test&branch looks AltiVec specific, any reason for not #ifdef'ing it > out? No, your patch looks fine. (/me wishes patchwork had a "Queued" state.) Paul.

PPC4xx cleanup

2005-09-15 Thread Stefan Roese
Hi, I am right now testing and cleaning up some of the AMCC 4xx eval board ports to better support U-Boot as firmware. One question before I begin to send a few patches: All of the 44x boards I looked at (e.g. Ocotea) have to be extended in the platform file (e.g. platforms/4xx/ocotea.c) to no

How to dump D-cache

2005-09-15 Thread Shawn Jin
Hi, The instruction dcread is used to read data cache. The syntax is dcread RT,RA,RB. The effective address is formed by adding RA to RB. In order to read a specific cache line or the whole d-cache, how do I know the effective addresses correponding to the cache line(s)? The processor is ppc440.

Getting Perl on Embedded Linux PowerPC

2005-09-15 Thread Russell McGuire
Anyone, I was attempting to get some ATM Tools compiled into the embedded PowerPC, and found I needed Perl installed on the target before I continue. So my question... Has anyone had any luck getting any version of Perl 5 or higher installed onto the file system. I am still running this over the

PPC4xx cleanup

2005-09-15 Thread Dan Malek
On Sep 15, 2005, at 12:25 PM, Matt Porter wrote: > Sounds great to me. This will have to wait to go in mainline until > after 2.6.14 is out though. If you are considering this, I think you should be looking at the recent U-Boot discussion and patches for the "flat OF tree" and follow that path.

How to use kerberos in ELDK

2005-09-15 Thread JohnsonCheng
pipermail/linuxppc-embedded/attachments/20050915/7bca8ba9/attachment.htm

[PATCH] powerpc: merge include/asm/cputable.h

2005-09-15 Thread Kumar Gala
I get the idea now, how about we make CPU_FTR_ALWAYS & CPU_FTR_POSSIBLE just #defines and leave it to various sub-archs to define CPU_FTR_POSSIBLE if they want to. I see the classes of for FTR_POSSIBLE: CLASSIC_PPC, 8xx, 4xx, FSL- BOOKE, PPC64 (maybe more subclasses here). The hugh enum whil

A question about the /dev/ide

2005-09-15 Thread Clemens Koller
Hello, Wang Baohua! FCG WANG Baohua wrote: > Dear all: > I had use the UPM of MPC8270 to create the device driver of my pcmcia CF > card. Just an idea: There are IDE-to-CF adapters and PCI-IDE adapters with working drivers. (for evaluation) > How to create the "/dev/hda" device nodes? I had

Help on 8260 board

2005-09-15 Thread Tore Martin Hagen
Hi, To change u-boot for your needs you will need to do approximately the following: copy include/configs/MPC8260ADS.h to include/configs/YOURBOARD8260.h Print out the the file and sit down with the 8260 ref. manual. Adjust the YOURBOARD8260.h to fit your needs. (If you are not a HW designer

__switch_to test-and-branch ALTIVEC specific?

2005-09-15 Thread Segher Boessenkool
>> This probably has to due with what happens on a G4 system with a >> kernel not build with Altivec.. However, I dont remember exactly what >> behavior is desired. A kernel not build with AltiVec support will just SIGILL any user process that tries to use it (and MSR[VEC] = 0). The code here can

A question about the /dev/ide

2005-09-15 Thread FCG WANG Baohua
Dear all: I had use the UPM of MPC8270 to create the device driver of my pcmcia CF card. How to create the "/dev/hda" device nodes? I had only "/dev/ide" device nodes, I want to use command like "mkswap /dev/hda4". When I use "mkswap /dev/ide/host0/bus0/target0/lun0/part1p4", it shows the

PPC4xx cleanup

2005-09-15 Thread Matt Porter
On Thu, Sep 15, 2005 at 06:03:14PM +0200, Stefan Roese wrote: > Hi, > > I am right now testing and cleaning up some of the AMCC 4xx eval board ports > to better support U-Boot as firmware. One question before I begin to send a > few patches: > > All of the 44x boards I looked at (e.g. Ocotea) h

How to use kerberos in ELDK

2005-09-15 Thread Wolfgang Denk
In message <20050915062857.B598968263 at ozlabs.org> you wrote: > > I have loadload ELDK-3.1.1 (ppc-2005-03-07 & ppc-2005-03-07-src), but > whatever I try it, it doesn't work. Can you please provide a specific example command you tried (and make sure that it's working in a standard Linux environ

[PATCH] powerpc: merge include/asm/cputable.h

2005-09-15 Thread Arnd Bergmann
On Middeweken 14 September 2005 21:11, Kumar Gala wrote: > I not sure I understand what the introduction of the enum's gets us. > It doesn't have to be an enum, it could just as well be a #define, if we find that to be better in some way (maybe compile-time). The general idea is to convert run-ti