Subject: Re: ARM ELF toolchain patches
To: David Forbes <david@flossy.u-net.com>
From: Richard Earnshaw <rearnsha@buzzard.freeserve.co.uk>
List: port-arm32
Date: 02/22/2001 23:29:15
> fpe0 at cpu0: Advanced Risc Machines floating point emulator 1.07M
> fpe0: FPA11 found
>
> Is this what's required, or do I need to do more work?
Good start.
So,
Step 1:
add
options ARMFPE
to your kernel conf file, apply the patch I posted earlier, build a kernel
Step 2:
Try a few floating point operations (write some assembly code).
It should be pretty obvious from the timing whether or not the FPA is
running the instructions or not.
Note, a quick poke into the FPE code shows that it can try to talk
directly to the FPA.
Step 3
Try building several programs with FPA instructions, run them in parallel
and check that they work correctly.
R.