* virtex4 RTOS with hw FPU.
@ 2008-12-02 10:19 vadik
0 siblings, 0 replies; 2+ messages in thread
From: vadik @ 2008-12-02 10:19 UTC (permalink / raw)
To: linuxppc-embedded
I have implementation of Virtex4 with hw FPU trough APU .
Is there any Real Time OS that directly supports this implementation without
relying on sw floating point emulation.
Xilinx Relesed GCC build of their own that is patched to support the apu fpu
implementation , but this helps me on the application level but if the
kernel doesn't support this implemntation i have a problem .
linux is not RT enough , does the linuxwoks supports this kind of
implementation ?
Thank you.
Vadim.
--
View this message in context: http://www.nabble.com/virtex4-RTOS-with-hw-FPU.-tp20789399p20789399.html
Sent from the linuxppc-embedded mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 2+ messages in thread
* RE: virtex4 RTOS with hw FPU.
@ 2008-12-03 10:57 Fillod Stephane
0 siblings, 0 replies; 2+ messages in thread
From: Fillod Stephane @ 2008-12-03 10:57 UTC (permalink / raw)
To: vadik, linuxppc-embedded
vadik wrote:
> I have implementation of Virtex4 with hw FPU trough APU .
>
>Is there any Real Time OS that directly supports this implementation
without
>relying on sw floating point emulation.
This is a matter of tool chain and setup of your kernel?
>Xilinx Relesed GCC build of their own that is patched to support the
apu fpu
>implementation , but this helps me on the application level but if the
>kernel doesn't support this implemntation i have a problem .
Indeed, the kernel has to save and restore FPU registers upon task
switch.
You should look for CONFIG_PPC_FPU in the Kconfig of Linux.
I can't help you more, because I'm not used to the ppc in Virtex4.
However, there must be some appropriate forums on Xilinx site.
>linux is not RT enough , does the linuxwoks supports this kind of
>implementation ?
Have you considered Xenomai[1], the F/OSS hard real-time extension to
Linux?
It works great on all range of powerpc's, and it is rock solid.
[1] http://xenomai.org
Regards
--=20
Stephane
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-12-03 11:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-02 10:19 virtex4 RTOS with hw FPU vadik
-- strict thread matches above, loose matches on Subject: below --
2008-12-03 10:57 Fillod Stephane
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).