Hello Martin,
I checked in a slightly modified patch.
https://git.rtems.org/rtems/commit/?id=dc9aaf7ced34501d7647a86b4c626c9cc056db01
--
Sebastian Huber, embedded brains GmbH
Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone : +49 89 189 47 41-16
Fax : +49 89 189 47 41-09
E-Mail
This patch allows the existing FPU code to support both VFP-D16 and VFP-D32.
According to the ARM ARM, writes to D32DIS are ignored for D16 so there's no
need to enclose the bic instruction with an #ifdef. We tested it on a
TMS570LS3137 using TI initialization code and it works fine.
Signed-off