Tagged Questions
Questions related to the PowerPC family of RISC processors.
12
votes
5answers
1k views
What makes Apple's PowerPC memcpy so fast?
I've written several copy functions in search of a good memory strategy on PowerPC. Using the Altivec or fp registers with cache hints (dcb*) doubles the performance over a simple byte copy loop for ...
8
votes
7answers
2k views
Emulating variable bit-shift using only constant shifts?
I'm trying to find a way to perform an indirect shift-left/right operation without actually using the variable shift op or any branches.
The particular PowerPC processor I'm working on has the quirk ...
4
votes
1answer
315 views
Debugging PowerPC Binary on OS X 10.6.x - gdb error: Don't know how to run
I have an old PowerPC Binary which runs on my system (snow leopard intel) using rosetta, i wanted to debug the binary using gdb - however it tells me that it doesnt know how to run it. I think this ...
4
votes
5answers
923 views
Cheap PowerPC Evaluation Board?
I've been trying to learn embedded software development for some time (been doing software for almost 15 years, 10 in Java, plus good knowledge of C/C++/X86 Asm from College.) Started playing with a ...
4
votes
3answers
782 views
Best textbook for PowerPC assembly and arch?
Does anyone know of a good introductory textbook on the PowerPC architecture and assembly language that I could recommend to people on my team?
Our company now mostly targets a particular PPC ...
3
votes
1answer
160 views
default baud rate - linux/u-boot
I'm working on the development of an embedded linux system using u-boot. U-boot sets the baud rate of the ttyS0 serial port with the console= bootarg, but I would also like to set the default baud ...
3
votes
0answers
52 views
How do I get an instruction trace on Mac OS X 10.5 PPC?
Apple used to ship a tool called amber as part of CHUD with Xcode 2.5, which would allow you to get an instruction trace for a process. You could then feed the instruction trace to simg5. The simg5 ...
3
votes
2answers
184 views
how to implement an atomic assignment on AIX/powerpc?
I'm porting a kernel extentsion to 32/64 bit AIX on multi-processor PowerPC, written in C. I don't need more than atomic read operation and atomic write operations (I have no use for fetch-and-add, ...
3
votes
2answers
4k views
Xcode4 with Mac OS X 10.4 SDK
In the latest iteration of Xcode, Xcode 4.0, the 10.4 SDK is no longer included. However, I still need to support 10.4 and PowerPC builds.
I have installed latest Xcode 3.2.6 which still includes ...
3
votes
2answers
591 views
How to hook syscall table at runtime on PPC Linux?
Subject: PPC Assembly Language - Linux Loadble Kernel Module
Detail: How access local TOC area (r2) when called from kernel in syscall table hook?
I have written a loadable kernel module for Linux ...
3
votes
3answers
185 views
order and barrier:what is the equivalent instruction on x86 for 'lwsync' on PowerPC?
My code is simple as below.I found rmb and wmb for read and write,but found no general one.lwsync is available on PowerPC,but what is the replacement for x86?Thanks in advance.
#define barrier() ...
3
votes
4answers
284 views
How to specify execution time of x86 and PowerPC instructions?
I have to approximate execution time of PowerPC and x86 assembler code.I understand that I cannot compute exact it dependson many problems (current processor state - x86 processor dicides internal ...
3
votes
1answer
1k views
Undefined reference to 'sqrt' from math.h on PS3 with YDL 6.1 and Cell SDK 3.1?
I have a PS3 that I've installed YDL 6.1 and SDK 3.1 on and everything seems to be working fine, as I can compile and run the examples. However, I've run into some problems with writing programs of my ...
3
votes
5answers
3k views
How to properly develop for the iPhone on a PowerPC Mac?
I'm doing iPhone development on a PowerPC Mac. How do I get code signing to work properly so that I can build to my iPhone?
The iPhone SDK doesn't officially support PowerPC, but with some fidgeting, ...
3
votes
1answer
189 views
D (and Tango) on PowerPC Linux
It's hard to search for D using Google, so I wasn't able to find a good answer:
I have an old iBook G3 and I'd like to install Linux on it and use it to compile (and test) D programs written using ...
2
votes
1answer
102 views
“Skipping incompatible” on Blue Gene machine
I'm trying to build Google Protocolbuffers and Kyotocabinet on a Blue Gene supercomputer, which is a PowerPC64 based machine, running Suse Linux, gcc 4.1.2.
When I compile my code, both Google ...
2
votes
1answer
154 views
Powerpc assembler on x86
Is there an assembler that runs on x86 machine and understands and produces powerpc machine code? I would avoid to build one...it should be great if it could be installed by apt!
2
votes
1answer
187 views
printing float/double using printf crashes the program
I am working on a syscall implementation for a PowerPc.
I have tested some gcc functions and they all seem to work (e.g. sqrt sin cos pow printf malloc...)
I recently realised a problem with the ...
2
votes
1answer
56 views
Should summed effective addresses 'wrap' in PowerPC? If so, how?
For example, the PowerPC book I, section 3.3.2, defines the lbz instruction as:
Let the effective address (EA) be the sum (RA|0)+ D. The byte in storage addressed by EA is loaded into RT56:63. ...
2
votes
5answers
367 views
PowerPC opcode table?
I am interested in developing a PowerPC emulator for my own learning purposes. I've found a fair amount of resources about programming in PowerPC assembly, but after quite some time looking, I haven't ...
2
votes
2answers
107 views
Thread local storage (TLS) - Compiler error
I have declared a variable:
static __thread int a;
I am getting the following error:
fatal error (dcc:1796): __thread not supported in the specified target environment
How can I resolve this? ...
2
votes
2answers
344 views
How to debug Page Faults in the Linux Kernel
Currently I am faced to some ugly Kernel OOPS with reboot. I run a MPC5200 based custom design. I get OOPS Messages like this:
VM: Either in interrupt or mm = NULL. mm=0xc0196520 in interrupt: 1
VM: ...
2
votes
3answers
259 views
Equivalent of x86 PAUSE instruction for PPC
Does there exist an equivalent of the x86 PAUSE instruction, which is placed within busy waiting loops to improve performance, particularly on SMT machines, on PowerPC?
2
votes
1answer
170 views
What is this stack-checking PPC assembly doing?
I have the following self-contained function (i.e. it is branched to using bl CheckStackFunc) and I am mystified as to its purpose. Could someone familiar with PowerPC assembly lend a hand?
...
2
votes
1answer
161 views
Why Global variable not initialized with string what I have given in extern variable
//s_request_view() constructor is declared as below
namespace Identity_VIEW
{
Published_view_identity s_request_view("SAMPLE");
};
//The constructor is called in another source file as below,
...
2
votes
1answer
354 views
powerpc-eabi-objcopy creates 1GByte file
my elf-file is about 1MByte with all debug symbols. As I try to create a binary file with "powerpc-eabi-objcopy -O binary out.elf out.bin" the out.bin is 1GByte huge.
The build script looks like this
...
2
votes
3answers
344 views
Numeric code porting powerpc to intel gives different results using float
My essential problem is how to make arithmetic with floats on x86 behave like a PowerPC, going from Classic MacOS (CodeWarrior) to Windows (VS 2008).
The code in question, of which there is a lot, ...
2
votes
8answers
988 views
Which 32-bit/64-bit CPU architecture has the easiest instruction set?
I feel extremely comfortable dealing with 32-bit PowerPC assembly code, but I am completely lost when trying to make sense of x86 code. Do any of the other common architectures like ARM, MIPS, Sparc ...
2
votes
1answer
185 views
Does anyone know of a good manual/overview/reference for Open Firmware Device Trees (PowerPC LInux)?
I am trying to setup a driver for an embedded PowerPC board, and the correct way to do this today is to use the OpenFirmware Device Tree datastructure (the .dtb file, compiled from a .dts file). ...
2
votes
3answers
3k views
Moonlight on PowerPC Mac
Silverlight stopped supporting PowerPC Macs after version 1.0. Will Moonlight 2.0 work on a PowerPC Mac?
We are looking at writing the next generation of our product and we are considering ...
2
votes
4answers
479 views
C++ code coverage tool for weird target platform
Anyone knows c++ code coverage tool usable under the following conditions:
Target platform is PowerPC CPU inside Nintendo WII dev.kit, that runs custom embedded OS. The only way to exchange data ...
1
vote
1answer
31 views
PowerPC emulation
I'm currently trying to build a configuration to test some code on Big-Endian systems.
Through chats and research, i've been convinced that a good target for these tests would be the PowerPC ...
1
vote
1answer
103 views
Understanding PowerPC Assembler Function with bit rotate
Im trying to port a legacy app which has some basic bit shifting to decrypt a buffer, but im lost with this powerpc code - i tried my best to understand it and added comments and created a pseudo c ...
1
vote
0answers
112 views
exception with Hello World, MPC 8280 (powerPC), on VxWorks 5.4
__asm__(".data\n\t"
"msg:\n\t"
".string \"Hello, world!\\n\"\n\t"
"len = . - msg\n\t"
".text \n\t"
"li 0,4\n\t"
"li 3,1\n\t"
...
1
vote
3answers
273 views
Floating point operations in interrupt handler (PowerPC, VxWorks)
I haven't found any resources that exactly answer what I am trying to understand with an issue I saw in a piece of software I am working on, so I'll ask the geniuses here!
For starters, I'm running ...
1
vote
1answer
951 views
xcode - Using Apple LLVM compiler 3.0 to compile for PowerPC CPUs
I'm working on someone else's application and so far he has built it in XCode 4. XCode 4 has eliminated support for PowerPC architectures, but we would still like to support PowerPCs for some of our ...
1
vote
2answers
158 views
PowerPC: How to make div/0 return zero as a result
We are attempting to port a legacy application from an old monolithic RTOS to a unix based RTOS on a PowerPC 8360. In the old system, our large code base became dependent upon 1/0 returning zero, and ...
1
vote
0answers
84 views
Binary Mac installs won't run on G5 [closed]
I installed the 32 bit Cocoa binary for mac on a G5, none of the Qt apps would run, so I uninstalled it, installed the Carbon binary, & none of those apps would run. What am I doing wrong? I get ...
1
vote
1answer
104 views
why this app is not working on PowerPC G4
I am working on a mac app. My setup is as follows -
Xcode 3.2.5
Mac OS X 10.6.6
and here are the target properties -
My Client is using PowerBook G4 12'. Here is his configuration -
Model ...
1
vote
1answer
258 views
How to invalidate L1 data cache for a specific memory range on PowerPC PQ-III e500?
A special memory block would be periodically updated by DMA task. When another Task tried to look up data in this block frequently, there is MCE (Machine Check Exception) about L1 data cache parity ...
1
vote
1answer
32 views
Anybody know a good PowerPc Reference text?
I'm specifically looking for an architecture overview and how the PowerPc handles activation frames and procedure calls.
1
vote
3answers
186 views
Equivalent of rdtsc opcode for PPC
I have an assembly program that has the following code.
This code compiles fine for a intel processor. But, when I use a PPC (cross)compiler, I get an error that the opcode is not recognized. I am ...
1
vote
1answer
186 views
Should backup U-Boot image use backup environment or original environment?
I'm working on an embedded firmware project using U-Boot. We are required to have a backup copy of U-Boot in flash at a second location. All the technical stuff about relocating the processor's ...
1
vote
1answer
203 views
gcc(v4.1.2 cross-compiler) integer promotion problem
This is the test code.
char ch = 0xff;
int i = ch;
printf("%d\n", i);
In i386 gcc-4.4.5, the output is -1.
But in powerpc-e300c3-linux-gnu-gcc-4.1.2(MPC8315 cross-compiler), the output is 255.
...
1
vote
1answer
191 views
How to prepare modules.dep and ld.so.cache while cross-compiling?
I'm cross-compiling kernel modules and some libraries on x86 for ppc.
Is it possible to create ld.so.cache and modules.dep on my host system?
P.S I'm using ELDK tools.
1
vote
1answer
445 views
Getting wireless strength signal in C++
I would like to create a little C/C++ program that should be able to detect wireless APs and getting from this some infos, like ID, the strength of the signal ... encryption (open, WPA, WEP) ... stuff ...
1
vote
3answers
210 views
PowerPC moving to variable SPR
I'm writing an assembly macro to a C-program, and being quite new with this I have gotten stuck on something.
I'm trying to write a macro for moving data from a general purpose register to a special ...
1
vote
1answer
133 views
How to choose cache write policy on ppc
I'm optimizing a Linux boot on PowerPC MPC83xx. I'm trying to optimize the kernel image copy, from nand to ram and trying to check or change the write policy of the cache.
As a read in the reference ...
1
vote
1answer
66 views
What should I use on linux > 2.6.28 instead of __arch__swab32
I keep getting compilation error for a kernel module:
XXX: In function 'yyy':
ZZZ:125: error: implicit declaration of function '__arch__swab32'
PowerPC, 2.6.30.x, Kamikaze toolchain. According to ...
1
vote
1answer
134 views
Test universal binary for mac
I am developing a mac program in an intel mac, under OS X. It needs to be also an universal binary, so guess with Xcode one can create the universal binary (UB), am I wrong?
But my question is if ...